.m-right{
    border: 1px solid #DEDEDE;
    background: #fff;
}
.honor{
    padding: 32px 20px 14px;
}
.honor ul li{
    width: 168px;
    height: 174px;
    float: left;
    margin: 0px 9px 20px;
    position: relative;
}
.honor ul li a{
    display: block;
    width: 166px;
    height: 138px;
    border: 1px solid #E8E8E8;
    text-align: center;
}
.honor ul li a img{
    width: auto;
    height: auto;
    max-width: 160px;
    max-height: 136px;
}
.honor ul li a span{
    display: block;
    width: 100%;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.honor ul li:hover a span{
    color: #FD7466;
}