/* 荣誉资质 begin */
.honor div.title2 {
    padding: 30px 0 20px;
}
 aside ul{
    margin: 30px 0;
}
.honor{
    margin-left:300px;
    width:830px;
    padding-bottom:100px;
}
.honor li a{
    text-decoration: none;
    cursor: context-menu;
}
.honor ul{
    margin:0;
    padding:0;
    list-style: none;
    overflow: hidden;
}
.honor ul>li{
    float: left;
    width:255px;
    margin:0 30px 12px 0;
}
.honor ul>li:nth-child(3n){
    margin-right: 0;
}
.honor li .imgbox{
    height: 170px;
    overflow: hidden;
}
.honor li img{
    box-sizing: border-box;
    width:100%;
    height: 100%;
    border:1px solid #e5e5e5;
}
.honor li:hover img{
    border:3px solid #5f7f28;
}
.honor li h3{
    margin:0;
    font-weight: normal;
    font-size: 16px;
    color:#373737;
    height: 50px;
    line-height: 30px;
    text-align: center;
    /* 一行 */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
/* 荣誉资质 end */