.index-border-box {
    border-bottom: 1px solid #D8DCE1;
    padding-bottom: 18px;
}

.index-content-title {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    line-height: 34px;
    color: #0E1011;
}

.index-right-time {
    color: #8E96A1;
    line-height: 30px;
}

.index-right-time .iconfont {
    font-size: 12px;
    margin-right: 5px;
}

.index-content-tag {
    display: flex;
    justify-content: space-between;
    margin: 16px 0 0;
}

.tag-box span {
    line-height: 30px;
    font-size: 16px;
    color: #0E1011;
}

.index-tag-index {
    margin-left: 4px;
    background: #F4F8FC;
    padding: 6px 13px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #25292D;
}

.common-list-left article {
    color: #000;
    padding: 30px 0;
    border-bottom: 1px solid #D8DCE1;
}

.article-content p,
.article-content span{
    line-height: 37px!important;
    font-size: 18px!important;
}
.common-list-left article img {
    max-width: 100% !important;
    height: unset !important;
}

.article-content table {
    width: 100%;
}

/* ---- 上一页----- */
.common-go-down {
    width: 780px;
    border-radius: 4px;
    border-bottom: 1px solid #D8DCE1;
}

.common-page-box {
    display: flex;
    margin: 7px 17px 0;
}

.common-page-box:first-child {
    padding-top: 10px;
}

.common-page-box:last-child {
    padding-bottom: 21px;
}

.common-page-btn {
    font-weight: bold;
    flex-shrink: 0;
    margin-right: 14px;
    font-size: 16px;
    color: #0E1011;
}

.common-page-btn a {
    display: block;
    text-align: center;
    line-height: 34px;
    color: #0E1011;
}

.common-page-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
}

.common-page-text a {
    color: #0E1011;
    line-height: 36px;
}

.common-page-box:hover .common-page-text a {
    color: #E61D31;
}
