*{
    margin: 0;
    padding: 0;
}

a{
    text-decoration:unset;
}
a:hover{
    color:red ;
}
li{
    list-style: none;
}
body{
    background: #fff;
    font-family:   Microsoft Yahei ;
    background: url(../images/yqzccszt_bg.png) no-repeat top center;
    min-height: 800px;
}
.content{
   width: 100%;
   padding: 36px;
   box-sizing: border-box;
   background: #fff;
}
.clearfix::after{
    display: block;
    content:'';
    visibility: hidden;
    clear: both;
}
.container{
    width: 1100px;
    margin: 0 auto;

}
.head{
    width: 100%;
    height: 326px;

}
.head a img{
    margin: 10px 0;
}
.head>img{
    display: block;
    margin-left: 135px;
    margin-top: 50px;
}
.navleft{
    width: 245px;
    float: left;

}
.rightnr{
    width: 765px;
    float: right;
    background: #f5f5f5;
    min-height: 500px;
}
.navleft li{
    width: 100%;
    height: 90px;
    line-height: 90px;
    /* text-align: center; */
    margin-bottom: 30px;
    background: #dcdcdc;
    font-size: 22px;
    color: #333;
    padding-top: 7px;
    box-sizing: border-box;
}
.navleft li a{
   display:block;
   width:100%;
 height: 100%;
}
.navleft li a img{
    display: none;
    vertical-align: middle;
    margin: 12px auto;
}
.navleft li a img:nth-child(2n){
    display: block;
}
.navleft li.on a img:nth-child(2n){
    display:none;
}
.navleft li a {
    border-top: 1px solid transparent;
}
.navleft li a img.on{
    display: block;
}
.navleft li.on{
    background: #be0000;
}
.navleft li.on a{
  
    color: #fff;
}
.listul{
    padding: 15px;
    box-sizing: border-box;
}
.listul ul li{
    line-height: 58px;
    height: 58px;
    font-size: 16px;
    color: #333333;
}
.listul li a {
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.listul li span{
    float: right;
   
}
.listul{
    margin-bottom: 15px;
}
.rxlist li{
    float:left;
    width:33%;
}
.rxlist li:first-child{
    width:100%;
}
.pagination_index{
    height: 28px;
    float:left;
    padding: 0 8px;
    border: 1px solid #d2d2d2;
    margin-right: 6px;
    background: #fff;
    line-height: 28px;
}
#pagination_input{
    width:50px;
     line-height: 28px;
     height: 28px;
     border: 1px solid #d2d2d2;
     background:#fff;
     margin:0 4px;
}
#page_div::after{
    display: block;
    content:'';
    visibility: hidden;
    clear: both;
}
#page_div{
    text-align:center;
    margin:0 auto;
    vertical-align: middle;
    display: inline-block;
    margin: 10px auto;
    padding-bottom: 20px;
}
#page_div>div:last-child,#page_div>div:first-child,#page_div>div:nth-child(2){
    border:none;
    background:unset;
}
#goPage{
    color:#333;
}
.navleft li.on a img:first-child{
    display:block;
}
.navleft li a span{
    display: none;
}
#goPage{
    cursor: pointer;
}
.navleft li:last-child img{
    margin:0px auto;
}
.navleft li:last-child{
    padding-top:0px;
}