.honor-title {
    margin: 30px 0;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
    color: #333;
}
.honor-title span {
    padding: 2px 0;
    border-bottom: 3px solid #333;
}
.honor-media li {
    margin: 10px 0;
    cursor: pointer;
    font-size: 15px;
}
.honor-list-title {
    /*font-weight: 600;*/
    font-size: 1.2em;
}
.honor-text {
       margin: 5% 0;
    height: 43px;
    overflow: hidden;
    color: #8a8a8a;
}
.honor-date {
    margin-top: 20px;
}
.honor-certificate {
    margin-bottom: 40px;
}
.honor-certificate img {
    width: 100%; border: 1px solid #e4e4e4;
}
.honor-certificate .honor-list-title{
       margin: 1.8em 0;
}
.honor-certificate li {
    cursor: pointer;
}
@media (min-width: 1260px){
    .container>li>img{
        width:240px;
        height: 156px;   
    }
}
/*@media (min-width: 768px){
    .honor-certificate>li>img{
        width:240px;
        height: 140px;
    }
}*/
