.banner {
    background: url('../image/news_banner.png') center/cover;
    height: 460px;
    color: #FFFFFF;
    line-height: 460px;
    text-align: center;
    font-size: 56px;
    color: #FFFFFF;
    letter-spacing: 0;
    text-shadow: 0 2px 11px rgba(0, 0, 0, 0.50);
    font-weight: 600;
}

.newsList {
    height: 108px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 40%);
    position: sticky;
    top: 0;
    z-index: 998;
}

.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;
    min-height: 370px;
}

.newsItem ul {
    width: 98%;
    min-width: 1100px;
    margin: 5px auto;
}

.newsItem ul li {
    padding: 37px 30px;
    height: 246px;
    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: 370px;
    height: 246px;
    margin-right: 46px;
    float: left;
    overflow: hidden;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.2);
}

.newsItem ul li .imgs img {
    height: 100%;
    margin: 0 auto;
    display: block;
}

.newsItem ul li .te {
    width: 100%;
}

.newsItem ul li .te .title {
    font-family: PingFangSC-Medium;
    font-size: 34px;
    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: 22px;
    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: 20px;
    margin-bottom: 60px;
    cursor: pointer;
}

.lod_t {
    display: none;
    width: 191px;
    height: 53px;
    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-align: center;
    margin-top: 20px;
    margin-bottom: 60px;
}

.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: 38px;
    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: 24px;
    color: #767676;
    letter-spacing: 0;
    line-height: 40px;
    font-weight: 400;
}

.detail img {
    display: block;
    margin: 40px auto 0;
}


.relevant {
    margin-top: 200px;
    position: relative;
}

.relevantText {
    width: 96px;
    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: space-evenly;
    padding: 5px
}

.item {
    width: 445.99px;
    height: 490px;
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.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-Regular;
    font-size: 30px;
    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: 40px;
}

.ListItem>a{
    display: block
}

.swiper-slide {
    min-height: 370px;
}

@media screen and (max-width: 980px) {

    .lod_t,
    .lod {
        margin-bottom: 60px;
    }

    .newsItem ul li .te .text {
        width: auto !important;
    }

    .newsList ul {
        width: 600px;
    }

    .newsList ul li {
        font-size: 32px;
    }

    .newsItem ul {
        min-width: 98%;
    }

    .newsItem ul li {
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .newsItem ul li .imgs {
        width: 98%;
        margin: 0 auto;
        height: 414px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        flex-shrink: 0;
    }

    .newsItem ul li .imgs img{
        width: 100%;
        height: auto;
    }

    .newsItem ul li img {
        margin: 0 auto;
    }



    .swiper-container{
        min-height: 800px;
    }

    .swiper-slide {
        min-height: 830px;
    }



}