*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
   font-family: 'Noto Sans CJK SC', 'Noto Sans CJK', 'Source Han Sans', source-han-sans-simplified-c, sans-serif;
    text-decoration: none;
}

body, html {
    width:100%;
    height:100%;
    position:relative;
    overflow-x:hidden;
}

.banner{
    width: 100%;
    height: 250px;
    background: url("../Images/pic-zxyb.jpg") no-repeat;
    background-position: center;
}
.banner .sp{
    text-align: center;
    line-height: 250px;
    font-size:57px;
    font-weight:bold;
    letter-spacing: 3px;
    color:rgba(255,255,255,1);
    text-shadow:7px 11px 0px rgba(0, 0, 0, 0.35);
    position:absolute;
    width: 100%;
    left: 0;
}
.content{
    width: 1200px;
    height: auto;
    min-height: 970px;
    margin: auto;
    position: relative;
}
.content .left{
    width: 900px;
    height: auto;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}
.content .left .tit{
    width: 100%;
    height:52px;
    box-sizing: border-box;
    position: relative;
}
.content .left .tit li{
    width: 33.33%;
    height:52px;
    text-align: center;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 2px solid white;
    float: left;
}
.content .left .tit li a{
    color: #000000;
}
.content .left .tit li.active{
    color: #0C7AC1;
    border-bottom: 2px solid #0C7AC1;
}
.content .left .tit li.active a{
    color: #0C7AC1;
}
.content .left .articleList{
    width: 100%;
    height: auto;
    position: relative;
}
.content .left .articleList li{
    width:100%;
    height:183px;
    position: relative;
    box-sizing: border-box;
    padding-top: 24px;
    border-bottom: 1px solid #EEEEEE;
}
.content .left .articleList li .imgBox{
    width:209px;
    height:132px;
    position: relative;
    float: left;
    margin-right: 23px;
   font-size:0;
}
.content .left .articleList li .imgBox  a img{
    width:209px;
    height:132px;
}
.content .left .articleList li .liR{
    width:660px;
    height:132px;
    float: left;
}
.content .left .articleList li .liR .top{
    width:660px;
    height:25px;
    position: relative;
    padding-bottom: 5px;
    border-bottom: 1px dashed #888888;
   font-size: 0;
}
.content .left .articleList li .liR .top .tt {
    line-height: 25px;
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    display: inline-block;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .left .articleList li .liR .top .rr{
    line-height:25px;
    color:#666666;
    font-size: 14px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
}
.content .left .articleList li .liR .mid{
    width: 100%;
    height: 66px;
    line-height: 22px;
    text-align: left;
    font-size: 14px;
    color: #333333;
    padding-top: 12px;
}
.content .left .articleList li .liR .bot{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 12px;
    position: relative;
}
.content .left .articleList li .liR .bot .num{
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666666;
    font-size: 14px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    text-align: right;
}
.content .left .articleList li .liR .bot .sp1{
    margin-right: 38px;
}
.content .left .page{
    width: 100%;
    height: 100px;
    position: relative;
    font-size:20px;
}
.content .left #Pagination{
    display: inline-block;
    width: auto;
    height: 100px;
    position: relative;
}
.content .left .pagination{
    width:auto ;
    margin: auto;
    height: 100px;
    box-sizing: border-box;
    padding-top: 40px;
}
/* .pagination a {
    border:none;
    background: none;
    color: #000000;
    font-size: 12px;
    display: inline-block;
    min-width: 30px;
    text-align: center;
    cursor: pointer;
}
.pagination .current {
    border:none;
    background: none;
    color: #0C7AC1;
} */

.pagination{
    text-align: center;
}
.pagination a{
    cursor: pointer;
}
.pagination a,.pagination .pagination-break{
    display: inline-block;
    min-width: 32px;
    height: 27px;
    border:1px solid #236EAC;
    box-sizing: border-box;
    background-color: #fff;
    font-size:14px;
    line-height: 25px;
    color:#236EAC;
    margin:0 5px;
}
.pagination a.current{
    background-color: #236EAC;
    font-weight: bold;
    color:#fff;   
}
.pagination .prev,.pagination .next{
    width:80px;
    background-color: #236EAC;
    font-size:14px;
    font-weight: bold;
    color:#fff;   
}




