a {
    color: #2292FD;
}

.content {
    padding-bottom: 20px;
    background: #f9f6f6;
    background-size: 100%;
    overflow: hidden;
}

.article {
    background: white;
    margin: 40px auto;
    border-radius: 5px;
    padding: 30px 60px;
}

.top-description {
    background: #FFF8F0;
    color: #888;
    padding: 20px;
    border-radius: 2px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.article h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-top: 20px;
    margin-bottom: 10px;
}

.articleTime {
    color: #666;
    font-size: 14px;
    text-align: center;
}

.article-cont {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

/*热门标签*/
.hotTag {
    margin-top: 60px;
}

.hotTagTitle {
    font-size: 16px;
    color: #333;
    margin: 20px 0;
    font-weight: 700;
}

.hotTagContent {
    display: flex;
    flex-wrap: wrap;
}

.hotTagContent .tag {
    word-wrap: break-word;
    word-break: normal;
    background: #eee;
    padding: 5px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    display: inline-block;
    font-size: 14px;
}

.hotTagContent .tag:hover {
    color: #fff;
    background: #FF8D1A;
}

.web-news-page {
    border-top: 1px solid #eee;
    padding-top: 15px;
}

.web-news-page .page-pre {
    margin-bottom: 10px;
}

.web-news-page a {
    color: #2292FD;
}