@font-face {
    font-family: element-icons;
    src: url("fonts/element-icons.woff") format("woff"),url("fonts/element-icons.ttf") format("truetype");
    font-weight: 400;
    font-display: auto;
    font-style: normal
}

* {
    margin: 0;
    padding: 0
}

.portal-page {
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
    color: #2c3e50;
    background: #f5f7fa;
    margin: 0;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    overflow-x: hidden;
    padding-top: var(--portal-fixed-head-height,105px)
}

.portal-page * {
    box-sizing: border-box
}

.portal-card-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.nl-overlay,.gc-tag,.moral-feature-title,.gallery-list-img span {
    z-index: 1
}

.moral-thumb,.gallery-list-img,.moral-page-img {
    position: relative;
    overflow: hidden
}

a {
    text-decoration: none;
    color: inherit
}

.portal-fixed-head {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,.08)
}

.portal-head {
    background: #fff;
    border-bottom: 1px solid #e0e4e8
}

.head-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 14px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px
}

.head-logo a {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0
}

.school-logo-img {
    display: block;
    height: 56px;
    max-width: 100%;
    object-fit: contain;
    flex: 0 1 auto;
    min-width: 0
}

.school-logo-fallback {
    color: #0064b4;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    flex-shrink: 0
}

.center-logo-stack {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0
}

.center-logo-text {
    color: #0064b4;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: 2px;
    white-space: nowrap;
    min-width: 0
}

.center-logo-sub {
    margin-top: 2px;
    color: #0064b4;
    font-family: "Times New Roman",serif;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: .3px;
    white-space: nowrap
}

.head-r {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0
}

.head-r a {
    font-size: 14px;
    color: #5a6a7a;
    white-space: nowrap
}

.search-box {
    display: flex;
    border: 1px solid #d0d4d8;
    border-radius: 4px;
    overflow: hidden
}

.search-box input {
    border: none;
    padding: 6px 12px;
    outline: none;
    width: 160px;
    background: #f8f9fb
}

.search-box button {
    border: none;
    background: #0077e6;
    color: #fff;
    padding: 6px 14px;
    cursor: pointer
}

.portal-hot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    margin-right: 6px;
    border-radius: 3px;
    background: #e53935;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    vertical-align: 1px;
    flex: 0 0 auto
}

.portal-empty {
    width: 100%;
    min-height: 120px;
    border: 1px dashed #d6e0eb;
    background: #fafbfc;
    color: #8a99a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.portal-nav {
    background: #0077e6;
    overflow: visible
}

.mobile-header-links,.mobile-menu-toggle {
    display: none
}

.nav-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 0 20px
}

.nav-item {
    position: relative;
    flex: 1 1 auto;
    min-width: 0;
    text-align: center
}

.nav-item>a {
    color: rgba(255,255,255,.88);
    font-size: 17px;
    padding: 0 10px;
    line-height: 48px;
    display: block;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nav-item:hover>a,.nav-item.on>a,.nav-item.open>a {
    background: rgba(255,255,255,.15);
    color: #fff
}

.sub {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    min-width: 170px;
    box-shadow: 0 4px 16px rgba(0,0,0,.15);
    z-index: 1010;
    border-radius: 0 0 4px 4px;
    overflow: hidden
}

.nav-item:hover .sub,.nav-item.open .sub {
    display: block
}

.sub a {
    display: block;
    color: #2c3e50;
    line-height: 38px;
    padding: 0 16px;
    font-size: 14px;
    border-bottom: 1px solid #f0f2f5;
    text-align: center;
    white-space: nowrap
}

.sub a:hover {
    background: #f0f4f8;
    color: #0077e6
}

.banner {
    height: 380px;
    position: relative;
    overflow: hidden;
    background: #1a1a2e
}

.slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .8s;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    cursor: pointer
}

.slide.active {
    opacity: 1;
    pointer-events: auto
}

.slide-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block
}

.s-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,.08))
}

.s-content {
    position: relative;
    z-index: 2;
    color: #fff;
    padding: 0 20px 40px;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%
}

.s-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    letter-spacing: 2px;
    text-shadow: 0 2px 8px rgba(0,0,0,.3);
    border-left: 4px solid #e68a00;
    padding-left: 16px;
    word-break: break-word
}

.s-content p {
    font-size: 16px;
    color: rgba(255,255,255,.88);
    line-height: 1.6;
    word-break: break-word
}

.dots {
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 3
}

.dots span,.nl-dots span {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255,255,255,.45);
    cursor: pointer
}

.dots span.active {
    background: #e68a00;
    border: 2px solid #fff
}

.quick-bar {
    background: #fff;
    border-bottom: 1px solid #e8ecf0;
    padding: 16px 0
}

.quick-bar-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    gap: 16px
}

.quick-bar-item {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    padding: 12px 20px;
    border-radius: 8px;
    transition: all .25s;
    background: #fafbfc;
    position: relative;
    min-width: 0
}

.quick-bar-item:hover {
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
    color: #0077e6
}

.qb-icon {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0
}

.safety {
    background: #e8f5e9;
    color: #1a7a3a
}

.equip {
    background: #e8edf2;
    color: #0077e6
}

.contest {
    background: #fce8e8;
    color: #c00000
}

.sim {
    background: #fef5e6;
    color: #e68a00
}

.qb-text {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.qb-desc {
    font-size: 13px;
    color: #99aab5;
    margin-top: 2px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.news-section,.gallery-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e8ecf0
}

.news-inner,.gallery-inner,.link-blocks-inner,.footer-inner,.sub-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.news-title-row,.gallery-header,.notice-board-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px
}

.news-title-row h3,.gallery-header h3,.notice-board-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0077e6
}

.news-title-row>a,.gallery-header>a,.moral-header>a,.notice-board-header>a,.sub-title>a {
    font-size: inherit;
    color: inherit;
    white-space: nowrap;
    line-height: normal
}

.gallery-header h3 span {
    font-size: 14px;
    font-weight: 400;
    color: #aab4bd;
    margin-left: 12px
}

.news-main {
    display: flex;
    gap: 30px;
    min-width: 0
}

.news-left {
    flex: 0 1 50%;
    min-width: 0;
    overflow: hidden;
    border-radius: 6px;
    background: #f0f2f5
}

.nl-slide {
    display: none
}

.nl-slide.active {
    display: block
}

.nl-img {
    height: 350px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative
}

.nl-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top,rgba(0,0,0,.72),transparent);
    padding: 30px 24px 20px
}

.nl-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    line-height: 1.5
}

.nl-date {
    font-size: 13px;
    color: rgba(255,255,255,.7);
    margin-top: 4px
}

.nl-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    padding: 12px 0;
    background: #fafbfc
}

.nl-dots span {
    background: #d0d4d8
}

.nl-dots span.active {
    background: #0077e6
}

.news-right {
    flex: 1;
    min-width: 0;
    width: 100%
}

.nr-tabs {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #e0e4e8;
    margin-bottom: 18px;
    overflow: hidden
}

.nr-tabs-scroll {
    flex: 1 1 auto;
    width: 0;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(5,minmax(0,1fr));
    align-items: stretch;
    overflow: hidden
}

.nr-tab-arrow {
    width: 30px;
    height: 38px;
    flex: 0 0 30px;
    border: none;
    background: #f5f7fa;
    color: #6b7c8d;
    cursor: pointer
}

.nr-tab-arrow:hover {
    background: #e8edf2;
    color: #0077e6
}

.nr-tab {
    min-width: 0;
    padding: 10px 8px;
    font-size: 16px;
    font-weight: 600;
    color: #8899aa;
    cursor: pointer;
    border: none;
    background: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.nr-tab.active {
    color: #0077e6;
    border-bottom: 2px solid #0064b4
}

.nr-panel {
    display: none;
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden
}

.nr-panel.active {
    display: block
}

.nr-featured a {
    display: block;
    font-size: 17px;
    font-weight: 700;
    color: #0077e6;
    line-height: 1.5;
    margin-bottom: 6px
}

.nr-desc {
    font-size: 14px;
    color: #5a6a7a;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.nr-panel ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0
}

.nr-panel li {
    border-bottom: 1px solid #f0f2f5
}

.nr-panel li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    font-size: 14px;
    min-width: 0
}

.nr-panel li span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0
}

.nr-panel li i {
    font-style: normal;
    color: #aab4bd;
    white-space: nowrap;
    margin-left: 12px;
    flex-shrink: 0
}

.notice-board-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e8ecf0;
    overflow: hidden
}

.notice-board-inner {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 60px;
    position: relative
}

.notice-board-body {
    position: relative
}

.notice-board-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.notice-board-scroll::-webkit-scrollbar {
    display: none
}

.notice-board-grid {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(2,150px);
    grid-auto-columns: calc((100% - 48px)/3);
    gap: 22px 24px;
    min-width: 100%
}

.notice-card {
    position: relative;
    display: flex;
    gap: 22px;
    align-items: flex-start;
    height: 150px;
    background: #fff;
    padding: 28px 20px 22px;
    box-shadow: 0 2px 10px rgba(12,61,106,.05);
    border-bottom: 6px solid #0065bf;
    overflow: hidden;
    transition: .25s
}

