/* 页面样式 - 基于reset.css，100px=1rem */

/* 避免滚动条显隐时整页宽度跳动 */
html {
    scrollbar-gutter: stable;
}

/* 文本超出省略号公共样式 */
.text-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}



/* 顶部导航栏 */
.top-header {
    background: linear-gradient(to right,#33428f 0%,#2fb4aa 100%);
    padding: 0.24rem 0;
    color: #fff;
    background-size: cover;
}

.top-header .w1485 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-left {
    display: flex;
    align-items: center;
    gap: 0.15rem;
}

.logo {
    height: 0.82rem;
}

.top-right {
    display: flex;
    align-items: center;
}
.search-box {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 0.08rem;
    border-radius: 0.4rem;
    overflow: hidden;
}

.search-box  .qwss{
    width: 2.11rem;
    height: 0.4rem;
    padding: 0 0.38rem 0 0.24rem;
    border-radius: 0.04rem;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 0.14rem;
}

.search-box .qwss::placeholder {
    color: rgba(255, 255, 255, 0.9);
}

.search-icon {
    position: absolute;
    right: 0.2rem;
    width: 0.18rem;
    height: 0.18rem;
    cursor: pointer;
}

/* 主导航栏 */
.main-nav {
    background:linear-gradient(to right,#33428f 0%,#2fb4aa 100%);
    padding: 0;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.1);
}

.main-nav .w1485 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0;
}

.nav-item-wrapper {
    position: relative;
}

.nav-separator {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.15rem;
    padding: 0 0.1rem;
}

.nav-item {
    padding: 0.14rem 0.28rem;
    color: #fff;
    font-size: 0.18rem;
    transition: color 0.3s;
    position: relative;
    text-decoration: none;
    display: block;
}

.nav-item:hover {
    color: rgba(255, 255, 255, 0.8);
}

.nav-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(51, 66, 143, 0.98);
    min-width: 1.8rem;
    padding: 0.12rem 0;
    margin: 0;
    list-style: none;
    display: none;
    z-index: 1000;
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.3);
    border-radius: 0.06rem;
    white-space: nowrap;
}

.nav-item-wrapper:hover .nav-submenu {
    display: block;
}

.nav-submenu li {
    margin: 0;
}

.nav-submenu li a {
    display: block;
    padding: 0.12rem 0.2rem;
    color: #fff;
    font-size: 0.16rem;
    text-decoration: none;
    transition: all 0.3s;
    line-height: 1.6;
    text-align: center;
}

.nav-submenu li a:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: rgba(255, 255, 255, 1);
    padding-left: 0.32rem;
}

/* Hero 区域 */
.hero-section {
    position: relative;
}

.hero-swiper {
    width: 100%;
    height:4.81rem;
}

.hero-swiper .swiper-slide {
    height: 4.81rem;
    width: 100%;
    object-fit: cover;
}
.hero-swiper .swiper-slide img{
    width: 100%;
    height: 100%;
}


/* Swiper 分页器和导航按钮样式 */
.hero-swiper .swiper-pagination {
    display: none;
}

.hero-swiper .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #fff;
}

.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    width: 0.4rem;
    height: 0.4rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(52, 80, 148, 0.9);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}

.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
    font-size: 0.16rem;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

/* 鼠标移入轮播区域时显示导航按钮，并向中间靠拢一点 */
.hero-swiper:hover .swiper-button-next,
.hero-swiper:hover .swiper-button-prev {
    opacity: 1;
}

.hero-swiper .swiper-button-prev {
    left: 0.4rem;
}

.hero-swiper .swiper-button-next {
    right: 0.4rem;
}

/* ========== 首页主体（新闻区：效果图式双栏白板） ========== */
:root {
    --accent-blue: #2b3d8b;
    --accent-teal: #3eb0b5;
}

.home-main {
    background: #fff;
    padding: 0.32rem 0 0;
}

