.section {
    padding: 81px 0 70px;
}

.section .wrap .section_swiper {
    width: 100%;
    background: #F9F9F9;
    border-radius: 10px;
}

.section .wrap .section_swiper .swiper-slide {
    display: flex;
}

.section .wrap .section_swiper .swiper-slide .img {
    width: 760px;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
}

.section .wrap .section_swiper .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .section_swiper .swiper-slide .img:hover img {
    transform: scale(1.1);
}

.section .wrap .section_swiper .swiper-slide .slide_r {
    width: 840px;
    height: 100%;
    padding: 64px 113px 0 80px;
    position: relative;
}

.section .wrap .section_swiper .swiper-slide .slide_r .date {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_title {
    margin: 60px 0 30px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_title a {
    display: block;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_title a:hover {
    color: #005FD5;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_text {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 40px;
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_more {
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more {
    width: fit-content;
    display: flex;
    align-items: center;
    padding: 0 20px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #E3E5E8;
    gap: 10px;
    transition: 0.6s;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more p {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more .iconfont {
    font-size: 9px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more:hover {
    border: 1px solid #005FD5;
    background: #005FD5;
}

.section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more:hover p, .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more:hover .iconfont {
    color: #FFFFFF;
}

.section .wrap .section_swiper .swiper-slide.swiper-slide-active .img {
    opacity: 1;
    pointer-events: auto;
    transition: 0.6s;
}

.section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .date, .section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .slide_title, .section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .slide_text, .section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .slide_more {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    transition: 0.6s;
}

.section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .slide_title {
    transition-delay: 0.1s;
}

.section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .slide_text {
    transition-delay: 0.2s;
}

.section .wrap .section_swiper .swiper-slide.swiper-slide-active .slide_r .slide_more {
    transition-delay: 0.2s;
}

.section .wrap .section_swiper .swiper-pagination {
    display: flex;
    align-items: center;
    gap: 10px;
    left: 840px;
    bottom: 56px;
}

.section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 10px;
    height: 10px;
    background: #D4DCE5;
    border-radius: 5px;
    opacity: 1;
    transition: 0.6s;
    cursor: pointer;
    margin: 0;
}

.section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet:hover {
    background: #005FD5;
}

.section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 26px;
    background: #005FD5;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 26px;
    margin: 80px 0 0;
}

.section .wrap .list .item {
    display: block;
    width: 380px;
}

.section .wrap .list .item .item_box {
    width: 100%;
    height: 480px;
    background: #F9F9F9;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: 0.6s;
}

.section .wrap .list .item .item_box .item_top {
    padding: 46px 30px 0;
}

.section .wrap .list .item .item_box .item_top .date {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    transition: 0.6s;
}

.section .wrap .list .item .item_box .item_top .item_title {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 30px;
    margin: 30px 0 20px;
    height: 60px;
    transition: 0.6s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.section .wrap .list .item .item_box .item_top .item_des {
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 30px;
    height: 60px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.6s;
}

.section .wrap .list .item .item_box .item_img {
    width: 100%;
    height: 220px;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    transition: 1s;
}

.section .wrap .list .item .item_box .item_img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .item_box:hover {
    background: #005FD5;
}

.section .wrap .list .item .item_box:hover .item_top .date, .section .wrap .list .item .item_box:hover .item_top .item_title, .section .wrap .list .item .item_box:hover .item_top .item_des {
    color: #FFFFFF;
}

.section .wrap .list .item .item_box:hover .item_img {
    clip-path: inset(0 0 0 0);
}

.page {
    margin: 55px 0 0;
}

@media screen and (max-width: 1919px) {
    .section {
        padding: 4.21875vw 0px 3.6458333333vw;
    }

    .section .wrap .section_swiper {
        border-radius: 0.5208333333vw;
    }

    .section .wrap .section_swiper .swiper-slide .img {
        width: 39.5833333333vw;
        height: 26.0416666667vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .section_swiper .swiper-slide .slide_r {
        width: 43.75vw;
        padding: 3.3333333333vw 5.8854166667vw 0px 4.1666666667vw;
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .date {
        font-size: 0.8333333333vw;
        transform: translateY(1.0416666667vw);
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_title {
        margin: 3.125vw 0px 1.5625vw;
        transform: translateY(1.0416666667vw);
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_title a {
        font-size: 1.1458333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_text {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
        margin-bottom: 2.0833333333vw;
        transform: translateY(1.0416666667vw);
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more {
        transform: translateY(1.0416666667vw);
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more {
        padding: 0px 1.0416666667vw;
        height: 2.1875vw;
        border-radius: 1.09375vw;
        gap: 0.5208333333vw;
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more p {
        font-size: 0.8333333333vw;
    }

    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more .iconfont {
        font-size: 0.46875vw;
    }

    .section .wrap .section_swiper .swiper-pagination {
        gap: 0.5208333333vw;
        left: 43.75vw;
        bottom: 2.9166666667vw;
    }

    .section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 0.5208333333vw;
        height: 0.5208333333vw;
        border-radius: 0.2604166667vw;
    }

    .section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 1.3541666667vw;
    }

    .section .wrap .list {
        gap: 2.6041666667vw 1.3541666667vw;
        margin: 4.1666666667vw 0px 0px;
    }

    .section .wrap .list .item {
        width: 19.7916666667vw;
    }

    .section .wrap .list .item .item_box {
        height: 25vw;
        border-radius: 0.5208333333vw;
    }

    .section .wrap .list .item .item_box .item_top {
        padding: 2.3958333333vw 1.5625vw 0px;
    }

    .section .wrap .list .item .item_box .item_top .date {
        font-size: 0.8333333333vw;
    }

    .section .wrap .list .item .item_box .item_top .item_title {
        font-size: 1.1458333333vw;
        line-height: 1.5625vw;
        margin: 1.5625vw 0px 1.0416666667vw;
        height: 3.125vw;
    }

    .section .wrap .list .item .item_box .item_top .item_des {
        font-size: 0.8333333333vw;
        line-height: 1.5625vw;
        height: 3.125vw;
    }

    .section .wrap .list .item .item_box .item_img {
        height: 11.4583333333vw;
        border-radius: 0px 0px 0.5208333333vw 0.5208333333vw;
    }

    .page {
        margin: 2.8645833333vw 0px 0px;
    }
}
@media screen and (max-width: 768px) {
    .crumbs_links .wrap {
        justify-content: space-between;
    }
    .crumbs_links .wrap .l {
        display: none;
    }
    .crumbs_links .wrap .r {
        width: 100%;
        justify-content: space-between;
    }
    .section {
        padding: 50px 0 80px;
    }
    .section .wrap .section_swiper {
        border-radius: 8px;
    }
    .section .wrap .section_swiper .swiper-slide {
        display: block;
    }
    .section .wrap .section_swiper .swiper-slide .img {
        display: block;
        width: 100%;
        height: 50vw;
        border-radius: 8px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r {
        width: 100%;
        padding: 20px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .date {
        font-size: 14px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .slide_title a {
        height: unset;
        font-size: 18px;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .slide_title {
        margin: 15px 0 10px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .slide_text {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
        margin-bottom: 25px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more {
        padding: 0 15px;
        height: 36px;
        border-radius: 18px;
        gap: 4px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more p {
        font-size: 14px;
    }
    .section .wrap .section_swiper .swiper-slide .slide_r .slide_more .more .iconfont {
        font-size: 9px;
    }
    .section .wrap .section_swiper .swiper-pagination {
        left: unset;
        right: 20px;
        width: fit-content;
        gap: 8px;
        bottom: 35px;
    }
    .section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 26px;

    }
    .section .wrap .section_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        border-radius: 4px;
    }
    .section .wrap .list {
        gap: 30px;
        margin: 35px 0 0;
    }
    .section .wrap .list .item {
        width: 100%;
    }
    .section .wrap .list .item .item_box .item_top {
        padding: 30px 20px 20px;
    }
    .section .wrap .list .item .item_box {
        border-radius: 8px;
        height: unset;
    }
    .section .wrap .list .item .item_box .item_img {
        height: 60vw;
        border-radius: 0px 0px 8px 8px;
        clip-path: inset(0% 0 0 0);
    }
    .section .wrap .list .item .item_box .item_top .date {
        font-size: 14px;
    }
    .section .wrap .list .item .item_box .item_top .item_title {
        font-size: 18px;
        margin: 20px 0 15px;
        height: unset;
        line-height: 1.4;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .section .wrap .list .item .item_box .item_top .item_des {
        font-size: 15px;
        line-height: 24px;
        height: 48px;
    }
}
