.honor-container {
    margin: 40px auto;
}

.honor-content {
    position: relative;
}

.honor-timeline-container {
    position: relative;
    width   : 100%;
    height  : 100px;
}

.license {
    position     : relative;
    width        : 100%;
    margin-top   : 20px;
    font-size    : 0;
    text-align   : center;
    margin-bottom: 60px;
}

.license img {
    display: inline-block;
    margin : 0 8%;
    padding: 10px;
    border : 1px solid #d9d9d9;
}

.honor-timeline {
    position  : absolute;
    top       : 50%;
    margin-top: -50px;
    z-index   : 0;
    width     : 100%;
    height    : 100px;
    text-align: center;
}

.detail-container {
    margin-top: 60px;
}

.detail-left {
    float           : left;
    position        : relative;
    padding         : 40px;
    width           : 60%;
    border          : 1px solid #d9d9d9;
    text-align      : center;
    box-shadow      : 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
    z-index         : 99;
    background-color: #fff;
}

.detail-left img {
    display: none;
    width  : 100%;
}

.detail-right {
    margin-left: 60%;
}

.detail-right ul {
    display     : none;
    list-style  : none;
    padding-left: 15%;
    font-size   : 1.6rem;
}

.detail-right ul:nth-child(1) {
    display: block;
}

.detail-right ul li {
    position          : relative;
    cursor            : pointer;
    width             : 100%;
    transition        : all .3s;
    -webkit-box-orient: vertical;
    border-bottom     : 1px solid #d9d9d9;
}

.detail-right ul li a {
    display      : inline-block;
    width        : 100%;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    line-height  : 24px;
    color        : #333;
    padding      : 18px 0;
}

.active-item a,
.detail-right ul li a:hover {
    font-weight: 600;
    color      : #0054a7;
}

.active-item,
.detail-right ul li:hover {
    border-color: transparent;
}

.detail-right ul li::after {
    position        : absolute;
    content         : "";
    width           : 0;
    right           : 0;
    bottom          : 0;
    height          : 2px;
    transition      : all .5s;
    background-color: #0054a7;
}

.active-item::after,
.detail-right ul li:hover::after {
    margin-right: 0;
    width       : 150%;
    z-index     : 1;
}


.detail-pagination {
    padding-left: 15%;
    width       : 100%;
    padding-top : 10px;
}

.detail-pagination span {
    display    : inline-block;
    width      : 50px;
    height     : 25px;
    line-height: 22px;
    cursor     : pointer;
    text-align : center;
    transition : all .3s;
    border     : 1px solid #c6c6c6;
}

.detail-pagination span:first-child {
    margin-right: 10px;
}

.detail-pagination span:hover {
    border-color: #0054a7;
}

@media (max-width: 992px) {
    .honor-container {
        margin: 20px 0;
    }

    .honor {
    	width: 100%;
        padding: 20px 15px;
    }

    .thumbwrap{
        margin-top: 30px;
    }

    .license img {
        height: 140px;
        margin: 0 10px;
    }

    .honor-timeline-container {
        margin: 0;
        height: 50px;
    }

    .honor-timeline {
        height    : 100%;
        margin-top: -25px;
    }

    .honor-timeline-container .prep {
        left: -5%;
    }

    .honor-timeline-container .nextp {
        right: -5%;
    }

    .honor-timeline span {
        margin     : 0;
        width      : 50px;
        height     : 50px;
        font-size  : 2rem;
        line-height: 50px;
    }

    .honor-timeline span:hover::after {
        width : 50px;
        height: 50px;
        border: 2px solid #0054a7;
    }

    .honor-timeline span::before {
        display: none;
    }

    .detail-left {
        float: none;
        width: 100%;
    }

    .detail-left img {
        width: 235px;
    }

    .detail-right {
        width      : 100%;
        margin-left: 0;
    }

    .detail-right ul {
        padding-left: 0;
    }

    .honor-content {
        margin: 30px 0;
    }

    .detail-pagination {
        text-align  : center;
        padding-left: 0;
    }
}
