.banner {
  width: 100%;
  height: auto;
  z-index: -99999999;
}

.mianbaoxie {
  width: 1440px;
  margin: 0 auto;
  height: 110px;
  a {
    color: #999;
    line-height: 110px;
  }
  a:hover {
    color: #4bb79d;
  }
  a:last-child {
    color: #4bb79d;
  }
}

.box6 {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 40px;
  overflow: hidden;
  h3 {
    width: 100%;
    font-size: 35px;
    text-align: center;
  }
  #news {
    display: block;
    width: 150px;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    float: left;
    a {
      display: block;
      width: 140px;
      height: 50px;
      background-color: #f5f5f5;
      color: #333;
      margin-bottom: 20px;
      line-height: 50px;
      text-align: center;
      font-size: 18px;
      //font-weight: 600;
      cursor: pointer;
    }
    a:hover {
      background-color: #f2b93e;
      color: #fff;
    }
    a.current {
      background-color: #f2b93e;
      color: #fff;
    }
  }
  .newslist {
    margin-top: 50px;
    float: right;
    width: 1000px;
    height: auto;
    overflow: hidden;
    .newin {
      display: block;
      width: 100%;
      height: 60px;
      margin-bottom: 30px;
      .l {
        float: left;
        width: 60px;
        height: 60px;
        border-right: 1px solid #ccc;
        padding-right: 20px;
        h6 {
          font-size: 46px;
          color: #333;
          line-height: 36px;
          s:before {
            content: "0";
          }
        }
        p {
          font-size: 12px;
          color: #b6b6b6;
          line-height: 30px;
        }
      }
      .r {
        width: 890px;
        float: right;
        text-align: left;
        p {
          line-height: 30px;
          font-size: 14px;
          color: #b6b6b6;
          b {
            font-size: 16px;
            color: #333;
          }
        }
      ;
      }
    }
  }
}

.textyc {
  width: 850px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.my_pages {
  clear: both !important;
  padding: 5px 0 0;
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  padding-bottom: 20px;
  ul {
    text-align: center;
    list-style: none;
    li {
      list-style: none;
      text-align: center;
      height: 24px;
      display: inline;
      margin: 0 2px;
      padding: 0;
      overflow: hidden;
      white-space: nowrap;
      font-size: 13px;
      a {
        background: #fff;
        color: #555;
        display: inline;
        height: 24px;
        overflow: hidden;
        padding: 6px 10px;
        margin: 0;
        border: #999 1px solid;
      }
      a:hover {
        color: #fff;
        background: #f2b93e;
        border: #f2b93e 1px solid;
        height: 24px;
        overflow: hidden;
        text-decoration: none;
        cursor: pointer;
      }
    }
    li.thisclass a {
      background: #f2b93e;
      border: #f2b93e 1px solid;
      height: 24px;
      overflow: hidden;
      color: #fff;
      font-weight: 700;
    }
  }
}
@media screen and (max-width:1920px){
  .mianbaoxie{
    width:1200px!important;
    height:50px!important;
    a{
      line-height: 50px!important;
    }
  }
  .box6{
    padding-top:0!important;;
  }
}
.pagination{
  display: flex;
  justify-content: center;
}