
.honor-header h2{
}
.honor-content-time p{
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin: 15px 0px;
    padding: 15px 0px;
}
.honor-content-time p:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 0px;
    width: 100%;
    height: 1px;
    background-color: #ccc;
}
.honor-content .row img{
    cursor: pointer;
}
.honor-increase{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    background-color: #333c;
    z-index: 99999;
    cursor: pointer;
    display: none;
}
.honor-increase-img{
    width: 40%;
    max-width: 470px;
    margin: 30px auto;
}
.honor-increase-img img{
    width: 100%;
}


@media (max-width: 768px) {
    .honor-increase-img{
        width: 70%;
    }
}
@media (max-width: 450px) {
    .honor-increase-img{
        width: 85%;
        margin-top: 100px;
    }
}