@charset "utf-8";

/* PC 首页样式，尺寸基于 reset.css 的 rem（html 为 vw 换算根字号） */

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.page-home {
    background: #ffffff;
    color: #333333;
}

/* 顶栏 */
.site-header-brand{
    background: #265996;
    padding: 0.16rem 0;
}


.site-header-brand-inner {
    background: url("../image/topbg.png") right top no-repeat;
    background-size: auto;
    min-height: 0.95rem;
    padding-top: 0.14rem;
    padding-bottom: 0.14rem;
}

.site-logo {
    display: block;
    line-height: 0;
}

.site-logo img {
    height: 0.62rem;
    width: auto;
    vertical-align: top;
}

.site-header-slogan {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 2.35rem;
    border: none;
    background: transparent;
    padding: 0;
    cursor: pointer;
    font: inherit;
    color: inherit;
    line-height: 0;
}

.site-header-slogan:focus-visible {
    outline: 0.02rem solid rgba(255, 255, 255, 0.95);
    outline-offset: 0.04rem;
}

.site-header-slogan-img {
    display: block;
    height: 0.47rem;
    width: auto;
}

.site-header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.18rem;
}

.site-menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0.04rem;
    border: none;
    background: transparent;
    cursor: pointer;
    line-height: 0;
}

.site-menu-btn:focus-visible {
    outline: 0.02rem solid rgba(255, 255, 255, 0.9);
    outline-offset: 0.03rem;
}

.site-menu-btn img {
    display: block;
    height: 0.28rem;
    width: auto;
}

.site-nav {
    background: #3c6aa1;
    position: relative;
    z-index: 100;
}

.site-nav-inner {
    min-height: 0.56rem;
}

.site-nav-list {
    gap: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    padding: 0 0.3rem 0 0.5rem;
}

.site-nav-item {
    position: relative;
}

.site-nav-list > .site-nav-item > a {
    display: block;
    padding: 0.16rem 0.22rem;
    color: #ffffff;
    font-size: 0.17rem;
    white-space: nowrap;
}

.site-nav-list > .site-nav-item > a:hover {
    font-weight: 600;
}

.site-nav-item-has-sub > a {
    padding-right: 0.28rem;
}

.site-nav-item-has-sub > a::after {
    content: "";
    display: inline-block;
    margin-left: 0.06rem;
    vertical-align: middle;
    border: 0.04rem solid transparent;
    border-top-color: rgba(255, 255, 255, 0.75);
}

.site-nav-list > .site-nav-item:first-child > a {
    padding-left: 0;
}

.site-nav-sub {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 1.8rem;
    padding: 0.08rem 0;
    margin-top: 0;
    background: #ffffff;
    border-radius: 0 0 0.03rem 0.03rem;
    box-shadow: 0 0.08rem 0.24rem rgba(15, 31, 53, 0.18);
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.22s ease, visibility 0.22s ease;
    pointer-events: none;
    text-align: center;
}

.site-nav-item-has-sub:hover > .site-nav-sub,
.site-nav-item-has-sub:focus-within > .site-nav-sub {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

.site-nav-sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.06rem;
    height: 0.06rem;
}

.site-nav-sub li {
    margin: 0;
}

.site-nav-sub a {
    display: block;
    padding: 0.11rem 0.22rem;
    font-size: 0.15rem;
    color: #333333;
    white-space: nowrap;
}

.site-nav-sub a:hover {
    background: #eef4fb;
    color: #2d6eb9;
}

.site-nav-search {
    padding: 0.08rem;
    margin-left: 0.12rem;
    cursor: pointer;
    background: transparent;
    border: none;
    line-height: 0;
}

.site-nav-search img {
    height: 0.22rem;
    width: auto;
    display: block;
}

.site-nav-search:hover img {
    opacity: 0.85;
}

/* 全屏站内搜索 */
.site-search-overlay {
    position: fixed;
    inset: 0;
    z-index: 6000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.24rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.28s ease, visibility 0.28s ease;
    pointer-events: none;
}

.site-search-overlay.is-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}

body.site-search-open {
    overflow: hidden;
}

.site-search-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(14, 37, 63, 0.94);
}

