.honor{
    width: 95%;
    margin: 0 auto;
    margin-top: 29px;
}
.honor-text {
    width: 100%;
    height: auto;
    text-align: center;
}
.honor-text h3 {
    color: #444;
    font-weight: 400;
    font-size: 18px;
    padding-bottom: 0px;
    line-height: 0;
    margin-top: 16px;
}
.honor-text span {
    width: 100px;
    height: 1px;
    margin-top: 10px;
    display: inline-block;
    background-color: #444;
}
.honor-box{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 50px;
}
.honor-box ul{
    margin-top: 20px;
}
.honor-box li{
    width: 45%;
    float: left;
    border: 1px solid;
    padding: 2px;
    margin-bottom: 20px;
    margin-right: 5px;
    margin-left: 5px;
}
.honor-box li img{
    width: 100%;
}