.home {
    background: #F8F8F8;
}

.home .section {
    padding: 126px 0 142px;
}

.home .section .new_swiper {
    width: 100%;
    margin-bottom: 106px;
}

.home .section .new_swiper .swiper-pagination {
    position: unset;
    margin: 73px 0 0;
    display: flex;
    justify-content: center;
    gap: 0 8px;
}

.home .section .new_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 4px;
    background: #BABABA;
    border-radius: 2px;
    margin: 0;
    opacity: 1;
    transition: 0.6s;
}

.home .section .new_swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #006A52;
}

.home .section .new_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 36px;
    background: #006A52;
}

.home .section .new_swiper .swiper-slide .slide {
    height: 450px;
    background: #FFFFFF;
    border-radius: 10px;
    display: flex;
}

.home .section .new_swiper .swiper-slide .slide .img {
    width: 712px;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.home .section .new_swiper .swiper-slide .slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.home .section .new_swiper .swiper-slide .slide .slide_r {
    width: 868px;
    padding: 79px 104px 0 118px;
}

.home .section .new_swiper .swiper-slide .slide .slide_r .time {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 1;
    opacity: 0;
    transform: translateY(20px);
}

.home .section .new_swiper .swiper-slide .slide .slide_r .slide_title {
    font-weight: 400;
    font-size: 32px;
    color: #1A1A1A;
    line-height: 1;
    /*white-space: nowrap;*/
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    margin: 23px 0 43px;
    transition: color 0.6s;
    opacity: 0;
    transform: translateY(20px);
}

.home .section .new_swiper .swiper-slide .slide .slide_r .slide_p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 32px;
    /*-webkit-line-clamp: 3;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*overflow: hidden;*/
    height: 96px;
    opacity: 0;
    transform: translateY(20px);
}

.home .section .new_swiper .swiper-slide .slide .slide_r .slide_more {
    display: flex;
    align-items: center;
    gap: 0 10px;
    margin: 36px 0 0;
    opacity: 0;
    transform: translateY(20px);
}

.home .section .new_swiper .swiper-slide .slide .slide_r .slide_more p {
    font-family: 'SourceHanSansCN-Light';
    font-weight: 300;
    font-size: 18px;
    color: #02755F;
}

.home .section .new_swiper .swiper-slide .slide .slide_r .slide_more .iconfont {
    width: 22px;
    height: 22px;
    background: #006A52;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: #FFFFFF;
    transition: 0.6s;
}

.home .section .new_swiper .swiper-slide .slide .slide_r .slide_more:hover .iconfont {
    transform: translateX(5px);
}

.home .section .new_swiper .swiper-slide .slide:hover .img img {
    transform: scale(1.1);
}

.home .section .new_swiper .swiper-slide .slide:hover .slide_r .slide_title {
    color: #02755F;
}

.home .section .new_swiper .swiper-slide.swiper-slide-active .slide_r .time {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
}

.home .section .new_swiper .swiper-slide.swiper-slide-active .slide_r .slide_title {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.1s;
}

.home .section .new_swiper .swiper-slide.swiper-slide-active .slide_r .slide_p {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.2s;
}

.home .section .new_swiper .swiper-slide.swiper-slide-active .slide_r .slide_more {
    opacity: 1;
    transform: translateY(0);
    transition: 0.6s;
    transition-delay: 0.3s;
}

.home .section .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 57px 55px;
}

.home .section .list .item {
    display: block;
    height: 483px;
    background: #FFFFFF;
    border-radius: 10px;
    position: relative;
}

.home .section .list .item:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: 0.6s;
}