.notice-card::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 8px;
    width: 210px;
    height: 78px;
    opacity: .055;
    background: repeating-linear-gradient(45deg,transparent 0 10px,#0065bf 10px 14px,transparent 14px 24px);
    clip-path: polygon(50% 0,100% 100%,0 100%)
}

.notice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0,71,140,.12)
}

.notice-date {
    position: relative;
    z-index: 1;
    flex: 0 0 66px;
    color: #0065bf;
    text-align: center
}

.notice-date strong {
    display: block;
    font-size: 34px;
    line-height: 34px;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid #0065bf
}

.notice-date span {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    line-height: 1;
    font-weight: 400
}

.notice-card-title {
    position: relative;
    z-index: 1;
    min-width: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.65;
    color: #111;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.notice-board-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    width: 52px;
    height: 52px;
    margin-top: -26px;
    border: none;
    border-radius: 50%;
    background: #0065bf;
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 6px 14px rgba(0,101,191,.25)
}

.notice-board-arrow.left {
    left: -58px
}

.notice-board-arrow.right {
    right: -58px
}

.notice-board-arrow:hover {
    background: #004f9e
}

.notice-empty {
    height: 150px;
    background: #fff;
    border: 1px dashed #d6e0eb;
    color: #8a99a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.moral-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e8ecf0;
    overflow: hidden
}

.moral-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.moral-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 16px
}

.moral-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0077e6;
    margin: 0;
    line-height: 1.2
}

.moral-body {
    display: grid;
    grid-template-columns: minmax(0,1fr) minmax(420px,1.15fr);
    gap: 36px;
    align-items: stretch
}

.moral-list {
    min-width: 0
}

.moral-item {
    display: grid;
    grid-template-columns: 140px minmax(0,1fr);
    gap: 20px;
    min-height: 76px;
    padding: 0 0 10px;
    margin-bottom: 12px;
    border-bottom: 1px solid #e3e7ec;
    cursor: pointer
}

.moral-item:last-child {
    margin-bottom: 0
}

.moral-thumb {
    height: 76px;
    background-size: cover;
    background-position: center;
    background-color: #edf1f5
}

.moral-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0
}

.moral-info h4 {
    margin: 0 0 10px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.moral-info>a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #b8bdc3;
    font-size: 14px
}

.moral-info>a i {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #d4d6d8;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px
}

.moral-item.active .moral-info h4,.moral-item:hover .moral-info h4 {
    color: #0064b4
}

.moral-item.active .moral-info>a,.moral-item:hover .moral-info>a {
    color: #0064b4
}

.moral-item.active .moral-info>a i,.moral-item:hover .moral-info>a i {
    background: #0064b4
}

.moral-feature {
    position: relative;
    height: 350px;
    overflow: hidden;
    background: #f0f2f5;
    cursor: pointer;
    display: none
}

.moral-feature.active {
    display: block
}

.moral-feature-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position: center
}

.moral-feature-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 62px;
    background: rgba(30,50,118,.86);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 17px 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.moral-empty {
    min-height: 180px;
    border: 1px dashed #d6e0eb;
    color: #8a99a8;
    display: flex;
    align-items: center;
    justify-content: center
}

.gallery-title-tabs {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
    flex-wrap: wrap
}

.gallery-title-tab {
    position: relative;
    color: #aab4bd;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.4;
    white-space: nowrap;
    transition: .2s
}

.gallery-title-tab.active {
    font-size: 22px;
    font-weight: 700;
    color: #0077e6
}

.gallery-title-tab:not(:last-child) {
    padding-right: 14px
}

.gallery-title-tab:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px;
    height: 16px;
    background: #d7dde4;
    transform: translateY(-50%)
}

.gallery-title-tab:hover {
    color: #0064b4
}

.gallery-title-tab.active::before {
    content: "";
    position: absolute;
    left: 0;
    right: 14px;
    bottom: -5px;
    height: 3px;
    background: #0064b4
}

.gallery-scroll {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 0;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.gallery-scroll::-webkit-scrollbar {
    display: none
}

.gallery-card {
    flex: 0 0 280px;
    border-radius: 6px;
    overflow: hidden;
    border: 1px solid #e8ecf0;
    cursor: pointer;
    background: #fafbfc;
    transition: .25s
}

.gallery-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transform: translateY(-2px)
}

.gallery-card.hidden {
    display: none
}

.gc-img {
    height: 180px;
    background-size: cover;
    background-position: center;
    position: relative
}

.gc-tag {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,51,102,.85);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px
}

.gc-info {
    padding: 12px 14px
}

.gc-title {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    height: 40px;
    overflow: hidden
}

.gc-date {
    font-size: 12px;
    color: #aab4bd
}

.link-blocks {
    background: #f5f7fa;
    padding: 28px 0;
    border-bottom: 1px solid #e8ecf0
}

.link-blocks-inner {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap
}

.link-block {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 20px 30px;
    border-radius: 6px;
    min-width: 220px;
    flex: 1;
    max-width: 260px;
    transition: .25s
}

.link-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0,0,0,.08)
}

.lb1 {
    background: #e8f0f8;
    color: #0077e6
}

.lb2 {
    background: #fef5e6;
    color: #885500
}

.lb3 {
    background: #e8f5e9;
    color: #1a6a2a
}

.lb4 {
    background: #fef0f0;
    color: #881a1a
}

.lb-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,.45);
    font-size: 22px
}

.lb-text {
    font-size: 16px;
    font-weight: 600;
    white-space: nowrap
}

.custom-section {
    background: #fff;
    padding: 40px 0;
    border-bottom: 1px solid #e8ecf0
}

.custom-section-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.custom-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px
}

.custom-section-header h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0077e6
}

.custom-section-empty {
    min-height: 120px;
    border: 1px dashed #d8e0e8;
    border-radius: 6px;
    background: #fafbfc;
    color: #8a99a8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.sub-page {
    padding: 34px 0 56px
}

.sub-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    gap: 18px
}

.sub-title h1 {
    font-size: 28px;
    color: #0077e6
}

.portal-list {
    list-style: none;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    padding: 10px 26px
}

.portal-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    border-bottom: 1px solid #f0f2f5;
    font-size: 15px;
    padding: 14px 0
}

.portal-list li:last-child {
    border-bottom: none
}

.portal-list li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1
}

.portal-list li span {
    font-size: 13px;
    color: #aab4bd;
    white-space: nowrap;
    flex-shrink: 0
}

.detail-page {
    max-width: 1080px;
    margin: 0 auto;
    padding: 34px 20px 56px
}

.detail-card {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    padding: 34px 42px;
    min-height: 420px
}

.detail-card h1 {
    font-size: 28px;
    line-height: 1.45;
    color: #20364d;
    text-align: center
}

.meta-row {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin: 16px 0 28px;
    color: #8a99a8;
    font-size: 14px;
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 18px
}

.article-content {
    font-size: 16px;
    line-height: 1.9;
    color: #34495e;
    word-break: break-word
}

.article-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 20px auto
}

.article-content p {
    margin: 0 0 1em
}

.attachment-list {
    margin-top: 30px;
    padding-top: 22px;
    border-top: 1px solid #eef1f4
}

.attachment-list h3 {
    margin: 0 0 14px;
    color: #0077e6;
    font-size: 18px
}

.attachment-list a {
    display: flex;
    padding: 10px 12px;
    margin-bottom: 8px;
    border: 1px solid #e8ecf0;
    border-radius: 4px;
    color: #20364d
}

.attachment-list a:hover {
    border-color: #0064b4;
    color: #0064b4;
    background: #f6fbff
}

.portal-news-page,.portal-gallery-page,.portal-academic-page,.portal-moral-page,.portal-nav-list-page,.portal-detail-page,.portal-nav-detail-page {
    min-height: 100vh;
    background: #f5f7fa;
    color: #2c3e50;
    font-family: "PingFang SC","Microsoft YaHei","Helvetica Neue",Arial,sans-serif;
    overflow-x: hidden;
    padding-top: var(--portal-fixed-head-height,105px)
}

.portal-news-page *,.portal-gallery-page *,.portal-academic-page *,.portal-moral-page *,.portal-nav-list-page *,.portal-detail-page *,.portal-nav-detail-page * {
    box-sizing: border-box
}

.subpage-banner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    background: transparent;
    overflow: hidden
}

.subpage-banner-inner {
    width: 100%;
    height: 180px;
    margin-top: 24px;
    overflow: hidden;
    background: #f3f6f9
}

.subpage-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.subpage-banner-placeholder {
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg,#f5f7fa 0%,#eef3f8 52%,#f8fafc 100%)
}

@media(max-width: 760px) {
    .subpage-banner-inner {
        height:120px;
        margin-top: 18px
    }
}

.news-wrap,.gallery-list-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 48px;
    display: grid;
    grid-template-columns: 240px minmax(0,1fr);
    gap: 24px
}