.content .right{
    width: 280px;
    height: auto;
    margin: auto;
    box-sizing: border-box;
    position: absolute;
    top:0;
    padding-top: 10px;
    right: 0;
}
.content .right .rank{
    width: 270px;
    box-sizing: border-box;
    height: 397px;
    position: relative;
    box-shadow:0 2px 20px rgba(0,0,0,0.2);
    margin-left: 5px;
    z-index: 999;
    font-size:0;
}
.content .right .rank .tit{
    width: 270px;
    height: 42px;
    background: #0079BC;
    line-height: 42px;
    position: relative;
}
.content .right .rank .tit .left{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    margin-left: 15px;
}
.content .right .rank .tit .right {
    color: #FFFFFF;
    font-size: 16px;
    position: relative;
    margin-left: 137px;
    top: -2px;
}
.content .right .rank .rankLis {
    width: 100%;
    box-sizing: border-box;
    height: auto;
    padding: 22px 10px 22px 18px;
    position: relative;
}
.content .right .rank .rankLis li {
    width: 100%;
    text-align: justify;
    color: #666666;
    font-size: 14px;
    margin-bottom: 13px;
    cursor: pointer;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}
.content .right .rank .rankLis li .ranks {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    padding: 0;
    background: #b3b3b3;
    color: white;
}
.content .right .rank .rankLis li .mid {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content .right .rank .rankLis li .ranks-blue{
    background:#0079bc;
}
.content .right .rank .rankLis li a{
    color: #666666;
    font-size: 14px;
}
.content .right .import .rankLis li{
    margin-bottom: 8px;
}
.content .right .rank .rankLis1 li:hover a{
    color: #0079BC;
    font-weight: bold;
}
.content .right .rank .rankLis li:nth-last-of-type(1){
    margin-bottom: 0;
}
.content .right .import{
    margin-top: 20px;
    /*height: 511px;*/
    height:auto;
}
.content .right .import .rankLis{
    width: 100%;
    padding: 20px 17px;
    position: relative;
}
.content .right .import .rankLis li {
    width: 100%;
    height: 80px;
    position: relative;
    padding-bottom: 13px;
    padding-top: 4px;
    border-bottom: 1px dashed #DDDDDD;
}
.content .right .import .rankLis li:nth-last-of-type(1){
    border-bottom: 0px dashed #DDDDDD;
}
.content .right .import .rankLis li .igBox{
    width: 110px;
    height: 70px;
    position: relative;
    background: #0079BC;
    float: left;
}
.content .right .import .rankLis li .con {
    width: 114px;
    height: 79px;
    position: relative;
    float: left;
    margin-left: 10px;
    padding-top: 5px;
    /* white-space: normal; */
    overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
/* -webkit-box-orient: vertical; */
}
.content .right .import .rankLis li .con:hover{
    color: #0079BC;
    font-weight: bold;
}
.content .right .import .rankLis li .igBox img{
    width: 110px;
    height: 79px;
}
/*第二页*/
.content .right .reXiao{
    width: 270px;
    /*height:478px;*/
    height:auto;
    box-sizing: border-box;
    position: relative;
    box-shadow:0 2px 20px rgba(0,0,0,0.2);
}
.content .right .reXiao .tab1{
    width: 260px;
    height:auto;
    box-sizing: border-box;
    padding: 5px 5px;
    text-align: center;
    color: #666666;
    font-size: 14px;
    margin-left: 5px;
}
.content .right .reXiao .tab1 th{
    height:45px;
    line-height: 45px;
    border-bottom: 1px dashed #DDDDDD;
}
.content .right .reXiao .tab1 tr:nth-of-type(2) td{
    padding-top: 12px;
}
.content .right .reXiao .tab1 tr td:nth-of-type(2) a{
    color:  #666666;
}
.content .right .reXiao .tab1 tr td:nth-of-type(2) a:hover{
    color: #0079BC;
    font-weight: bold;
}
.content .right .reXiao .tab1 td{
    line-height: 35px;
}
.content .right .reXiao .tab1 th:nth-of-type(1){
    width: 30px;
}
/*.content .right .reXiao .tab1 th:nth-of-type(2){
    width: 180px;
}
.content .right .reXiao .tab1 th:nth-of-type(3){
    width: 60px;
}
.content .right .reXiao .tab1 th:nth-of-type(4){
    width: 50px;
}*/
.content .right .reXiao .tab1 td.col-red{
    font-weight: bold;
    color:#E74442;
    font-size: 14px;
}
.content .right .reXiao .tab1 td.col-green{
    font-weight: bold;
    color:#0E7A00;
    font-size: 14px;
}
.content .right .reXiao .tab1 td.col-blue{
    font-weight: bold;
    color:#0079BC;
    font-size: 14px;
}
.content .right .reXiao .tab1 td:nth-of-type(4){
    color:#0079BC;
    cursor: pointer;
}
.content .right .reXiao .tab1 td:nth-of-type(4) a{
    color:#0079BC;
}
.content .right .reXiao .tab1 td:nth-of-type(4):hover{
    text-decoration: underline;
}
.content .right .reXiao .tab1 tr:nth-last-of-type(1) td {
    padding-bottom: 12px;
}
.content .right .reXiao .tab1 tr td:nth-last-of-type(2) a {
    color:#666666;
}
.content .right .reXiao .tab1 tr td:nth-last-of-type(2) a:hover {
    color: #0079BC;
    font-weight: bold;
}
.content .left .cont1{
    width: 888px;
    height:auto;
    box-sizing: border-box;
    position: relative;
    box-shadow:0 2px 20px rgba(0,0,0,0.2);
    padding: 42px 26px 50px 33px;
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
}
.content .left .cont1 .title{
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 24px;
}
.content .left .cont1 .date{
    color: #8E8E8E;
    font-size: 16px;
    margin-bottom: 24px;
}
.content .left .cont1 .date span:nth-of-type(1){
    margin-right: 37px;
}
.content .left .cont1 .date .floatRR span:nth-of-type(1){
    margin-right: 0;
}
.content .left .cont1 .date .floatRR .rr{
    margin-left: 20px;
}
.content .left .cont1 .date .rr{
    margin-left: 50px;
    color: #000000;
}
.content .left .cont1 .date .floatRR{
    margin-left: 50px;
    color: #000000;
    float: right;
}
.content .left .cont1{
    color: #000000;
    width: 100%;
    font-size: 16px;
    line-height: 25px;
}
.content .left .cont1 .text img{
    max-width:100%;
}
.content .left .cont1 .text table{
    width: 90% !important;
}
.content .left .cont1 .text table td{
    height: 40px !important;
}
.content .left .share{
    width: 98%;
    height: 50px;
    margin-top:30px;
    position: relative;
}
.content .left .share .s1{
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    float: right;
    margin-left: 24px;
}
.content .left .share img{
    cursor: pointer;
}
.content .left .pf{
    font-size: 16px;
    color: #333;
    line-height: 2;
    margin-bottom: 15px;
}
.content .left .pf a{
    color:#333;
}
.content .left .pf a:hover{
    color:#236EAC;
    text-decoration: underline;
}
.content .left .cont2{
    width:890px;
    height: auto;
    position: relative;
    box-shadow:0 2px 20px rgba(0,0,0,0.2);
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 10px;
    padding-bottom: 31px;
}
.content .left .cont2 .tit{
    width: 890px;
    height: 42px;
    font-size: 20px;
    background: #0079BC;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    box-sizing: border-box;
    padding-left: 20px;
    position: relative;
}
.content .left .cont2 ul{
    padding-top: 8px;
}
.content .left .cont2 li{
    width: 890px;
    height: auto;
    margin-top: 17px;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    box-sizing: border-box;
    padding-left: 31px;
    position: relative;
}
.content .left .cont2 li a{
    color: #666666;
}
.content .left .cont2 li a:hover{
    color: #0079BC;
}
.content .left .cont2 li .sp2{
    float: right;
    color: #8E8E8E;
    margin-right: 31px;
    font-weight: 400;
}
#articleID {
    display:none;
}
#renzhengMask {
    width: 100%;
    height: 100%;
    position: fixed;
    margin: auto;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.8);
    display:none;
    text-align: center;
}
#artcleType {
   width: 100%;
    height: 46px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 0;
    position: relative;
    /* top: -10px; */
    font-size: 20px;
     padding-top: 9px;
    /* margin-top: 14px; */
}
#artcleType .shu{
   display:inline-block;
   width:6px;
   height:30px;
   background:#0C7AC1;
   margin-right:21px;
   margin-left:5px;
   float:left;
}
#artcleType .sp1 a{
   line-height:30px;
   color:#0C7AC1;
   font-size:20px;
   margin-right:2px;
   font-weight:bold;
}
#artcleType .sp2 a{
   line-height:30px;
   color:#00020F;
   font-size:18px;
}
#yuanchuang{
    width: 160px;
    position: relative;
    margin-right: 5px;
   display: inline-block;
}
#yuanchuang  .sp1{
    display:inline-block;
    width:49px;
    height:28px;
   line-height:28px;
   font-size:16px;
   color:#FFFFFF ;
   font-weight:bold;
  background:#0C7AC1;
  text-align:center;
  margin-right:10px;
}
#yuanchuang  .sp2{
    height:28px;
   line-height:28px;
   font-size:16px;
   color:#0C7AC1 ;
   font-weight:bold;
}
.content .left .cont2 li a .sp1 {
    display: inline-block;
    width: 720px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
}
.statement013101{
    width: 100%;
    height: 105px;
    position: relative;
    margin: auto;
    background: white;
    text-align: justify;
}
.statement013101 *{
    font-size: 16px;
    color:#0079BC;
    line-height: 25px;
}
.statement0131 .shengming{
   font-weight: bold;
    font-size: 18px;
}
.weixinImg{
   position: absolute;
    margin: auto;
    width: 84px;
    z-index: 999;
    right: 70px;
    top: 41px;
    background: white;
    padding: 15px;
    border: 1px solid #ccc;
}
/*------------------------------------------------------------------------------------------------------------------------------------------*/
/* 设置了浏览器宽度小于1200px时 */
@media screen and (max-width: 992px) {
body, html {
    width:100%;
    position:relative;
    overflow-x:hidden;
   -webkit-overflow-scrolling: touch; 
}
    .content .right {
        display:none;
    }
    .content {
        width:100%;
    }
     .content .left{
        width:100%;
        overflow: hidden;
    }
    .content .left .cont2 {
        width: 98%;
        margin: auto;
        margin-bottom: 0.2rem;
    }
    .content .left .cont2 .tit {
        width: 100%;
        height: 0.6rem;
        font-size: 0.26rem;
        background: #0079BC;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.6rem;
        box-sizing: border-box;
        padding-left: 0.2rem;
        position: relative;
    }
    .content .left .cont2 li {
        width: 100%;
        font-size:10px;
    }
    .content .left .cont2 li span{
        font-size:0.24rem;
    }
    .content .left .cont2 li .sp1 {
        display: inline-block;
        width: 5.5rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    #artcleType {
        height: 0.4rem;
        top:0;
        font-size: 0.2rem;
        margin-top:0.2rem;
        margin-bottom:0.2rem;
    }
    #artcleType .shu {
        display: inline-block;
        width: 6px;
        height: 0.4rem;
        background: #0C7AC1;
        margin-right: 0.2rem;
        margin-left: 0.1rem;
        float: left;
    }
    #artcleType .sp1 a {
        line-height: 0.4rem;
        color: #0C7AC1;
        font-size: 0.3rem;
        margin-right: 2px;
        font-weight: bold;
    }
    #artcleType .sp2 a {
        line-height: 0.4rem;
        color: #00020F;
        font-size: 0.26rem;
    }
    .content .left .cont1 .title {
        color: #000000;
        font-size: 0.34rem;
        font-weight: bold;
        line-height: 0.6rem;
        margin-bottom: 0.3rem;
    }
    .content .left .cont1 .date {
        color: #8E8E8E;
        height: auto;
        width: 100%;
        position: relative;
        /*overflow: hidden;*/
        line-height: 0.3rem;
        margin-bottom: 0.3rem;
    }
    .content .left .cont1 .date .floatRR {
        position: relative;
        display: block;
        margin: auto;
        left: 0;
        top: 0.1rem;
        line-height: 0.7rem;
        color: #000000;
        float: none;
        width: 7rem;
    }