.home .section .list .item .img {
    width: 100%;
    height: 310px;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.home .section .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.home .section .list .item .item_txt {
    padding: 38px 48px 0;
}

.home .section .list .item .item_txt .time {
    font-family: 'HarmonyOS_Sans_SC_Light';
    font-weight: 300;
    font-size: 16px;
    color: #888888;
    line-height: 1;
    margin-bottom: 18px;
}

.home .section .list .item .item_txt .item_title {
    font-weight: 400;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 32px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.home .section .list .item:hover:after {
    opacity: 1;
}

.home .section .list .item:hover .img img {
    transform: scale(1.1);
}

.home .section .list .item:hover .item_txt .item_title {
    color: #006A52;
}

.page {
    margin: 78px 0 0;
}

/*# sourceMappingURL=news.css.map */
@media screen and (max-width: 1919px) {
    .home .section {
        padding: 6.5625vw 0px 7.3958333333vw;
    }

    .home .section .new_swiper {
        margin-bottom: 5.5208333333vw;
    }

    .home .section .new_swiper .swiper-pagination {
        margin: 3.8020833333vw 0px 0px;
        gap: 0px 0.4166666667vw;
    }

    .home .section .new_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.7291666667vw;
        height: 0.2083333333vw;
        border-radius: 0.1041666667vw;
    }

    .home .section .new_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 1.875vw;
    }

    .home .section .new_swiper .swiper-slide .slide {
        height: 23.4375vw;
        border-radius: 0.5208333333vw;
    }

    .home .section .new_swiper .swiper-slide .slide .img {
        width: 37.0833333333vw;
        border-radius: 0.5208333333vw;
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r {
        width: 45.2083333333vw;
        padding: 4.1145833333vw 5.4166666667vw 0px 6.1458333333vw;
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .time {
        font-size: 0.8333333333vw;
        transform: translateY(1.0416666667vw);
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_title {
        font-size: 1.6666666667vw;
        margin: 1.1979166667vw 0px 2.2395833333vw;
        transform: translateY(1.0416666667vw);
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_p {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
        height: 5vw;
        transform: translateY(1.0416666667vw);
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more {
        gap: 0px 0.5208333333vw;
        margin: 1.875vw 0px 0px;
        transform: translateY(1.0416666667vw);
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more p {
        font-size: 0.9375vw;
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more .iconfont {
        width: 1.1458333333vw;
        height: 1.1458333333vw;
        font-size: 0.5208333333vw;
    }

    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more:hover .iconfont {
        transform: translateX(0.2604166667vw);
    }

    .home .section .list {
        gap: 2.96875vw 2.8645833333vw;
    }

    .home .section .list .item {
        height: 25.15625vw;
        border-radius: 0.5208333333vw;
    }

    .home .section .list .item::after {
        border-radius: 0.5208333333vw;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 1.0416666667vw;
    }

    .home .section .list .item .img {
        height: 16.1458333333vw;
        border-radius: 0.5208333333vw 0.5208333333vw 0px 0px;
    }

    .home .section .list .item .item_txt {
        padding: 1.9791666667vw 2.5vw 0px;
    }

    .home .section .list .item .item_txt .time {
        font-size: 0.8333333333vw;
        margin-bottom: 0.9375vw;
    }

    .home .section .list .item .item_txt .item_title {
        font-size: 0.9375vw;
        line-height: 1.6666666667vw;
    }

    .page {
        margin: 4.0625vw 0px 0px;
    }
}

@media screen and (max-width: 768px) {
    .home .section {
        padding: 50px 0;
    }
    .home .section .new_swiper .swiper-slide .slide {
        height: unset;
        display: block;
        border-radius: 6px;
    }
    .home .section .new_swiper .swiper-slide .slide .img {
        width: 100%;
        border-radius: 6px;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r {
        width: 100%;
        height: unset;
        padding: 30px 20px;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r .time {
        font-size: 14px;
        transform: unset;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_title {
        font-size: 20px;
        margin: 15px 0 18px;
        transform: unset;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more {
        gap: 0 8px;
        margin: 25px 0 0;
        transform: unset;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more p {
        font-size: 15px;
        transform: unset;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_more .iconfont {
        width: 18px;
        height: 18px;
        font-size: 8px;
    }
    .home .section .new_swiper .swiper-slide .slide .slide_r .slide_p {
        font-size: 15px;
        line-height: 1.8;
        height: unset;
    }
    .home .section .new_swiper {
        margin-bottom: 40px;
    }
    .home .section .list {
        gap: 40px;
        grid-template-columns: repeat(1, 1fr);
    }
    .home .section .list .item {
        height: unset;
        border-radius: 6px;
    }
    .home .section .list .item .item_txt {
        padding: 30px 20px;
    }
    .home .section .list .item .item_txt .time {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .home .section .list .item .item_txt .item_title {
        font-size: 18px;
        line-height: 1.6;
    }
    .home .section .list .item .img {
        height: 56vw;
        border-radius: 6px;
    }
    .page {
        margin: 50px 0 0;
    }
}
<!--0.00014519691467285-->