
.article-container {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
}

.article-title {
    font-weight: 500;
    font-size: 28px;
    color: #1F2021;
    line-height: 28px;
    text-align: center;
}

.article-info {
    height: 22px;
    font-weight: 400;
    font-size: 16px;
    color: #91949E;
    line-height: 22px;
    text-align: left;
    font-style: normal;
    margin-top: 20px;
}

.article-info span {
    margin-right: 20px;
}

.article-wrapper {
    width: 100%;
    min-height: 700px;
    margin-top: 20px;
}