#yuanchuang {
    width: 2.2rem;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 0;
}
   .content .left .cont1 .date>span:nth-of-type(1) {
    font-size: 0.26rem;
    display: block;
    width: 7rem;
  }
   .content .left .cont1 .date .floatRR  .rr {
          font-size:0.26rem;
          color:#8E8E8E;
    }
.content .left .cont1 .date .floatRR  .rr:nth-of-type(1) {
          margin-left:0;
    }
    .content .left .share .s1 {
        font-size: 0.2rem;
    }
    .content .left .pf{
        font-size:0.24rem;
    }
    .content .left .cont1 .text img {
        width: 0.47rem;
        margin-top: -0.1rem;
    }

    .content .left .articleList li .imgBox {
        width: 2rem;
        height: 1.4rem;
        background: #0079BC;
        position: relative;
        float: left;
        margin: 0;
        margin-left: 0.1rem;
        margin-right: 0.1rem;
        margin-top: 0.2rem;
        margin-bottom: 0.1rem;
        font-size: 0;
    }
    .content .left .articleList li .imgBox  a img{
        width: 100%;
        height:100%;
    }
    .content .left .articleList li .liR {
        width: 5.2rem;
        height: auto;
        float: left;
        overflow: hidden;
        margin-left: 0.05rem;
    }
    .content .left .articleList li .liR .top .tt {
        line-height: 0.3rem;
        color: #333333;
        font-weight: bold;
        font-size: 0.28rem;
        display: inline-block;
        width: 85%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-wrap;
    }
    .content .left .articleList li .liR .top {
        width: 5.2rem;
        height: auto;
        font-size: 0.28rem;
        position: relative;
        overflow: auto;
        padding-bottom: 5px;
        border-bottom: 1px dashed #888888;
    }
    .content .left .articleList li .liR .top a .rr {
        color: #666666;
        font-size: 0.2rem;
        position: absolute;
        font-weight: 400;
        margin: auto;
        display: inline-block;
        height: 0.25rem;
        text-align: right;
        width: 100%;
        bottom: 0;
        top: 0.55rem;
        margin: 0;
    }
      .content .left .articleList li .liR .top  .rr {
        color: #666666;
        font-size: 0.2rem;
        position: absolute;
        font-weight: 400;
        margin: auto;
        display: inline-block;
        height: 0.25rem;
        text-align: right;
        width: 1.5rem;
        right: 0.1rem;
        top: 0.1rem;
    }
    .content .left .articleList li .liR .top .tt {
        line-height: 0.4rem;
        font-size: 0.24rem;
        width: 100%;
    }
    .content .left .articleList li {
        height: auto;
        overflow: hidden;
        padding-bottom: 0.1rem;
        border-bottom: 0.02rem solid #EEEEEE;
    }
    .content .left .articleList li .liR .mid {
        width: 99%;
        height: auto;
        padding-bottom: 0.1rem;
        line-height: 0.3rem;
        text-align: left;
        font-size: 0.2rem;
        color: #333333;
        padding-top: 0.1rem;
    }
    .content .left .articleList li .liR .bot {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        color: #666666;
        font-size: 0.2rem;
        position: relative;
    }
    .content .left .articleList li .liR .bot .num {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        color: #666666;
        font-size: 0.2rem;
        position: absolute;
        margin: auto;
        top: 0;
        left: -0.15rem;
        text-align: right;
    }
    .content .left .tit {
        width: 100%;
        height: 0.8rem;
    }
    .content .left .tit li {
        width: 33.33%;
        height: 0.8rem;
        text-align: center;
        color: #000000;
        font-size: 0.24rem;
        font-weight: bold;
        line-height: 0.8rem;
        border-bottom: 2px solid white;
        float: left;
    }
    .content .left .page {
        width: 100%;
        height:auto;
        position: relative;
    }
     .content .left #Pagination {
        height: auto;
        margin-top: 0.1rem; 
    }
     .content .left .pagination {
        width: auto;
        margin: auto;
        height: 1rem;
        position: relative;
        top: 0;
        box-sizing: border-box;
       
    }
     .pagination a {
        border: none;
        background: none;
        color: #000000;
        font-size: 0.18rem;
        display: inline-block;
        min-width: 0.6rem;
        text-align: center;
    }
     .content .left .cont1 .text img{
        width:100%;
        margin:auto;
    }
     .content .left .cont1 .text{
        font-size:0.26rem;
        line-height: 0.6rem;
    }
     .content .left .cont1 .text img.weibo {
        width: 0.47rem;
        position: relative;
        top: -0.1rem;
        margin-left: 0.2rem;
    }
    .content .left .cont1 .text table{
        width:100%;
        font-size: 0.2rem;
        line-height: 1.2;
    }
    .yuDuLiang{
        display:none;
    }
    .content .left .share{
        display:none;
    }
#yuanchuang .sp1 {
    display: inline-block;
    width: 0.68rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #FFFFFF;
    font-weight: bold;
    background: #0C7AC1;
    text-align: center;
    margin-right: 0.1rem;
}
#yuanchuang .sp2 {
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.24rem;
    color: #0C7AC1;
    font-weight: bold;
}
.statement013101 {
    width: 100%;
    height: auto;
    position: relative;
    margin: auto;
    background: white;
    text-align: justify;
    margin-top: 0.15rem;
}
.statement013101 * {
    font-size: 0.24rem;
    color: #0079BC;
    line-height: 0.5rem;
}
}