.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;
}
.news-content{
    margin-bottom:350px;
    display: flex;
    justify-content: space-between;
}
.inner h3{
    font-size: 30px;
    line-height: 60px;
    color: #000;
    margin-top: 100px;
}
.news-content .main-content{
    margin-top: 10px;
    width: 70%;

}
.news-content .main-content .title{
    display: flex;
}
.news-content .main-content .title li{
    margin: 0 20px;
   
    color:#acacac;
    line-height: 26px;
}
.news-content .main-content .title li span{
    border-right: 1px solid #acacac;
 }
 .news-content .main-content .container {
     width: 100%;
     border-top: 1px solid #d2d2d2;
     margin-top: 40px;
     padding: 30px 0;
     border-bottom: 1px solid #d2d2d2; 
 }
 .news-content .main-content .container p{
     font-size: 14px;
     letter-spacing:2px;
     line-height: 26px;
     margin: 15px 0;
 }
 .news-content .main-content .container img{
     display: block;
     margin: 40px auto;
     max-width: 100%;
 }
 .news-content .main-content .container h5{
     font-size: 20px;
     line-height: 26px;
 }


 .news-content .main-content .nav{
     margin-top: 50px;
 }
 .news-content .main-content .nav li a{
     display: block;
     color: #8e8e8e;
     padding-top: 10px;
     text-decoration: underline;
 }



 .inner .interest{
     width: 23%;
     padding-left: 32px;
     margin-left: 50px;
 }
 .inner .interest h4{
     font-size: 20px;
     line-height: 40px;
     margin:20px 0;
     padding-bottom: 18px;
     border-bottom: 1px solid #d2d2d2; 
 }

 .inner .interest .items .item{
     margin-top: 30px;
     padding-bottom: 25px;
     border-bottom: 1px solid #d2d2d2; 
 }
 .inner .interest .items .item img{
    width: 100%;
 }
 .inner .interest .items ul {
     display: flex;
     justify-content: space-between;
 }
 .inner .interest .items ul li{
     margin: 20px 5px;
 }
 .inner .interest .items ul li a{
     color: #3b3b3b;
     font-family: "Source Han Sans CN"
 }

 .inner .interest .items p{
    color: #3b3b3b;
    padding-left: 5px;
 }

  @media screen and (max-width: 1680px){

  }
  @media screen and (max-width: 1280px){
    .inner .interest{
        display: none;
    }
    .news-content .main-content{
        width: 100%;
    }
}
  @media screen and (max-width: 980px){

    .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;
    }
    .news-content .main-content .nav li a{
        padding: 10px 40px;
    }
  }
  @media screen and (max-width: 768px){
    .news-content .main-content .title{
        display: block;
    }
    .news-content .main-content .nav li a{
        padding: 0px 0px;
    }
    .news-content .main-content .title li span{
        border: none;
    }
  }
  @media screen and (max-width: 480px){

    .banner-nav .inner a{
        width: 40%;
    }
    .news-content .main-content .container p{
        padding: 0 10px;
    }
  }