.article .honor{
    margin-top: 30px;
}
.article .honor ul li {
    float: left;
    width: 182px;
    height: 258px;
    margin: 0px 44px 20px;
    list-style: none;
}
.article .honor ul li .img{
    text-align: center;
    line-height: 210px;
    margin-bottom: 10px;
    border:1px solid #e8e8e8;
}
.article .honor ul li .img img{
    width: auto;
    height: auto;
    max-width: 182px;
    max-height: 214px;
    vertical-align: middle;
}
.article .honor ul li span{
    display: block;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    color: #333;
    padding: 0px 5px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}