@media screen and (max-width: 767px) {
    .honor-wrapper {
        width: 100% !important;
    }

    .honor-container {
        padding: 10px !important;
    }

    .honor-content-container {
        padding: 0 !important;
    }

    .honor-content-title {
        font-size: 24px !important;
        line-height: 2.5 !important;
    }

    .honor-content {
        min-height: 100px;
        margin: 10px auto;
    }

    .honor-page {
        margin: 15px auto !important;
        padding: 7px !important;
    }
}

.honor-wrapper {
    width: 1400px;
    margin: auto;
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*align-items: flex-start;*/
}

.honor-container {
    width: 100%;
    padding: 30px 10px;
}

.honor-content-container {
    padding: 12px;
    font-size: 16px;
    line-height: 2.5;
    /*border: 1px solid #DDD;*/
    border-top: none;
    min-height: 400px;
}

.honor-content-title {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    /*margin: 20px auto;*/
    line-height: 3;
}

.honor-content-ico {
    max-width: 60%;
    margin: auto;
}

.honor-content {
    line-height: 1.8;
    font-size: 16px;
}

.honor-page {
    padding: 20px;
    line-height: 2;
    display: flex;
    justify-content: space-between;
    box-shadow: #666 0 0 10px;
    margin: 20px auto;
}

.honor-page a {
    display: inline;
}