.site-search-dialog {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 7.2rem;
    padding: 0.44rem 0.48rem 0.52rem;
    background: #ffffff;
    border-radius: 0.04rem;
    box-shadow: 0 0.12rem 0.48rem rgba(0, 0, 0, 0.22);
    box-sizing: border-box;
}

.site-search-dismiss {
    position: absolute;
    top: 0.12rem;
    right: 0.14rem;
    width: 0.44rem;
    height: 0.44rem;
    border: none;
    padding: 0;
    background: transparent;
    font-size: 0.36rem;
    line-height: 0.44rem;
    color: #666666;
    cursor: pointer;
    transition: color 0.2s;
}

.site-search-dismiss:hover {
    color: #265996;
}

.site-search-heading {
    margin: 0 0 0.28rem;
    padding-right: 0.4rem;
    font-size: 0.22rem;
    font-weight: 700;
    color: #132743;
}

.site-search-form {
    display: flex;
    gap: 0.14rem;
    align-items: stretch;
}

.site-search-input {
    flex: 1;
    min-width: 0;
    height: 0.48rem;
    padding: 0 0.16rem;
    border: 0.01rem solid #cfd8e6;
    border-radius: 0.02rem;
    font-size: 0.16rem;
    box-sizing: border-box;
}

.site-search-input:focus {
    border-color: #265996;
    outline: none;
}

.site-search-submit {
    flex-shrink: 0;
    min-width: 1rem;
    height: 0.48rem;
    padding: 0 0.24rem;
    border: none;
    border-radius: 0.02rem;
    background: #265996;
    color: #ffffff;
    font-size: 0.16rem;
    cursor: pointer;
    transition: background 0.2s;
}

.site-search-submit:hover {
    background: #1d4d82;
}

/* Banner */
.hero-swiper {
    width: 100%;
    position: relative;
}

.hero-swiper-slide {
    height: 4.99rem;
    overflow: hidden;
}

.hero-swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: saturate(0.92);
}

.hero .swiper-pagination.hero-pagination {
    bottom: 0.28rem;
}

.hero-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    background: rgba(255, 255, 255, 0.55);
    opacity: 1;
}

.hero-pagination .swiper-pagination-bullet-active {
    background: #ffffff;
}

/* 主区域 */
.site-main {
overflow-x: hidden;
}

.block-head {
    margin-bottom: 0.22rem;
}

.block-head-title {
    font-size: 0.3rem;
    font-weight: 400;
    color: #111111;
    letter-spacing: 0.02rem;
}

.block-head-more {
    display: inline-flex;
    align-items: center;
    gap: 0.06rem;
    font-size: 0.14rem;
    color: #265996;
}

.block-head-more:hover {
    font-weight: 600;
}

.block-head-more img {
    width: 0.23rem;
    height: 0.05rem;
    display: block;
}

/* 新闻动态 */
.block-news {
    padding: 0.52rem 0;
}

.block-news-grid {
    display: flex;
    gap: 0.36rem;
    align-items: flex-start;
}

.news-carousel {
    flex: 0 0 auto;
    width: 8.46rem;
    max-width: 100%;
    position: relative;
}

.news-carousel-frame {
    width: 100%;
    height: 4.74rem;
    max-width: 100%;
    border-radius: 0.08rem;
    overflow: hidden;
    position: relative;
    box-shadow: 0 0.04rem 0.16rem rgba(15, 31, 53, 0.12);
}

.news-carousel-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 0.08rem;
    overflow: hidden;
}

.news-carousel-swiper .swiper-slide {
    height: 4.74rem;
    overflow: hidden;
}

.news-carousel-slide-link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.news-carousel-slide-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.45s ease;
    transform: scale(1);
    transform-origin: center center;
}

.news-carousel-slide-link:hover img,
.news-carousel-slide-link:focus-visible img {
    transform: scale(1.06);
    filter: brightness(1.05);
}

.news-carousel-slide-link:focus-visible {
    outline: 0.02rem solid rgba(255, 255, 255, 0.95);
    outline-offset: -0.04rem;
}

.news-carousel-prev img,
.news-carousel-next img {
    display: block;
    width: auto;
    height: 0.22rem;
}

