.honor{
    width: 100%;
    background: #f9f9f9;
}
.honorBody{
    width: 13rem;
    margin: 0 auto;
    padding-top: 1.1rem;
    box-sizing: border-box;
}
.honorList{
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.1rem;
}
.honorItemImg{
    display: flex;
    width: 100%;
    overflow: hidden;
}
.Imgleft{
    position: absolute;
    top: 165px;
    left: -25px;
}
.ImgRight{
    position: absolute;
    top: 165px;
    right: -25px;
}
.honorItemImg li {
    padding:0.3rem; 
    margin: 15px;
}
.honorItem_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 920px !important;
    position: relative;
}