.video-section {
    position: relative;
    /* padding: 140px 0; */
}

.video-section .gallery-top .swiper-slide {
    height: auto;
}

.video-section .gallery-thumbs .swiper-slide img,
.video-section .gallery-top .swiper-slide video,
.video-section .gallery-top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-section .gallery-thumbs {
    position: absolute;
    width: 100%;
    padding: 0 8.33vw;
    bottom: 3.07vw;
    z-index: 3;
}

.video-section .gallery-thumbs .swiper-slide {
    width: 192px;
    cursor: pointer;
    border: 2px solid #fff;
}

.video-section .gallery-thumbs .swiper-slide:not(:last-child) {
    margin-right: 20px;
}

.video-section .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    border-color: rgba(214, 37, 152, 1);
}

.news-section {
    padding: 13.54vw 0 170px;
    background: url(../img/news-3.jpg);
    background-size: cover;
}

.news-section .news-header {
    position: relative;
    margin: 0 8.33vw;
}

.news-section .news-header .zh {
    /* font-family: SourceHanSerifCN-Bold; */
    font-weight: bold;
    font-weight: 600;
    /* font-size: 80px; */
    color: #D62598;
    line-height: 1.22;
    margin-bottom: .487em;
}

.news-section .news-header .en {
    position: relative;
}

.news-section .news-header .en img {
    display: block;
    max-width: 100%;
}

.news-section .news-content {
    margin-top: 97px;
    display: flex;
    padding: 0 2%;
    justify-content: space-between;
}

.news-content-center,
.news-content-right,
.news-content-left {
    width: 32.5%;
}

.news-content-right-top,
.news-content-left-top {
    display: flex;
    justify-content: space-between;
}

.news-content-right-top .news-item,
.news-content-left-top .news-item {
    width: 48.16%;
}

.news-section .news-item .swiper {
    padding-top: 100%;
    box-shadow: 7px 9px 24px 3px rgba(45, 20, 54, 0.14);
    border-radius: 5px;
}

.news-section .news-item .swiper-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.news-section .news-item .swiper .swiper-slide {
    height: auto;
}

.news-section .news-item .swiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-section .news-content .text {
    font-weight: 400;
    font-size: 28px;
    color: #262C2E;
    line-height: 1.6;
    opacity: 0.35;
    margin-top: 1.85em;
}

.news-section .news-content-left .text {
    width: 123.74%;
}

.news-content-left-top {
    position: relative;
    padding-top: 100%;
}

.news-content-left-top .news-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.news-content-center .btns {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    gap: 10px;
}

.news-content-center .btns .btn {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FBFBFB;
    border-radius: 50%;
    cursor: pointer;
    color: rgba(214, 37, 152, 1);
    transition: all .6s;
}

.news-content-center .btns .btn .iconfont {
    font-size: 20px;
}

.news-content-center .btns .btn:hover {
    background: #D62598;
    color: #fff;
}

@media (max-width:1440px) {
    .news-section .news-header .en img {
        width: 600px;
    }

    .news-section .news-content .text {
        font-size: 24px;
        margin-top: 1.3em;
    }

    .news-section .news-header {
        margin: 0 3%;
    }
}

@media (max-width: 1199px) {
    .video-section .gallery-thumbs .swiper-slide {
        width: 150px;
    }

    .video-section .gallery-thumbs .swiper-slide:not(:last-child) {
        margin-right: 10px;
    }

    .video-section .gallery-thumbs {
        padding: 0 3%;
    }

    .news-section {
        padding: 80px 0;
    }

    .news-content-center .btns,
    .news-section .news-content {
        margin-top: 45px;
    }

    .news-section .news-header .en img {
        width: 400px;
    }

    .news-section .news-content .text {
        font-size: 20px;
    }

    .news-content-center .btns .btn {
        width: 50px;
        height: 50px;
    }
}

@media (max-width: 1024px) {
    .news-section {
        padding: 70px 0;
    }

    .news-content-center .btns,
    .news-section .news-content {
        margin-top: 40px;
    }

    .news-section .news-content .text {
        font-size: 18px;
        margin-top: 1em;
    }
}

@media (max-width: 768px) {
    .video-section .gallery-thumbs .swiper-slide{
        width: 23%;
        border-width: 1px;
    }
    .video-section .gallery-thumbs .swiper-slide:not(:last-child){
        margin-right: 2.66%;
    }
    .news-section {
        padding: 60px 0;
    }

    .news-content-center .btns,
    .news-section .news-content {
        margin-top: 30px;
    }

    .news-section .news-content {
        flex-direction: column;
        padding: 0 3%;
        gap: 40px;
    }

    .news-content-left-top {
        padding-top: 0;
    }

    .news-content-left-top .news-list {
        position: relative;
    }

    .news-content-center,
    .news-content-right,
    .news-content-left {
        width: 100%;
    }
    .news-content-center{
        order:1;
    }
    .news-content-left{
        order:2;
    }
    .news-content-right{
        order:3;
    }
    .news-section .news-header .en img {
        width: 300px;
    }
}

@media (max-width: 500px) {
    .news-section .news-content .text{
        font-size: 16px;
    }
    .news-content-center .btns .btn .iconfont {
        font-size: 18px;
    }

    .news-content-center .btns .btn {
        width: 40px;
        height: 40px;
    }

    .news-section .news-header .en img {
        width: 200px;
    }

    .news-section {
        padding: 50px 0;
    }

    .news-content-center .btns,
    .news-section .news-content {
        margin-top: 25px;
    }
}