.honor {
    margin-top: 60px;
}

.honor h1 {
    text-align: center;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
}

.honor ul {
    margin-top: 50px;
}

.honor ul li {
    display: inline-block;
    height: 619px;
    width: 380px;
    margin-right: 17px;
    box-sizing: border-box;
}

.honor ul li:nth-child(3n+3) {
    margin-left: 0;
}

.honor ul li .img {
    display: inline-block;
    width: 380px;
    height: 547px;
    background-color: #eee;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.honor ul li img {
    max-width: 342px;
    height: auto;
}

.honor ul li p {
    line-height: 65px;
    text-align: center;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