.news-carousel-prev,
.news-carousel-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    z-index: 6;
    margin: 0 !important;
    padding: 0;
    width: auto;
    min-width: 0.28rem;
    height: auto;
    border: none;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transform: none;
    line-height: 0;
    transition: opacity 0.2s;
}

.news-carousel-prev::after,
.news-carousel-next::after {
    display: none;
}

.news-carousel-prev:hover,
.news-carousel-next:hover {
    opacity: 0.85;
}

.news-carousel-prev.swiper-button-disabled,
.news-carousel-next.swiper-button-disabled {
    opacity: 0.28;
    cursor: default;
    pointer-events: none;
}

.news-carousel-pagination {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    transform: none !important;
    z-index: 5;
    width: auto !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    margin: 0 !important;
}

.news-carousel-pagination.swiper-pagination-horizontal {
    width: auto !important;
}

.news-carousel-pagination .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 !important;
    opacity: 1;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
}

.news-carousel-pagination .swiper-pagination-bullet-active {
    width: 0.12rem;
    height: 0.12rem;
    background: #ffffff;
}

.news-carousel-bar {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.2rem;
    min-height: 0.72rem;
    padding: 0.12rem 0.2rem 0.14rem 0.24rem;
    background: linear-gradient(to top, rgba(12, 18, 28, 0.88) 0%, rgba(12, 18, 28, 0.55) 55%, transparent 100%);
}

.news-carousel-bar-text {
    flex: 1;
    min-width: 0;
}

