@media screen and (max-width: 1440px) {
    .content {
        width: 100%;
        margin-top: 50px;
    }

    .honor_content {
        width: 80%;
        overflow: hidden;
        margin: 0 auto;
    }

    .honor {
        width: 20%;
        float: left;
    }

    .honor_name {
        font-size: 14px;
        color: #4D4D4D;
        font-family: "Microsoft YaHeiLight";
        font-weight: bold;
        text-align: center;
        margin-bottom: 15%;
        width: 90%;
        line-height: 17px;
        margin-left: 5%;
        height: 50px;

    }

    .honor_img {
        width: 100%;
        text-align: center;

    }

    .honor_img img {
        max-width: 90%;
        max-height: 285px;
        margin-bottom: 10%;
    }
}

@media screen and (min-width: 1440px) {
    .content {
        width: 100%;
        margin-top: 50px;
    }

    .honor_content {
        width: 1200px;
        overflow: hidden;
        margin: 0 auto;
    }


    .honor_name {
        font-size: 14px;
        color: #4D4D4D;
        font-family: "Microsoft YaHeiLight";
        font-weight: bold;
        margin-bottom: 40px;
        text-align: center;
        width: 212px;
        line-height: 17px;
        height: 17px;
        margin-left: 32px;
    }

    .honor_img {
        width: 236px;
        text-align: center;
        margin-left: 20px;
    }

    .honor_img img {
        width: 212px;
        height: 285px;
        margin-bottom: 20px;
    }

    .honor{
        width: 236px;
        float: left;
    }
}