.academic-wrap,.moral-wrap,.list-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 48px
}

.category-panel {
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    padding: 10px;
    height: max-content
}

.category-btn {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 13px 14px;
    border-radius: 4px;
    color: #516172;
    font-size: 15px;
    cursor: pointer;
    text-align: left
}

.category-btn:hover {
    background: #f0f4f8;
    color: #0077e6
}

.category-btn.active {
    background: #0077e6;
    color: #fff
}

.news-content,.gallery-list-content,.academic-content,.moral-content,.list-card {
    min-width: 0;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    padding: 22px 24px
}

.list-card {
    min-height: 420px;
    padding: 26px 34px
}

.content-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-bottom: 2px solid #e8ecf0;
    padding-bottom: 14px;
    margin-bottom: 16px
}

.content-title h2 {
    margin: 0;
    color: #0077e6;
    font-size: 22px
}

.list-shell,.gallery-grid-shell,.moral-list-shell {
    min-height: 220px
}

.empty-state {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8a99a8;
    font-size: 15px;
    background: #fafbfc;
    border-radius: 6px;
    border: 1px dashed #d8e0e8
}

.news-list,.academic-list,.moral-page-list {
    display: flex;
    flex-direction: column
}

.news-card,.academic-card {
    display: flex;
    gap: 18px;
    padding: 20px 0;
    border-bottom: 1px solid #eef1f4
}

.news-card:last-child,.academic-card:last-child,.moral-page-card:last-child {
    border-bottom: 0
}

.news-date,.academic-date {
    width: 68px;
    height: 68px;
    border-radius: 6px;
    background: #f0f4f8;
    color: #0077e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0
}

.news-date strong,.academic-date strong {
    font-size: 24px;
    line-height: 1
}

.news-date span,.academic-date span {
    font-size: 12px;
    margin-top: 6px;
    color: #6f8294
}

.news-body,.academic-body {
    min-width: 0
}

.news-title,.academic-title {
    display: block;
    color: #20364d;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 8px
}

.news-title:hover,.academic-title:hover {
    color: #0064b4
}

.news-body p,.academic-body p,.gallery-list-info p,.moral-page-info p {
    margin: 0;
    color: #657586;
    font-size: 14px;
    line-height: 1.7;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px
}

.gallery-list-card {
    display: block;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    overflow: hidden;
    background: #fafbfc;
    cursor: pointer;
    transition: .2s;
    color: inherit;
    text-decoration: none
}

.gallery-list-card:hover,.moral-page-card:hover,.child-card:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,.08);
    transform: translateY(-2px)
}

.gallery-list-img {
    height: 170px;
    background-size: cover;
    background-position: center;
    position: relative
}

.gallery-list-img span {
    position: absolute;
    top: 10px;
    left: 10px;
    background: rgba(0,51,102,.86);
    color: #fff;
    font-size: 12px;
    padding: 3px 10px;
    border-radius: 3px
}

.gallery-list-info {
    padding: 14px
}

.gallery-list-info h3,.moral-page-info h3 {
    margin: 0 0 8px;
    color: #20364d;
    font-size: 16px;
    line-height: 1.45
}

.gallery-list-info i,.moral-page-info i {
    font-style: normal;
    color: #9aa8b5;
    font-size: 12px
}

.moral-page-card {
    display: grid;
    grid-template-columns: 220px minmax(0,1fr);
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid #eef1f4;
    cursor: pointer;
    transition: .2s
}

.moral-page-img {
    height: 130px;
    background-size: cover;
    background-position: center;
    background-color: #edf1f5;
    border-radius: 4px
}

.moral-page-info h3 {
    font-size: 18px;
    margin-bottom: 10px
}

.news-content,.gallery-list-content,.academic-content,.moral-content {
    position: relative;
    z-index: 1;
    overflow: visible
}

.pager-row {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    min-height: 52px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #eef1f4;
    overflow: visible
}

.pager-total {
    font-size: 13px;
    color: #657586;
    white-space: nowrap
}

.static-pager {
    display: flex;
    align-items: center;
    gap: 0;
    white-space: nowrap
}

.static-pager a,.static-pager span {
    min-width: 35.5px;
    height: 28px;
    padding: 0 4px;
    border-radius: 0;
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #303133;
    font-size: 13px;
    background: #fff;
    font-weight: 700
}

.static-pager a:hover {
    color: #409eff
}

.static-pager .active {
    color: #409eff;
    background: #fff;
    cursor: default
}

.static-pager .disabled {
    color: #c0c4cc;
    background: #fff;
    cursor: not-allowed
}

.pager-arrow {
    font-size: 12px;
    line-height: 1
}

.pager-jumper {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #606266;
    white-space: nowrap
}

.pager-jumper input {
    width: 50px;
    height: 28px;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    text-align: center;
    color: #606266;
    background: #fff;
    font-size: 13px
}

.crumb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    color: #8a99a8;
    font-size: 13px;
    margin-bottom: 22px
}

.crumb-item {
    display: inline-flex;
    align-items: center;
    gap: 8px
}

.crumb a {
    color: #8a99a8;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.crumb a:hover {
    color: #0064b4
}

.section-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 2px solid #e8ecf0;
    padding-bottom: 16px;
    margin-bottom: 22px
}

.section-title h2 {
    margin: 0;
    color: #0077e6;
    font-size: 26px;
    line-height: 1.35
}

.section-title span {
    color: #8a99a8;
    font-size: 13px;
    white-space: nowrap
}

.child-grid {
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 18px
}

.child-card {
    position: relative;
    display: block;
    min-height: 116px;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    background: #fafbfc;
    padding: 20px 46px 18px 20px;
    transition: .2s
}

.child-card:hover {
    background: #fff;
    border-color: #b8d2ec
}

.child-title {
    font-size: 18px;
    font-weight: 700;
    color: #20364d;
    line-height: 1.4;
    margin-bottom: 10px
}

.child-desc {
    color: #6f8294;
    font-size: 14px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.child-card i {
    position: absolute;
    right: 18px;
    top: 24px;
    color: #0064b4;
    font-size: 18px
}

.portal-detail-page .detail-wrap,.portal-nav-detail-page .detail-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 20px 56px
}

.portal-detail-page .detail-card {
    min-height: 420px;
    background: #fff;
    border: 0px solid #e8ecf0;
    border-radius: 6px;
    padding: 34px 10px;
}

.portal-nav-detail-page .detail-card {
    min-height: 420px;
    background: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 6px;
    padding: 26px 34px
}

.portal-detail-page .detail-card h2 {
    margin: 0;
    color: #20364d;
    font-size: 28px;
    line-height: 1.45;
    text-align: center
}

.portal-nav-detail-page .detail-card h2 {
    margin: 0;
    padding-bottom: 18px;
    border-bottom: 2px solid #e8ecf0;
    color: #0077e6;
    font-size: 26px;
    line-height: 1.35
}

.portal-detail-page .meta-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 16px 0 28px;
    color: #8a99a8;
    font-size: 14px;
    border-bottom: 1px solid #eef1f4;
    padding-bottom: 18px
}

.portal-nav-detail-page .meta {
    display: flex;
    gap: 18px;
    flex-wrap: wrap;
    margin: 14px 0 24px;
    color: #8a99a8;
    font-size: 13px;
    justify-content: flex-start;
    border-bottom: 0;
    padding-bottom: 0
}

.portal-detail-page .content,.portal-nav-detail-page .content {
    font-size: 16px;
    line-height: 1.9;
    color: #34495e;
    word-break: break-word;
    white-space: normal
}

.portal-detail-page .content img,.portal-nav-detail-page .content img {
    max-width: 100%
}

.portal-detail-page .content img.portal-editor-image,.portal-nav-detail-page .content img.portal-editor-image {
    display: block;
    max-width: 100%;
    object-fit: contain
}

.portal-detail-page .content img.portal-img-size-small,.portal-nav-detail-page .content img.portal-img-size-small {
    width: 30%;
    height: auto
}

.portal-detail-page .content img.portal-img-size-medium,.portal-nav-detail-page .content img.portal-img-size-medium {
    width: 50%;
    height: auto
}

.portal-detail-page .content img.portal-img-size-large,.portal-nav-detail-page .content img.portal-img-size-large {
    width: 75%;
    height: auto
}

.portal-detail-page .content img.portal-img-size-full,.portal-nav-detail-page .content img.portal-img-size-full {
    width: 100%;
    height: auto
}

.portal-detail-page .content img.portal-img-align-left,.portal-nav-detail-page .content img.portal-img-align-left {
    margin: 12px auto 12px 0
}

.portal-detail-page .content img.portal-img-align-center,.portal-nav-detail-page .content img.portal-img-align-center {
    margin: 12px auto
}

.portal-detail-page .content img.portal-img-align-right,.portal-nav-detail-page .content img.portal-img-align-right {
    margin: 12px 0 12px auto
}

.portal-detail-page .content .ql-align-left img.portal-editor-image,.portal-nav-detail-page .content .ql-align-left img.portal-editor-image {
    margin: 12px auto 12px 0
}

