.shenzhen2{
    width: calc(100% - 38px);
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.shenzhen2-card{
    margin-top: 64px;
    width: 31.25%;
}
.shenzhen2-img{
    width: 100%;
    height: auto;
    vertical-align: top;
}
.shenzhen2-title{
    width: 100%;
    font-weight: 700;
    font-size: 24px;
    color: #2C2E2E;
    line-height: 34px;
    margin: 16px auto 12px;
}
.shenzhen2-text{
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    color: #606464;
    line-height: 26px;
}
.shenzhen2-title p, .shenzhen2-text p{
    margin: 0;
}
@media screen and (max-width: 1200px) {
    .shenzhen2{
        width: 100%;
    }
    .shenzhen2-card{
        margin-top: 30px;
        width: 48.5%;
    }
    .shenzhen2-card:last-child{
        margin-bottom: 30px;
    }
    .shenzhen2-title{
        font-size: 14px;
        line-height: 22px;
        margin: 12px auto;
    }
    .shenzhen2-text{
        font-size: 14px;
        line-height: 20px;
    }
}
@media screen and (max-width: 769px) {
    .shenzhen2-card{
        width: 100%;
    }
}