.content {
    width: 100%;
    background-color: #F5F5F5;
    padding-bottom: 59px;
}

.markText {
    color: #8C8C8C;
    width: var(--base-width);
    font-size: 14px;
    margin: 0 auto;
    padding: 27px 0;
    font-family: "Source Han Sans CN Light";
}

.container {
    width: var(--base-width);
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
}

.container>h5 {
    padding: 80px 0;
    color: #313131;
    font-size: 24px;
    letter-spacing: 0.1em;
    font-family: "Source Han Serif CN";
}

.time_text {
    text-align: left;
    width: 1000px;
    margin: 0 auto;
    font-size: 12px;
    color: var(--base-color);
}

.time_text>img {
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.time_text>span {
    display: inline-block;
}

.line1 {
    width: 100%;
    height: 1px;
    background-color: #8C8C8D;
    margin: 10px 0 40px;
}

.article {
    width: 677px;
    margin: 0 auto;
    line-height: 36px;
    text-align: left;
    /* text-indent: 2em; */
}

.article img {
    max-width: 667px;
}

.line2 {
    width: 726px;
    height: 1px;
    background-color: #dddddd;
    margin: 21px auto 67px;
}

.article_footer>p {
    color: #8C8C8C;
    font-size: 14px;
    margin-top: 78px;
}

.pageBtn {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 78px;
    font-family: "Source Han Sans CN Light";
}

.pageBtn a {
    color: #8C8C8C;
    font-size: 12px;
}

.pageBtn a:hover {
    color: var(--base-color);
}

.pageBtn>a:nth-of-type(1) {
    float: left;
}

.pageBtn>a:nth-of-type(2) {
    float: right;
}