.portal-detail-page .content .ql-align-center img.portal-editor-image,.portal-nav-detail-page .content .ql-align-center img.portal-editor-image {
    margin: 12px auto
}

.portal-detail-page .content .ql-align-right img.portal-editor-image,.portal-nav-detail-page .content .ql-align-right img.portal-editor-image {
    margin: 12px 0 12px auto
}

.portal-detail-page .content .article-inline-image,.portal-nav-detail-page .content .article-inline-image {
    margin: 24px auto;
    text-align: center
}

.portal-detail-page .content .article-inline-image img,.portal-nav-detail-page .content .article-inline-image img {
    display: block;
    max-width: 100%;
    max-width: min(100%,1000px);
    max-height: 500px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 6px
}

.portal-detail-page .content h1,.portal-nav-detail-page .content h1 {
    font-size: 2em;
    line-height: 1.35;
    margin: 0.67em 0;
    font-weight: 700
}

.portal-detail-page .content h2,.portal-nav-detail-page .content h2 {
    font-size: 1.5em;
    line-height: 1.4;
    margin: 0.83em 0;
    font-weight: 700;
    text-align: inherit;
    color: inherit
}

.portal-detail-page .content h3,.portal-nav-detail-page .content h3 {
    font-size: 1.17em;
    line-height: 1.45;
    margin: 1em 0;
    font-weight: 700
}

.portal-detail-page .content h4,.portal-nav-detail-page .content h4 {
    font-size: 1em;
    line-height: 1.5;
    margin: 1.33em 0;
    font-weight: 700
}

.portal-detail-page .content h5,.portal-nav-detail-page .content h5 {
    font-size: .83em;
    line-height: 1.5;
    margin: 1.67em 0;
    font-weight: 700
}

.portal-detail-page .content h6,.portal-nav-detail-page .content h6 {
    font-size: .67em;
    line-height: 1.5;
    margin: 2.33em 0;
    font-weight: 700
}

.portal-detail-page .content p,.portal-nav-detail-page .content p {
    margin: 0 0 1em
}

.portal-detail-page .content strong,.portal-nav-detail-page .content strong {
    font-weight: 700
}

.portal-detail-page .content em,.portal-nav-detail-page .content em {
    font-style: italic
}

.portal-detail-page .content u,.portal-nav-detail-page .content u {
    text-decoration: underline
}

.portal-detail-page .content s,.portal-nav-detail-page .content s {
    text-decoration: line-through
}

.portal-detail-page .content blockquote,.portal-nav-detail-page .content blockquote {
    border-left: 4px solid #dfe5ec;
    margin: 0 0 1em;
    padding: 8px 16px;
    color: #5f6f7f;
    background: #f8fafc
}

.portal-detail-page .content ol,.portal-detail-page .content ul,.portal-nav-detail-page .content ol,.portal-nav-detail-page .content ul {
    padding-left: 1.5em;
    margin: 0 0 1em
}

.portal-detail-page .content .ql-align-center,.portal-nav-detail-page .content .ql-align-center {
    text-align: center
}

.portal-detail-page .content .ql-align-right,.portal-nav-detail-page .content .ql-align-right {
    text-align: right
}

.portal-detail-page .content .ql-align-justify,.portal-nav-detail-page .content .ql-align-justify {
    text-align: justify
}

.portal-detail-page .content .ql-size-small,.portal-nav-detail-page .content .ql-size-small {
    font-size: .75em
}

.portal-detail-page .content .ql-size-large,.portal-nav-detail-page .content .ql-size-large {
    font-size: 1.5em
}

.portal-detail-page .content .ql-size-huge,.portal-nav-detail-page .content .ql-size-huge {
    font-size: 2.5em
}

.portal-detail-page .content .ql-indent-1,.portal-nav-detail-page .content .ql-indent-1 {
    padding-left: 3em
}

.portal-detail-page .content .ql-indent-2,.portal-nav-detail-page .content .ql-indent-2 {
    padding-left: 6em
}

.portal-detail-page .content .ql-indent-3,.portal-nav-detail-page .content .ql-indent-3 {
    padding-left: 9em
}

.portal-detail-page .content .ql-indent-4,.portal-nav-detail-page .content .ql-indent-4 {
    padding-left: 12em
}

.portal-detail-page .content .ql-indent-5,.portal-nav-detail-page .content .ql-indent-5 {
    padding-left: 15em
}

.portal-detail-page .content .ql-indent-6,.portal-nav-detail-page .content .ql-indent-6 {
    padding-left: 18em
}

.portal-detail-page .content .ql-indent-7,.portal-nav-detail-page .content .ql-indent-7 {
    padding-left: 21em
}

.portal-detail-page .content .ql-indent-8,.portal-nav-detail-page .content .ql-indent-8 {
    padding-left: 24em
}

.portal-detail-page .content p,.portal-detail-page .content ol,.portal-detail-page .content ul,.portal-detail-page .content pre,.portal-detail-page .content blockquote,.portal-detail-page .content h1,.portal-detail-page .content h2,.portal-detail-page .content h3,.portal-detail-page .content h4,.portal-detail-page .content h5,.portal-detail-page .content h6,.portal-nav-detail-page .content p,.portal-nav-detail-page .content ol,.portal-nav-detail-page .content ul,.portal-nav-detail-page .content pre,.portal-nav-detail-page .content blockquote,.portal-nav-detail-page .content h1,.portal-nav-detail-page .content h2,.portal-nav-detail-page .content h3,.portal-nav-detail-page .content h4,.portal-nav-detail-page .content h5,.portal-nav-detail-page .content h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.portal-detail-page .content ol,.portal-detail-page .content ul,.portal-nav-detail-page .content ol,.portal-nav-detail-page .content ul {
    padding-left: 1.5em
}

.portal-detail-page .content ol>li,.portal-detail-page .content ul>li,.portal-nav-detail-page .content ol>li,.portal-nav-detail-page .content ul>li {
    list-style-type: none
}

.portal-detail-page .content ul>li::before,.portal-nav-detail-page .content ul>li::before {
    content: '\2022'
}

.portal-detail-page .content li::before,.portal-nav-detail-page .content li::before {
    display: inline-block;
    white-space: nowrap;
    width: 1.2em
}

.portal-detail-page .content li:not(.ql-direction-rtl)::before,.portal-nav-detail-page .content li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
    margin-right: .3em;
    text-align: right
}

.portal-detail-page .content li.ql-direction-rtl::before,.portal-nav-detail-page .content li.ql-direction-rtl::before {
    margin-left: .3em;
    margin-right: -1.5em
}

.portal-detail-page .content ol li:not(.ql-direction-rtl),.portal-detail-page .content ul li:not(.ql-direction-rtl),.portal-nav-detail-page .content ol li:not(.ql-direction-rtl),.portal-nav-detail-page .content ul li:not(.ql-direction-rtl) {
    padding-left: 1.5em
}

.portal-detail-page .content ol li.ql-direction-rtl,.portal-detail-page .content ul li.ql-direction-rtl,.portal-nav-detail-page .content ol li.ql-direction-rtl,.portal-nav-detail-page .content ul li.ql-direction-rtl {
    padding-right: 1.5em
}

.portal-detail-page .content ol li,.portal-nav-detail-page .content ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0
}

.portal-detail-page .content ol li:before,.portal-nav-detail-page .content ol li:before {
    content: counter(list-0,decimal) '. '
}

.portal-detail-page .content ol li.ql-indent-1,.portal-nav-detail-page .content ol li.ql-indent-1 {
    counter-increment: list-1;
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-1:before,.portal-nav-detail-page .content ol li.ql-indent-1:before {
    content: counter(list-1,lower-alpha) '. '
}

.portal-detail-page .content ol li.ql-indent-2,.portal-nav-detail-page .content ol li.ql-indent-2 {
    counter-increment: list-2;
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-2:before,.portal-nav-detail-page .content ol li.ql-indent-2:before {
    content: counter(list-2,lower-roman) '. '
}

.portal-detail-page .content ol li.ql-indent-3,.portal-nav-detail-page .content ol li.ql-indent-3 {
    counter-increment: list-3;
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-3:before,.portal-nav-detail-page .content ol li.ql-indent-3:before {
    content: counter(list-3,decimal) '. '
}

.portal-detail-page .content ol li.ql-indent-4,.portal-nav-detail-page .content ol li.ql-indent-4 {
    counter-increment: list-4;
    counter-reset: list-5 list-6 list-7 list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-4:before,.portal-nav-detail-page .content ol li.ql-indent-4:before {
    content: counter(list-4,lower-alpha) '. '
}

.portal-detail-page .content ol li.ql-indent-5,.portal-nav-detail-page .content ol li.ql-indent-5 {
    counter-increment: list-5;
    counter-reset: list-6 list-7 list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-5:before,.portal-nav-detail-page .content ol li.ql-indent-5:before {
    content: counter(list-5,lower-roman) '. '
}

.portal-detail-page .content ol li.ql-indent-6,.portal-nav-detail-page .content ol li.ql-indent-6 {
    counter-increment: list-6;
    counter-reset: list-7 list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-6:before,.portal-nav-detail-page .content ol li.ql-indent-6:before {
    content: counter(list-6,decimal) '. '
}

.portal-detail-page .content ol li.ql-indent-7,.portal-nav-detail-page .content ol li.ql-indent-7 {
    counter-increment: list-7;
    counter-reset: list-8 list-9
}

.portal-detail-page .content ol li.ql-indent-7:before,.portal-nav-detail-page .content ol li.ql-indent-7:before {
    content: counter(list-7,lower-alpha) '. '
}

.portal-detail-page .content ol li.ql-indent-8,.portal-nav-detail-page .content ol li.ql-indent-8 {
    counter-increment: list-8;
    counter-reset: list-9
}

.portal-detail-page .content ol li.ql-indent-8:before,.portal-nav-detail-page .content ol li.ql-indent-8:before {
    content: counter(list-8,lower-roman) '. '
}

.portal-detail-page .content ol li.ql-indent-9,.portal-nav-detail-page .content ol li.ql-indent-9 {
    counter-increment: list-9
}

.portal-detail-page .content ol li.ql-indent-9:before,.portal-nav-detail-page .content ol li.ql-indent-9:before {
    content: counter(list-9,decimal) '. '
}

.portal-detail-page .content li.ql-indent-1:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em
}

.portal-detail-page .content li.ql-indent-2:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em
}

.portal-detail-page .content li.ql-indent-3:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em
}

.portal-detail-page .content li.ql-indent-4:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em
}

.portal-detail-page .content li.ql-indent-5:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em
}

.portal-detail-page .content li.ql-indent-6:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em
}

