.administration-nav {
    width: 100%;
    height: 602px;
    background: url(/publish/waxyEN/images/banner.png) no-repeat center center;
    background-size: 1400px 100%;
}

/* 主内容区域 */
.main-content {
    max-width: 1400px;
    margin: 40px auto;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.page-head {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px dashed #9F9F9F;
}

.page-head::before,
.page-head::after {
    content: '';
    position: absolute;
    bottom: -3px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #9F9F9F;
}

.page-head::before {
    left: 0;
}

.page-head::after {
    right: 0;
}

.breadcrumb {
    font-family: Times New Roman, Times New Roman;
    font-weight: 400;
    font-size: 23px;
    color: #696969;
    text-align: left;
}

.breadcrumb a {
    color: #696969;
}

.page-title {
    font-family: FZXiaoBiaoSong-B05S, FZXiaoBiaoSong-B05S;
    font-weight: 400;
    font-size: 35px;
    color: #9B2742;
    text-align: left;
}

.admission-content {
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    max-width: 1400px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.article-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.page-title {
    font-family: Times New Roman, Times New Roman;
    font-weight: 400;
    font-size: 23px;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 0;
}

.dashed-line {
    height: 1px;
    margin: 0;
    border: none;
    border-bottom: 1px dashed #9F9F9F;
}

.publish-info {
    display: flex;
    gap: 30px;
    font-family: Inter, Inter;
    font-weight: 400;
    font-size: 12px;
    color: #8D8D8D;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.admission-text {
    font-family: FZXiaoBiaoSong-B05S, FZXiaoBiaoSong-B05S;
    font-weight: 400;
    font-size: 14px;
    color: #515050;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.admission-text p {
    margin: 0;
    text-align: justify;
    text-indent: 2em;
}

.admission-text p:last-child {
    margin-bottom: 0;
}