.container .content {
    width: 100%;
    padding-bottom: 50px;
}

.container .content .content-title {
    font-family: Arial;
    color: #404040;
    font-size: 32px;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 50px;
    word-wrap: break-word;
}

.container .content .content-meta {
    display: flex;
    align-items: center;
    gap: 60px;
    font-family: Arial;
    color: #999;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    word-wrap: break-word;
}

.container .content .line {
    width: 100%;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(to right, #770000 0%, #770000 15%, #ddd 15%, #ddd 100%);
}

.prenext {
    font-family: Arial;
    font-size: 12px;
    color: #666;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    line-height: 24px;
    word-wrap: break-word;
    word-break: normal;
}

.prenext .mw-iconfont {
    font-size: 12px;
}

.prenext a {
    text-decoration: none;
    color: #666;
}