.portal-detail-page .content li.ql-indent-7:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em
}

.portal-detail-page .content li.ql-indent-8:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em
}

.portal-detail-page .content li.ql-indent-9:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em
}

.portal-detail-page .content .ql-indent-9:not(.ql-direction-rtl),.portal-nav-detail-page .content .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em
}

.portal-detail-page .content .ql-direction-rtl,.portal-nav-detail-page .content .ql-direction-rtl {
    direction: rtl;
    text-align: inherit
}

.portal-detail-page .content .ql-bg-black,.portal-nav-detail-page .content .ql-bg-black {
    background-color: #000
}

.portal-detail-page .content .ql-bg-red,.portal-nav-detail-page .content .ql-bg-red {
    background-color: #e60000
}

.portal-detail-page .content .ql-bg-orange,.portal-nav-detail-page .content .ql-bg-orange {
    background-color: #f90
}

.portal-detail-page .content .ql-bg-yellow,.portal-nav-detail-page .content .ql-bg-yellow {
    background-color: #ff0
}

.portal-detail-page .content .ql-bg-green,.portal-nav-detail-page .content .ql-bg-green {
    background-color: #008a00
}

.portal-detail-page .content .ql-bg-blue,.portal-nav-detail-page .content .ql-bg-blue {
    background-color: #06c
}

.portal-detail-page .content .ql-bg-purple,.portal-nav-detail-page .content .ql-bg-purple {
    background-color: #93f
}

.portal-detail-page .content .ql-color-white,.portal-nav-detail-page .content .ql-color-white {
    color: #fff
}

.portal-detail-page .content .ql-color-red,.portal-nav-detail-page .content .ql-color-red {
    color: #e60000
}

.portal-detail-page .content .ql-color-orange,.portal-nav-detail-page .content .ql-color-orange {
    color: #f90
}

.portal-detail-page .content .ql-color-yellow,.portal-nav-detail-page .content .ql-color-yellow {
    color: #ff0
}

.portal-detail-page .content .ql-color-green,.portal-nav-detail-page .content .ql-color-green {
    color: #008a00
}

.portal-detail-page .content .ql-color-blue,.portal-nav-detail-page .content .ql-color-blue {
    color: #06c
}

.portal-detail-page .content .ql-color-purple,.portal-nav-detail-page .content .ql-color-purple {
    color: #93f
}

.portal-detail-page .content .ql-font-serif,.portal-nav-detail-page .content .ql-font-serif {
    font-family: Georgia,Times New Roman,serif
}

.portal-detail-page .content .ql-font-monospace,.portal-nav-detail-page .content .ql-font-monospace {
    font-family: Monaco,Courier New,monospace
}

.portal-detail-page .content blockquote,.portal-nav-detail-page .content blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
    color: inherit;
    background: transparent
}

.portal-detail-page .content code,.portal-detail-page .content pre,.portal-nav-detail-page .content code,.portal-nav-detail-page .content pre {
    background-color: #f0f0f0;
    border-radius: 3px
}

.portal-detail-page .content pre,.portal-nav-detail-page .content pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px
}

.portal-detail-page .content code,.portal-nav-detail-page .content code {
    font-size: 85%;
    padding: 2px 4px
}

.portal-detail-page .content pre.ql-syntax,.portal-nav-detail-page .content pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible
}

.summary {
    margin: 0;
    color: #657586;
    line-height: 1.8
}

footer {
    background: #0077e6;
    color: rgba(255,255,255,.7);
    padding: 32px 0 0
}

.footer-main {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(255,255,255,.12)
}

.ft-col h4 {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px
}

.ft-col a {
    display: block;
    font-size: 13px;
    color: rgba(255,255,255,.55);
    line-height: 2
}

.footer-btm {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 18px;
    flex-wrap: wrap
}

.fb-copy {
    font-size: 12px;
    color: rgba(255,255,255,.45);
    line-height: 2
}

.footer-inline:not(:last-child)::after {
    content: " | ";
    margin: 0 8px;
    color: rgba(255,255,255,.35)
}

.fb-right {
    display: flex;
    align-items: center;
    gap: 20px
}

.fb-links {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    font-size: 13px
}

.fb-label {
    white-space: nowrap
}

.fb-qr {
    display: flex;
    gap: 14px
}

.qr-item {
    position: relative
}

.qr-box {
    width: 60px;
    height: 60px;
    background: rgba(255,255,255,.1);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 10px;
    position: relative;
    z-index: 1
}

.qr-box.clickable {
    cursor: pointer
}

.qr-box.clickable:hover {
    outline: 1px solid rgba(255,255,255,.5)
}

.qr-box img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 6px;
    background: #fff
}

.qr-label {
    font-size: 10px;
    color: rgba(255,255,255,.5);
    text-align: center;
    margin-top: 4px
}

.qr-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0,0,0,.68);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px
}

.qr-modal-panel {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 92vw;
    padding: 42px 28px 24px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(0,0,0,.32)
}

.qr-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 4px;
    background: #0077e6;
    color: #fff;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.qr-modal-close:hover {
    background: #0064b4
}

.qr-modal-img {
    display: block;
    max-width: 80vw;
    max-width: min(80vw,360px);
    max-height: 70vh;
    width: auto;
    height: auto;
    object-fit: contain
}

.qr-modal-title {
    margin-top: 14px;
    color: #20364d;
    font-size: 16px;
    font-weight: 700
}

.building-toast {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 10000;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: calc(100vw - 32px);
    padding: 14px 22px;
    background: rgba(255,255,255,.98);
    border: 1px solid rgba(0,119,230,.16);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(12,61,106,.18);
    color: #20364d;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%,-12px);
    transition: opacity .24s ease,transform .24s ease
}

.building-toast.show {
    opacity: 1;
    transform: translate(-50%,0)
}

.building-toast.fade-out {
    opacity: 0;
    transform: translate(-50%,-12px)
}

.building-toast-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0077e6;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 22px;
    flex: 0 0 auto
}