.news-carousel-bar-title {
    display: block;
    font-size: 0.18rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-carousel-bar-date {
    display: block;
    margin-top: 0.05rem;
    font-size: 0.13rem;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.35;
}

.news-carousel-bar-title:hover {
    color: #ffffff;
    opacity: 0.92;
}

.news-carousel-bar-ctrl {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.block-news-list-wrap {
    flex: 1 1 42%;
    min-width: 0;
}

.news-side-inner {
    padding: 0.05rem 0 0.16rem;
    border-radius: 0.04rem;
}

.news-side-inner > a {
    border-bottom: 0.01rem dashed #d5dce6;
    color: inherit;
}


.news-side-link-lead {
    display: block;
    padding-bottom: 0.16rem;
    transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s ease;
    border-radius: 0.06rem;
}

.news-side-link-lead:hover {
    transform: translateY(-0.05rem);
}

.news-side-link-lead .news-feature-title {
    display: block;
    font-size: 0.22rem;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 0.12rem;
    color: #111111;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.news-side-link-lead:hover .news-feature-title {
    color: #2d6eb9;
}

.news-side-link-lead .news-feature-txt {
    display: block;
    font-size: 0.16rem;
    color: #777777;
    line-height: 1.65;display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;


}

.news-side-link-line {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0.18rem 0;
    border-radius: 0;
    font-size: 0.18rem;
    color: #070707;
    transition: background-color 0.22s, gap 0.22s, transform 0.26s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.26s ease;
}

.news-side-link-line:hover {
    justify-content: space-between;
    gap: 0.1rem;
    background-color: rgba(255, 255, 255, 0.65);
    transform: translateY(-0.03rem);
}

.news-side-link-line .news-lines-dot {
    transition: opacity 0.2s, width 0.2s, height 0.2s, margin 0.2s;
}


.news-side-link-line .news-lines-tit {
    transition: color 0.2s, font-weight 0.2s, text-align 0.2s;
}

.news-side-link-line:hover .news-lines-tit {
    flex: 1;
    padding-left: 0.1rem;
    color: #306dc0;
    font-weight: 400;
}

.news-side-link-line .news-lines-date {
    transition: background-color 0.2s, color 0.2s, border-color 0.2s, padding 0.2s;
}

.news-side-link-line:hover .news-lines-date {
    padding: 0.05rem 0.12rem;
    background: #265996;
    color: #ffffff;
    border-color: transparent;
}

.news-lines-dot {
    flex-shrink: 0;
    width: 0.17rem;
    height: 0.15rem;
    background: #2d6eb9;
    font-style: normal;
    border-radius: 0 0.08rem 0 0.08rem;
}

.news-lines-tit {
    flex: 1;
    min-width: 0;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-lines-date {
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.04rem 0.1rem;
    border-radius:0 0.08rem 0 0.08rem;
    font-size: 0.16rem;
    color: #306dc0;
    background: #eef2f7;
    border: 0.01rem solid #e7e5e5;
    white-space: nowrap;
}

/* 通知公告 / 学科科研 */
.dual-panels {
    padding: 0.48rem 0;
    background:#f4f7fa url("../image/bannerbg1.png") left calc(100% + 3.8rem) no-repeat;
    background-size: cover;
}

.dual-panels-grid {
    display: flex;
    gap: 0.76rem;
}

.dual-panels-col {

    padding: 0.28rem 0 0.22rem;
}

.dual-panels-col-notice{
    width: 8.46rem;
    flex: 0 0 auto;
}
.dual-panels-col-research{
    flex: 1 1 42%;
}

.notice-list {
    display: block;
}

.notice-list-link {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    padding: 0.2rem 0;
    font-size: 0.18rem;
    color: #1f1f1f;
    background: transparent;
    transition: color 0.2s, transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
    border-radius: 0.06rem;
}

.notice-list-link:hover {
    background: transparent;
    transform: translateX(0.06rem);
}

.notice-list-icon {
    flex-shrink: 0;
    line-height: 0;
}

.notice-list-icon img {
    display: block;
    width: 0.14rem;
    height: auto;
}

.notice-list-body {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.notice-list-tit {
    font-weight: 400;
    color: #333333;
}

.notice-list-date {
    flex-shrink: 0;
    margin-left: 0.12rem;
    font-size: 0.15rem;
    color: #333333;
}

.notice-list-link:hover .notice-list-tag,
.notice-list-link:hover .notice-list-tit {
    color: #2d6eb9;
}

.notice-list-link:hover .notice-list-date {
    color: #2d6eb9;
}

.research-list-link {
    display: flex;
    gap: 0.2rem;
    align-items: stretch;
    padding: 0.08rem 0;
    background: transparent;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
    border-radius: 0.06rem;
}

.research-list-link:hover {
    transform: translateY(-0.04rem);
}

.research-list-datebox {
    position: relative;
    flex-shrink: 0;
    box-sizing: border-box;
    width: 0.82rem;
    padding: 0.08rem 0;
    text-align: center;
    border-top: 0.04rem solid #05699d;
    background: #fff;
}

.research-list-day {
    display: block;
    font-size: 0.24rem;
    font-weight: 600;
    color: #05699d;
    line-height: 1;
}

.research-list-ym {
    display: block;
    margin-top: 0.06rem;
    font-size: 0.14rem;
    color: #05699d;
}

.research-list-rili {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.16rem;
    height: auto;
    pointer-events: none;
}

.research-list-body {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-bottom: 0.01rem solid #e5e8ee;
    font-size: 0.18rem;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;


}

.research-list-link:hover .research-list-body {
    color: #222222;
}

.research-list-link:hover .research-list-tit {
    color: #2d6eb9;
}

/* 教育与快捷入口 */
.edu-quick {
    padding-top: 0.48rem;
    background: #faf8f8;
    padding-bottom: 0.65rem;
}

.edu-quick-grid {
    display: flex;
    gap: 0.56rem;
    align-items: stretch;
}

.edu-quick-col {
    flex: 1;
    min-width: 0;
}

.edu-quick-links {
    margin-top: 0.3rem;
    flex-shrink: 0;
    width: 3.5rem;
    display: flex;
    flex-direction: column;
    gap: 0.16rem;
}

.quick-btn {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0.08rem;
    min-height: 0.66rem;
    padding: 0.12rem 0.2rem 0.12rem 0.56rem;
    background: url("../image/link-bg.png") left top no-repeat;
    background-size: 100% 100%;
    color: #1f1f1f !important;
    font-size: 0.17rem;
    line-height: 1.35;
    box-sizing: border-box;
    overflow: hidden;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease, border-color 0.25s;

}

.quick-btn::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.42rem;
    background-color: #265996;
    z-index: 0;
}


.quick-btn-icon,
.quick-btn-label {
    position: relative;
    z-index: 2;
}

.quick-btn-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}

.quick-btn-icon img {
    display: block;
    height: 0.13rem;
    width: auto;
}

.quick-btn-label {
    flex: 1;
    min-width: 0;
}

.quick-btn:hover {
    border-color: #7eb3e0;
    transform: translateY(-0.05rem);
}

.edu-list a {
    display: flex;
    align-items: flex-start;
    gap: 0.14rem;
    padding: 0.1rem 0;
    border-bottom: 0.01rem dashed #e6eaf0;
    font-size: 0.15rem;
    transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.28s ease;
    border-radius: 0.04rem;
}

.edu-list a:hover {
    transform: translateX(0.05rem);

}
.edu-list-date {
    flex-shrink: 0;
    min-width: 0.54rem;
    padding: 0.05rem 0.15rem;
    background: #265996;
    color: #ffffff;
    font-size: 0.18rem;
    text-align: center;
    border-radius: 0.02rem;
}

.edu-list-tit {
    flex: 1;
    line-height: 1.55;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    color: #141414;
    font-weight: 200;
}

.edu-list a:hover .edu-list-tit {
    color: #2d6eb9;
}

@media (prefers-reduced-motion: reduce) {
    .news-side-link-lead,
    .news-side-link-line,
    .notice-list-link,
    .research-list-link,
    .edu-list a,
    .quick-btn {
        transition-duration: 0.01ms !important;
    }

    .news-side-link-lead:hover,
    .news-side-link-line:hover,
    .notice-list-link:hover,
    .research-list-link:hover,
    .edu-list a:hover,
    .quick-btn:hover {
        transform: none !important;
        box-shadow: none !important;
    }

    .news-carousel-slide-link img {
        transition-duration: 0.01ms !important;
    }

    .news-carousel-slide-link:hover img,
    .news-carousel-slide-link:focus-visible img {
        transform: none !important;
        filter: none !important;
    }
}

/* 页脚 */
.site-footer {
    background-color: #164a7e;
    color: #ffffff;
}

.site-footer-main {
    padding-top: 0.48rem;
    padding-bottom: 0.42rem;
}

.site-footer-grid {
    display: flex;
    gap: 0;
    align-items: stretch;
}

.site-footer-col {
    position: relative;
    min-width: 0;
    padding: 0 1.28rem 0 0.85rem;
}

.site-footer-col:first-child {
    padding-left: 0;
}

.site-footer-col:last-child {
    padding-right: 0;
}

.site-footer-col:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 0.08rem;
    bottom: 0.08rem;
    right: 0;
    width: 0.01rem;
    background: linear-gradient(to bottom,rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
}

.site-footer-tit {
    display: inline-block;
    font-size: 0.2rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 0.2rem;
    padding-bottom: 0.08rem;
    position: relative;
}
.site-footer-tit::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0.4rem;
    height:0.02rem;
    background: #fff;
    display: block;
}
.site-footer-link-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(5, auto);

    column-gap: 0.4rem;
}