/* 上区：仅教务 + 通知，白底块外包一层 w1485 */
.home-upper-white {
    margin-bottom: 0.2rem;
}

/* 下区：分院 + 高教 + 快捷条，整段共用 banner 底图（全宽） */
.home-lower-banner {
    width: 100%;
    background: #fbfbfb url("../image/bannerbg.png") center bottom no-repeat;
    background-size: contain;
    padding: 0.32rem 0 ;
    overflow-x: clip;

}

.home-lower-stack {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
    padding-bottom: 0.28rem;
}

.news-board {
    display: flex;
    gap: 0.85rem;
    justify-content: space-between;
    min-width: 0;
    overflow: hidden;
}

.news-panel {
    flex: 1;
    min-width: 0;
}


.panel-head {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.14rem;
    padding-bottom: 0.1rem;
}

.panel-title {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    font-size: 0.28rem;
    font-weight: bold;
    color: #2c2c2c;
    margin: 0;
}

.panel-title-icon {
    width: 0.45rem;
    height: 0.45rem;
    object-fit: contain;
    flex-shrink: 0;
}

.panel-more {
    display: inline-flex;
    align-items: center;
    gap: 0.07rem;
    font-size: 0.14rem;
    color: #1e1e1e;
}

.panel-more:hover {
    color: var(--accent-blue);
}

.panel-more img {
    width: 0.08rem;
    height: 0.11rem;
    vertical-align: middle;
}

/* 教务动态 · 头条 Swiper（日期+标题叠在图底部） */
.jw-feature {
    margin-bottom: 0.08rem;
    min-width: 0;
    max-width: 100%;
}

.jw-feature-swiper {
    position: relative;
    width: 100%;
    max-width: 100%;
    border-radius: 0.04rem;
    overflow: hidden;
    box-sizing: border-box;
}

.jw-feature-swiper .swiper-wrapper {
    box-sizing: border-box;
}

.jw-feature-swiper .swiper-slide {
    height: 3.7rem;
    box-sizing: border-box;
}

.jw-feature-link {
    display: block;
    height: 100%;
    color: inherit;
    border-bottom: 0.01rem solid #ebe9e9;
}

.jw-feature-visual {
    position: relative;
    overflow: hidden;
    border-radius: 0.04rem;
    height: 3.24rem;
    z-index: -1;
}

.jw-feature-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    vertical-align: top;
    transition: transform 0.45s ease;
}

.jw-feature-link:hover .jw-feature-visual img {
    transform: scale(1.03);
}

.jw-feature-swiper .jw-feature-prev,
.jw-feature-swiper .jw-feature-next {
    width: 0.36rem;
    height: 0.36rem;
    top: 50%;
    margin-top: -0.18rem;
    color: #fff;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, background 0.25s ease;
}

.jw-feature-swiper:hover .jw-feature-prev,
.jw-feature-swiper:hover .jw-feature-next {
    opacity: 1;
    pointer-events: auto;
}

.jw-feature-swiper .jw-feature-prev:after,
.jw-feature-swiper .jw-feature-next:after {
    font-size: 0.14rem;
    font-weight: bold;
}

.jw-feature-swiper .jw-feature-prev:hover,
.jw-feature-swiper .jw-feature-next:hover {
    background: rgba(43, 61, 139, 0.75);
}

.jw-feature-swiper .jw-feature-prev {
    left: 0.08rem;
}

.jw-feature-swiper .jw-feature-next {
    right: 0.08rem;
}

.jw-feature-swiper .jw-feature-pagination {
    bottom: 0.52rem;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}

.jw-feature-swiper .jw-feature-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

.jw-feature-swiper .jw-feature-pagination .swiper-pagination-bullet-active {
    background: #fff;
    transform: scale(1.15);
}

.jw-feature-overlay {
    display: flex;
    align-items: stretch;
    min-height: 0.64rem;
    width: 98%;
    margin: -0.34rem auto 0;
    z-index: 2;
}

