.history-container {
    padding: 40px 15px;
}

.syFocusThumb .toc {
    background-color: transparent;
}

.syFocusThumb .toc b {
    background-color: transparent;
}

.thumbWrap {
    margin-top: 70px;
}

.syFocusThumb .pagination {
    height: 300px;
    position: relative;
    margin-bottom: 10px;
    background-image: url(../image/history.png);
}

.pagination::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 90%;
    left: 5%;
    background-color: #fff;
    height: 50px;
}

.syFocusThumb .prev,
.syFocusThumb .next {
    top: -30px;
}

.history-article {
    position: relative;
    font-size: 1.5rem;
    color: #666666;
}

.article-title {
    position: relative;
    font-weight: 600 !important;
    font-size: 2.8rem;
    color: #333 !important;
    text-align: center;
    margin-bottom: 60px !important;
    margin-top: 0 !important;
}

.article-title::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -50px;
    height: 2px;
    width: 100px;
    background-color: #333;
}

.article-content p {
    text-indent: 3rem;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 30px 0;
}

.article-contentas{
    font-size: 12px;
}

@media (max-width: 992px) {

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

    .thumbWrap{
        margin-top: 100px;
    }

    .article-contentas{
        font-size: 12px!important;
    }

    .history-timeline {
        position: absolute;
        top: 50%;
        margin-top: -25px;
    }

    .history-timeline-container {
        margin: 0;
        height: 200px;
    }

    .history-timeline-container .preP {
        left: -3%;
    }

    .history-timeline-container .nextP {
        right: -3%;
    }

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

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

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

@media(min-width: 1200px){
    .syFocusThumb .pagination{
        width: 100%;
	padding-top: 5px;
    }

}
@media(max-width: 1200px){
     .syFocusThumb .pagination{
   	padding-top: 65px;
     }
}

