
  section {
      background: #F5F5F5;
  }

  .banner,
  .banner img,
  .news-item img {
      width: 100%;


  }

  .news-header {
      width: 100%;
      border-bottom: 1px solid #C8C8C8;
      margin-bottom: 100px;
      padding-top: 100px;
  }

  .news-header h2 {

      font-size: 31px;
      font-family: 'alibb-m';

      padding-bottom: 16px;
      color: #3D3A39;
  }

  .n-div {
      width: 76%;
      margin: auto;
      display: flex;
  }

  .span-x {
      height: 18px;
      border-right: 1px solid #807E7E;
      margin: 30px 30px 0 30px;
  }

  .span-x:last-child {
      display: none;
  }

  .news-content {
      width: 80%;
      margin: 70px auto auto auto;
      padding-bottom: 100px;
  }

  h2 {

      margin-bottom: -5px !important;
      cursor: pointer;
  }

  .news-item p {


      height: 42px;
      font-size: 20px;
      font-family: 'alibb-r';
      color: #585757;
      margin: 20px;

  }

  .news-time {
      text-align: right;
      margin-right: 20px;
      padding-bottom: 20px;
      color: #9D9E9E;
  }

  .news-item img {
      transition: all .3s;
      height: 267px;
  }

  .news-img:hover {
      transform: scale(1.1);
  }

  .news-item li {

      margin-bottom: 50px;
  }

  .n-div-h2 {
      border-bottom: 4px solid #00a33b;
  }

  .ba {
      background: #FFFFFF;
  }

  .news-time span:last-child {
      padding-left: 7px;
  }

  .ba:hover p {
      color: #00a33b;
  }

  .fenye {
      width: 76%;
      padding-top: 80px;
      display: flex;
  }
  .fenye li{
      width: 80px;
      height: 45px;
      margin-left:30px;
      border: 1px solid #FFFFFF;
      text-align: center;
      background: #FFFFFF;
      color: #F5F5F5;
      padding-top:12px
  }
  .fenye a{
      color:#3D3A39;
  }
  .fenye .active {
      background-color:#00a33b !important;
  }
  .fenye .active a{
      color: #FFFFFF;
  }
 
