main.content {
    background: linear-gradient(135deg, #631D38, #a31722 70%, #F7866F);
}

.header {
    background: #6F181D;
}

.main-container {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 110px;
}

.article-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    text-align: center;
}

.article-time {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.line{
    width: 100%;
    height: 1px;
    background: #FFFFFF;
    margin: 50px 0;
    opacity: 0.44;
}

.article-content {
    text-align: justify;
    text-align-last: left;
    color: #FFFFFF;
}