.section {
    padding: 123px 0 222px;
}

.section .wrap .title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
}

.section .wrap .t_des {
    font-weight: 400;
    font-size: 20px;
    color: #1A1A1A;
    margin: 36px 0 95px;
}

.section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 120px 0;
}

.section .wrap .list .item {
    width: 715px;
}

.section .wrap .list .item .img {
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 6px;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item .item_txt {
    padding: 33px 0 0;
}

.section .wrap .list .item .item_txt .item_text {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
}

.section .wrap .list .item .item_txt .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section .wrap .list .item .item_txt .flex .item_title {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #1A1A1A;
}

.section .wrap .list .item .item_txt .flex .icon {
    width: 54px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

/*# sourceMappingURL=value.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 6.40625vw 0px 11.5625vw;
    }

    .section .wrap .title {
        font-size: 2.1875vw;
    }

    .section .wrap .t_des {
        font-size: 1.0416666667vw;
        margin: 1.875vw 0px 4.9479166667vw;
    }

    .section .wrap .list {
        gap: 6.25vw 0px;
    }

    .section .wrap .list .item {
        width: 37.2395833333vw;
    }

    .section .wrap .list .item .img {
        height: 25vw;
        border-radius: 0.3125vw;
    }

    .section .wrap .list .item .item_txt {
        padding: 1.71875vw 0px 0px;
    }

    .section .wrap .list .item .item_txt .item_text {
        font-size: 0.8333333333vw;
        line-height: 1.6666666667vw;
    }

    .section .wrap .list .item .item_txt .flex {
        margin-bottom: 1.0416666667vw;
    }

    .section .wrap .list .item .item_txt .flex .item_title {
        font-size: 1.25vw;
    }

    .section .wrap .list .item .item_txt .flex .icon {
        width: 2.8125vw;
        height: 2.96875vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0 80px;
    }
    .section .wrap .title {
        font-size: 24px;
    }
    .section .wrap .t_des {
        font-size: 15px;
        margin: 15px 0 30px;
        line-height: 1.6;
    }
    .section .wrap .list {
        gap: 50px ;
    }
    .section .wrap .list .item {
        width: 100%;
        padding: 0 0 20px;
        border-bottom: 1px solid #ccc;
    }
    .section .wrap .list .item .img {
        height: 61vw;
        border-radius: 4px;
    }
    .section .wrap .list .item .item_txt {
        padding: 20px 0 0;
    }
    .section .wrap .list .item .item_txt .flex {
        margin-bottom: 15px;
    }
    .section .wrap .list .item .item_txt .flex .item_title {
        font-size: 20px;
    }
    .section .wrap .list .item .item_txt .flex .icon {
        width: 35px;
        height: 35px;
    }
    .section .wrap .list .item .item_txt .item_text {
        font-size: 15px;
        line-height: 2;
    }
}
