.headBg{
    background: url(/statics/web/image/baokunewsBg.png) no-repeat;
    width: 100%;
    min-width: 1132px;
    height: 450px;
    background-size: cover;
}
.content{
    background: #E1E1E1;
}
.content .all{
    background: #fff;
    width: 1132px;
    min-width: 1132px;
    margin: 0 auto;
    margin-top: -300px;
    padding: 75px;
}
.content  .title{
    font-size: 21px;
    color: #333;
    font-weight:500;
}
.content .HeadTop ,.content .newsTopOne,.content .newsList ,.content .newsDetail{
    border-bottom: 2px solid #ccc;
}
.content  .title_us{
    font-size: 21px;
    color: #23529B;
    margin-bottom: 30px;
    font-weight:normal;
}
.content .newsTopOne ,.content .newsList .newsDescribe{
    display: flex;
    justify-content : space-between;
    margin-top: 30px;
} 
.content  .time{
    color:#23529B;
    width: 150px;
}
.content .newsTopOne .time{
    font-size: 36px;
}
.content .newsList .time{
    font-size: 21px;
}
.content .info {
    flex: 1;
}
.content .info img{
    /*margin-bottom: 15px;*/
}
.content .info .name{
    font-size: 21px;
    color: 000;
    margin-bottom: 25px;
    font-weight: 600;
}
.content .info p{
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    margin-bottom: 20px;
}
.content .newsTopOne .detail,.content .newsList .detail,.newsDetail .detail{
    padding: 0 17px;
    height: 48px;
    background: #23529B;
    display: flex;
    align-content:center;
    align-items:center;
    justify-content:center;
    position: absolute;
    right: 0;
}
.newsTopOne .detail img ,.newsList .detail img{
    padding: 0;
    margin: 0 !important;
    width: 16px;
    height: 30px;
}
.newsTopOne .detail span ,.newsList .detail span{
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}
.newsTopOne .posR,.newsList .posR{
    margin-top: 20px;
    height: 48px;
}
.content .newsList .newsDescribe .name{
    margin-bottom: 20px;
}
.content .newsList .newsDescribe .info{
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
}
.content .newsList .newsDescribe:last-child .info{
    border:0 !important;
}

/* 新闻列表 */
.content .allNewList ul li {
    display: flex;
    justify-content : space-between;
    margin-top: 30px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
}
.content .allNewList ul li .imgstyle{
    width: 160px !important;
    display: inline-block;
    margin-right: 20px;
}
.content .allNewList ul li .text{
    flex: 1;
}
.content .allNewList .fixdreadmore{
    display: none;
}
.content .allNewList .ellipsis{
    font-size: 21px;
    color: #333;
    margin-bottom: 10px;
    display: block;
}
.content .allNewList .content{
    font-size: 12px;
    color: #666;
    line-height: 22px;
    background: none;
}
.content .allNewList .pager{
    display: none;
}


    .pagination{
        display: flex;
        justify-content:flex-end;
        height: 35px;
        margin-top: 20px;
    }
    .pagination > li{
        margin: 0 !important;
        line-height: 35px;
    }
 .pagination > li > a {
    margin-right: 5px;
    border-radius: 2px;
    background: #fff;
    color: #333;
    border-color: #ccc;
    padding: 6px 15px;
    font-size: 14px;
  }
   .pagination > li > a:hover,
   .pagination > li > a:focus {
    color: #fff;
    background: #23529B;
    border-color: #23529B;
  }
   .pagination > .active > a,
   .pagination > .active > a:hover,
   .pagination > .active > a:focus {
    color: #fff;
    background: #23529B;
    border-color: #23529B;
  }
   .pagination > .disabled > a,
   .pagination > .disabled > a:hover,
   .pagination > .disabled > a:focus {
    color: #999;
    background: #fff;
    border-color: #ddd;
    cursor: not-allowed;
  }


.pagination2 {
    height: 35px;
    margin-top: 20px;
  }

  .pagination2 a {
    height: 35px !important;
    display: block;
    float: left;
    padding: 0 10px;
    text-align: center;
    line-height: 35px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .pagination2 .active {
    background-color: #6babdd;
    color: #fff;
    padding: 0 10px;
    border: solid 1px #5c95c1;
  }
  .pagination2 .prev {
    border: solid 1px #c0d3e6;
  }
  .pagination2 .next {
    border-left-width: 0;
    border-right-width: 1px;
  }
  .pagination2 .active.prev,
  .pagination2 .active.next {
    color: #dcdcdc;
    border-color: #efefef;
    background: #fff;
  }
  .pagination2 a:hover {
    background-color: #cde4f8;
  }
  .pagination2 .active:hover {
    background-color: #6babdd;
  }
  .pagination2 a.disabled {
    display: none;
  }