.date-box-feature {
    flex-shrink: 0;

    background: linear-gradient(to right,#33428f 0%,#2fb4aa 100%);
    color: #fff;
    text-align: center;
    padding: 0.08rem 0.05rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 0.05rem;
}

.dbf-day {
    display: block;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.05;
}

.dbf-ym {
    display: block;
    font-size: 0.14rem;
    opacity: 0.92;
    margin-top: 0.03rem;
}

.jw-feature-titlebar {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    padding: 0.02rem 0.14rem;
}

.jw-feature-title {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.jw-feature-link:hover .jw-feature-title {

}

/* 教务动态列表：粗标题 + 灰摘要 + 右侧日期 */
.news-list-split {
    margin: 0;
    padding: 0;
}

.news-list-split li {
    border-bottom: 0.01rem solid #eceef4;
}

.news-list-split li:last-child {
    border-bottom: none;
}

.nl-row {
    display: block;
    padding: 0.12rem 0;
    color: inherit;
}

.nl-body {
    display: flex;
    flex-direction: column;
    gap: 0.05rem;
    min-width: 0;
}

.nl-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.14rem;
    min-width: 0;
}

.news-list-split .nl-title {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    color: #000;
    margin: 0;
    line-height: 1.35;
}

.nl-sum {
    font-size: 0.16rem;
    color: #7e7e7e;
    margin: 0;
    line-height: 1.35;
}

.nl-row:hover .nl-title {
    font-weight: bold;
}

.news-list-split .nl-date {
    flex-shrink: 0;
    color: #515253;
    font-size: 0.16rem;
    white-space: nowrap;
    font-style: normal;
}

/* 通知公告 */
.notice-list {
    margin: 0;
    padding: 0;
}

.notice-list > li {
    border-bottom: 0.01rem solid #eceef4;
}

.notice-row {
    display: flex;
    align-items: stretch;
    gap: 0.12rem;
    padding: 0.12rem 0;
    color: inherit;
}

.notice-row:hover .notice-tit {
    color: #000;
    font-weight: bold;
}

.date-stack {
    flex-shrink: 0;
    border-radius: 0.04rem;
    overflow: hidden;
    text-align: center;
    align-self: flex-start;
    color: #fff;
    padding: 0.07rem 0 0.01rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ds-day {
    display: block;
    background: transparent;
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    line-height: 1.15;
    background: linear-gradient(to right,#33428f 0%,#2fb4aa 100%);
    padding: 0.05rem 0.1rem;
}

.ds-ym {
    display: block;
    background: transparent;
    color: #000;
    font-size: 0.14rem;
    padding: 0.04rem  0.08rem;
    line-height: 1.2;
}

.notice-text {
    flex: 1;
    min-width: 0;
}

.notice-tit {
    font-size: 0.18rem;
    color: #0a0a0a;
    margin: 0.05rem 0 0.04rem;
    line-height: 1.8;
}

.notice-tit .tag {
    color: #39579e;
    font-weight: bold;
    margin-right: 0.02rem;
}

.notice-sum {
    font-size: 0.16rem;
    color: #8d8d8d;
    margin: 0;
    line-height: 1.6;
}

/* 分院动态 / 高教视窗 */
.simple-date-list {
    margin: 0;
    padding: 0;
}

.simple-date-list li {
    border-bottom: 0.01rem dashed #dddddf;
}


.simple-date-list a {
    display: flex;
    align-items: center;
    gap: 0.12rem;
    padding: 0.15rem 0;
    font-size: 0.18rem;
    color: #3c3c3d;
}

.simple-date-list a:hover .sdl-tit {
    color: var(--accent-blue);
    font-weight: bold;
}

.sdl-date {
    flex-shrink: 0;
    width: 0.52rem;
    color: #3c3c3d;
    font-weight: bold;
    font-size: 0.16rem;
}

.sdl-tit {
    flex: 1;
    min-width: 0;
    color: #333;
}

/* ========== 快捷入口：三栏手风琴（每栏 = 展开区 + 竖条标题一体；展开样式相同） ========== */
.quick-strip {
    position: relative;
    overflow: hidden;
    padding: 0.28rem 0;
    border-radius: 0.08rem;
    margin: 0.3rem 0;
}


.quick-strip-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
}

.quick-accordion {
    display: flex;
    align-items: stretch;
    gap: 0.02rem;
    width: 100%;
    min-height: 2.38rem;
    border-radius: 0.08rem;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.2rem rgba(15, 35, 60, 0.18);
}

/* 桌面：固定整段高度，避免切换 active 列时因内容高度差导致整页轻微跳动 */
@media screen and (min-width: 769px) {
    .quick-accordion {
        height: 2.86rem;
        min-height: 2.86rem;
        max-height: 2.86rem;
        contain: layout;
    }

    .quick-accordion > .qa-col {
        height: 100%;
        max-height: 100%;
        min-height: 0;
        box-sizing: border-box;
    }

    .quick-accordion .qa-col-body {
        min-height: 0;
    }
}

/* 手机端图标槽位：仅移动端展示，不参与桌面手风琴 */
.quick-m-icons-host {
    display: none;
}

/* 首帧落地宽度，避免进页时整段 width 从头播一遍 */
.quick-accordion.qa-initial .qa-col {
    transition: none;
}

/* 单列：横向 [ 展开区 | gap | 竖条 ]；列与列间隙见 .quick-accordion gap，body/竖条间隙 0.04rem 与 public.js 一致 */
.qa-col {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.04rem;
    flex: 0 0 auto;
    min-width: 0;
    min-height: 2.81rem;
    box-sizing: border-box;
    overflow: hidden;
    transition: width 0.78s cubic-bezier(0.33, 1, 0.68, 1);
}

.quick-accordion.qa-transitioning .qa-col {
    will-change: width;
}

/* 展开区：宽度随列 flex 分配；展开/收起由列宽 + is-active 控制 */
.qa-col-body {
    position: relative;
    z-index: 1;
    flex: 1 1 0;
    min-width: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background:linear-gradient(to right,#33428f 0%,#2fb4aa 100%);
    box-shadow: inset 0 0 0.5rem rgba(255, 255, 255, 0.12);
}

.qa-col-body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../image/bannerbg.png") center / cover no-repeat;
    opacity: 0.22;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

/* 接缝处小三角：尖端朝左（指向展开区），底边贴 body 右缘 —— 用 border-right 上色，勿用 border-left */
.qa-col-body::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 0.15rem solid transparent;
    border-bottom: 0.15rem solid transparent;
    border-right: 0.16rem solid rgba(255, 255, 255, 0.96);
    border-left: 0;
    filter: drop-shadow(0 0 0.05rem rgba(255, 255, 255, 0.5));
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transition: opacity 0.32s ease;
}

/* 竖条：与 .qa-col-body 同高 */
.qa-col-tab {
    position: relative;
    z-index: 2;
    flex: 0 0 1.57rem;
    width: 1.57rem;
    min-width: 1.57rem;
    max-width: 1.57rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: stretch;
    overflow: hidden;
    cursor: pointer;
}


.qa-col.qv-1 .qa-col-tab {
    background: url("../image/img1.png") center / cover no-repeat;
}

.qa-col.qv-2 .qa-col-tab {
    background: url("../image/img2.png") center / cover no-repeat;
}

.qa-col.qv-3 .qa-col-tab {
    background: url("../image/img3.png") center / cover no-repeat;
}

.qv-stack {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.15rem;
}

/* 文字左侧的短竖线 */
.qv-cap-line {
    display: block;
    width: 0.03rem;
    height: 0.34rem;
    flex-shrink: 0;
    align-self: center;
    background: rgba(255, 255, 255, 0.98);
    border-radius: 0.02rem;
}

.qv-text {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.2rem;
    font-weight: bold;
    letter-spacing: 0.16em;
    color: #fff;
    line-height: 1.2;
    text-shadow: 0 0.01rem 0.04rem rgba(0, 0, 0, 0.12);
}

/* —— 由 JS 写列宽 + .is-active 控制内容显隐（与招生网手风琴同源思路） —— */
.quick-accordion.qa-transitioning .qa-col:not(.is-active) {
    pointer-events: none;
}

.quick-accordion .qa-col.is-active .qa-col-body {
    opacity: 1;
    visibility: visible;
    padding: 0.2rem 0.32rem 0.2rem 0.28rem;
    transition: opacity 0.32s ease 0.04s, visibility 0s linear 0s;
}

.quick-accordion .qa-col.is-active .qa-col-body::after {
    opacity: 1;
    transition: opacity 0.32s ease 0.28s;
}

.quick-accordion .qa-col:not(.is-active) .qa-col-body::after {
    opacity: 0;
    transition: opacity 0.16s ease;
}

.quick-accordion .qa-col:not(.is-active) .qa-col-body {
    opacity: 0;
    visibility: hidden;
    padding: 0;
    pointer-events: none;
    transition: opacity 0.16s ease, visibility 0s linear 0.16s;
}

.quick-icons {
    position: relative;
    z-index: 2;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 0.06rem;
    flex-wrap: nowrap;
    box-sizing: border-box;
    overflow: visible;
}

.qa-col-body .quick-item,
.qa-col-body .quick-item:link,
.qa-col-body .quick-item:visited {
    color: #fff;
    text-decoration: none;
}

.quick-item {
    flex: 1;
    min-width: 0;
    text-align: center;
    color: #fff;
    overflow: visible;
}

/* 悬停：仅内外圈（伪元素）放大，图标尺寸不变、不参与 scale */
.quick-item:hover .quick-ring {

}

.quick-item:hover .quick-ring::before {
    width: 120%;
    height: 120%;
    background: unset;
    outline: 0.02rem dashed rgba(255, 255, 255, 0.92);
    outline-offset: 0.1rem;
}

.quick-item:hover .quick-ring::after {
    width: 118%;
    height: 118%;
    background: rgba(186, 198, 242, 0.52);
}

.quick-ring {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.76rem;
    height: 0.76rem;
    margin: 0 auto 0.12rem;
    border: none;
    border-radius: 50%;
    background: transparent;
    overflow: visible;
    transition: outline 0.25s ease;
}

/* 外层：更大、更透的白色光晕 */
.quick-ring::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 127%;
    height: 127%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    z-index: 0;
    pointer-events: none;
    transition: background 0.25s ease, width 0.25s ease, height 0.25s ease;
}

/* 内层：图标下的实一些的白底 */
.quick-ring::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 0.06rem);
    height: calc(100% - 0.06rem);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.38);
    z-index: 1;
    pointer-events: none;
    transition: background 0.25s ease, width 0.25s ease, height 0.25s ease;
}

