i {
    display: inline-block;
}
.info3_wrapper{
    padding: 120px 0;
}
.info3_title01 {
    font-size: 30px;
    color: #353535;
    line-height: 24px;
}

.info3_title {
    position: relative;
    text-align: center;
}

.info3_title03 {
    font-size: 14px;
    color: #9c9c9c;
    line-height: 14px;
    padding-top: 18px;
    margin-bottom: 18px;
}

.info3_title .color_block {
    position: absolute;
    bottom: 31px;
    left: 50%;
    margin-left: -10px;
    height: 3px;
    width: 20px;
}

.certification_text02 {
    line-height: 14px;
    color: #353535;
    margin: 12px 0 33px;
}

.info3_title .color_block span {
    display: inline-block;
    width: 50%;
    height: 100%;
    background-color: #3ea1e1;
    float: left;
}

.info3_title .color_block span:first-child {
    background-color: #c70203;
}

.info3_title02 {
    display: inline-block;
    font-size: 12px;
    color: #d8d8d8;
    line-height: 12px;
    text-transform: uppercase;
    padding: 7px 12px 14px;
    border-bottom: 1px solid #e3e5e9;
}

.info3_contaier {
    max-width: 1200px;
    margin: auto;
}

.info3_list {
    /* overflow: hidden; */
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.info3_list_item {
    width: 380px;
    min-height: 220px;
    margin: 0 10px;
    background-color: #fff;
    margin-bottom: 56px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(5px);
    display: flex;
    padding-bottom: 30px;
}




.info3_list_pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin-top: -17px;
    margin-left: 14px;
    text-align: center;
    overflow: hidden;
}

.info3_list_pic > img {
    width: 90px;
    height: 90px;
    object-fit: cover;
}

.info3_list_text {
    width: 238px;
    margin-left: 30px;
    padding-top: 60px;

}

.info3_list_text p:first-child {
    font-size: 18px;
    color: #5c5c5c;
    line-height: 18px;
    margin-bottom: 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info3_value {
    padding: 84px 0;
}

@media (max-width: 768px) {
    .info3_list {
        justify-content: space-around;
    }

    .info3_list li {
        width: 90%;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
        /* 添加一些3D效果 */
        transform: translateY(5px);
        padding: 10px;
    }

    .info3_list > li {
        margin-bottom: 30px;
        border: none;
        /* background: #9c9c9c; */
    }

    .info3_value {
        padding: 84px 0;
        background: none !important;
    }
    .info3_list_text{
        width: 180px;
    }
}

@media (max-width: 1200px) {
    .info3_list {
        justify-content: space-around;
    }
}
