.about2{
    width: calc(100% - 38px);
    max-width: 1600px;
    margin: auto;
    padding-top: 104px;
}
.about2-title{
    font-weight: 700;
    font-size: 36px;
    color: #2C2E2E;
    line-height: 46px;
    padding-bottom: 32px;
    border-bottom: 1px solid #DDDDDD;
}
.about2-card{
    display: flex;
    flex-direction: row;
    width: calc(100% - 38px);
    max-width: 1600px;
    margin: 72px auto 56px;
}
.about2-card img{
    width: 230px;
    height: fit-content;
    cursor: pointer;
}
.about2-text-content{
    flex: 1;
    margin-left: 5.5%;
    font-weight: 400;
    font-size: 14px;
    color: #606464;
    line-height: 24px;
}
.about2-card .jt{
    margin-top: 16px;
    font-weight: 400;
    font-size: 14px;
    color: #3F5B9E;
    line-height: 24px;
    cursor: pointer;
}
.about2-text-content p{
    margin: 0;
}
.about2-text-content img{
    width: 40px;
    margin-top: 40px;
}
.about2-img, .about2-img img{
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .about2{
        width: 100%;
        padding-top: 30px;
    }
    .about2-title{
        font-size: 18px;
        line-height: 23px;
        padding-bottom: 12px;
    }
    .about2-card{
        width: 100%;
        flex-direction: column;
        margin-top: 22px;
        margin-bottom: 20px;
    }
    .about2-card img{
        width: 120px;
    }
    .about2-text-content{
        margin-left: 0;
        margin-top: 10px;
        font-size: 14px;
        line-height: 20px;
    }
    .about2-text-content img{
        width: 25px;
        height: fit-content;
        margin-top: 20px;
    }
}