.honorary_cpn ul li {
    float: left;
    width: 23%;
    margin-right: 2%;
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    text-align: center;
    transition: all 0.4s;
    cursor: pointer;
}
.honorary_cpn ul li:hover{
    background: #f2f2f2;
}
.honorary_cpn ul li:hover .honn_text{
    color: #c90915;
}

.honn_tu {
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 10%;
    height: 240px;
}

.honn_tu img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.honn_text {
    border-top: 1px solid #e6e6e6;
    padding: 22px 24px;
    color: #343434;
    font-size: 16px;
    transition: all 0.4s;
}
.honorary_cpn {
    padding-bottom: 42px;
}





