.the-main {
    background: #fafafc;
}

.the-main > .banner {
    background: url("../images/notice/banner-bg.jpg");
    height: 400px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.the-main > .banner .title {
    font-size: 32px;
}

.the-main > .banner .desc {
    font-size: 18px;
    margin-top: 24px;
}

.the-main > .body {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
}

.the-main > .body .position {
    padding: 40px;
}

.the-main > .body .article-title {
    text-align: center;
}

.the-main > .body .article-info {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 24px 0 40px;
    color: #606266;
}

.the-main > .body .article-info .info + .info {
    margin-left: 24px;
}

.the-main > .body .article-content {
    font-size: 16px;
    width: 840px;
    margin: 0 auto;
    padding-bottom: 40px;
}

.the-main > .body .article-content img {
    max-width: 100%;
}