.banner {
    background: url('../image/news_banner.png') center/cover;
    height: 460px;
    color: #FFFFFF;
    line-height: 460px;
    text-align: center;
    font-size: 56px;
    font-weight: 600;
}

.newsList {
    height: 108px;
    width: 100%;
    background: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 998;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 40%);
}

.newsList ul {
    width: 500px;
    display: flex;
    margin: 0 auto;
    justify-content: space-evenly;

}

.newsList ul li {
    min-width: 129px;
    height: 102px;
    line-height: 102px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 22px;
    color: #444444;
    letter-spacing: 0;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
}

.newsList ul .line {
    height: 108px;
    width: 2px;
    background-image: url(../image/news_line.png);
    background-size: 100% 100%
}

.newsList ul li:nth-of-type(1) {
    margin-right: 58px;
}

.newsList ul li:nth-of-type(2) {
    margin-left: 58px;
}

.newsList ul li.activeLi {
    color: #17767C;
    border-bottom: 6px solid #17767C;
}
.swiper-wrapper{
    /* height: auto !important; */
}

.newsItem {
    width: 100%;
    height: auto;
    padding: 47px 0;
    background: #f7f7f7;
}
.newsItem ul{
    width: 98%;
    margin: 5px auto;
}
.newsItem ul li {
    padding: 37px 30px;
    height: auto;
    max-width: 1398px;
    background: #FFFFFF;
    margin: 0 auto;
    margin-bottom: 38px;
    border: 1px solid #E3E3E3;
    cursor: pointer;
}
.newsItem ul li:hover{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); 
}

.newsItem ul li .imgs {
    min-width: 370px;
    width: 30%;
    height: 246px;
    background: #FCC;
    margin-right: 46px;
    float: left;
}

.newsItem ul li .te {
    width: 100%;
}

.newsItem ul li .te .title {
    font-family: PingFangSC-Medium;
    font-size: 38px;
    color: #444444;
    letter-spacing: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsItem ul li:hover .te .title{
    color: #17767C;
}
.newsItem ul li .te .time {
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #767676;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 20px;
}

.newsItem ul li .te .text {
    font-family: PingFangSC-Regular;
    font-size: 24px;
    color: #767676;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.lod{
    width: 191px;
    height: 53px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 26.5px;
    margin: 0 auto;
    line-height: 53px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #767676;
    letter-spacing: 0;
    font-weight: 400;
    position: relative;
    text-indent: 72px;
    margin-top: 50px;
    cursor: pointer;
}
.lod:hover {
    color: rgba(100, 100, 100, 0.5);
}
/* .lod:hover img{
    background-size: contain;
    -webkit-animation: round_animate 1s linear infinite;
    animation: round_animate 1s linear infinite; 
} */
.hover img{
    background-size: contain;
    -webkit-animation: round_animate 1s linear infinite;
    animation: round_animate 1s linear infinite; 
}
@keyframes round_animate {
    to {
      transform: rotate(1turn);
    }
  }
.lod img{
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 40px;
}
.newsDetail{
    width: 100%;
    background: #f7f7f7;
    padding: 47px 0 0 0;
}
.main{
    overflow: hidden;
    padding-bottom: 137px;
}
.detail{
    padding-bottom: 50px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
}
.detail .title{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 80px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 34px;
    color: #444444;
    letter-spacing: 0;
    font-weight: 500;
    
}
.detail .time{
    max-width: 80%;
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #8A8A8A;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
}
.detail .text{
    max-width: 90%;
    margin: 0 auto;
    margin-top: 40px;
    font-family: PingFangSC-Regular;
    font-size: 22px;
    color: #767676;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
}
.detail .text p{
    margin-bottom: 30px;
    text-indent: 40px;
}

.detail  .text img{
    display: block;
    margin: 50px auto 50px;
    max-width: 90%;
}
.detail  .text ul{
    margin-bottom: 40px;
}
.detail .text ul li{
    text-indent: 40px;
}

.relevant{
    margin-top: 200px;
    position: relative;
}
.relevantText{
    width: 200px;
    height: 33px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #444444;
    letter-spacing: 0;
    font-weight: 500;
    margin-left: 30px;
    margin-bottom: 20px;
}
.navgi{
    width: 100px;
    position: absolute;
    right: 50px;
    top: 3px;
}
.navgi .news-l{
    width: 15px;
    height: 30px;
    margin-right: 20px;
}
.navgi .news-r{
    width: 15px;
    height: 30px;
}

.itemList{
    display: flex;
    justify-content: start;
    padding: 5px 0;
}
.item{
    width: 445.99px;
    height: 490px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.swiper-slide{
    width: 426px;
    height: 490px;
    margin: 0 20px;
}
.item:nth-of-type(1) , .item:nth-of-type(2){
    margin-right: 24px;
}
.item .item_l{
    width: 370px;
    height: 246px;
    margin: 35px auto;
    display: block;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}
.item .item_l img{
    height: 100%;
    margin: 0 auto;
    display: block;
}
.itemList .item:hover{
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3); 
}
.itemList .item:hover .title_q{
    color: #17767C;
}
.item .img_q{
    width: 370px;
    height: 246px;
    background: #D8D8D8;
    margin: 35px auto;
    display: block;
}
.item .title_q{
    width: 370px;
    height: 84px;
    font-family: PingFangSC-Medium;
    font-size: 26px;
    color: #444444;
    letter-spacing: 0;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.item .time_q{
    width: 370px;
    height: 40px;
    font-family: PingFangSC-Regular;
    font-size: 20px;
    color: #8A8A8A;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
    margin-top: 15px;
}
@media screen and (max-width: 980px) {
    .newsList ul{
        width: 600px;
    }
    .newsList ul li{
        font-size: 32px;
    }
    .newsList ul{
        width: 600px;
    }
    .newsList ul li{
        font-size: 32px;
    }
}