.quick-ring img {
    position: relative;
    z-index: 2;
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
    display: block;
}

.quick-label {
    display: block;
    font-size: 0.18rem;
    line-height: 1.35;
    color: #fff;
    padding: 0 0.02rem;
    text-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.2);
    margin-top: 0.3rem;
}

/* ========== 页脚 ========== */
.site-footer {
    background:linear-gradient(to left,#33428f 0%,#2fb4aa 100%);
    color: rgba(255, 255, 255, 0.88);
    padding: 0.42rem 0 0.32rem;
    border-top: 0.01rem solid rgba(255, 255, 255, 0.08);
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.5rem;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 0.14rem;
    flex-shrink: 0;
}

.footer-logo {
    height: 1.5rem;
    width: auto;
    display: block;
}


.footer-right {
    flex: 1;
    min-width: 0;
    text-align: right;
}

.footer-links-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: baseline;
    gap: 0.06rem 0.12rem;
    margin-bottom: 0.14rem;
}

.fl-label {
    font-size: 0.18rem;
    color: #ffffff;
    white-space: nowrap;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.08rem 0.18rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 1);
    font-size: 0.18rem;
    white-space: nowrap;
}

.footer-links a:hover {
    color: #7ee8df;
    text-decoration: underline;
}

.footer-copy{
    font-size: 0.16rem;
    color: rgba(255, 255, 255,1);
    margin: 0.06rem 0 0;
    line-height: 1.5;
    display: flex;
    justify-content: flex-end;
}



