/* 新闻详情 */
.article-content {
    width: 60%;
    margin: 0 auto;
}

.article-content p {
    font-size: 1.125rem;
    line-height: 2;
}

.article-related {
    width: 60%;
    margin: 0 auto;
    font-size: 1.125rem;
    line-height: 2;
    display: flex;
    justify-content: space-between;
}