.section {
    padding: 114px 0 165px;
}

.section .wrap .title {
    font-family: 'SourceHanSansCN-Bold';
    font-size: 42px;
    color: #006A52;
    margin-bottom: 81px;
}

.section .wrap .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 105px 41px;
}

.section .wrap .list .item {
    display: block;
    line-height: 1;
}

.section .wrap .list .item .img {
    width: 100%;
    height: 364px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: 0.6s;
}

.section .wrap .list .item .img img {
    display: block;
    width: 100%;
    height: 100%;
    transition: 3s;
}

.section .wrap .list .item h5 {
    font-family: 'SourceHanSansCN-Medium';
    font-weight: 500;
    font-size: 24px;
    color: #006A52;
    margin: 37px 0 14px;
}

.section .wrap .list .item p {
    font-weight: 400;
    font-size: 16px;
    color: #888888;
}

.section .wrap .list .item:hover .img {
    border: 1px solid #02755F;
}

.section .wrap .list .item:hover .img img {
    transform: scale(1.1);
}

/*# sourceMappingURL=team.css.map */
@media screen and (max-width: 1919px) {
    .section {
        padding: 5.9375vw 0px 8.59375vw;
    }

    .section .wrap .title {
        font-size: 2.1875vw;
        margin-bottom: 4.21875vw;
    }

    .section .wrap .list {
        gap: 5.46875vw 2.1354166667vw;
    }

    .section .wrap .list .item .img {
        height: 18.9583333333vw;
    }

    .section .wrap .list .item h5 {
        font-size: 1.25vw;
        margin: 1.9270833333vw 0px 0.7291666667vw;
    }

    .section .wrap .list .item p {
        font-size: 0.8333333333vw;
    }
}

@media screen and (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
    .section .wrap .title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .section .wrap .list {
        grid-template-columns: repeat(1, 1fr);
        gap: 60px;
    }
    .section .wrap .list .item .img {
        height: 89vw;
    }
    .section .wrap .list .item h5 {
        font-size: 20px;
        margin: 20px 0 15px;
    }
    .section .wrap .list .item p {
        font-size: 15px;
    }
}