#nav_slide {
    display: none;
}
/* ========== 新闻网列表页 .n_container（侧栏 + 面包屑 + 卡片列表） ========== */
.n_container {
    padding: 0 0 0.6rem;

}

.n_container > .w1485.flex {
    align-items: flex-start;
    gap: 0.36rem;
}

.n_left {
    flex: 0 0 3.05rem;
    width: 3.05rem;
    max-width: 100%;
}

.n_left .con {
    position: relative;
}

.n_left .con h1 {
    margin: -0.56rem 0 0;
    width: 3.05rem;
    height: 1.21rem;
    background: linear-gradient(to right, #33428f 0%, #2fb4aa 100%);
    color: #fff;
    font-size: 0.3rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.3;
    border-radius: 0.04rem 0.04rem 0 0;
    position: relative;
    z-index: 2;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.n_left .con h1 span {
    display: inline-block;
}

.n_left .con h1 span::after {
    content: "";
    display: block;
    width: 0.42rem;
    height: 0.03rem;
    background: #fff;
    margin: 0.1rem auto 0;
    opacity: 0.95;
}

.n_left .ulCon {
    background: #eef1f4;
    border: 1px solid #e0e4e8;
    border-top: none;
}

.n_left .ulCon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_left .ulCon > ul > li {
    border-bottom: 1px solid #dde2e6;
}

.n_left .ulCon > ul > li:last-child {
    border-bottom: none;
}

.n_left .ulCon > ul > li > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.18rem 0.4rem;
    color: #3a3f45;
    font-size: 0.18rem;
    text-decoration: none;
    transition: color 0.2s;
    line-height: 1.45;
    word-break: break-word;
    text-align: center;
}

.n_left .ulCon > ul > li > a:hover {
    color: #33428f;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #33428f;
    font-weight: 600;
}

/* 新闻网侧栏：一级下的二级列表（桌面 + 与 #sub_nav_content 共用类名） */
.n_left .ulCon .news-nav-sub,
#sub_nav_content .news-nav-sub {
    list-style: none;
    margin: 0;
    padding: 0;
    background: #e4e9ee;
    border-top: 1px solid #dde2e6;
}

