/* 重要通知详情主体内容区样式 */
.content {

}

.banner {
    width: 100%;
    height: 240px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.article {
    width: 1400px;
    margin: 0 auto;
    padding: 32px 24px 86px 24px;
}

.article-title {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    text-align: center;
}

.article-info {
    margin-top: 6px;
    padding: 16px 0;
    font-size: 14px;
    color: #999;
    text-align: center;
    border-bottom: 1px dashed #ccc;
}

.article-content {
    padding: 48px 44px 0 44px;
}

.article-content-text {
    font-size: 14px;
    color: #666;
    line-height: 32px;
}

.article-content-title {
    font-size: 16px;
    color: #262626;
    margin-top: 32px;
    margin-bottom: 12px;
    font-weight: bold;
}
a {
    text-decoration: none;
}