html{
    width: 100%;
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
}

.header{
    width: 100%;
    height: 98px;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.header .logo{
    /* margin-top: 21px; */
}
.header .logo img{
    margin-top: 24px;
    height: 49px;
}
.header .nav .menu li{
    float: left;
    width: 120px;
    height: 98px;
    text-align: center;
    position: relative;
}
.header .nav .menu li a{
    display: block;
    color: #111;
    font-size: 20px;
    font-weight: 550;
    line-height: 98px;
    position: relative;
}
.header .nav .menu li a.active{
    color: #C80D08;
}
.header .nav .menu li a:hover{
    color: #C80D08;
    transition: all .5s;
}
.header .nav .menu li .list{
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0, 0, .2);
    position: absolute;
    top: 98px;
    left: 0;
}
.header .nav .menu li .list div{
    height: 48px;
    width: 120px;
    margin: 0 auto;
    border-bottom: 1px #d6d6d6 solid;
}
.header .nav .menu li .list div a{
    width: 100px;
    display: block;
    padding: 0 10px;
    font-size: 14px;
    color: #111;
    line-height: 47px;
    text-align: center;
    font-weight: 400;
    box-sizing: content-box;

}
.header .nav .menu li .list div a:hover{
    color: #457ff6;
    background: #f2f2f2;
    border: none;
}

.s1{
    background-color: #fff;
    padding-bottom: 80px;
    box-sizing: content-box;
    padding-top: 40px;
}
.s1 #newsInfo{
    min-height: 830px;
}
.s1 #newsInfo .item{
    display: block;
    margin-bottom: 40px;
}
.s1 #newsInfo .item:last-child{
    margin-bottom: 0;
}
.s1 #newsInfo .item .left{
    width: 440px;
    height: 250px;
    line-height: 250px;
    text-align: center;
    background-color: #f2f2f2;
    overflow: hidden;
}
.s1 #newsInfo .item .left img{
    vertical-align:middle;
    width: 440px;
    height: auto;
}
.s1 #newsInfo .item .right{
    width: 710px;
}
.s1 #newsInfo .item .right .title{
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    color: #222;
}
.s1 #newsInfo .item .right .time{
    font-size: 12px;
    line-height: 12px;
    color: #777;
    margin: 24px auto;
}
.s1 #newsInfo .item .right .txt{
    font-size: 16px;
    line-height: 24px;
    max-height: 72px;
    color: #777;
    margin-bottom: 16px;
}
.s1 #newsInfo .item .right .others .more{
    width: 80px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #777;
    background: url(/images/newsCenter/jt.png) no-repeat center right;
    background-size: 14px 14px;
}
.s1 .nr{
    display: none;
    position: relative;
}
.s1 .nr.active{
    display: block;
}
.s1 .nr #import a,
.s1 .nr #open a,
.s1 .nr #clean a,
.s1 .nr #notice a{
    width: 800px;
    font-size: 20px;
    line-height: 30px;
}
.s1 .nr #import .text,
.s1 .nr #open .text,
.s1 .nr #clean .text,
.s1 .nr #notice .text{
    color: #333;
    font-size: 18px;
    line-height: 30px;
}
.s1 .nr #import a:hover,
.s1 .nr #open a:hover,
.s1 .nr #clean a:hover,
.s1 .nr #notice a:hover{
    color: #C80D08;
}
.s1 .paging{
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
}
.s1 .paging>div,
.s1 .paging>span{
    display: inline-block;
    font-size: 12px;
}
.s1 .paging div.disable {
    color: #777;
    cursor: not-allowed;
    /* background-color: rgb(211, 211, 211); */
}
.s1 .paging div.active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
}
.s1 .paging div {
    /* border: 1px solid rgb(211, 211, 211); */
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}

.s2{
    height: 42px;
    box-shadow: 0 2px 3px 0 #ccc;
    padding-top: 98px;
    box-sizing: content-box;
}
.s2 .container{
    height: 42px;
}
.s2 .container .qh-list .item{
    float: left;
    font-size: 20px;
    color: #333;
    line-height: 42px;
    text-align: center;
    width: 140px;
    position: relative;
    cursor: pointer;
}
.s2 .container .qh-list .item.active{
    color: #C80D08;
    transition: all .5s;
}
.s2 .container .qh-list .item.active::after{
    content: '';
    width: 140px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #C80D08;
}

.footer{
    width: 100%;
    height: 100px;
    background: #F2F2F2;
    padding-top: 30px;
}
.footer p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
    text-align: center;
}
.footer p a{
    font-size: 14px;
    color: #333 !important;
}
.footer p img{
    margin-top: 8px;
    margin-right: 5px;
}

.nobor {
    border: none!important;
}

.pr {
    position: relative;
}
.hide {
    display: none;
}
.marginR0{
    margin-right: 0 !important;
}
.marginB0{
    margin-bottom: 0 !important;
}