.archive-container{
    position:relative;min-height:500px;margin-right:380px;margin-bottom:15px;
    margin-right:0;padding:20px;border:1px solid #eaeaea;background-color:#fff;border-radius:4px;}
.archive-container .archive-header{margin-bottom:20px;padding:25px 0;text-align:center;}
.archive-container .archive-title{margin-top:0;font-size:26px;line-height:36px;}
.archive-container .archive-content{font-size:15px;line-height:25px;word-wrap:break-word;}

.timeline-container {
    position: relative;
    height: 50px;
}
.timeline-container::before {
    background: #dadee4;
    content: "";
    height: 20px;
    left: 11px;
    position: absolute;
    top: 27px;
    width: 2px;
}
.timeline-group-icon {
    width: 24px;
    height: 24px;
    float: left;
    text-align: center;
    line-height: 24px;
    background-color: #037ef3;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    box-sizing: border-box;
}
.timeline-group-text {
    float: left;
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
    color: #333333;
}
.timeline-group-number {
    width: 30px;
    height: 24px;
    font-size: 13px;
    text-align: center;
    line-height: 24px;
    float: right;
    background-color: #eef0f3;
    color: #666666;
}

.timeline-item-icon {
    width: 24px;
    height: 24px;
    float: left;
    text-align: center;
}
.timeline-item-icon::before {
    border: 0.1rem solid #037ef3;
    border-radius: 50%;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    left: 9px;
    top: 10px;
    position: absolute;
}
.timeline-item-wrap {
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
}
.timeline-item-title {
    padding-right: 10px;
    font-size: 16px;
    color:#037ef3;
}
@media (max-width: 768px) {
    .timeline-item-title {
        font-size: 14px;
    }
}