body{ color: #333333; }
.honor-content{ margin-top: 50px; margin-bottom: 50px; }
.honor-items{ padding-left: 35px; position: relative; }
.c-line{ position: absolute; width: 5px;height: 35px; background-color: #6077ff; left: 0; }
.honor-items h3{ font-size: 26px; font-weight: 600; margin-bottom: 35px; }
.honor-items ul{
    list-style: none;
    font-size: 0;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
.honor-items ul li{
    width: 23.5%;
    display: inline-block;
    vertical-align: top;
    height: 350px;
    border: 1px solid #c7c7c7;
    padding:11px;
    margin-bottom: 55px;
    margin-right: 2%;
    cursor: pointer;
}
.honor-items ul li:nth-child(4n){
    margin-right: 0;
}
/* .honor-items ul li:nth-child(3n-1){ margin: 0 5%; } */
.honor-img{ display: -ms-flexbox; display: -webkit-flex; display: flex; align-items: center; text-align: center; height: 260px; }
.honor-img img{ display: block; margin: 0 auto; max-height: 260px; max-width: 100%; }
.honor-name{ font-size: 17px; text-align: center; line-height: 25px; margin-top: 15px; }