.honor {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.honor-item {
    width: 1.715rem;
    margin-right: .152rem;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: .262rem;
    border: 1px solid #DFE0E0;
}

.honor-item-img {
    padding: 15px 0;
    border-bottom: 1px solid #e7e7e7;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.255rem;
}
.honor-item-img img {
    display: block;
    width: auto;
    height: 100%;
    object-fit: contain;
}
.honor-item-title {
    border-top: 1px solid #DFE0E0;
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #F8F9F9;
    padding: 0 10px;
    /* 单行省略号 */
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    
    
}
.honor-item:hover .honor-item-title {
    color: #106aa4;
}
.mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    z-index: 9999;
    /* display: flex; */
    display: none;
    align-items: center;
    justify-content: center;
}
.mask-honor {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 7.322rem;
    cursor: pointer;
}
.mask-honor-icon {
    width: 70px;
	height: 70px;
	background-color: #666666;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mask-honor-pre {
    
}
.mask-honor-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.mask-honor-img img {
    width: auto;
    height: 80vh;
    object-fit: contain;
}
.mask-honor i {
    font-size: 17px;
    color: #fff;
}
.mask-honor-icon:hover {
    background-color: #D80C24;
}
@media (min-width:880px) {
    .honor-item:nth-child(4n) {
        margin-right: 0;
    }
}
@media (max-width:880px) {
    .honor-item:nth-child(2n) {
        margin-right: 0;
    }
    .honor-item {
        width: 46%;
        margin-right: 8%;
    }
    .honor-item-img img {
        height: 24vw;
        width: 100%;
    }
    .honor-item-title {
        height: 60px;
        font-size: 16px;
    }
    .honor-item-img {
        padding: 10px ;
        height: 28vw;
        width: 100%;
    }
    .mask-honor {
        width: 90%;
    }
    .mask-honor-img img {
        width: 100%;
        height: auto;
    }
}
@media (max-width:500px) {
    .honor-item {
        width: 100%;
        margin-right: 0;
    }
    .honor-item-img img {
        height: 50vw;
    }
    .honor-item-title {
        height: 60px;
        font-size: 16px;
    }
    .honor-item-img {
        height: auto;
        padding: 10px ;
    }
    .mask-honor-icon {
        width: 30px;
        height: 30px;
        font-size: 30px;
    }
}






