/* 公共栏 */

.notice {
    background: #F2F6FA;
    padding: 4.6875rem 5rem;
    line-height: 2.15rem;
}

.notice p {
    margin-bottom: 0.5rem;
}

.notice p:nth-child(n+2) {
    text-indent: 2em;
}

.notice p:last-child {
    text-indent: 0;
    text-align: right;
}

.section-title>span {
    font-size: 24px;
}