﻿.news{
    padding-top: 196px;
    min-height: 100%;
    background: url("../image/bg.jpg") top center no-repeat;
    background-size: 1920px 1080px;
    overflow: hidden;
  }
  .news_box{
    position: relative;
    width: 893px;
    margin: 0 auto;
  }
  .news_box_img{
    width: 77px;
    position: absolute;
    top: 0;
    left: -170px;
  }
  .news_box_img2{
    width: 157px;
    position: absolute;
    top: -100px;
    right: -200px;
    cursor: pointer;
  }
  .news_tap{
    width: 100%;
    height: 62px;
    margin: 0 auto;
  }
  .page2_new_tap{
    border: none;
  }
  .page2_new_line{
    width: 560px;
    height: 1px;
    background-color: #9e9e9e;
    margin-left: 30px;
  }
  .page2_new_box{
    height: auto;
  }
  .page2_new_box_line{
    margin: 0 20px;
  }
  .page2_new_box_box{
    overflow-y: auto;
    height: 500px;
  }

  .page2_new_box{
    width: 100%;
    margin-top: 40px;
    box-sizing: border-box;
    display: none;
  }
  .page2_new_box_av{
    display: block;
  }
  .page2_new_box_list{
    padding: 41px 0 12px 0;
    height: 20px;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center ;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: content-box;
  }
  .p2_n_b_l_tit{
    width: 790px;
    text-align: left;
    font-size: 20px;
    line-height: 1;
    font-weight: 600;
    overflow :hidden;
    text-overflow :ellipsis;
    white-space :nowrap;
    color: #2f2f2f;
  }
  .p2_n_b_l_date{
    width: 100px;
    text-align: right;
    font-size: 16px;
    color: #666;
  }
  .news_pager{
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
  }
  a {
    text-decoration: none !important;
    cursor: pointer;
  }
  
.pager > li .pager-item{
    color: #355969;
    border-color: #355969 !important;
  }
  .pager > li.active > a{
    color: #fff;
    background-color: #355969;
  }
  .pager .btn {
    color: #355969;
    border-color: #355969 !important;
}
.pager .form-control {
  color: #355969;
  border-color: #355969 !important;
}
/* @media screen and (max-width: 1020px) {
  .news{
    padding-top: 130px;
  }
  .news_box{
    width: 630px;
  }
  .news_box_img{
    width: 51px;
    left: -110px;
  }
  .news_tap{
    height: 41px;
  }

  .page2_new_line{
    width: 373px;
    margin-left: 20px;
  }
  .page2_new_box_line{
    margin: 0 13px;
  }
  .page2_new_box{
    margin-top: 26px;
  }
  .page2_new_box_list{
    padding: 27px 0 8px 0;
    height: 13px;
    font-size: 13px;
  }
  .p2_n_b_l_tit{
    width: 526.6px;
    font-size: 13px;
  }
  .p2_n_b_l_date{
    font-size: 12px;
  }
} */
@media screen and (max-width: 1600px){
  .news{
    padding-top: 80px;
  }
  .news_box{
    transform: scale(0.83);
  }
 
@media screen and (max-width: 1300px){
  .news{
    padding-top: 50px;
  }
  .news_box{
    transform: scale(0.67);
  }
  
}
@media screen and (max-width: 1020px){
  .news{
    padding-top: 0px;
  }
  .news_box{
    transform: scale(0.53);
  }
}