.building-toast-text {
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

[class*=" el-icon-"],[class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.el-icon-lock::before {
    content: "\e6e5"
}

.el-icon-setting::before {
    content: "\e6ca"
}

.el-icon-trophy::before {
    content: "\e70d"
}

.el-icon-monitor::before {
    content: "\e775"
}

.el-icon-link::before {
    content: "\e737"
}

.el-icon-menu::before {
    content: "\e798"
}

.el-icon-time::before {
    content: "\e71f"
}

.el-icon-document::before {
    content: "\e785"
}

.el-icon-arrow-left::before {
    content: "\e6de"
}

.el-icon-arrow-right::before {
    content: "\e6e0"
}

.el-icon-arrow-down::before {
    content: "\e6df"
}

.el-icon-back::before {
    content: "\e6ea"
}

.el-icon-right::before {
    content: "\e6e9"
}

.el-icon-close::before {
    content: "\e6db"
}

@media(max-width: 900px) {
    .head-inner,.news-main,.footer-btm {
        flex-direction:column;
        align-items: flex-start
    }

    .head-r {
        flex-wrap: wrap;
        flex-shrink: 1
    }

    .nav-inner {
        justify-content: center;
        flex-wrap: wrap
    }

    .nav-item {
        flex: 0 1 auto
    }

    .nav-item>a {
        font-size: 14px;
        line-height: 40px
    }

    .banner {
        height: 340px
    }

    .quick-bar-inner {
        justify-content: center;
        gap: 16px;
        flex-wrap: wrap
    }

    .news-main {
        gap: 20px
    }

    .news-left {
        flex: auto;
        width: 100%
    }

    .moral-body {
        grid-template-columns: 1fr
    }

    .moral-feature {
        height: 320px
    }

    .notice-board-inner {
        padding: 0 46px
    }

    .notice-board-grid {
        grid-template-rows: repeat(2,140px);
        grid-auto-columns: calc((100% - 18px)/2);
        gap: 18px
    }

    .notice-card {
        height: 140px;
        padding: 24px 18px 20px;
        gap: 18px
    }

    .notice-date {
        flex-basis: 60px
    }

    .notice-date strong {
        font-size: 30px;
        line-height: 30px
    }

    .notice-date span {
        font-size: 16px
    }

    .notice-card-title {
        font-size: 15px;
        line-height: 1.6
    }

    .notice-board-arrow {
        width: 42px;
        height: 42px;
        margin-top: -21px;
        font-size: 20px
    }

    .notice-board-arrow.left {
        left: -42px
    }

    .notice-board-arrow.right {
        right: -42px
    }

    .footer-main {
        flex-wrap: wrap
    }

    .ft-col {
        flex: 0 0 28%
    }
}

@media(max-width: 900px) {
    .gallery-grid {
        grid-template-columns:repeat(2,minmax(0,1fr))
    }
}

@media(max-width: 600px) {
    .center-logo-text {
        font-size:18px;
        white-space: normal
    }

    .center-logo-sub {
        font-size: 10px;
        white-space: normal
    }

    .head-r a {
        display: none
    }

    .search-box input {
        width: 120px
    }

    .banner {
        height: 280px
    }

    .s-content {
        padding: 0 20px 30px
    }

    .s-content h2 {
        font-size: 20px
    }

    .quick-bar-item {
        padding: 8px 10px
    }

    .qb-icon {
        width: 34px;
        height: 34px
    }

    .qb-desc {
        display: none
    }

    .nr-tab {
        padding: 8px 12px;
        font-size: 14px
    }

    .nr-tab-arrow {
        width: 28px;
        flex-basis: 28px
    }

    .moral-section {
        padding: 28px 0
    }

    .moral-header h3 {
        font-size: 22px
    }

    .moral-item {
        grid-template-columns: 96px minmax(0,1fr);
        gap: 12px;
        min-height: 72px
    }

    .moral-thumb {
        height: 72px
    }

    .moral-info h4 {
        font-size: 14px;
        margin-bottom: 8px
    }

    .moral-info>a {
        font-size: 13px
    }

    .moral-info>a i {
        width: 24px;
        height: 24px
    }

    .moral-feature {
        height: 210px
    }

    .moral-feature-title {
        font-size: 15px;
        min-height: 52px;
        padding: 14px 16px
    }

    .notice-board-section {
        padding: 28px 0
    }

    .notice-board-inner {
        padding: 0 38px
    }

    .notice-board-header {
        margin-bottom: 18px
    }

    .notice-board-grid {
        grid-template-rows: repeat(2,128px);
        grid-auto-columns: 100%;
        gap: 14px
    }

    .notice-card {
        height: 128px;
        padding: 22px 16px 18px;
        gap: 14px;
        border-bottom-width: 5px
    }

    .notice-date {
        flex-basis: 54px
    }

    .notice-date strong {
        font-size: 28px;
        line-height: 28px
    }

    .notice-date span {
        font-size: 15px
    }

    .notice-card-title {
        font-size: 14px;
        line-height: 1.55
    }

    .notice-board-arrow {
        width: 34px;
        height: 34px;
        margin-top: -17px;
        font-size: 16px
    }

    .notice-board-arrow.left {
        left: -34px
    }

    .notice-board-arrow.right {
        right: -34px
    }

    .gallery-card {
        flex: 0 0 220px
    }

    .gc-img {
        height: 140px
    }

    .link-block {
        min-width: 140px;
        padding: 14px 18px
    }

    .footer-main {
        flex-direction: column
    }

    .fb-right {
        flex-direction: column;
        align-items: flex-start
    }

    .detail-card {
        padding: 24px 18px
    }

    .detail-card h1 {
        font-size: 22px
    }

    .portal-list li {
        align-items: flex-start;
        flex-direction: column
    }

    .portal-list li a {
        white-space: normal
    }
}

@media(max-width: 768px) {
    .portal-page {
        background:#f4f7fa
    }

    .head-inner {
        padding: 12px 14px;
        flex-direction: row;
        align-items: center
    }

    .head-logo {
        gap: 10px
    }

    .school-logo-img {
        height: 42px;
        max-width: 240px
    }

    .school-logo-fallback {
        font-size: 18px
    }

    .center-logo-text {
        font-size: 18px;
        line-height: 1.22;
        letter-spacing: 1px;
        white-space: normal;
        word-break: keep-all
    }

    .center-logo-sub {
        font-size: 10px;
        line-height: 1.15;
        letter-spacing: 0;
        white-space: normal
    }

    .head-r {
        display: none
    }

    .portal-nav {
        position: relative;
        min-height: 54px;
        padding: 0 12px 0 14px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        overflow: visible
    }

    .mobile-header-links {
        display: flex;
        align-items: center;
        gap: 18px;
        min-width: 0;
        flex: 1 1 auto;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .mobile-header-links::-webkit-scrollbar {
        display: none
    }

    .mobile-header-links a {
        display: inline-flex;
        align-items: center;
        min-height: 54px;
        color: rgba(255,255,255,.94);
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        flex: 0 0 auto
    }

    .mobile-header-links a + a {
        margin-left: 18px
    }

    .mobile-menu-toggle {
        display: inline-flex;
        width: 42px;
        height: 42px;
        border: none;
        border-radius: 0;
        background: transparent;
        color: #fff;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 6px;
        padding: 0;
        cursor: pointer;
        flex: 0 0 42px
    }

    .mobile-menu-toggle span {
        display: block;
        width: 24px;
        height: 2px;
        background: #fff;
        border-radius: 1px
    }

    .mobile-menu-toggle span + span {
        margin-top: 6px
    }

    @supports (gap: 1px) {
        .mobile-header-links a + a {
            margin-left:0
        }

        .mobile-menu-toggle span + span {
            margin-top: 0
        }
    }

    .nav-inner {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 1010;
        width: 100%;
        max-width: none;
        padding: 6px 0 10px;
        background: #0077e6;
        box-shadow: 0 10px 24px rgba(0,0,0,.18)
    }

    .mobile-nav-open .nav-inner,.portal-nav.mobile-nav-open .nav-inner {
        display: block
    }

    .nav-item {
        display: block;
        text-align: left;
        border-top: 1px solid rgba(255,255,255,.12)
    }

    .nav-item>a {
        line-height: 46px;
        padding: 0 18px;
        font-size: 15px;
        white-space: normal;
        overflow: visible;
        text-overflow: clip
    }

    .nav-item:hover>a,.nav-item.on>a,.nav-item.open>a {
        background: rgba(255,255,255,.12)
    }

    .sub {
        position: static;
        display: none;
        transform: none;
        min-width: 0;
        width: 100%;
        box-shadow: none;
        border-radius: 0;
        background: rgba(0,0,0,.16)
    }

    .nav-item:hover .sub {
        display: none
    }

    .nav-item.open .sub {
        display: block
    }

    .sub a {
        line-height: 40px;
        padding: 0 30px;
        text-align: left;
        color: rgba(255,255,255,.86);
        background: transparent;
        border-bottom: 1px solid rgba(255,255,255,.08)
    }

    .sub a:hover {
        background: rgba(255,255,255,.12);
        color: #fff
    }

    .portal-nav-list-page .crumb a,.portal-nav-detail-page .crumb a {
        pointer-events: none
    }

    .banner {
        height: 220px
    }

    .slide {
        background-size: cover
    }

    .s-content {
        padding: 0 16px 28px
    }

    .s-content h2 {
        font-size: 20px;
        line-height: 1.35;
        margin-bottom: 8px;
        letter-spacing: 0;
        padding-left: 10px
    }

    .s-content p {
        font-size: 13px;
        line-height: 1.5
    }

    .dots {
        bottom: 12px
    }

    .quick-bar,.news-section,.gallery-section,.notice-board-section,.moral-section {
        padding: 24px 0
    }

    .quick-bar-inner {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px;
        padding: 0 14px
    }

    .quick-bar-item {
        width: 100%;
        padding: 12px 10px;
        border-radius: 6px;
        gap: 10px
    }

    .qb-icon {
        width: 36px;
        height: 36px;
        font-size: 19px
    }

    .qb-text {
        font-size: 14px
    }

    .qb-desc {
        display: none
    }

    .news-inner,.gallery-inner,.link-blocks-inner,.footer-inner,.moral-inner {
        padding: 0 14px
    }

    .news-title-row,.gallery-header,.notice-board-header,.moral-header {
        margin-bottom: 16px;
        align-items: center
    }

    .news-title-row h3,.gallery-header h3,.notice-board-header h3,.moral-header h3,.gallery-title-tab.active {
        font-size: 20px
    }

    .more-arrow {
        display: none
    }

    .news-main {
        display: block
    }

    .news-left {
        width: 100%;
        margin-bottom: 16px;
        border-radius: 4px
    }

    .nl-img {
        height: 200px;
        background-size: cover
    }

    .nl-overlay {
        padding: 34px 14px 14px
    }

    .nl-title {
        font-size: 15px;
        line-height: 1.45
    }

    .nr-tabs {
        margin-bottom: 12px;
        overflow-x: auto
    }

    .nr-tabs-scroll {
        display: flex;
        width: auto;
        overflow-x: auto
    }

    .nr-tab {
        flex: 0 0 auto;
        padding: 9px 12px;
        font-size: 14px
    }

    .nr-panel {
        max-height: none
    }

    .nr-panel li a {
        align-items: flex-start;
        gap: 8px;
        font-size: 14px;
        line-height: 1.5
    }

    .nr-panel li span {
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .nr-panel li i {
        margin-left: 0;
        font-size: 12px
    }

    .gallery-header {
        align-items: center
    }

    .gallery-header>a {
        flex: 0 0 auto;
        white-space: nowrap
    }

    .gallery-title-tabs {
        flex: 1 1 auto;
        min-width: 0;
        gap: 9px;
        flex-wrap: nowrap;
        overflow: hidden
    }

    .gallery-title-tab:not(:first-child) {
        display: none
    }

    .gallery-title-tab:first-child {
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .gallery-card {
        flex: 0 0 210px
    }

    .gc-img {
        height: 132px
    }

    .notice-board-inner {
        padding: 0 14px
    }

    .notice-board-grid {
        display: flex;
        gap: 12px;
        min-width: 0
    }

    .notice-card {
        flex: 0 0 86%;
        height: auto;
        min-height: 112px;
        padding: 18px 14px 16px;
        gap: 12px;
        border-bottom-width: 4px
    }

    .notice-date {
        flex: 0 0 48px
    }

    .notice-date strong {
        font-size: 25px;
        line-height: 25px
    }

    .notice-date span {
        font-size: 13px
    }

    .notice-card-title {
        font-size: 14px;
        line-height: 1.55
    }

    .notice-board-arrow {
        display: none
    }

    .moral-body {
        display: block
    }

    .moral-item {
        grid-template-columns: 88px minmax(0,1fr);
        gap: 12px;
        min-height: 68px;
        margin-bottom: 10px
    }

    .moral-thumb {
        height: 68px
    }

    .moral-info h4 {
        font-size: 14px;
        line-height: 1.45;
        margin-bottom: 6px
    }

    .moral-feature {
        height: 190px;
        margin-top: 14px
    }

    .moral-feature-title {
        min-height: auto;
        font-size: 14px;
        line-height: 1.45;
        padding: 12px 14px;
        white-space: normal;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }

    .link-blocks {
        padding: 20px 0
    }

    .link-blocks-inner {
        display: grid;
        grid-template-columns: repeat(2,minmax(0,1fr));
        gap: 10px
    }

    .link-block {
        min-width: 0;
        max-width: none;
        width: 100%;
        padding: 13px 10px;
        border-radius: 6px
    }

    .lb-icon {
        width: 34px;
        height: 34px;
        font-size: 18px;
        flex: 0 0 34px
    }

    .lb-text {
        font-size: 14px;
        white-space: normal
    }

    footer {
        padding-top: 22px
    }

    .footer-main {
        display: none
    }

    .footer-btm {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        padding-bottom: 20px
    }

    .fb-copy {
        width: 100%;
        font-size: 12px;
        line-height: 1.8
    }

    .fb-copy p {
        margin: 0 0 8px
    }

    .footer-inline {
        display: inline-block;
        margin: 0 6px 6px
    }

    .footer-inline:not(:last-child)::after {
        content: "";
        margin: 0
    }

    .fb-right {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 14px
    }

    .fb-links {
        justify-content: center;
        gap: 10px;
        line-height: 1.6
    }

    .fb-label {
        width: 100%
    }

    .fb-qr {
        justify-content: center;
        flex-wrap: wrap
    }
}

@media(max-width: 760px) {
    .news-wrap,.gallery-list-wrap {
        grid-template-columns:1fr;
        padding: 24px 14px 42px;
        gap: 16px
    }

    .category-panel {
        display: flex;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 10px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .category-panel::-webkit-scrollbar {
        display: none
    }

    .category-btn {
        width: auto;
        flex: 0 0 auto;
        white-space: nowrap
    }

    .news-content,.gallery-list-content {
        padding: 18px
    }

    .news-card {
        gap: 14px
    }

    .news-date {
        width: 58px;
        height: 58px
    }

    .news-date strong {
        font-size: 20px
    }

    .content-title h2 {
        font-size: 22px
    }

    .gallery-grid {
        grid-template-columns: 1fr
    }

    .pager-row {
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: visible;
        padding-bottom: 4px;
        scrollbar-width: none;
        -ms-overflow-style: none
    }

    .pager-row::-webkit-scrollbar {
        display: none
    }

    .portal-detail-page .detail-wrap {
        padding: 24px 14px 48px
    }

    .portal-detail-page .detail-card {
        padding: 24px 18px
    }

    .portal-detail-page .detail-card h2 {
        font-size: 22px
    }

    .portal-detail-page .meta-row {
        flex-wrap: wrap
    }

    .portal-detail-page .content,.portal-nav-detail-page .content {
        overflow-wrap: anywhere
    }

    .portal-detail-page .content img,.portal-nav-detail-page .content img {
        max-width: 100%
    }

    .portal-detail-page .content .article-inline-image img,.portal-nav-detail-page .content .article-inline-image img {
        max-width: 100%;
        height: auto
    }

    .attachment-list a {
        min-width: 0
    }

    .attachment-list a span {
        min-width: 0;
        overflow-wrap: anywhere
    }
}

@media(max-width: 760px) {
    .portal-detail-page .content .ql-indent-1,.portal-nav-detail-page .content .ql-indent-1 {
        padding-left:1em
    }

    .portal-detail-page .content .ql-indent-2,.portal-nav-detail-page .content .ql-indent-2 {
        padding-left: 1.5em
    }

    .portal-detail-page .content .ql-indent-3,.portal-nav-detail-page .content .ql-indent-3 {
        padding-left: 2em
    }

    .portal-detail-page .content .ql-indent-4,.portal-nav-detail-page .content .ql-indent-4 {
        padding-left: 2.5em
    }

    .portal-detail-page .content .ql-indent-5,.portal-nav-detail-page .content .ql-indent-5 {
        padding-left: 3em
    }

    .portal-detail-page .content .ql-indent-6,.portal-nav-detail-page .content .ql-indent-6 {
        padding-left: 3.5em
    }

    .portal-detail-page .content .ql-indent-7,.portal-nav-detail-page .content .ql-indent-7 {
        padding-left: 4em
    }

    .portal-detail-page .content .ql-indent-8,.portal-nav-detail-page .content .ql-indent-8,.portal-detail-page .content .ql-indent-9:not(.ql-direction-rtl),.portal-nav-detail-page .content .ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 4.5em
    }

    .portal-detail-page .content li.ql-indent-1:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-1:not(.ql-direction-rtl) {
        padding-left: 2.5em
    }

    .portal-detail-page .content li.ql-indent-2:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-2:not(.ql-direction-rtl) {
        padding-left: 3em
    }

    .portal-detail-page .content li.ql-indent-3:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-3:not(.ql-direction-rtl) {
        padding-left: 3.5em
    }

    .portal-detail-page .content li.ql-indent-4:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-4:not(.ql-direction-rtl) {
        padding-left: 4em
    }

    .portal-detail-page .content li.ql-indent-5:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-5:not(.ql-direction-rtl) {
        padding-left: 4.5em
    }

    .portal-detail-page .content li.ql-indent-6:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-6:not(.ql-direction-rtl) {
        padding-left: 5em
    }

    .portal-detail-page .content li.ql-indent-7:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-7:not(.ql-direction-rtl) {
        padding-left: 5.5em
    }

    .portal-detail-page .content li.ql-indent-8:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-8:not(.ql-direction-rtl),.portal-detail-page .content li.ql-indent-9:not(.ql-direction-rtl),.portal-nav-detail-page .content li.ql-indent-9:not(.ql-direction-rtl) {
        padding-left: 6em
    }
}

.portal-page.is-mobile-client .subpage-banner-inner {
    height: 120px;
    margin-top: 18px
}

.portal-page.is-mobile-client .news-wrap,.portal-page.is-mobile-client .gallery-list-wrap {
    grid-template-columns: 1fr;
    padding: 24px 14px 42px;
    gap: 16px
}

.portal-page.is-mobile-client .category-panel {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 10px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.portal-page.is-mobile-client .category-panel::-webkit-scrollbar {
    display: none
}

.portal-page.is-mobile-client .category-btn {
    width: auto;
    flex: 0 0 auto;
    white-space: nowrap
}

.portal-page.is-mobile-client .news-content,.portal-page.is-mobile-client .gallery-list-content {
    padding: 18px
}

.portal-page.is-mobile-client .news-card {
    gap: 14px
}

.portal-page.is-mobile-client .news-date {
    width: 58px;
    height: 58px
}

.portal-page.is-mobile-client .news-date strong {
    font-size: 20px
}

.portal-page.is-mobile-client .content-title h2 {
    font-size: 22px
}

.portal-page.is-mobile-client .gallery-grid {
    grid-template-columns: 1fr
}

.portal-page.is-mobile-client .pager-row {
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    padding-bottom: 4px;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.portal-page.is-mobile-client .pager-row::-webkit-scrollbar {
    display: none
}

.portal-page.is-mobile-client.portal-detail-page .detail-wrap,.portal-page.is-mobile-client.portal-nav-detail-page .detail-wrap {
    padding: 24px 14px 48px
}

.portal-page.is-mobile-client.portal-detail-page .detail-card,.portal-page.is-mobile-client.portal-nav-detail-page .detail-card {
    padding: 24px 18px
}

.portal-page.is-mobile-client.portal-detail-page .detail-card h2,.portal-page.is-mobile-client.portal-nav-detail-page .detail-card h2 {
    font-size: 22px
}

.portal-page.is-mobile-client.portal-detail-page .meta-row {
    flex-wrap: wrap
}

.portal-page.is-mobile-client.portal-detail-page .content,.portal-page.is-mobile-client.portal-nav-detail-page .content {
    overflow-wrap: anywhere
}

.portal-page.is-mobile-client.portal-detail-page .content img,.portal-page.is-mobile-client.portal-nav-detail-page .content img {
    max-width: 100%
}

.portal-page.is-mobile-client.portal-detail-page .content .article-inline-image img,.portal-page.is-mobile-client.portal-nav-detail-page .content .article-inline-image img {
    max-width: 100%;
    height: auto
}

.portal-page.is-mobile-client .attachment-list a {
    min-width: 0
}

.portal-page.is-mobile-client .attachment-list a span {
    min-width: 0;
    overflow-wrap: anywhere
}

.portal-page.is-mobile-client .list-card {
    padding: 20px
}

.portal-page.is-mobile-client .section-title {
    align-items: flex-start;
    flex-direction: column
}

.portal-page.is-mobile-client .section-title h2 {
    font-size: 22px
}

.portal-page.is-mobile-client .child-grid {
    grid-template-columns: 1fr
}

.portal-page.is-mobile-client .moral-content {
    padding: 18px
}

.portal-page.is-mobile-client .moral-page-card {
    grid-template-columns: 1fr
}

.portal-page.is-mobile-client .moral-page-img {
    height: 180px
}

.portal-page.is-mobile-client .banner {
    height: 220px
}

.portal-page.is-mobile-client .portal-nav {
    position: relative;
    min-height: 54px;
    padding: 0 12px 0 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    overflow: visible
}

.portal-page.is-mobile-client .mobile-header-links {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
    flex: 1 1 auto;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.portal-page.is-mobile-client .mobile-header-links::-webkit-scrollbar {
    display: none
}

.portal-page.is-mobile-client .mobile-header-links a {
    display: inline-flex;
    align-items: center;
    min-height: 54px;
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    flex: 0 0 auto
}

.portal-page.is-mobile-client .mobile-header-links a + a {
    margin-left: 18px
}

.portal-page.is-mobile-client .mobile-menu-toggle {
    display: inline-flex;
    width: 42px;
    height: 42px;
    border: none;
    border-radius: 0;
    background: transparent;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 6px;
    padding: 0;
    cursor: pointer;
    flex: 0 0 42px
}

.portal-page.is-mobile-client .mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 1px
}

.portal-page.is-mobile-client .mobile-menu-toggle span + span {
    margin-top: 6px
}

@supports (gap: 1px) {
    .portal-page.is-mobile-client .mobile-header-links a + a {
        margin-left:0
    }

    .portal-page.is-mobile-client .mobile-menu-toggle span + span {
        margin-top: 0
    }
}

.portal-page.is-mobile-client .nav-inner {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1010;
    width: 100%;
    max-width: none;
    padding: 6px 0 10px;
    background: #0077e6;
    box-shadow: 0 10px 24px rgba(0,0,0,.18)
}

.portal-page.is-mobile-client .portal-nav.mobile-nav-open .nav-inner {
    display: block
}

.portal-page.is-mobile-client .nav-item {
    display: block;
    text-align: left;
    border-top: 1px solid rgba(255,255,255,.12)
}

.portal-page.is-mobile-client .nav-item>a {
    line-height: 46px;
    padding: 0 18px;
    font-size: 15px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip
}

.portal-page.is-mobile-client .nav-item:hover>a,.portal-page.is-mobile-client .nav-item.on>a,.portal-page.is-mobile-client .nav-item.open>a {
    background: rgba(255,255,255,.12)
}

.portal-page.is-mobile-client .sub {
    position: static;
    display: none;
    transform: none;
    min-width: 0;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    background: rgba(0,0,0,.16)
}

.portal-page.is-mobile-client .nav-item:hover .sub {
    display: none
}

.portal-page.is-mobile-client .nav-item.open .sub {
    display: block
}

.portal-page.is-mobile-client .sub a {
    line-height: 40px;
    padding: 0 30px;
    text-align: left;
    color: rgba(255,255,255,.86);
    background: transparent;
    border-bottom: 1px solid rgba(255,255,255,.08)
}

.portal-page.is-mobile-client .sub a:hover {
    background: rgba(255,255,255,.12);
    color: #fff
}

.portal-page.is-mobile-client .slide {
    background-size: cover
}

.portal-page.is-mobile-client .s-content {
    padding: 0 16px 28px
}

.portal-page.is-mobile-client .s-content h2 {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 8px;
    letter-spacing: 0;
    padding-left: 10px
}

.portal-page.is-mobile-client .s-content p {
    font-size: 13px;
    line-height: 1.5
}

.portal-page.is-mobile-client .dots {
    bottom: 12px
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .slide-img {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .portal-nav {
    z-index: 1005
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .nav-inner {
    z-index: 1010
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .mobile-header-links,.portal-page.is-mobile-client[data-client-browser="huawei"] .category-panel {
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .mobile-header-links::-webkit-scrollbar,.portal-page.is-mobile-client[data-client-browser="huawei"] .category-panel::-webkit-scrollbar {
    display: none
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .mobile-header-links a + a {
    margin-left: 18px
}

.portal-page.is-mobile-client[data-client-browser="huawei"] .mobile-menu-toggle span + span {
    margin-top: 6px
}

@media(max-width: 768px) {
    .portal-page:not(.is-mobile-client) .portal-nav {
        display:block;
        min-height: 0;
        padding: 0;
        background: #0077e6
    }

    .portal-page:not(.is-mobile-client) .mobile-header-links,.portal-page:not(.is-mobile-client) .mobile-menu-toggle {
        display: none
    }

    .portal-page:not(.is-mobile-client) .nav-inner {
        display: flex;
        position: static;
        max-width: 1200px;
        padding: 0 20px;
        background: transparent;
        box-shadow: none
    }

    .portal-page:not(.is-mobile-client) .nav-item {
        display: block;
        text-align: center;
        border-top: none
    }

    .portal-page:not(.is-mobile-client) .nav-item>a {
        line-height: 40px;
        padding: 0 10px;
        font-size: 14px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .portal-page:not(.is-mobile-client) .sub {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        min-width: 170px;
        width: auto;
        box-shadow: 0 4px 16px rgba(0,0,0,.15);
        border-radius: 0 0 4px 4px;
        background: #fff
    }

    .portal-page:not(.is-mobile-client) .nav-item:hover .sub {
        display: block
    }

    .portal-page:not(.is-mobile-client) .sub a {
        line-height: 38px;
        padding: 0 16px;
        text-align: center;
        color: #2c3e50;
        background: #fff;
        border-bottom: 1px solid #f0f2f5
    }

    .portal-page:not(.is-mobile-client) .sub a:hover {
        background: #f0f4f8;
        color: #0077e6
    }

    .portal-page:not(.is-mobile-client) .banner {
        height: 340px
    }

    .portal-page:not(.is-mobile-client) .s-content {
        padding: 0 20px 40px
    }

    .portal-page:not(.is-mobile-client) .s-content h2 {
        font-size: 32px;
        line-height: normal;
        margin-bottom: 12px;
        letter-spacing: 2px;
        padding-left: 16px
    }

    .portal-page:not(.is-mobile-client) .s-content p {
        font-size: 16px;
        line-height: 1.6
    }

    .portal-page:not(.is-mobile-client) .dots {
        bottom: 18px
    }
}

@media(max-width: 360px) {
    .quick-bar-inner,.link-blocks-inner {
        grid-template-columns:1fr
    }

    .portal-page.is-mobile-client .banner {
        height: 200px
    }

    .gallery-card {
        flex-basis: 190px
    }

    .notice-card {
        flex-basis: 92%
    }
}
