.banner-nav{
    height: 80px;
    width: 100%;
    background-color: #f8f7f7;
}
.banner-nav .inner{
    display: flex;
    justify-content: center;
}
.banner-nav .inner a{
    width: 14%;
    display: block;
    height: 80px;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    color: #161616;
}
.banner-nav .inner a:hover, .banner-nav .inner a.active{
    background-color: #3c7de6;
    color: #fff;
    height: 85px;
}
.inner .news-list{
    margin-top: 150px;
}
.news-list .new{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dcdcdc;
}
.news-list .new .img{
    width: 240px;
    padding: 10px;
}
.news-list .new .img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.news-list .new .container{
    width: 65%;
    display: flex;
    margin-left: 15px;
}
.news-list .new .container .date{
    width: 17%;
    color: #696969;
    text-align: center;
    padding: 20px 30px;
}
.news-list .new .container .date h2{
    font-size: 66px;
    line-height: 80px;
    text-align: center;
    color: #2d2d2d;
}
.news-list .new .container .date p{
    font-size: 20px;
    color: #2d2d2d;
}
.news-list .new .container .new-content{
    margin-left: 40px;
    color: #2d2d2d;
}
.news-list .new .container .new-content h5{
    font-size: 18px;
    line-height: 32px;
    padding-top: 20px;
}
.news-list .new .container .new-content p{
    display: block;
    font-size: 14px;
    line-height: 28px;
    margin-top: 10px;
    text-overflow:ellipsis;
    overflow:hidden; 
}
.news-list .new  .next{
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
}
.news-list .new  .next img{
    display: block;
    padding: 15px 12px;
    background-color: #b0b0b0;
    transform: rotate(270deg);
}
.page .paging-box {
    width: 340px;
    height: 42px;
    display: flex;
    justify-content: space-between;
    margin: 100px auto;
  }
 .page .paging-box li {
    width: 42px;
    height: 42px;
    border: 1px solid #e5e5e5;
    background: #f7f7f7;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 42px;
    text-align: center;
    margin-left: 10px;
  }
  .page {
      padding-bottom: 50px;
  }
 .page .paging-box li a {
    display: block;
    width: 100%;
    color: #3b3b3b;
  }
 .page .paging-box li a:hover {
    color: #ffff;
    background-color: #3c7de6;
  }
  @media screen and (max-width: 1680px){
    .news-list .new .container .date{
        width: 20%;
        color: #696969;
        text-align: center;
        padding: 20px 10px;
    }
  }
  @media screen and (max-width: 980px){
    .news-list .new  .next{
        display: none;
    }
    .news-list .new .container{
        width: 80%;
    }
    .inner .news-list{
        margin-top: 50px;
    }
    .banner-nav{
        height: 60px;
    }
    .banner-nav .inner a{
        height: 60px;
        line-height: 60px;
    }
    .banner-nav .inner a:hover, .banner-nav .inner a.active{
        height: 63px;
    }
  }
  @media screen and (max-width: 768px){
    .news-list .new{
        display: block;
    }
    .news-list .new .img{
        width: 100%;
    }
    .news-list .new .container{
        align-items: center;
        width: 100%;
        margin-left: 0;
    }
    .news-list .new .container>a{
        display: block;
        width: 75%;
    }
  }
  @media screen and (max-width: 480px){
    .news-list .new .container .date{
        display: none;
    }
    .news-list .new .container>a{
        width: 100%;
    }
    .news-list .new .container .new-content{
        margin-left: 0;
        padding: 10px;
    }
    .banner-nav .inner a{
        width: 40%;
    }
  }