@charset"utf-8";

.site-footer[data-v-759e5721] {
    background-color: var(--primary-color);
    background-image: url(../images/f1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
    padding-top: 60px
}

.footer-content[data-v-759e5721] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 120px 40px;
    display: grid;
    grid-template-columns: 1.5fr 2fr 1fr;
    gap: 60px
}

.footer-logo[data-v-759e5721] {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px
}

.logo[data-v-759e5721] {
    height: 60px;
    width: auto;
    object-fit: contain
}

.logo-text[data-v-759e5721] {
    display: flex;
    flex-direction: column;
    gap: 4px
}

.school-name[data-v-759e5721] {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px
}

.institute-name[data-v-759e5721] {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px
}

.footer-info[data-v-759e5721] {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.info-item[data-v-759e5721] {
    font-size: 14px;
    line-height: 1.8;
    opacity: .9;
    color: #aab2ff
}

.group-title[data-v-759e5721] {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    padding-bottom: 12px;
    letter-spacing: .5px
}

.links-columns[data-v-759e5721] {
    /* 父容器无需grid，仅作为包裹层 */
    display: block;
}

.links-column[data-v-759e5721] {
    /* 核心修改：将单个链接容器改为grid两列布局 */
    display: grid;
    grid-template-columns: 1fr 1fr; /* 两列等宽 */
    gap: 10px; /* 列之间间距，与原设计一致 */
    align-items: start; /* 顶部对齐 */
}

.footer-link[data-v-759e5721] {
    color: #aab2ff;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s;
    line-height: 1.8
}

.footer-link[data-v-759e5721]:hover {
    color: #fff;
    padding-left: 5px
}

.links-loading[data-v-759e5721] {
    padding: 20px 0
}

.loading-text[data-v-759e5721] {
    color: #aab2ff;
    font-size: 14px;
    text-align: center;
    opacity: .8
}

.qrcode-section[data-v-759e5721] {
    display: flex;
    justify-content: center
}

.qrcode-box[data-v-759e5721] {
    text-align: center
}

.qrcode[data-v-759e5721] {
    width: 150px;
    height: 150px;
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 15px
}

.qrcode-text[data-v-759e5721] {
    font-size: 14px;
    opacity: .9;
    color: #aab2ff
}

.footer-bottom[data-v-759e5721] {
    border-top: 1px solid rgba(255,255,255,.2);
    padding: 25px 120px;
    text-align: center
}

.copyright[data-v-759e5721] {
    font-size: 13px;
    opacity: .8;
    color: #aab2ff
}

@media (max-width: 1200px) {
    .footer-content[data-v-759e5721] {
        padding:0 60px 40px;
        gap: 40px
    }
}

@media (max-width: 1024px) {
    .site-footer[data-v-759e5721] {
        padding-top:55px
    }

    .footer-content[data-v-759e5721] {
        grid-template-columns: 1.2fr 1.8fr 1fr;
        gap: 45px;
        padding: 0 40px 38px
    }

    .footer-logo[data-v-759e5721] {
        margin-bottom: 25px
    }

    .logo[data-v-759e5721] {
        height: 65px
    }

    .footer-info[data-v-759e5721] {
        gap: 11px
    }

    .info-item[data-v-759e5721] {
        font-size: 14px
    }

    .group-title[data-v-759e5721] {
        font-size: 17px;
        margin-bottom: 22px
    }

    .links-columns[data-v-759e5721] {
        grid-template-columns: repeat(2,1fr);
        gap: 22px
    }

    .links-column[data-v-759e5721] {
        gap: 11px
    }

    .footer-link[data-v-759e5721] {
        font-size: 14px
    }

    .qrcode[data-v-759e5721] {
        width: 130px;
        height: 130px
    }

    .qrcode-text[data-v-759e5721] {
        font-size: 14px
    }

    .footer-bottom[data-v-759e5721] {
        padding: 22px 40px
    }

    .copyright[data-v-759e5721] {
        font-size: 13px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .footer-content[data-v-759e5721] {
        grid-template-columns:1fr;
        gap: 35px;
        padding: 0 30px 35px
    }

    .footer-left[data-v-759e5721] {
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 30px;
        align-items: start
    }

    .footer-logo[data-v-759e5721] {
        margin-bottom: 0
    }

    .logo[data-v-759e5721] {
        height: 60px
    }

    .qrcode[data-v-759e5721] {
        width: 120px;
        height: 120px
    }

    .footer-bottom[data-v-759e5721] {
        padding: 20px 30px
    }
}

@media (max-width: 768px) {
    .site-footer[data-v-759e5721] {
        padding-top:40px
    }

    .footer-content[data-v-759e5721] {
        grid-template-columns: 1fr;
        padding: 0 20px 25px;
        gap: 35px
    }

    .footer-left[data-v-759e5721] {
        order: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        text-align: center
    }

    .footer-logo[data-v-759e5721] {
        flex-direction: row;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .logo[data-v-759e5721] {
        height: 50px
    }

    .footer-info[data-v-759e5721] {
        gap: 10px;
        width: 100%
    }

    .info-item[data-v-759e5721] {
        font-size: 13px;
        line-height: 1.7;
        text-align: center
    }

    .footer-center[data-v-759e5721] {
        order: 2;
        text-align: center
    }

    .group-title[data-v-759e5721] {
        font-size: 16px;
        margin-bottom: 18px;
        padding-bottom: 10px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.2)
    }

    .links-columns[data-v-759e5721] {
        grid-template-columns: repeat(2,1fr);
        gap: 12px;
        max-width: 100%
    }

    .links-column[data-v-759e5721] {
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .footer-link[data-v-759e5721] {
        font-size: 13px;
        line-height: 1.7;
        text-align: center;
        width: 100%;
        padding: 4px 0
    }

    .footer-right[data-v-759e5721] {
        order: 3;
        display: flex;
        justify-content: center
    }

    .qrcode[data-v-759e5721] {
        width: 100px;
        height: 100px;
        padding: 8px
    }

    .qrcode-text[data-v-759e5721] {
        font-size: 13px
    }

    .footer-bottom[data-v-759e5721] {
        padding: 18px 20px
    }

    .copyright[data-v-759e5721] {
        font-size: 12px;
        line-height: 1.6;
        text-align: center
    }
}

@media (max-width: 480px) {
    .site-footer[data-v-759e5721] {
        padding-top:30px
    }

    .footer-content[data-v-759e5721] {
        padding: 0 15px 20px;
        gap: 28px
    }

    .footer-left[data-v-759e5721] {
        gap: 15px
    }

    .footer-logo[data-v-759e5721] {
        margin-bottom: 0
    }

    .logo[data-v-759e5721] {
        height: 40px
    }

    .footer-info[data-v-759e5721] {
        gap: 8px
    }

    .info-item[data-v-759e5721] {
        font-size: 12px;
        line-height: 1.6
    }

    .group-title[data-v-759e5721] {
        font-size: 15px;
        margin-bottom: 15px;
        padding-bottom: 8px
    }

    .links-columns[data-v-759e5721] {
        gap: 10px
    }

    .links-column[data-v-759e5721] {
        gap: 8px
    }

    .footer-link[data-v-759e5721] {
        font-size: 12px;
        line-height: 1.6;
        padding: 3px 0
    }

    .qrcode[data-v-759e5721] {
        width: 90px;
        height: 90px;
        padding: 6px
    }

    .qrcode-text[data-v-759e5721] {
        font-size: 12px;
        margin-top: 8px
    }

    .footer-bottom[data-v-759e5721] {
        padding: 15px
    }

    .copyright[data-v-759e5721] {
        font-size: 11px;
        line-height: 1.5
    }
}

.site-header[data-v-44ed882b] {
    width: 100%;
    height: var(--header-height);
    background-color: var(--primary-color);
    background-image: url(../images/h1.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100
}

.header-content[data-v-44ed882b] {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 120px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.logo-section[data-v-44ed882b] {
    display: flex;
    align-items: center
}

.logo[data-v-44ed882b] {
    height: 102px;
    width: auto;
    object-fit: contain
}

.header-right[data-v-44ed882b] {
    display: flex;
    align-items: center;
    gap: 30px
}

.quick-links[data-v-44ed882b] {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px
}

.link-item[data-v-44ed882b] {
    color: #fff;
    text-decoration: none;
    transition: opacity .3s;
    white-space: nowrap;
    flex-shrink: 0
}

.link-item[data-v-44ed882b]:hover {
    opacity: .8
}

.search-area[data-v-44ed882b] {
    display: flex;
    align-items: center;
    background: #ffffff26;
    border-radius: 19px;
    height: 38px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px)
}

.search-input[data-v-44ed882b] {
    background: transparent;
    border: none;
    color: #fff;
    outline: none;
    padding: 0 15px;
    width: 250px;
    height: 100%;
    font-size: 18px
}

.search-input[data-v-44ed882b]::placeholder {
    color: #ffffffb3
}

.search-btn[data-v-44ed882b] {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    padding: 0 15px;
    height: 100%;
    display: flex;
    align-items: center
}

.search-icon[data-v-44ed882b] {
    width: 18px;
    height: 18px;
    object-fit: contain
}

@media (max-width: 1024px) {
    .header-content[data-v-44ed882b] {
        padding:0 40px
    }

    .logo[data-v-44ed882b] {
        height: 85px
    }

    .search-area[data-v-44ed882b] {
        height: 36px;
        border-radius: 18px
    }

    .search-input[data-v-44ed882b] {
        width: 200px;
        font-size: 17px
    }

    .quick-links[data-v-44ed882b] {
        font-size: 17px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .header-content[data-v-44ed882b] {
        padding:0 30px
    }

    .logo[data-v-44ed882b] {
        height: 75px
    }

    .quick-links[data-v-44ed882b] {
        font-size: 16px
    }

    .header-right[data-v-44ed882b] {
        gap: 20px
    }

    .search-input[data-v-44ed882b] {
        width: 160px;
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .site-header[data-v-44ed882b] {
        height:var(--header-height)
    }

    .header-content[data-v-44ed882b] {
        padding: 0 20px
    }

    .logo[data-v-44ed882b] {
        height: 50px
    }

    .quick-links[data-v-44ed882b] {
        display: none
    }

    .search-area[data-v-44ed882b] {
        height: 32px;
        border-radius: 16px
    }

    .search-input[data-v-44ed882b] {
        width: 80px;
        font-size: 14px;
        padding: 0 10px
    }

    .search-btn[data-v-44ed882b] {
        padding: 0 10px
    }

    .search-icon[data-v-44ed882b] {
        width: 14px;
        height: 14px
    }
}

@media (max-width: 480px) {
    .header-content[data-v-44ed882b] {
        padding:0 15px
    }

    .logo[data-v-44ed882b] {
        height: 40px
    }

    .search-input[data-v-44ed882b] {
        width: 60px;
        font-size: 12px
    }

    .search-icon[data-v-44ed882b] {
        width: 12px;
        height: 12px
    }
}

.site-nav[data-v-e2c2f6fd] {
    width: 100%;
    height: var(--nav-height);
    background-color: var(--primary-color);
    position: sticky;
    top: 0;
    z-index: 99;
    box-shadow: 0 2px 8px #00000026
}

.nav-content[data-v-e2c2f6fd] {
    width: 100%;
    max-width: 1920px;
    height: 100%;
    margin: 0 auto;
    padding: 0 60px;
    display: flex;
    align-items: center;
    justify-content: center
}

.nav-list[data-v-e2c2f6fd] {
    display: flex;
    gap: 0;
    align-items: center;
    height: 100%;
    flex-wrap: nowrap
}

.nav-item[data-v-e2c2f6fd] {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0
}

.nav-link[data-v-e2c2f6fd] {
    font-size: 20px;
    color: #fff;
    padding: 0 clamp(20px,4vw,80px);
    height: 100%;
    display: flex;
    align-items: center;
    transition: all .3s ease;
    position: relative;
    white-space: nowrap;
    font-weight: 400;
    letter-spacing: 0px
}

.nav-link[data-v-e2c2f6fd]:hover {
    background-color: #ffffff1a
}
.nav-link.selected[data-v-e2c2f6fd] {
    background-color: #ffffff26;
    font-weight: 700;
    color: #b5bcff
}
.nav-link.active[data-v-e2c2f6fd] {
    background-color: #ffffff26;
    font-weight: 700;
    color: #b5bcff
}
.nav-link.parent[data-v-e2c2f6fd] {
    background-color: #ffffff26;
    font-weight: 700;
    color: #b5bcff
}
.dropdown-menu-none[data-v-e2c2f6fd] {
    display: none
}
.dropdown-menu[data-v-e2c2f6fd] {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 4px 12px #00000026;
    border-radius: 0 0 8px 8px;
    padding: 10px 0;
    z-index: 100;
    animation: slideDown-e2c2f6fd .3s ease
}

@keyframes slideDown-e2c2f6fd {
    0% {
        opacity: 0;
        transform: translateY(-10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.dropdown-item[data-v-e2c2f6fd] {
    display: block;
    padding: 12px 25px;
    color: #333;
    font-size: 15px;
    transition: all .2s;
    background: #fff
}

.dropdown-item[data-v-e2c2f6fd]:hover {
    background: #f5f5f5;
    padding-left: 30px;
    color: var(--primary-color)
}

.mobile-menu-btn[data-v-e2c2f6fd] {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 25px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 101
}

.hamburger-line[data-v-e2c2f6fd] {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: all .3s ease
}

.mobile-overlay[data-v-e2c2f6fd] {
    display: none
}

@media (min-width: 1701px) {
    .nav-content[data-v-e2c2f6fd] {
        padding:0 120px
    }
}

@media (min-width: 1401px) and (max-width: 1700px) {
    .nav-content[data-v-e2c2f6fd] {
        padding:0 80px
    }

    .nav-link[data-v-e2c2f6fd] {
        font-size: 19px
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .nav-content[data-v-e2c2f6fd] {
        padding:0 50px
    }

    .nav-link[data-v-e2c2f6fd] {
        font-size: 18px
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .nav-content[data-v-e2c2f6fd] {
        padding:0 40px
    }

    .nav-link[data-v-e2c2f6fd] {
        font-size: 17px
    }
}

@media (max-width: 1024px) {
    .nav-content[data-v-e2c2f6fd] {
        padding:0 30px
    }

    .nav-link[data-v-e2c2f6fd] {
        font-size: 16px
    }

    .dropdown-menu[data-v-e2c2f6fd] {
        width: 100%
    }

    .dropdown-item[data-v-e2c2f6fd] {
        font-size: 15px;
        padding: 12px 25px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .nav-link[data-v-e2c2f6fd] {
        font-size:15px
    }
}

@media (max-width: 768px) {
    .site-nav[data-v-e2c2f6fd] {
        height:var(--nav-height)
    }

    .nav-content[data-v-e2c2f6fd] {
        padding: 0 20px;
        position: relative
    }

    .mobile-menu-btn[data-v-e2c2f6fd] {
        display: flex;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%)
    }

    .nav-list[data-v-e2c2f6fd] {
        position: fixed;
        top: calc(var(--header-height) + var(--nav-height));
        left: -100%;
        width: 80%;
        max-width: 300px;
        height: calc(100vh - var(--header-height) - var(--nav-height));
        background: var(--primary-color);
        flex-direction: column;
        align-items: stretch;
        padding: 20px 0;
        overflow-y: auto;
        transition: left .3s ease;
        z-index: 100;
        box-shadow: 2px 0 10px #0003
    }

    .nav-list.mobile-active[data-v-e2c2f6fd] {
        left: 0
    }

    .nav-item[data-v-e2c2f6fd] {
        height: auto
    }

    .nav-link[data-v-e2c2f6fd] {
        font-size: 16px;
        padding: 15px 20px;
        height: auto;
        border-bottom: 1px solid rgba(255,255,255,.1)
    }

    .nav-link.active[data-v-e2c2f6fd] {
        background-color: #fff3
    }

    .dropdown-menu[data-v-e2c2f6fd] {
        position: static;
        box-shadow: none;
        background: #ffffff0d;
        border-radius: 0;
        padding: 0
    }

    .dropdown-item[data-v-e2c2f6fd] {
        color: #ffffffe6;
        background: transparent;
        padding: 12px 30px;
        border-bottom: 1px solid rgba(255,255,255,.05)
    }

    .dropdown-item[data-v-e2c2f6fd]:hover {
        background: #ffffff1a;
        color: #fff
    }

    .mobile-overlay[data-v-e2c2f6fd] {
        display: block;
        position: fixed;
        top: calc(var(--header-height) + var(--nav-height));
        left: 0;
        right: 0;
        bottom: 0;
        background: #00000080;
        z-index: 99
    }
}

@media (max-width: 480px) {
    .nav-list[data-v-e2c2f6fd] {
        width:85%
    }

    .nav-link[data-v-e2c2f6fd] {
        font-size: 15px;
        padding: 12px 15px
    }

    .dropdown-item[data-v-e2c2f6fd] {
        font-size: 14px;
        padding: 10px 25px
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,Microsoft YaHei,å¾®è½¯é›…é»‘;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

#app {
    width: 100%;
    min-height: 100vh
}

:root {
    --primary-color: #000c7a;
    --primary-light: #1a2da8;
    --secondary-color: #5b7eff;
    --text-dark: #333333;
    --text-normal: #666666;
    --text-light: #999999;
    --bg-gray: #f8f9fa;
    --border-color: #e0e0e0;
    --header-height: 120px;
    --nav-height: 60px;
    --transition: all .3s ease
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth;
    font-size: 16px
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: var(--text-dark);
    line-height: 1.6
}

@media (max-width: 768px) {
    :root {
        --header-height: 60px;
        --nav-height: 50px
    }

    html {
        font-size: 14px
    }
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    text-decoration: none;
    color: inherit;
    transition: var(--transition)
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}

button {
    font-family: inherit;
    cursor: pointer;
    border: none;
    outline: none;
    transition: var(--transition)
}

input,textarea {
    font-family: inherit
}

h1,h2,h3,h4,h5,h6 {
    margin: 0;
    font-weight: 600
}

p {
    margin: 0
}

.education-section[data-v-b9db43ef] {
    padding: 50px 0 80px;
    background: url(../images/bg_jy.jpg) center center / cover no-repeat;
    position: relative
}

.container[data-v-b9db43ef] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 176px
}

.section-title[data-v-b9db43ef] {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    letter-spacing: 1px
}

.title-icon[data-v-b9db43ef] {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.education-carousel-wrapper[data-v-b9db43ef] {
    position: relative;
    margin-bottom: 50px
}

.carousel-btn[data-v-b9db43ef] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fffc;
    border: none;
    color: #333;
    font-size: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all .3s;
    z-index: 10;
    display: flex;
    line-height: 42px;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 8px #0000001a
}

.carousel-btn[data-v-b9db43ef]:hover {
    background: #fff;
    box-shadow: 0 4px 12px #00000026
}

.carousel-btn.prev[data-v-b9db43ef] {
    left: -60px
}

.carousel-btn.next[data-v-b9db43ef] {
    right: -60px
}

.education-cards .owl-nav {position: absolute;top: 50%;width: 100%;height: 36px;}
.education-cards .owl-nav .owl-next {transform: translateY(-50%);position: absolute;width: 50px;height: 50px;background: #fff;color: #333;font-size: 24px !important;font-family: "SimSun";line-height: 50px;text-align: center;right: -60px;top: 0px;border-radius: 50%;transition: all .3s;font-weight: bolder;    box-shadow: 0 2px 8px #0000001a;}
.education-cards .owl-nav .owl-next:hover {
    background: #fff;
    box-shadow: 0 4px 12px #00000026
}
.education-cards .owl-nav .owl-prev {transform: translateY(-50%);position: absolute;width: 50px;height: 50px;background: #fff;color: #333;font-size: 24px !important;font-family: "SimSun";line-height: 50px;text-align: center;left: -60px;top: 0px;border-radius: 50%;transition: all .3s;font-weight: bolder;    box-shadow: 0 2px 8px #0000001a;}
.education-cards .owl-nav .owl-prev:hover {
    background: #fff;
    box-shadow: 0 4px 12px #00000026
}

.education-cards[data-v-b9db43ef]::-webkit-scrollbar {
    display: none
}

.education-card[data-v-b9db43ef] {
    flex: 0 0 calc((100% - 88px)/5);
    padding: 32px 24px;
    border-radius: 12px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
    box-shadow: 0 4px 12px #0000001a;
    text-decoration: none;
    display: block;
    box-sizing: border-box;
    scroll-snap-align: start;
    height: 200px;
    overflow: hidden;
}

.education-card[data-v-b9db43ef]:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px #0003
}

.education-carousel-wrapper .owl-carousel .owl-stage-outer{
    padding-top: 10px;
}


/* 基于 owl-item 顺序循环颜色（覆盖所有卡片，包括轮播克隆项） */
.education-carousel-wrapper .owl-carousel .owl-stage .owl-item:nth-child(6n+1) .education-card[data-v-b9db43ef] {
    background: linear-gradient(135deg, rgb(0, 200, 83) 0%, rgb(0, 230, 118) 100%);
}

.education-carousel-wrapper .owl-carousel .owl-stage .owl-item:nth-child(6n+2) .education-card[data-v-b9db43ef] {
    background: linear-gradient(135deg, rgb(33, 150, 243) 0%, rgb(66, 165, 245) 100%);
}

.education-carousel-wrapper .owl-carousel .owl-stage .owl-item:nth-child(6n+3) .education-card[data-v-b9db43ef] {
    background: linear-gradient(135deg, rgb(255, 152, 0) 0%, rgb(255, 183, 77) 100%);
}

.education-carousel-wrapper .owl-carousel .owl-stage .owl-item:nth-child(6n+4) .education-card[data-v-b9db43ef] {
    background: linear-gradient(135deg, rgb(156, 39, 176) 0%, rgb(186, 104, 200) 100%);
}

.education-carousel-wrapper .owl-carousel .owl-stage .owl-item:nth-child(6n+5) .education-card[data-v-b9db43ef] {
    background: linear-gradient(135deg, rgb(233, 30, 99) 0%, rgb(240, 98, 146) 100%);
}

.education-carousel-wrapper .owl-carousel .owl-stage .owl-item:nth-child(6n+6) .education-card[data-v-b9db43ef] {
    background: linear-gradient(135deg, rgb(244, 67, 54) 0%, rgb(239, 83, 80) 100%);
}

.card-title[data-v-b9db43ef] {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 10px
}

.card-subtitle[data-v-b9db43ef] {
    font-size: 16px;
    opacity: .95
}

.view-more[data-v-b9db43ef] {
    text-align: center;
    margin-top: 40px
}

.more-btn[data-v-b9db43ef] {
    padding: 12px 50px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    display: inline-block
}

.more-btn[data-v-b9db43ef]:hover {
    background: var(--primary-color);
    color: #fff
}

@media (max-width: 1200px) {
    .container[data-v-b9db43ef] {
        padding:0 80px
    }

    .education-card[data-v-b9db43ef] {
        flex: 0 0 calc((100% - 66px)/4)
    }
}

@media (max-width: 1024px) {
    .education-section[data-v-b9db43ef] {
        padding:45px 0 70px
    }

    .container[data-v-b9db43ef] {
        padding: 0 40px
    }

    .section-title[data-v-b9db43ef] {
        font-size: 30px;
        gap: 14px;
        margin-bottom: 45px
    }

    .title-icon[data-v-b9db43ef] {
        width: 36px;
        height: 36px
    }

    .education-card[data-v-b9db43ef] {
        flex: 0 0 calc((100% - 44px) / 3);
        padding: 30px 22px
    }

    .card-title[data-v-b9db43ef] {
        font-size: 18px;
        margin-bottom: 8px
    }

    .card-subtitle[data-v-b9db43ef] {
        font-size: 15px
    }

    .carousel-btn[data-v-b9db43ef] {
        width: 46px;
        height: 46px;
        font-size: 38px
    }

    .carousel-btn.prev[data-v-b9db43ef] {
        left: -50px
    }

    .carousel-btn.next[data-v-b9db43ef] {
        right: -50px
    }

    .more-btn[data-v-b9db43ef] {
        padding: 13px 55px;
        font-size: 17px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .container[data-v-b9db43ef] {
        padding:0 30px
    }

    .section-title[data-v-b9db43ef] {
        font-size: 28px
    }

    .education-card[data-v-b9db43ef] {
        flex: 0 0 calc((100% - 22px)/2);
        padding: 28px 20px
    }

    .card-title[data-v-b9db43ef] {
        font-size: 18px
    }

    .card-subtitle[data-v-b9db43ef] {
        font-size: 14px
    }
}

@media (max-width: 768px) {
    .education-section[data-v-b9db43ef] {
        padding:30px 0 50px
    }

    .container[data-v-b9db43ef] {
        padding: 0 20px
    }

    .section-title[data-v-b9db43ef] {
        font-size: 24px;
        margin-bottom: 30px;
        gap: 10px
    }

    .title-icon[data-v-b9db43ef] {
        width: 28px;
        height: 28px
    }

    .education-carousel-wrapper[data-v-b9db43ef] {
        margin-bottom: 30px
    }

    .carousel-btn[data-v-b9db43ef] {
        display: none
    }

    .education-card[data-v-b9db43ef] {
        flex: 0 0 calc((100% - 22px)/2);
        padding: 26px 18px
    }

    .card-title[data-v-b9db43ef] {
        font-size: 17px;
        margin-bottom: 6px
    }

    .card-subtitle[data-v-b9db43ef] {
        font-size: 14px
    }

    .view-more[data-v-b9db43ef] {
        margin-top: 30px
    }

    .more-btn[data-v-b9db43ef] {
        padding: 10px 40px;
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .education-section[data-v-b9db43ef] {
        padding:20px 0 40px
    }

    .container[data-v-b9db43ef] {
        padding: 0 15px
    }

    .section-title[data-v-b9db43ef] {
        font-size: 20px
    }

    .title-icon[data-v-b9db43ef] {
        width: 24px;
        height: 24px
    }

    .education-carousel-wrapper[data-v-b9db43ef] {
        margin-bottom: 25px
    }

    .education-cards[data-v-b9db43ef] {
        gap: 15px
    }

    .education-card[data-v-b9db43ef] {
        flex: 0 0 100%;
        padding: 24px 16px
    }

    .card-title[data-v-b9db43ef] {
        font-size: 16px;
        margin-bottom: 5px
    }

    .card-subtitle[data-v-b9db43ef] {
        font-size: 13px
    }

    .more-btn[data-v-b9db43ef] {
        padding: 9px 35px;
        font-size: 14px
    }
}

.hero-carousel[data-v-afc7cc5b] {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #000
}

.carousel-container[data-v-afc7cc5b] {
    width: 100%;
    position: relative;
    overflow: hidden
}

.carousel-wrapper[data-v-afc7cc5b] {
    display: flex;
    width: 100%;
    transition: transform .8s cubic-bezier(.4,0,.2,1)
}

.carousel-slide[data-v-afc7cc5b] {
    min-width: 100%;
    width: 100%;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.carousel-image[data-v-afc7cc5b] {
    width: 100%;
    height: auto;
    display: block
}

.carousel-dots[data-v-afc7cc5b] {
    position: absolute;
    bottom: 30px;
    right: 60px;
    display: flex;
    gap: 12px;
    z-index: 10
}

.dot[data-v-afc7cc5b] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff80;
    cursor: pointer;
    transition: all .3s ease
}

.dot[data-v-afc7cc5b]:hover {
    background: #fffc
}

.dot.active[data-v-afc7cc5b] {
    background: #fff;
    width: 30px;
    border-radius: 6px
}

@media (min-width: 1401px) {
    .carousel-dots[data-v-afc7cc5b] {
        bottom:35px;
        right: 60px
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {
    .carousel-dots[data-v-afc7cc5b] {
        bottom:35px;
        right: 55px
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .carousel-dots[data-v-afc7cc5b] {
        bottom:35px;
        right: 50px;
        gap: 11px
    }

    .dot[data-v-afc7cc5b] {
        width: 11px;
        height: 11px
    }

    .dot.active[data-v-afc7cc5b] {
        width: 28px
    }
}

@media (max-width: 1024px) {
    .carousel-dots[data-v-afc7cc5b] {
        bottom:35px;
        right: 50px;
        gap: 10px
    }

    .dot[data-v-afc7cc5b] {
        width: 10px;
        height: 10px
    }

    .dot.active[data-v-afc7cc5b] {
        width: 26px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .carousel-dots[data-v-afc7cc5b] {
        bottom:30px;
        right: 40px
    }
}

@media (max-width: 768px) {
    .carousel-dots[data-v-afc7cc5b] {
        right:20px;
        bottom: 15px;
        gap: 8px
    }

    .dot[data-v-afc7cc5b] {
        width: 8px;
        height: 8px
    }

    .dot.active[data-v-afc7cc5b] {
        width: 20px;
        border-radius: 4px
    }
}

@media (max-width: 480px) {
    .carousel-dots[data-v-afc7cc5b] {
        right:15px;
        bottom: 10px;
        gap: 6px
    }

    .dot[data-v-afc7cc5b] {
        width: 6px;
        height: 6px
    }

    .dot.active[data-v-afc7cc5b] {
        width: 16px
    }
}

.nanhang-news[data-v-d18dd547] {
    padding: 40px 0 80px;
    background: #1a2da0;
    color: #fff;
    position: relative;
    overflow: hidden
}

.nanhang-news[data-v-d18dd547]:before {
    content: "";
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translate(-50%);
    width: 150%;
    height: 80%;
    background: url(../images/nb1.png) center top no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    mix-blend-mode: lighten
}

.nanhang-news[data-v-d18dd547]:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: url(../images/nb2.png) center bottom no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    mix-blend-mode: lighten
}

.container[data-v-d18dd547] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 176px;
    position: relative;
    z-index: 2
}

.section-title[data-v-d18dd547] {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px
}

.section-title[data-v-d18dd547]:before,.section-title[data-v-d18dd547]:after {
    content: "";
    width: 270px;
    height: 0px;
    border-top: 1px solid #a8d5ff
}

.news-carousel-wrapper[data-v-d18dd547] {
    position: relative;
    margin-bottom: 30px;
    min-height: 400px
}

.loading[data-v-d18dd547] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 400px;
    color: #fff
}

.loading-spinner[data-v-d18dd547] {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255,255,255,.2);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-d18dd547 1s linear infinite
}

@keyframes spin-d18dd547 {
    to {
        transform: rotate(360deg)
    }
}

.loading p[data-v-d18dd547] {
    margin-top: 20px;
    font-size: 16px
}


.owl-controls{width:100%;-webkit-tap-highlight-color:transparent;position:static;z-index:11}
.news-carousel .owl-nav {position: absolute;top: 45%;width: 100%;height: 36px;}
.news-carousel .owl-nav .owl-prev{transform: translateY(-50%);position: absolute;width: 50px;height: 50px;background: #fff3;color: #fff;font-size: 24px!important;font-family:"SimSun";line-height: 50px;text-align: center;left: -60px;top: 0px;border-radius: 50%;transition: all .3s;font-weight: bolder;} 
.news-carousel .owl-nav .owl-next {transform: translateY(-50%);position: absolute;width: 50px;height: 50px;background: #fff3;color: #fff;font-size: 24px!important;font-family:"SimSun";line-height: 50px;text-align: center;right: -60px;top: 0px;border-radius: 50%;transition: all .3s;font-weight: bolder;}
.news-carousel .owl-nav .owl-prev:hover, .news-carousel .owl-nav .owl-next:hover {background: #ffffff4d}


.news-item[data-v-d18dd547] {
    flex: 0 0 calc((100% - 60px)/4);
    background: #fff;
    overflow: hidden;
    cursor: pointer;
    transition: transform .3s;
    text-decoration: none;
    color: inherit;
    display: block;
    box-sizing: border-box;
    scroll-snap-align: start
}

.news-item .news-image[data-v-d18dd547] {
    border-radius: 0
}

.news-item[data-v-d18dd547]:hover {
    transform: translateY(-8px)
}

.news-image[data-v-d18dd547] {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden
}

.news-image img[data-v-d18dd547] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.news-item:hover .news-image img[data-v-d18dd547] {
    transform: scale(1.1)
}

.news-info[data-v-d18dd547] {
    padding: 20px;
    color: #333
}

.news-date[data-v-d18dd547] {
    margin-bottom: 15px
}

.date-content[data-v-d18dd547] {
    display: flex;
    flex-direction: column
}

.date-day[data-v-d18dd547] {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.1
}

.date-year[data-v-d18dd547] {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    margin-top: 4px
}

.arrow-icon[data-v-d18dd547] {
    width: 24px;
    height: auto;
    margin-top: 12px;
    object-fit: contain;
    object-position: top
}

.news-title[data-v-d18dd547] {
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.dots-wrapper[data-v-d18dd547] {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px
}

.dot[data-v-d18dd547] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff6;
    cursor: pointer;
    transition: all .3s
}

.dot[data-v-d18dd547]:hover {
    background: #fff9
}

.dot.active[data-v-d18dd547] {
    background: #fff;
    width: 24px;
    border-radius: 5px
}




.owl-dots{display: flex;justify-content: center;gap: 10px;margin-top: 30px}
.owl-dot{width: 10px;height: 10px;border-radius: 50%;background: #fff6;cursor: pointer;transition: all .3s}
.owl-dot:hover {background: #fff9}
.owl-dot.active{background: #fff;width: 24px;border-radius: 5px}

@media (max-width: 1200px) {
    .container[data-v-d18dd547] {
        padding:0 80px
    }

    .section-title[data-v-d18dd547]:before,.section-title[data-v-d18dd547]:after {
        width: 180px
    }

    .news-item[data-v-d18dd547] {
        flex: 0 0 calc((100% - 40px) / 3)
    }
}

@media (max-width: 1024px) {
    .nanhang-news[data-v-d18dd547] {
        padding:45px 0 70px
    }

    .container[data-v-d18dd547] {
        padding: 0 40px
    }

    .section-title[data-v-d18dd547] {
        font-size: 30px;
        gap: 40px;
        margin-bottom: 45px
    }

    .section-title[data-v-d18dd547]:before,.section-title[data-v-d18dd547]:after {
        width: 150px
    }

    .news-item[data-v-d18dd547] {
        flex: 0 0 calc((100% - 20px)/2)
    }

    .news-image[data-v-d18dd547] {
        aspect-ratio: 4 / 3
    }

    .news-info[data-v-d18dd547] {
        padding: 22px
    }

    .date-day[data-v-d18dd547] {
        font-size: 22px
    }

    .date-year[data-v-d18dd547] {
        font-size: 13px
    }

    .news-title[data-v-d18dd547] {
        font-size: 21px
    }

    .carousel-btn[data-v-d18dd547] {
        width: 46px;
        height: 46px;
        font-size: 38px
    }

    .dots-wrapper[data-v-d18dd547] {
        margin-top: 35px;
        gap: 10px
    }

    .dot[data-v-d18dd547] {
        width: 10px;
        height: 10px
    }

    .dot.active[data-v-d18dd547] {
        width: 26px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .container[data-v-d18dd547] {
        padding:0 30px
    }

    .section-title[data-v-d18dd547] {
        font-size: 28px;
        gap: 30px
    }

    .section-title[data-v-d18dd547]:before,.section-title[data-v-d18dd547]:after {
        width: 100px
    }

    .news-image[data-v-d18dd547] {
        aspect-ratio: 4 / 3
    }

    .news-info[data-v-d18dd547] {
        padding: 18px
    }

    .news-title[data-v-d18dd547] {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .nanhang-news[data-v-d18dd547] {
        padding:30px 0 50px
    }

    .container[data-v-d18dd547] {
        padding: 0 20px
    }

    .section-title[data-v-d18dd547] {
        font-size: 24px;
        gap: 20px;
        margin-bottom: 30px
    }

    .section-title[data-v-d18dd547]:before,.section-title[data-v-d18dd547]:after {
        width: 60px
    }

    .news-item[data-v-d18dd547] {
        flex: 0 0 100%
    }

    .carousel-btn[data-v-d18dd547] {
        display: none
    }

    .news-image[data-v-d18dd547] {
        aspect-ratio: 4 / 3
    }

    .news-info[data-v-d18dd547] {
        padding: 15px
    }

    .date-day[data-v-d18dd547] {
        font-size: 20px
    }

    .date-year[data-v-d18dd547] {
        font-size: 12px
    }

    .news-title[data-v-d18dd547] {
        font-size: 19px
    }

    .dots-wrapper[data-v-d18dd547] {
        margin-top: 20px;
        gap: 8px
    }

    .dot[data-v-d18dd547] {
        width: 8px;
        height: 8px
    }

    .dot.active[data-v-d18dd547] {
        width: 20px
    }
}

@media (max-width: 480px) {
    .nanhang-news[data-v-d18dd547] {
        padding:20px 0 40px
    }

    .container[data-v-d18dd547] {
        padding: 0 15px
    }

    .section-title[data-v-d18dd547] {
        font-size: 20px;
        gap: 15px;
        margin-bottom: 25px;
        letter-spacing: 5px
    }

    .section-title[data-v-d18dd547]:before,.section-title[data-v-d18dd547]:after {
        width: 40px
    }

    .news-item[data-v-d18dd547] {
        flex: 0 0 100%
    }

    .news-carousel[data-v-d18dd547] {
        gap: 15px
    }

    .news-image[data-v-d18dd547] {
        aspect-ratio: 4 / 3
    }

    .news-info[data-v-d18dd547] {
        padding: 12px
    }

    .date-day[data-v-d18dd547] {
        font-size: 18px
    }

    .date-year[data-v-d18dd547] {
        font-size: 11px
    }

    .news-title[data-v-d18dd547] {
        font-size: 18px
    }

    .dots-wrapper[data-v-d18dd547] {
        gap: 6px
    }

    .dot[data-v-d18dd547] {
        width: 6px;
        height: 6px
    }

    .dot.active[data-v-d18dd547] {
        width: 16px;
        border-radius: 3px
    }
}

.news-section[data-v-23ecbcb6] {
    padding: 40px 120px;
    background: #f8f9fa
}

.container[data-v-23ecbcb6] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box
}

.news-grid[data-v-23ecbcb6] {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 100px;
    align-items: start;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

@media (max-width: 1899px) {
    .news-grid[data-v-23ecbcb6] {
        grid-template-columns:3fr 2fr;
        gap: 60px
    }
}

.news-dynamics[data-v-23ecbcb6],.news-announcements[data-v-23ecbcb6] {
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    overflow: hidden
}

.news-announcements[data-v-23ecbcb6] {
    background-image: url(../images/hj.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 100%
}

.section-header[data-v-23ecbcb6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    width: 100%;
    flex-wrap: nowrap
}

.section-title[data-v-23ecbcb6] {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 0 1 auto;
    min-width: 0
}

.title-icon[data-v-23ecbcb6] {
    width: 32px;
    height: 32px;
    object-fit: contain;
    flex-shrink: 0
}

.more-link[data-v-23ecbcb6] {
    font-size: 14px;
    text-decoration: none;
    transition: all .3s;
    padding: 6px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 500;
    flex-shrink: 0;
    white-space: nowrap
}

.more-link-outline[data-v-23ecbcb6] {
    color: var(--primary-color);
    background: #fff;
    border: 1px solid var(--primary-color)
}

.more-link-outline[data-v-23ecbcb6]:hover {
    opacity: .8
}

.more-link[data-v-23ecbcb6]:not(.more-link-outline) {
    color: #fff;
    background: var(--primary-color)
}

.more-link[data-v-23ecbcb6]:not(.more-link-outline):hover {
    opacity: .9
}

.news-cards[data-v-23ecbcb6] {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
    flex: 1
}

.news-card[data-v-23ecbcb6] {
    overflow: hidden;
    transition: transform .3s,box-shadow .3s;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block
}

.news-card[data-v-23ecbcb6]:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px #00000026
}

.card-image-wrapper[data-v-23ecbcb6] {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3
}

.card-image[data-v-23ecbcb6] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.card-overlay[data-v-23ecbcb6] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background: linear-gradient(to top,rgba(0,0,0,.7),transparent)
}

.card-title[data-v-23ecbcb6] {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.card-date[data-v-23ecbcb6] {
    font-size: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px
}

.date-arrow[data-v-23ecbcb6] {
    width: 16px;
    height: 16px;
    object-fit: contain
}

.announcement-list[data-v-23ecbcb6] {
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
    width: 100%;
    max-width: 100%
}

.announcement-item[data-v-23ecbcb6] {
    display: flex;
    gap: 30px;
    padding: 24px 0;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0;
    flex: 1;
    text-decoration: none;
    color: inherit;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box
}

.announcement-item[data-v-23ecbcb6]:last-child {
    border-bottom: none
}

.announcement-item:hover .announcement-title[data-v-23ecbcb6] {
    color: var(--primary-color)
}

.announcement-left[data-v-23ecbcb6] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 60px
}

.date-box[data-v-23ecbcb6] {
    text-align: center;
    background: transparent;
    color: #1d2088;
    width: 100%;
    margin-bottom: 12px
}

.date-day[data-v-23ecbcb6] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: var(--primary-color)
}

.date-year[data-v-23ecbcb6] {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
    line-height: 1.2
}

.announcement-line[data-v-23ecbcb6] {
    width: 24px;
    height: auto;
    margin-top: 12px;
    object-fit: contain;
    object-position: top
}

.announcement-content[data-v-23ecbcb6] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5px;
    min-width: 0;
    width: 100%
}

.announcement-title[data-v-23ecbcb6] {
    font-size: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s
}

.announcement-desc[data-v-23ecbcb6] {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

@media (max-width: 1600px) {
    .news-section[data-v-23ecbcb6] {
        padding:40px 60px
    }

    .news-grid[data-v-23ecbcb6] {
        grid-template-columns: 3fr 2fr;
        gap: 60px
    }
}

@media (max-width: 1024px) {
    .news-section[data-v-23ecbcb6] {
        padding:45px 40px
    }

    .news-grid[data-v-23ecbcb6] {
        grid-template-columns: 1fr;
        gap: 50px
    }

    .section-title[data-v-23ecbcb6] {
        font-size: 30px
    }

    .title-icon[data-v-23ecbcb6] {
        width: 30px;
        height: 30px
    }

    .news-cards[data-v-23ecbcb6] {
        grid-template-columns: repeat(2,1fr);
        gap: 20px
    }

    .card-image-wrapper[data-v-23ecbcb6] {
        aspect-ratio: 4 / 3
    }

    .card-title[data-v-23ecbcb6] {
        font-size: 22px
    }

    .card-date[data-v-23ecbcb6] {
        font-size: 17px
    }

    .announcement-item[data-v-23ecbcb6] {
        gap: 25px;
        padding: 22px 0
    }

    .announcement-left[data-v-23ecbcb6] {
        min-width: 55px
    }

    .date-day[data-v-23ecbcb6] {
        font-size: 22px
    }

    .date-year[data-v-23ecbcb6] {
        font-size: 13px
    }

    .announcement-title[data-v-23ecbcb6] {
        font-size: 19px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .news-section[data-v-23ecbcb6] {
        padding:40px 30px
    }

    .news-grid[data-v-23ecbcb6] {
        gap: 45px
    }

    .card-image-wrapper[data-v-23ecbcb6] {
        aspect-ratio: 4 / 3
    }

    .card-title[data-v-23ecbcb6] {
        font-size: 18px
    }

    .announcement-left[data-v-23ecbcb6] {
        min-width: 52px
    }

    .date-day[data-v-23ecbcb6] {
        font-size: 21px
    }

    .date-year[data-v-23ecbcb6] {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .news-section[data-v-23ecbcb6] {
        padding:30px 20px
    }

    .section-header[data-v-23ecbcb6] {
        margin-bottom: 20px
    }

    .section-title[data-v-23ecbcb6] {
        font-size: 24px;
        gap: 8px
    }

    .title-icon[data-v-23ecbcb6] {
        width: 24px;
        height: 24px
    }

    .more-link[data-v-23ecbcb6] {
        font-size: 12px;
        padding: 5px 12px
    }

    .news-cards[data-v-23ecbcb6] {
        grid-template-columns: 1fr;
        gap: 15px
    }

    .card-image-wrapper[data-v-23ecbcb6] {
        aspect-ratio: 4 / 3
    }

    .card-overlay[data-v-23ecbcb6] {
        padding: 15px
    }

    .card-title[data-v-23ecbcb6] {
        font-size: 16px
    }

    .card-date[data-v-23ecbcb6] {
        font-size: 14px
    }

    .announcement-item[data-v-23ecbcb6] {
        gap: 15px;
        padding: 16px 0
    }

    .announcement-left[data-v-23ecbcb6] {
        min-width: 50px
    }

    .date-box[data-v-23ecbcb6] {
        width: 100%;
        margin-bottom: 8px
    }

    .date-day[data-v-23ecbcb6] {
        font-size: 20px
    }

    .date-year[data-v-23ecbcb6] {
        font-size: 12px
    }

    .announcement-line[data-v-23ecbcb6] {
        width: 20px;
        margin-top: 10px
    }

    .announcement-title[data-v-23ecbcb6] {
        font-size: 17px;
        margin-bottom: 0
    }
}

@media (max-width: 480px) {
    .news-section[data-v-23ecbcb6] {
        padding:20px 15px
    }

    .section-title[data-v-23ecbcb6] {
        font-size: 20px
    }

    .title-icon[data-v-23ecbcb6] {
        width: 20px;
        height: 20px
    }

    .card-image-wrapper[data-v-23ecbcb6] {
        aspect-ratio: 4 / 3
    }

    .card-title[data-v-23ecbcb6] {
        font-size: 14px
    }

    .card-date[data-v-23ecbcb6] {
        font-size: 13px
    }

    .announcement-item[data-v-23ecbcb6] {
        gap: 12px
    }

    .announcement-left[data-v-23ecbcb6] {
        min-width: 45px
    }

    .date-box[data-v-23ecbcb6] {
        width: 100%
    }

    .date-day[data-v-23ecbcb6] {
        font-size: 18px
    }

    .date-year[data-v-23ecbcb6] {
        font-size: 11px
    }

    .announcement-line[data-v-23ecbcb6] {
        width: 16px;
        margin-top: 8px
    }

    .announcement-title[data-v-23ecbcb6] {
        font-size: 16px
    }
}

.research-section[data-v-5a7659ff] {
    padding: 50px 0 80px;
    background:#fff url(../images/bg_ky.png) left center/50% 50% no-repeat
}

.container[data-v-5a7659ff] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px
}

.section-title[data-v-5a7659ff] {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    letter-spacing: 1px
}

.title-icon[data-v-5a7659ff] {
    width: 40px;
    height: 40px;
    object-fit: contain
}

.research-list[data-v-5a7659ff] {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px
}

.research-item[data-v-5a7659ff] {
    display: flex;
    gap: 30px;
    padding: 30px;
    background: #f8f9fa66;
    border-radius: 12px;
    transition: all .3s;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    text-decoration: none;
    color: inherit
}

.research-item[data-v-5a7659ff]:hover {
    background: #ffffff80;
    box-shadow: 0 8px 24px #0000001a;
    transform: translateY(-4px)
}

.item-left[data-v-5a7659ff] {
    display: flex;
    gap: 20px;
    flex-shrink: 0
}

.date-badge[data-v-5a7659ff] {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    background: transparent;
    color: #fff;
    border-radius: 8px;
    height: fit-content;
    min-width: 70px
}

.date-day[data-v-5a7659ff] {
    font-size: 24px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: 1.1
}

.date-year[data-v-5a7659ff] {
    font-size: 14px;
    color: #999;
    line-height: 1.2;
    margin-top: 4px
}

.arrow-icon[data-v-5a7659ff] {
    width: 24px;
    height: auto;
    margin-top: 12px;
    object-fit: contain;
    object-position: top;
    margin-left: auto;
    margin-right: auto
}

.item-image[data-v-5a7659ff] {
    width: 180px;
    aspect-ratio: 4 / 3;
    border-radius: 0;
    overflow: hidden
}

.item-image img[data-v-5a7659ff] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .3s
}

.research-item:hover .item-image img[data-v-5a7659ff] {
    transform: scale(1.1)
}

.item-content[data-v-5a7659ff] {
    flex: 1;
    display: flex;
    flex-direction: column
}

.item-title[data-v-5a7659ff] {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    line-height: 1.6
}

.item-description[data-v-5a7659ff] {
    font-size: 15px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 15px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.read-more[data-v-5a7659ff] {
    color: #5b7eff;
    font-size: 14px;
    align-self: flex-start;
    transition: color .3s;
    display: inline-block
}

.research-item:hover .read-more[data-v-5a7659ff] {
    color: var(--primary-color)
}

.view-more[data-v-5a7659ff] {
    text-align: center;
    margin-top: 40px
}

.more-btn[data-v-5a7659ff] {
    padding: 12px 50px;
    background: transparent;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    font-size: 16px;
    font-weight: 400;
    border-radius: 25px;
    cursor: pointer;
    transition: all .3s;
    text-decoration: none;
    display: inline-block
}

.more-btn[data-v-5a7659ff]:hover {
    background: var(--primary-color);
    color: #fff
}

@media (max-width: 1200px) {
    .container[data-v-5a7659ff] {
        padding:0 40px
    }
}

@media (max-width: 1024px) {
    .research-section[data-v-5a7659ff] {
        padding:45px 0 70px
    }

    .container[data-v-5a7659ff] {
        padding: 0 40px
    }

    .section-title[data-v-5a7659ff] {
        font-size: 30px;
        gap: 14px;
        margin-bottom: 45px
    }

    .title-icon[data-v-5a7659ff] {
        width: 36px;
        height: 36px
    }

    .research-list[data-v-5a7659ff] {
        gap: 28px;
        margin-bottom: 45px
    }

    .research-item[data-v-5a7659ff] {
        flex-direction: column;
        padding: 28px;
        gap: 25px
    }

    .item-left[data-v-5a7659ff] {
        width: 100%;
        flex-direction: row
    }

    .date-badge[data-v-5a7659ff] {
        min-width: 75px;
        padding: 12px
    }

    .date-day[data-v-5a7659ff] {
        font-size: 22px
    }

    .date-year[data-v-5a7659ff] {
        font-size: 13px
    }

    .arrow-icon[data-v-5a7659ff] {
        width: 22px
    }

    .item-image[data-v-5a7659ff] {
        flex: 1;
        aspect-ratio: 4 / 3
    }

    .item-title[data-v-5a7659ff] {
        font-size: 21px;
        margin-bottom: 16px
    }

    .item-description[data-v-5a7659ff] {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 14px
    }

    .read-more[data-v-5a7659ff] {
        font-size: 15px
    }

    .more-btn[data-v-5a7659ff] {
        padding: 13px 55px;
        font-size: 17px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .container[data-v-5a7659ff] {
        padding:0 30px
    }

    .section-title[data-v-5a7659ff] {
        font-size: 28px
    }

    .research-item[data-v-5a7659ff] {
        padding: 24px
    }

    .item-image[data-v-5a7659ff] {
        aspect-ratio: 4 / 3
    }

    .item-title[data-v-5a7659ff] {
        font-size: 19px
    }
}

@media (max-width: 768px) {
    .research-section[data-v-5a7659ff] {
        padding:30px 0 50px
    }

    .container[data-v-5a7659ff] {
        padding: 0 20px
    }

    .section-title[data-v-5a7659ff] {
        font-size: 24px;
        margin-bottom: 30px;
        gap: 10px
    }

    .title-icon[data-v-5a7659ff] {
        width: 28px;
        height: 28px
    }

    .research-list[data-v-5a7659ff] {
        gap: 20px;
        margin-bottom: 30px
    }

    .research-item[data-v-5a7659ff] {
        padding: 20px;
        gap: 20px
    }

    .item-left[data-v-5a7659ff] {
        flex-direction: column;
        gap: 15px
    }

    .date-badge[data-v-5a7659ff] {
        padding: 8px;
        min-width: 60px;
        align-self: flex-start
    }

    .date-day[data-v-5a7659ff] {
        font-size: 18px
    }

    .date-year[data-v-5a7659ff] {
        font-size: 11px
    }

    .arrow-icon[data-v-5a7659ff] {
        width: 18px
    }

    .item-image[data-v-5a7659ff] {
        width: 100%;
        aspect-ratio: 4 / 3
    }

    .item-title[data-v-5a7659ff] {
        font-size: 18px;
        margin-bottom: 12px
    }

    .item-description[data-v-5a7659ff] {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px
    }

    .read-more[data-v-5a7659ff] {
        font-size: 13px
    }

    .view-more[data-v-5a7659ff] {
        margin-top: 30px
    }

    .more-btn[data-v-5a7659ff] {
        padding: 10px 40px;
        font-size: 15px
    }
}

@media (max-width: 480px) {
    .research-section[data-v-5a7659ff] {
        padding:20px 0 40px
    }

    .container[data-v-5a7659ff] {
        padding: 0 15px
    }

    .section-title[data-v-5a7659ff] {
        font-size: 20px
    }

    .title-icon[data-v-5a7659ff] {
        width: 24px;
        height: 24px
    }

    .research-list[data-v-5a7659ff] {
        gap: 15px
    }

    .research-item[data-v-5a7659ff] {
        padding: 15px
    }

    .item-left[data-v-5a7659ff] {
        gap: 12px
    }

    .date-badge[data-v-5a7659ff] {
        padding: 6px;
        min-width: 50px
    }

    .date-day[data-v-5a7659ff] {
        font-size: 16px
    }

    .date-year[data-v-5a7659ff] {
        font-size: 10px
    }

    .arrow-icon[data-v-5a7659ff] {
        width: 16px
    }

    .item-image[data-v-5a7659ff] {
        aspect-ratio: 4 / 3
    }

    .item-title[data-v-5a7659ff] {
        font-size: 16px
    }

    .item-description[data-v-5a7659ff] {
        font-size: 13px
    }

    .more-btn[data-v-5a7659ff] {
        padding: 9px 35px;
        font-size: 14px
    }
}

.home-page[data-v-ebf24906] {
    width: 100%
}
/* flexslider */
.flexslider{position:relative;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{width: 100%;height: auto;}
.slides li img{width: 100%;}
.flex-control-nav{position: absolute;bottom: 30px;right: 60px;display: flex;gap: 12px;z-index: 10;}
.flex-control-nav li{display:inline-block;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;font-size: 0;border-radius: 50%;background: #ffffff80;cursor: pointer;transition: all .3s ease;}
.flex-control-nav a:hover {background: #fffc}
.flex-control-nav .flex-active{background: #fff;width: 30px;border-radius: 6px}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}

.banner {position: relative;width: 100%;overflow: hidden;}

.dot[data-v-afc7cc5b] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ffffff80;
    cursor: pointer;
    transition: all .3s ease
}

.dot[data-v-afc7cc5b]:hover {
    background: #fffc
}

.dot.active[data-v-afc7cc5b] {
    background: #fff;
    width: 30px;
    border-radius: 6px
}

/* .flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:0.27rem;height:.27rem;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:.27rem;height:.27rem;line-height:40px;overflow:hidden;background:rgba(255, 255, 255, 0.6);cursor:pointer;font-size: 0;border-radius:0.20rem;border: 3px solid #ccc;}
.flex-control-nav .flex-active{background:rgba(255, 210, 0, 0.8);border: 3px solid #ffd200;} */

.category-item[data-v-ff2e4a25] {
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    background: #fff
}

.category-item[data-v-ff2e4a25]:last-child {
    border-bottom: none
}

.category-item-wrapper[data-v-ff2e4a25] {
    display: flex;
    align-items: center
}

.expand-btn[data-v-ff2e4a25] {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .2s ease
}

.expand-btn[data-v-ff2e4a25]:hover {
    background-color: transparent;
    border-radius: 4px
}

.expand-icon[data-v-ff2e4a25] {
    font-size: 10px;
    color: #3c5aa0;
    transition: transform .2s ease;
    display: inline-block
}

.expand-icon.expanded[data-v-ff2e4a25] {
    transform: rotate(90deg)
}

.expand-placeholder[data-v-ff2e4a25] {
    width: 24px;
    flex-shrink: 0
}

.category-link[data-v-ff2e4a25] {
    display: block;
    padding: 16px 20px;
    color: #3c5aa0;
    text-decoration: none;
    font-size: 16px;
    transition: color .3s ease;
    position: relative;
    flex: 1;
}

.category-link.has-expand-btn[data-v-ff2e4a25] {
  
}

.category-link[data-v-ff2e4a25]:hover {
    background-color: #f5f5f5;
    color: #2d4a8c
}

.category-item.active .category-item-wrapper[data-v-ff2e4a25] {
    background-color: #f5f5f5
}

.category-item.active>.category-item-wrapper>.category-link[data-v-ff2e4a25] {
    background-color: transparent;
    color: #3c5aa0;
    font-weight: 600
}

.category-children[data-v-ff2e4a25] {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #fff
}

.category-children .category-item[data-v-ff2e4a25] {
    border-bottom: 1px solid #e0e0e0
}

.category-children .category-link[data-v-ff2e4a25] {
    font-size: 15px;
    position: relative;
    padding: 14px 16px 14px 28px
}

.category-children .category-link[data-v-ff2e4a25]:before {
    content: "·";
    position: absolute;
    left: 16px;
    color: #3c5aa0;
    font-size: 18px;
    line-height: 1
}

.category-loading[data-v-ff2e4a25] {
    padding: 16px 20px;
    color: #999;
    font-size: 14px;
    text-align: center
}

@media (max-width: 768px) {
    .category-link[data-v-ff2e4a25] {
        padding:14px 16px;
        font-size: 15px
    }

    .category-link.has-expand-btn[data-v-ff2e4a25] {
       
    }
}

.category-sidebar[data-v-9319e115] {
    width: 100%;
    background: #fff;
    overflow: hidden;
    border: 1px solid #e0e0e0
}

.sidebar-header[data-v-9319e115] {
    background-image: url(../images/menu_top.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1e1e64;
    padding: 20px;
    color: #fff
}

.sidebar-title[data-v-9319e115] {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    text-align: center;
    color: #fff
}

.category-list[data-v-9319e115] {
    list-style: none;
    padding: 0;
    margin: 0
}

.category-item[data-v-9319e115] {
    border-bottom: 1px solid #e0e0e0;
    background: #fff
}
.category-item[data-v-9319e115].selected{    
background-color: #f5f5f5;
    color: #3c5aa0;
    font-weight: 600;}
.category-item[data-v-9319e115].parent{    
background-color: #f5f5f5;
    color: #3c5aa0;
    font-weight: 600;}
.category-item[data-v-9319e115].parent .selected{    
background-color: #edfbff;
    color: #3c5aa0;
    font-weight: 600;}

.category-item[data-v-9319e115]:last-child {
    border-bottom: none
}

.category-link[data-v-9319e115] {
    display: block;
    padding: 16px 20px;
    color: #3c5aa0;
    text-decoration: none;
    font-size: 16px;
    transition: color .3s ease;
    position: relative;
    background: #fff
}

.category-link[data-v-9319e115]:hover {
    color: #2d4a8c;
    background-color: #f5f5f5
}

.category-item.active .category-link[data-v-9319e115] {
    background-color: #fff;
    color: #3c5aa0;
    font-weight: 600
}

.category-empty[data-v-9319e115] {
    padding: 40px 20px;
    text-align: center;
    color: #999
}

.category-empty p[data-v-9319e115] {
    margin: 0;
    font-size: 14px
}

@media (max-width: 768px) {
    .category-sidebar[data-v-9319e115] {
        border:none
    }

    .sidebar-header[data-v-9319e115] {
        padding: 15px
    }

    .sidebar-title[data-v-9319e115] {
        font-size: 18px
    }

    .category-link[data-v-9319e115] {
        padding: 14px 16px;
        font-size: 15px
    }
}
.page-header[data-v-8986a714] {
    width: 100%;
    overflow: hidden
}

.page-header-image[data-v-8986a714] {
    width: 100%;
    height: auto;
    display: block
}

.container[data-v-8986a714] {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 60px
}

.page-layout[data-v-8986a714] {
    display: flex;
    gap: 30px;
    padding: 20px 0;
    align-items: flex-start
}

.sidebar-container[data-v-8986a714] {
    width: 280px;
    flex-shrink: 0
}

.content-section[data-v-8986a714] {
    flex: 1;
    min-width: 0
}

.breadcrumb-container[data-v-8986a714] {
    margin-bottom: 20px;
    width: 100%
}

.breadcrumb[data-v-8986a714] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 46px;
    padding: 0 20px;
    background: linear-gradient(to right,#fff,#e8f0ff);
    font-size: 13px;
    line-height: 1.5;
    width: 100%
}

.breadcrumb-label[data-v-8986a714] {
    color: #000c7a;
    margin-right: 8px;
    font-weight: 400
}

.breadcrumb-item[data-v-8986a714] {
    color: #000c7a;
    text-decoration: none;
    transition: color .2s ease
}

.breadcrumb-item[data-v-8986a714]:hover {
    color: #000c7a;
    text-decoration: underline
}

.breadcrumb-item.current[data-v-8986a714] {
    color: #000c7a;
    font-weight: 500
}

.breadcrumb-separator[data-v-8986a714] {
    color: #000c7a;
    margin: 0 8px
}

.loading-container[data-v-8986a714] {
    text-align: center;
    padding: 60px 0;
    color: #666;
    font-size: 16px
}

.empty-container[data-v-8986a714] {
    text-align: center;
    padding: 60px 0;
    color: #999;
    font-size: 16px
}

.article-list-container[data-v-8986a714] {
    background: #fff;
    padding: 30px
}

.announcement-list[data-v-8986a714] {
    display: flex;
    flex-direction: column;
    gap: 0
}

.announcement-item[data-v-8986a714] {
    display: flex;
    gap: 30px;
    padding: 24px 0;
    transition: all .3s;
    cursor: pointer;
    border-bottom: 1px solid #e0e0e0
}

.announcement-item[data-v-8986a714]:last-child {
    border-bottom: none
}

.announcement-item:hover .announcement-title[data-v-8986a714] {
    color: #000c7a
}

.announcement-left[data-v-8986a714] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
    min-width: 60px
}

.date-box[data-v-8986a714] {
    text-align: center;
    background: transparent;
    color: #1d2088;
    width: 100%;
    margin-bottom: 12px
}

.date-day[data-v-8986a714] {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    color: #000c7a
}

.date-year[data-v-8986a714] {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
    line-height: 1.2
}

.announcement-line[data-v-8986a714] {
    width: 24px;
    height: auto;
    margin-top: 12px;
    object-fit: contain;
    object-position: top
}

.announcement-content[data-v-8986a714] {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 5px
}

.announcement-title[data-v-8986a714] {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color .3s
}

.announcement-desc[data-v-8986a714] {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.pagination-container[data-v-8986a714] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
    flex-wrap: wrap
}

.pagination-btn[data-v-8986a714] {
    padding: 8px 20px;
    background: #fff;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s
}

.pagination-btn[data-v-8986a714]:hover:not(:disabled) {
    border-color: #999;
    color: #333
}

.pagination-btn[data-v-8986a714]:disabled {
    opacity: .5;
    cursor: not-allowed
}

.pagination-numbers[data-v-8986a714] {
    display: flex;
    gap: 8px;
    align-items: center
}

.pagination-number[data-v-8986a714] {
    width: 36px;
    height: 36px;
    padding: 0;
    background: #fff;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center
}

.pagination-number[data-v-8986a714]:hover {
    border-color: #999;
    color: #333
}

.pagination-number.active[data-v-8986a714] {
    background: #000c7a;
    color: #fff;
    border-color: #000c7a
}

.pagination-info[data-v-8986a714] {
    font-size: 14px;
    color: #666
}

.pagination-goto[data-v-8986a714] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #666
}

.goto-input[data-v-8986a714] {
    width: 50px;
    height: 36px;
    padding: 0 8px;
    border: 1px solid #e0e0e0;
    border-radius: 18px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #fff
}

.goto-input[data-v-8986a714]:focus {
    outline: none;
    border-color: #999
}

.goto-btn[data-v-8986a714] {
    padding: 8px 20px;
    background: #fff;
    color: #666;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    transition: all .3s
}

.goto-btn[data-v-8986a714]:hover {
    border-color: #999;
    color: #333
}

.article-detail-container[data-v-8986a714] {
    width: 100%
}

.article-detail[data-v-8986a714] {
    background: #fff;
    padding: 30px;
    border: 1px solid #e8e8e8
}

.detail-header[data-v-8986a714] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8
}

.detail-category[data-v-8986a714] {
    font-size: 40px;
    color: #000c7a;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
    width: 100%
}

.detail-avatar[data-v-8986a714] {
    width: 220px;
    height: 220px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-avatar img[data-v-8986a714] {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.detail-title[data-v-8986a714] {
    font-size: 28px;
    color: #3c5aa0;
    font-weight: 500;
    text-align: center;
    margin: 0
}

.detail-time[data-v-8986a714] {
    font-size: 14px;
    color: #3c5aa0;
    text-align: center;
    margin-top: 10px
}
.detail-time[data-v-8986a714]  span{
padding: 0 8px;
}

.detail-descript[data-v-8986a714] {
    margin-bottom: 30px;
    padding: 20px;
    background: #f9f9f9;
    border-left: 4px solid #000c7a;
    font-size: 16px;
    line-height: 1.8;
    color: #333
}

.detail-content[data-v-8986a714] {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    color: #333
}

.detail-content[data-v-8986a714] p {
    margin-bottom: 15px
}

.detail-content[data-v-8986a714] img {
    max-width: 100%;
    height: auto !important;
    margin: 15px 0
}

.detail-content[data-v-8986a714] p[style*="text-align: center"],.detail-content[data-v-8986a714] div[style*="text-align: center"],.detail-content[data-v-8986a714] p[style*="text-align:center"],.detail-content[data-v-8986a714] div[style*="text-align:center"] {
    text-align: center!important
}

.detail-content[data-v-8986a714] p[style*="text-align: center"] img,.detail-content[data-v-8986a714] div[style*="text-align: center"] img,.detail-content[data-v-8986a714] p[style*="text-align:center"] img,.detail-content[data-v-8986a714] div[style*="text-align:center"] img {
    display: inline-block;
    margin: 15px auto
}

.detail-content[data-v-8986a714] img[style*="text-align: center"],.detail-content[data-v-8986a714] img[style*="text-align:center"],.detail-content[data-v-8986a714] img[style*="margin: 0 auto"],.detail-content[data-v-8986a714] img[style*="margin:0 auto"] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.detail-actions[data-v-8986a714] {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e8e8e8
}

.back-btn[data-v-8986a714] {
    padding: 12px 40px;
    background: #000c7a;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background .3s ease
}

.back-btn[data-v-8986a714]:hover {
    background: #1a1f8e
}

@media (min-width: 901px) and (max-width: 1024px) {
    .container[data-v-8986a714] {
        padding:0 40px
    }

    .article-list-container[data-v-8986a714] {
        padding: 25px
    }

    .announcement-item[data-v-8986a714] {
        gap: 25px;
        padding: 22px 0
    }

    .article-detail[data-v-8986a714] {
        padding: 25px
    }
}

@media (min-width: 769px) and (max-width: 900px) {
    .container[data-v-8986a714] {
        padding:0 30px
    }

    .page-layout[data-v-8986a714] {
        gap: 25px
    }

    .sidebar-container[data-v-8986a714] {
        width: 240px
    }

    .article-list-container[data-v-8986a714] {
        padding: 25px
    }

    .announcement-item[data-v-8986a714] {
        gap: 20px;
        padding: 20px 0
    }

    .date-day[data-v-8986a714] {
        font-size: 22px
    }

    .announcement-title[data-v-8986a714] {
        font-size: 15px
    }

    .article-detail[data-v-8986a714] {
        padding: 25px
    }

    .detail-title[data-v-8986a714] {
        font-size: 26px
    }

    .detail-category[data-v-8986a714] {
        font-size: 32px
    }

    .detail-avatar[data-v-8986a714] {
        width: 200px;
        height: 200px
    }
}

@media (max-width: 768px) {
    .container[data-v-8986a714] {
        padding:0
    }

    .page-layout[data-v-8986a714] {
        flex-direction: column;
        gap: 20px;
        padding: 15px 0
    }

    .sidebar-container[data-v-8986a714] {
        width: 100%;
        padding: 0 20px
    }

    .content-section[data-v-8986a714] {
        width: 100%;
        padding: 0
    }

    .breadcrumb-container[data-v-8986a714] {
        padding: 0 20px
    }

    .breadcrumb[data-v-8986a714] {
        height: 46px;
        padding: 0 15px;
        font-size: 12px
    }

    .breadcrumb-label[data-v-8986a714] {
        margin-right: 6px
    }

    .breadcrumb-separator[data-v-8986a714] {
        margin: 0 6px
    }

    .article-list-container[data-v-8986a714] {
        padding: 20px;
        width: 100%;
        box-sizing: border-box
    }

    .announcement-item[data-v-8986a714] {
        gap: 15px;
        padding: 16px 0
    }

    .announcement-left[data-v-8986a714] {
        min-width: 50px
    }

    .date-box[data-v-8986a714] {
        width: 100%;
        margin-bottom: 8px
    }

    .date-day[data-v-8986a714] {
        font-size: 20px
    }

    .date-year[data-v-8986a714] {
        font-size: 12px
    }

    .announcement-line[data-v-8986a714] {
        width: 20px;
        margin-top: 10px
    }

    .announcement-title[data-v-8986a714] {
        font-size: 15px;
        margin-bottom: 8px
    }

    .announcement-desc[data-v-8986a714] {
        font-size: 13px
    }

    .pagination-container[data-v-8986a714] {
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        margin-top: 30px;
        padding-top: 20px
    }

    .pagination-btn[data-v-8986a714] {
        padding: 7px 18px;
        font-size: 13px
    }

    .pagination-number[data-v-8986a714] {
        width: 32px;
        height: 32px;
        font-size: 13px
    }

    .pagination-info[data-v-8986a714] {
        font-size: 13px
    }

    .pagination-goto[data-v-8986a714] {
        justify-content: center;
        font-size: 13px
    }

    .goto-input[data-v-8986a714] {
        width: 45px;
        height: 32px;
        font-size: 13px
    }

    .goto-btn[data-v-8986a714] {
        padding: 7px 18px;
        font-size: 13px
    }

    .article-detail[data-v-8986a714] {
        padding: 20px;
        width: 100%;
        box-sizing: border-box
    }

    .detail-title[data-v-8986a714] {
        font-size: 24px
    }

    .detail-category[data-v-8986a714] {
        font-size: 28px;
        margin-bottom: 15px
    }

    .detail-avatar[data-v-8986a714] {
        width: 160px;
        height: 160px;
        margin-bottom: 15px
    }

    .detail-descript[data-v-8986a714],.detail-content[data-v-8986a714] {
        font-size: 14px
    }

    .detail-descript[data-v-8986a714] {
        padding: 15px;
        margin-bottom: 20px
    }

    .detail-content[data-v-8986a714] {
        margin-bottom: 20px
    }

    .detail-content[data-v-8986a714] p {
        margin-bottom: 12px
    }

    .detail-content[data-v-8986a714] img {
        margin: 12px 0
    }

    .loading-container[data-v-8986a714],.empty-container[data-v-8986a714] {
        padding: 40px 20px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box
    }
}

@media (max-width: 480px) {
    .container[data-v-8986a714] {
        padding:0
    }

    .page-layout[data-v-8986a714] {
        padding: 10px 0;
        gap: 15px
    }

    .sidebar-container[data-v-8986a714],.breadcrumb-container[data-v-8986a714] {
        padding: 0 15px
    }

    .breadcrumb[data-v-8986a714] {
        height: 40px;
        padding: 0 12px;
        font-size: 11px
    }

    .breadcrumb-label[data-v-8986a714] {
        margin-right: 4px
    }

    .breadcrumb-separator[data-v-8986a714] {
        margin: 0 4px
    }

    .article-list-container[data-v-8986a714] {
        padding: 15px;
        width: 100%;
        box-sizing: border-box
    }

    .announcement-item[data-v-8986a714] {
        gap: 12px;
        padding: 14px 0
    }

    .announcement-left[data-v-8986a714] {
        min-width: 45px
    }

    .date-box[data-v-8986a714] {
        margin-bottom: 6px
    }

    .date-day[data-v-8986a714] {
        font-size: 18px
    }

    .date-year[data-v-8986a714] {
        font-size: 11px
    }

    .announcement-line[data-v-8986a714] {
        width: 16px;
        margin-top: 8px
    }

    .announcement-title[data-v-8986a714] {
        font-size: 14px;
        margin-bottom: 6px
    }

    .announcement-desc[data-v-8986a714] {
        font-size: 12px
    }

    .pagination-container[data-v-8986a714] {
        gap: 12px;
        margin-top: 25px;
        padding-top: 15px
    }

    .pagination-btn[data-v-8986a714] {
        padding: 6px 15px;
        font-size: 12px
    }

    .pagination-numbers[data-v-8986a714] {
        gap: 6px
    }

    .pagination-number[data-v-8986a714] {
        width: 30px;
        height: 30px;
        font-size: 12px
    }

    .pagination-info[data-v-8986a714] {
        font-size: 12px
    }

    .pagination-goto[data-v-8986a714] {
        font-size: 12px;
        gap: 6px
    }

    .goto-input[data-v-8986a714] {
        width: 40px;
        height: 30px;
        font-size: 12px
    }

    .goto-btn[data-v-8986a714] {
        padding: 6px 15px;
        font-size: 12px
    }

    .article-detail[data-v-8986a714] {
        padding: 15px;
        width: 100%;
        box-sizing: border-box
    }

    .detail-title[data-v-8986a714] {
        font-size: 20px
    }

    .detail-category[data-v-8986a714] {
        font-size: 24px;
        margin-bottom: 12px;
        padding-bottom: 15px
    }

    .detail-avatar[data-v-8986a714] {
        width: 140px;
        height: 140px;
        margin-bottom: 12px
    }

    .detail-descript[data-v-8986a714],.detail-content[data-v-8986a714] {
        font-size: 13px
    }

    .detail-descript[data-v-8986a714] {
        padding: 12px;
        margin-bottom: 15px
    }

    .detail-content[data-v-8986a714] {
        margin-bottom: 15px
    }

    .detail-content[data-v-8986a714] p {
        margin-bottom: 10px
    }

    .detail-content[data-v-8986a714] img {
        margin: 10px 0
    }

    .back-btn[data-v-8986a714] {
        padding: 10px 30px;
        font-size: 14px
    }

    .loading-container[data-v-8986a714],.empty-container[data-v-8986a714] {
        padding: 30px 15px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box
    }
}

.article-grid[data-v-9ed52fad] {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 30px;
    padding: 20px 0;
    justify-items: center
}

.article-card[data-v-9ed52fad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform .3s ease,box-shadow .3s ease;
    background: #fff;
    padding: 20px;
    border: 1px solid #e8e8e8
}

.article-card[data-v-9ed52fad]:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 12px #0000001a
}

.article-avatar[data-v-9ed52fad] {
    width: 100%;
    max-width: 220px;
    margin-bottom: 15px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.article-avatar img[data-v-9ed52fad] {
    width: 100%;
    height: auto;
    display: block
}

.article-name[data-v-9ed52fad] {
    font-size: 16px;
    color: #000c7a;
    font-weight: 500;
    text-align: center;
    word-break: break-word
}

.article-detail-container[data-v-9ed52fad] {
    width: 100%
}

.article-detail[data-v-9ed52fad] {
    background: #fff;
    padding: 30px;
    border: 1px solid #e8e8e8
}

.detail-header[data-v-9ed52fad] {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e8e8e8
}

.detail-category[data-v-9ed52fad] {
    font-size: 40px;
    color: #000c7a;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 500;
    width: 100%
}

.detail-avatar[data-v-9ed52fad] {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
    overflow: hidden;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center
}

.detail-avatar img[data-v-9ed52fad] {
    width: 100%;
    height: auto;
    display: block
}

.detail-title[data-v-9ed52fad] {
    font-size: 28px;
    color: #333;
    font-weight: 500;
    text-align: center;
    margin: 0
}
@media (max-width: 768px) {
    .container[data-v-9ed52fad] {
        padding:0
    }

    .page-layout[data-v-9ed52fad] {
        flex-direction: column;
        gap: 20px;
        padding: 15px 0
    }

    .sidebar-container[data-v-9ed52fad] {
        width: 100%;
        padding: 0 20px
    }

    .content-section[data-v-9ed52fad] {
        width: 100%;
        padding: 0
    }

    .breadcrumb-container[data-v-9ed52fad] {
        padding: 0 20px
    }

    .breadcrumb[data-v-9ed52fad] {
        height: 46px;
        padding: 0 15px;
        font-size: 12px
    }

    .breadcrumb-label[data-v-9ed52fad] {
        margin-right: 6px
    }

    .breadcrumb-separator[data-v-9ed52fad] {
        margin: 0 6px
    }

    .article-grid[data-v-9ed52fad] {
        grid-template-columns: repeat(2,1fr);
        gap: 20px;
        padding: 15px 20px
    }

    .article-avatar[data-v-9ed52fad] {
        max-width: 160px;
        margin-bottom: 12px
    }

    .article-name[data-v-9ed52fad] {
        font-size: 14px
    }

    .article-card[data-v-9ed52fad] {
        padding: 15px
    }

    .article-detail[data-v-9ed52fad] {
        padding: 20px;
        width: 100%;
        box-sizing: border-box
    }

    .detail-title[data-v-9ed52fad] {
        font-size: 24px
    }

    .detail-category[data-v-9ed52fad] {
        font-size: 28px;
        margin-bottom: 15px
    }

    .detail-avatar[data-v-9ed52fad] {
        max-width: 160px;
        margin-bottom: 15px
    }

    .detail-descript[data-v-9ed52fad],.detail-content[data-v-9ed52fad] {
        font-size: 14px
    }

    .detail-descript[data-v-9ed52fad] {
        padding: 15px;
        margin-bottom: 20px
    }

    .detail-content[data-v-9ed52fad] {
        margin-bottom: 20px
    }

    .detail-content[data-v-9ed52fad] p {
        margin-bottom: 12px
    }

    .detail-content[data-v-9ed52fad] img {
        margin: 12px 0
    }

    .loading-container[data-v-9ed52fad],.empty-container[data-v-9ed52fad] {
        padding: 40px 20px;
        font-size: 15px;
        width: 100%;
        box-sizing: border-box
    }
}

@media (max-width: 480px) {
    .container[data-v-9ed52fad] {
        padding:0
    }

    .page-layout[data-v-9ed52fad] {
        padding: 10px 0;
        gap: 15px
    }

    .sidebar-container[data-v-9ed52fad],.breadcrumb-container[data-v-9ed52fad] {
        padding: 0 15px
    }

    .breadcrumb[data-v-9ed52fad] {
        height: 40px;
        padding: 0 12px;
        font-size: 11px
    }

    .breadcrumb-label[data-v-9ed52fad] {
        margin-right: 4px
    }

    .breadcrumb-separator[data-v-9ed52fad] {
        margin: 0 4px
    }

    .article-grid[data-v-9ed52fad] {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 10px 15px
    }

    .article-avatar[data-v-9ed52fad] {
        max-width: 140px;
        margin-bottom: 10px
    }

    .article-name[data-v-9ed52fad] {
        font-size: 13px
    }

    .article-card[data-v-9ed52fad] {
        padding: 12px
    }

    .article-detail[data-v-9ed52fad] {
        padding: 15px;
        width: 100%;
        box-sizing: border-box
    }

    .detail-title[data-v-9ed52fad] {
        font-size: 20px
    }

    .detail-category[data-v-9ed52fad] {
        font-size: 24px;
        margin-bottom: 12px;
        padding-bottom: 15px
    }

    .detail-avatar[data-v-9ed52fad] {
        max-width: 140px;
        margin-bottom: 12px
    }

    .detail-descript[data-v-9ed52fad],.detail-content[data-v-9ed52fad] {
        font-size: 13px
    }

    .detail-descript[data-v-9ed52fad] {
        padding: 12px;
        margin-bottom: 15px
    }

    .detail-content[data-v-9ed52fad] {
        margin-bottom: 15px
    }

    .detail-content[data-v-9ed52fad] p {
        margin-bottom: 10px
    }

    .detail-content[data-v-9ed52fad] img {
        margin: 10px 0
    }

    .back-btn[data-v-9ed52fad] {
        padding: 10px 30px;
        font-size: 14px
    }

    .loading-container[data-v-9ed52fad],.empty-container[data-v-9ed52fad] {
        padding: 30px 15px;
        font-size: 14px;
        width: 100%;
        box-sizing: border-box
    }
}

.wp_articlecontent{font-size: 16px;line-height: 1.8;color: #333;word-wrap: break-word;}
.wp_articlecontent p {margin-bottom: 16px;line-height: 1.8;}
.wp_articlecontent h5 {font-size: 36px;font-weight: 700;color: #000c7a;margin-bottom: 24px;line-height: 1.4;text-align: center;border-bottom:1px solid #e0e0e0;padding-bottom:20px}
.wp_articlecontent img{margin: 0 auto;}