.n_left .ulCon .news-nav-sub li,
#sub_nav_content .news-nav-sub li {
    border-bottom: 1px solid #dde2e6;
}

.n_left .ulCon .news-nav-sub li:last-child,
#sub_nav_content .news-nav-sub li:last-child {
    border-bottom: none;
}

.n_left .ulCon .news-nav-sub a,
#sub_nav_content .news-nav-sub a {
    display: block;
    box-sizing: border-box;
    padding: 0.12rem 0 0.12rem;
    font-size: 0.15rem;
    line-height: 1.45;
    color: #4a5058;
    text-decoration: none;
    transition: color 0.2s;
   text-align: center;
}

.n_left .ulCon .news-nav-sub a:hover,
#sub_nav_content .news-nav-sub a:hover {
    color: #33428f;
}

.n_left .ulCon > ul > li.on .news-nav-sub a,
#sub_nav_content ul li.on .news-nav-sub a {
    color: #4a5058;
}

.n_left .ulCon li > i {
    display: none;
}

.n_left .ulCon dd {
    margin: 0;
    border-top: 1px solid #dde2e6;
}

.n_left .ulCon dd a {
    display: block;
    padding: 0.12rem 0.18rem 0.12rem 0.42rem;
    font-size: 0.14rem;
    color: #4a5058;
    text-decoration: none;
}