.site-footer-links a {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.16rem;
    display: block;
    padding: 0.06rem 0;
}

.site-footer-links a:hover {
    color: #ffffff;
}

.contact-list {
    margin: 0;
    padding: 0;
    list-style: none;
    color: rgba(255, 255, 255, 0.9);
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.1rem;
    font-size: 0.16rem;
    padding: 0.08rem 0;
    line-height: 1.55;
}

.contact-list-icon {
    flex-shrink: 0;
    width: 0.22rem;
    text-align: center;
    padding-top: 0.03rem;
}

.contact-list-icon img {
    max-width: 0.2rem;
    height: auto;
}

.site-footer-col-qr {
    flex: 0 0 2.1rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.site-footer-qr {
    text-align: center;
}

.site-footer-qr img {
    width: 1rem;
    height: auto;
    display: block;
    margin: 0 auto;
    border-radius: 0.02rem;
    box-sizing: border-box;
}

.site-footer-qr p {
    margin-top: 0.12rem;
    font-size: 0.13rem;
    color: rgba(255, 255, 255, 0.92);
}

.site-footer-bar {
    background-color: #0e427f;
}

.site-footer-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0.52rem;
    padding: 0.14rem 0.2rem;
    box-sizing: border-box;
}

.site-footer-bar-line {
    margin: 0;
    font-size: 0.15rem;
    color: #f4f9ff;
    text-align: center;
    line-height: 1.5;
}

