.w1200{
    width: 1200px;
    margin:0 auto;


}
body,html{
    background: #f3f3f3;
}
.top{
    /*box-shadow:0 0 4px #eee;*/
    background: #Fff;
    padding:8px 0 12px;
    width: 100%;
    line-height: 25px;
    height: 25px;
}
.top .w1200{
    display: flex;
    justify-content: space-between;
}
.top .welcome span{
    color:#cc0000;
}
.top .search .input{
    display: flex;
}
.top .search input{
    padding:0 12px;
    height: 25px;
    outline: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border:1px solid #eee;
}
.top .search span{
    background:#cc0000;
    color:#fff;
    padding:0 20px;
    display: inline-block;
    height: 26px;
    cursor: pointer;
}
.navList{
    background:#c00;
    height: 40px;
    line-height: 40px;
    padding:5px 0;
}
.navList .w1200{
    display: flex;
}
.navList .w1200 .item{
    display: block;
    width:150px;
    border-right:1px solid #fff;
    color:#fff;
    font-size: 16px;
    text-align: center;
    position: relative;
}
.navList .w1200 .item:last-child{
    border-right: 0;
}
.navList .w1200 .item a{
    color:#fff;
    display: block;
}
.navList .w1200 .item a:hover{
    background: rgba(255,255,255,0.3);
}
.navList .w1200 .item .son{
    position: absolute;
    z-index: 999;
    background: #d00;
    width: 150px;
    top:40px;
    display: none;
}
.navList .w1200 .item:hover .son{
    display: block;
}
.banner{
    height: 560px;
    /*background:#f0f;*/
}
/*内容区*/
.content{
    background: #fff;
    padding:20px;
    width: 1160px;
}
.content .position,.content .position a{
    color:#aaa;
    font-size: 12px;
}
.content .position a:hover{
    color:#c00;
}

/*底部信息*/
.link{
    background: #e2e2e2;
    padding:20px 0;
    line-height: 35px;
}
.link span{
    font-size: 16px;
    color:#c00;
    font-weight: bold;
}
.link a{
    display: inline-block;
    padding:0 10px;
}
.link a:hover{
    color:#c00;
}
.footer{
    background: #ccc;
    padding:25px 0;
}
.footer .item{
    text-align: center;
    padding:6px 0;
}
.footer .item span{
    padding:0 8px;
}
.footer .ls a{
    border-right: 1px solid #333;
    padding:0 10px;
}
.footer .ls a:last-child{
    border-right: 0;
}
.footer .ls a:hover{
    color:#c00;
}











.pagination a.cur{
    color: #fff;
    background: #c00!important;
    border-color:#c00!important;
}