.n_left .ulCon dd a:hover {
    color: #385e68;
}

.n_right {
    flex: 1;
    min-width: 0;
    padding: 0.08rem 0 0.4rem;
}

.n_right .mianbao {
    font-size: 0.15rem;
    color: #888;
    padding: 0.12rem 0 0.14rem;
    border-bottom: 0.02rem solid #2c2c2c;
    margin-bottom: 0.22rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.04rem;
}

.n_right .mianbao > a:first-of-type {
    position: relative;
    padding-left: 0.25rem;
}

.n_right .mianbao > a:first-of-type::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.16rem;
    height: 0.16rem;
    background: url("../image/home.png") center / contain no-repeat;
}

.n_right .mianbao a {
    color: #888;
    text-decoration: none;
}

.n_right .mianbao a:hover {
    color: #33428f;
}

.n_right .mianbao i {
    font-style: normal;
    color: #bbb;
}

.n_titu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_titu > ul > li {
    margin-bottom: 0.18rem;
}

.n_titu > ul > li:last-child {
    margin-bottom: 0;
}

.n_titu .flex-center-noCenter {
    width: 100%;
}

.n_titu a.clearfix {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0.22rem;
    background: #fff;
    border-radius: 0.08rem;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.08);
    padding: 0.2rem 0.22rem;
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.2s;
}

.n_titu a.clearfix:hover {
    box-shadow: 0 0.06rem 0.22rem rgba(0, 0, 0, 0.12);
}

.n_titu li .pic1 {
    position: relative;
    flex: 0 0 26%;
    width: 26%;
    max-width: 26%;
    min-width: 0;
    align-self: stretch;
    overflow: hidden;
    border-radius: 0.08rem;
    background: #f0f2f4;
    height: 1.7rem;
}

.n_titu li .pic1 img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 1.6rem;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.n_titu a.clearfix:hover .pic img {
    transform: scale(1.03);
}

.n_titu .text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    text-align: left;
}

.n_titu h5.line1 {
    margin: 0 0 0.04rem;
    padding-left: 0;
    font-size: 0.2rem;
    font-weight: 700;
    color: #1a2f3d;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease, padding-left 0.2s ease;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #33428f;
    padding-left: 0.08rem;
}

.n_titu p.line3 {
    margin: 0;
    flex: 1 1 auto;
    min-height: 0;
    font-size: 0.16rem;
    line-height: 1.65;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.n_titu .text > i {
    display: flex;
    align-items: center;
    gap: 0.06rem;
    font-style: normal;
    font-size: 0.15rem;
    color: #33428f;
    margin-top: auto;
    padding-top: 0.06rem;
}

.n_titu .text > i img {
    width: 0.14rem;
    height: 0.14rem;
    object-fit: contain;
    flex-shrink: 0;
}

.n_container .n_right .TextList {
    padding-top: 0;
    margin-top: 0.4rem;
    min-height: 4.5rem
}

.n_right .show {
    margin-top: 0.4rem
}

.show01 {
    margin-bottom: 0.35rem
}

.show01 .show01-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.12rem 0.16rem;
    margin: 0;
    padding: 0 0 0.22rem;
    list-style: none;
    border-bottom: 1px solid #e2e8eb;
}

.show01 .show01-ul li {
    margin: 0;
    list-style: none;
}

.show01 .show01-ul li div {
    display: inline-flex;
    align-items: center;
    gap: 0.06rem;
    box-sizing: border-box;
    padding: 0.08rem 0.16rem;
    font-size: 0.16rem;
    line-height: 1.45;
    color: #385e68;
    border-radius: 0.08rem;
}

.show01 .show01-ul li div img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.88;
}


.show01 h5 {
    font-size: 0.22rem;
    line-height: 0.32rem;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: bold;
    color: #323232;
    height: 0.32rem
}

