.section {
    padding: 120px 0 68px;
}

.section .wrap .news_swiper {
    width: 1480px;
    margin-bottom: 100px;
}

.section .wrap .news_swiper .swiper-pagination {
    bottom: 87px;
    left: 810px;
    display: flex;
    gap: 0 15px;
}

.section .wrap .news_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 9px;
    height: 9px;
    background: #E1DED6;
    opacity: 1;
    margin: 0;
    cursor: pointer;
}

.section .wrap .news_swiper .swiper-pagination .swiper-pagination-bullet:hover, .section .wrap .news_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F7BD23;
}

.section .wrap .news_swiper .swiper-slide {
    background: #F7F6F4;
    border-radius: 10px;
}

.section .wrap .news_swiper .swiper-slide .swiper_box {
    padding: 40px;
    display: flex;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .img {
    display: block;
    width: 701px;
    height: 457px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    transition: 0.6s;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .img:hover img {
    transform: scale(1.1);
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r {
    width: 616px;
    margin-left: 67px;
    padding: 59px 0 0;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .time {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
    opacity: 0;
    transform: translateY(20px);
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .time .iconfont {
    font-size: 16px;
    color: #F7BD23;
    margin-right: 11px;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .time p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .title {
    margin: 60px 0 30px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .title a {
    display: block;
    font-weight: bold;
    font-size: 20px;
    color: #111111;
    line-height: 36px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .title a:hover {
    color: #F7BD23;
}

.section .wrap .news_swiper .swiper-slide .swiper_box .r .text {
    opacity: 0;
    transform: translateY(20px);
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    padding: 0 23px 0 0;
}

.section .wrap .news_swiper .swiper-slide.swiper-slide-active .swiper_box .img {
    opacity: 1;
}

.section .wrap .news_swiper .swiper-slide.swiper-slide-active .swiper_box .r .time {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
}

.section .wrap .news_swiper .swiper-slide.swiper-slide-active .swiper_box .r .title {
    opacity: 1;
    transform: translateY(0px);
    pointer-events: auto;
    transition: 0.6s;
    transition-delay: 0.1s;
}

.section .wrap .news_swiper .swiper-slide.swiper-slide-active .swiper_box .r .text {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s;
    transition-delay: 0.2s;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    margin-bottom: 60px;
}

.section .wrap .list .item {
    display: block;
    width: 460px;
    background: #F7F6F4;
    padding: 0 0 76px;
    border-radius: 10px;
}

.section .wrap .list .item .img {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .item_text {
    margin: 0 30px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 400;
    font-size: 18px;
    color: #111111;
    line-height: 28px;
    transition: 0.6s;
}

.section .wrap .list .item .time {
    display: flex;
    align-items: center;
    margin: 40px 30px 30px;
}

.section .wrap .list .item .time .iconfont {
    font-size: 18px;
    color: #F7BD23;
    margin-right: 11px;
}

.section .wrap .list .item .time p {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

.section .wrap .list .item:hover .item_text {
    color: #F7BD23;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 6.25vw 0px 3.5416666667vw;
    }

    .section .wrap .news_swiper {
        width: 77.0833333333vw;
        margin-bottom: 5.2083333333vw;
    }

    .section .wrap .news_swiper .swiper-pagination {
        bottom: 4.53125vw;
        left: 42.1875vw;
        gap: 0px 0.78125vw;
    }

    .section .wrap .news_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.46875vw;
        height: 0.46875vw;
    }

    .section .wrap .news_swiper .swiper-slide {
        border-radius: 0.5208333333vw;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box {
        padding: 2.0833333333vw;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .img {
        width: 36.5104166667vw;
        height: 23.8020833333vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r {
        width: 32.0833333333vw;
        margin-left: 3.4895833333vw;
        padding: 3.0729166667vw 0px 0px;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r .time {
        margin-bottom: 3.125vw;
        transform: translateY(1.0416666667vw);
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r .time .iconfont {
        font-size: 0.8333333333vw;
        margin-right: 0.5729166667vw;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r .time p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r .title {
        margin: 3.125vw 0px 1.5625vw;
        transform: translateY(1.0416666667vw);
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r .title a {
        font-size: 1.0416666667vw;
        line-height: 1.875vw;
    }

    .section .wrap .news_swiper .swiper-slide .swiper_box .r .text {
        transform: translateY(1.0416666667vw);
        font-size: 0.8333333333vw;
        line-height: 1.875vw;
        padding: 0px 1.1979166667vw 0px 0px;
    }

    .section .wrap .list {
        gap: 2.6041666667vw;
        margin-bottom: 3.125vw;
    }

    .section .wrap .list .item {
        width: 23.9583333333vw;
        padding: 0px 0px 3.9583333333vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item .img {
        height: 15.625vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item .item_text {
        margin: 0px 1.5625vw;
        font-size: 0.9375vw;
        line-height: 1.4583333333vw;
    }

    .section .wrap .list .item .time {
        margin: 2.0833333333vw 1.5625vw 1.5625vw;
    }

    .section .wrap .list .item .time .iconfont {
        font-size: 0.9375vw;
        margin-right: 0.5729166667vw;
    }

    .section .wrap .list .item .time p {
        font-size: 0.8333333333vw;
    }
}
@media screen and (max-width: 768px) {
    .section {
        padding: 60px 0 80px;
    }
    .section .wrap .news_swiper {
        width: 100%;
    }
    .section .wrap .news_swiper .swiper-slide {
        border-radius: 4px;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box {
        display: block;
        padding: 20px 20px 60px;
    }
    .section .wrap .news_swiper .swiper-pagination {
        left: 0;
        width: 100%;
        justify-content: center;
        gap: 0 10px;
        bottom: 25px;
    }
    .section .wrap .news_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 9px;
        height: 9px;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .img {
        width: 100%;
        height: 52vw;
        border-radius: 4px;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .r {
        width: 100%;
        margin: 0;
        padding: 30px 0 0;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .r .time p {
        font-size: 14px;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .r .time .iconfont {
        font-size: 14px;
        margin-right: 5px;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .r .text {
        font-size: 16px;
        line-height: 1.4;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .r .title {
        margin: 20px 0 15px;
    }
    .section .wrap .news_swiper .swiper-slide .swiper_box .r .title a {
        font-size: 18px;
        line-height: 1.4;
    }
    .section .wrap .news_swiper {
        margin-bottom: 40px;
    }
    .section .wrap .list {
        gap: 40px;
    }
    .section .wrap .list .item {
        width: 100%;
        border-radius: 4px;
        padding: 0 0 30px;
    }
    .section .wrap .list .item .time {
        margin: 30px 20px 20px;
    }
    .section .wrap .list .item .time .iconfont {
        font-size: 14px;
        margin-right: 5px;
    }
    .section .wrap .list .item .time p {
        font-size: 14px;
    }
    .section .wrap .list .item .item_text {
        margin: 0 20px;
        font-size: 18px;
        line-height: 1.6;
    }
    .section .wrap .list .item .img {
        height: 58vw;
        border-radius: 4px;
    }
}
