
.content{
    padding-top: 80px;
    padding-bottom: 100px;
    .infoBox{
        display: flex;
        justify-content: space-between;
        margin-top: 40px;
        .infoItem{
            width: 270px;
            padding: 25px;
            padding-bottom: 0;
            box-shadow: 0 4px 32px rgba(0, 0, 0, 0.06);
            .logo{
                width: 100%;
            }
            .txt{
                display: flex;
                align-items: center;
                justify-content: center;
                height: 98px;
                font-size: 15px;
                line-height: 24px;
                color: #333436;
                font-weight: 300;
                text-align: center;
            }
        }
    }
}

.content2{
    background: #F1F3F5;
    padding-bottom: 80px;
    .honorInfo{
        margin-top: 50px;
    }
}
.content3{
    background: #F6F8FA;
    padding-bottom: 80px;
}
.content4{
    background: #F1F3F5;
    padding-bottom: 80px;
}

.honorInfo{
    display: flex;
    .titleInfo{
        width: 500px;
        .cnT{
            font-size: 24px;
            line-height: 31px;
            color: #333436;
            font-weight: bold;
        }
        .enT{
            font-size: 56px;
            color: #D1D3D5;
            font-weight: bold;
            opacity: 0.3;
            line-height: 56px;
            margin-top: 20px;
        }
    }
    .honorList{
        margin-left: 60px;
        .honorText{
            font-size: 15px;
            line-height: 40px;
            color: #333436;
            font-weight: 300;
            .kuai{
                color: #E60012;
                margin-right: 20px;
            }
        }
    }
}

@media (max-width: 767px) {
    .content{
        padding-top: 40px;
        padding-bottom: 50px;
        .infoBox{
            flex-wrap: wrap;
            margin-top: 20px;
            .infoItem{
                width: 48.5%;
                margin-bottom: 10px;
                padding: 10px;
                .txt{
                    height: 56px;
                    font-size: 13px;
                    line-height: 18px;
                }
            }
        }
    }
    .content2{
        .honorInfo{
            margin-top: 20px;
        }
    }
    .honorInfo{
        flex-wrap: wrap;
        .titleInfo{
            .enT{
                font-size: 40px;
                line-height: 40px;
                margin-top: 0;
            }
            .cnT{
                margin-top: 20px;
            }
        }
        .honorList{
            margin-left: 0;
            margin-top: 10px;
            .honorText{
                font-size: 13px;
                line-height: 38px;
                .kuai{
                    margin-right: 10px;
                }
            }
        }
    } 
}