.show01 p {
    padding-bottom: 0.2rem;
    text-align: center;
    font-size: 0.14rem;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    word-break: break-all
}

.show02 p {
    font-size: 0.16rem!important;
    color: #323232;
    line-height: 0.36rem!important;
    margin-bottom: 0.14rem;
    text-indent: 2em;
    background: none !important;
    word-break: break-all
}

.show02 p strong {
    background: none !important
}

.show02 p iframe {
    border: 0px solid #DDDDDD !important
}

.show02 p audio {
    margin: 0 auto
}

.show02 table {
    margin: 0 auto !important;
    overflow-x: scroll
}

.show02 table p {
    text-indent: 0em
}

.show02 ol {
    padding-left: 1em
}

.show02 li p {
    text-indent: 0em
}

.show02 #vsb_content_2 li p {
    text-indent: 0em
}

.table_out {
    max-width: 100%;
    overflow: auto
}

.show02 img {
    display: inherit;
    margin: 0 auto;
    max-width: 86%;
    height: auto!important;
    border: none !important;
    margin-bottom: 0.16rem
}

.show03 {
    margin-top: 0.6rem;
    padding-top: 0.3rem;
    border-top: 0.01rem solid #eaeaea
}

.show03 p {
    font-size: 0.16rem;
    color: #323232;
    margin-bottom: 0.16rem;
    line-height: 0.36rem
}

.show03 p+p {
    margin-bottom: 0
}

.show03 p a {
    font-weight: normal;
    color: #666666;
    transition: 0.6s all
}

.show03 p a:hover {
    color: #002ca5;
    transition: 0.6s all
}

/*  组织机构页 */
/*部门表格*/
.dept-table {
    width: 100%;
    margin: 0.2rem 0;
    display: flex;
    flex-wrap: wrap;
}
.dept-item {
    flex: 0 0 calc(33.333%);
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    padding: 0.15rem;
    text-align: center;
    background-color: #fff;
    font-size: 0.16rem;
    color: #000;
    text-decoration: none;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
}
/* 第一行添加上边框 */
.dept-item:nth-of-type(1),
.dept-item:nth-of-type(2),
.dept-item:nth-of-type(3) {
    border-top: 1px solid #d3d3d3;
}
/* 第一列添加左边框 */
.dept-item:nth-of-type(3n+1) {
    border-left: 1px solid #d3d3d3;
}
/* 最后一列保留右边框（作为外边框） */
.dept-item:nth-of-type(3n) {
    border-right: 1px solid #d3d3d3;
}
/* 最后一行保留下边框（作为外边框） */
.dept-item:last-of-type,
.dept-item:nth-last-of-type(2),
.dept-item:nth-last-of-type(3) {
    border-bottom: 1px solid #d3d3d3;
}
.dept-item:nth-of-type(6n+1),
.dept-item:nth-of-type(6n+2),
.dept-item:nth-of-type(6n+3) {
    background-color: rgba(51,94,105, 0.1);
}
.dept-item:hover {
    color: white;
    background-color: #33428f;
}

/* ========== 图片/视频列表 piclist-grid（每行三列） ========== */
.piclist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.22rem 0.24rem;
    margin: 0;
    padding: 0;
}

.piclist-card {
    display: block;
    position: relative;
    grid-column: span 1;
    min-width: 0;
    border-radius: 0.08rem;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.piclist-card:hover {
    box-shadow: 0 0.14rem 0.32rem rgba(0, 0, 0, 0.24);
    transform: translateY(-0.03rem);
}

.piclist-card:focus-visible {
    outline: 2px solid #33428f;
    outline-offset: 2px;
}

.piclist-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8ecee;
    border-radius: 0.08rem;
}

.piclist-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.piclist-card:hover .piclist-card-media img {
    transform: scale(1.04);
}

.piclist-card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.1rem 0.12rem;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}