.site-footer-bar-sep {
    display: inline-block;
    padding: 0 0.05rem;
}

.site-footer-counter {
    font-variant-numeric: tabular-nums;
}




#nav_slide {
    display: none;
}
/* ========== 新闻网列表页 .n_container（侧栏 + 面包屑 + 卡片列表） ========== */
.n_container {
    padding: 0 0 0.6rem;

}

.n_container > .w15.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: #265996;
    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: #000;
    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: #265996;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #265996;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a::before,
.n_left .ulCon > ul > li > a:hover::before {
    content: "";
    position: absolute;
    left: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.18rem;
    height: 0.18rem;
    box-sizing: border-box;
    pointer-events: none;
    z-index: 1;
}

.n_left .ulCon li > i {
    display: none;
}

.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: #3c5a64;
}

.n_right .mianbao i {
    font-style: normal;
    color: #bbb;
}

.n_titu ul {
    list-style: none;
    margin: 0;
    padding: 0.08rem 0.12rem;
    border-radius: 0.06rem;
}

.n_titu > ul > li {
    margin-bottom: 0;
    border-bottom: 1px dashed #d8d8d8;
}


.n_titu .flex-center-noCenter {
    width: 100%;
}

.n_titu a.clearfix {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.12rem;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0.14rem 0.06rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

.n_titu a.clearfix:hover {
    box-shadow: none;
    background: rgba(51, 94, 105, 0.06);
}

.n_titu .text {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.12rem;
    text-align: left;
}

.n_titu h5.line1 {
    position: relative;
    margin: 0;
    padding-left: 0.2rem;
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    font-weight: 400;
    color: #1a1a1a;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.2s ease;
}

.n_titu h5.line1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 50%;
    background: #265996;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #265996;
}

.n_titu .text > i {
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 0;
    padding-top: 0;
    font-style: normal;
    font-size: 0.16rem;
    color: #777;
    white-space: nowrap;
}

.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: #000;
    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 {

    color: #323232;
    line-height: 0.36rem!important;
    margin-bottom: 0.14rem;

    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 img,.show04 img{
    display: inherit;
    margin: 0 auto;
    max-width: 86%;
   
    border: none !important;
    margin-bottom: 0.16rem
}

/* ========== 图片/视频列表 piclist-grid（每行四列） ========== */
.piclist-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.55rem 0.65rem;
    margin: 0;
    padding: 0;
}

.piclist-card {
    display: block;
    position: relative;
    grid-column: span 1;
    min-width: 0;
    width: 100%;
    max-width: 1.68rem;
    justify-self: center;
    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 #335e69;
    outline-offset: 2px;
}

.piclist-card-media {
    display: block;
    aspect-ratio: 5 / 7; /* 一寸照 25mm×35mm */
    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.06rem 0.08rem;
    font-size: 0.16rem;
    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;
}

.n_container .n_right .TextList {
    padding-top: 0;
    margin-top: 0.4rem;
    min-height: 4.5rem
}

.TextList ul li {
    padding-bottom: 0rem;
    position: relative;
    transition: 0.6s all;
    padding-left: 0.16rem
}

.TextList ul li a {
    display: flex;
    position: relative;
    overflow: hidden;
    position: relative;
    justify-content: space-between;
    transition: 0.4s all;
    align-items: center;
    padding: 0.2rem 0 0.1rem 0.09rem;
    border-bottom: 0.01rem solid rgba(7, 45, 155, 0.12);
    box-sizing: border-box
}


.TextList ul li a p {
    transition: 0.6s all;
    line-height: 0.28rem;
    font-size: 0.18rem;
    color: #323232;
    position: relative;
    padding-left: 0.2rem;
    transition: 0.4s all;
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.TextList ul li a span {
    font-size: 0.18rem !important;

    font-weight: normal;

}

.TextList ul li a .data {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}