@charset "utf-8";



body {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    color: #333;
}


/* ========== 头部 + 大图 ========== */
.site-hero {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: #305e69 url("../images/topbg.png") center top no-repeat;
    background-size: cover;
}


.hero-top,
.main-nav {
    position: relative;
    z-index: 2;
}

.hero-top {
    padding: 0.22rem 0;
}

.hero-top-inner {
    gap: 0.24rem;
}

.brand {
    gap: 0.2rem;
}

.brand-logo {
    display: block;
    line-height: 0;
}

.brand-logo img {
    height: 0.52rem;
    width: auto;
    display: block;
    vertical-align: middle;
}


.search-form {
    position: relative;
    width: 2.4rem;
    border: 0.01rem solid #fff;
    border-radius: 0.4rem;
}

.search-input {
    width: 100%;
    height: 0.4rem;
    border-radius: 0.2rem;
    padding: 0 0.48rem 0 0.2rem;
    font-size: 0.14rem;
    border: 0;
    background: transparent;
    color: #fff;
}

.search-input::placeholder {
    color: #fff;
}

.search-btn {
    position: absolute;
    right: 0.08rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.32rem;
    height: 0.32rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}

.search-btn img {
    width: 0.18rem;
    height: 0.18rem;
    object-fit: contain;
}

/* 主导航 */
.main-nav {
    background: #305e69;
}

.main-nav .w15 {
    padding-left: 0;
    padding-right: 0;
}

.nav-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.06rem;
    justify-content: space-between;
}

.nav-item:not(.has-sub) > a,
.nav-item.has-sub > a {
    display: flex;
    align-items: center;
    gap: 0.06rem;
    padding: 0 0.16rem;
    height: 0.56rem;
    color: rgba(255, 255, 255, 0.92);
    font-size: 0.18rem;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
    font-weight: 600;
}

.nav-item:not(.has-sub) > a:hover,
.nav-item.has-sub > a:hover {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.nav-item.has-sub .nav-caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 0.04rem solid transparent;
    border-right: 0.04rem solid transparent;
    border-top: 0.05rem solid rgba(255, 255, 255, 0.85);
    margin-top: 0.02rem;
}

.nav-item:not(.has-sub) .nav-caret {
    display: none;
}

.nav-item.has-sub {
    position: relative;
}

.nav-item.has-sub:hover > a,
.nav-item.has-sub:focus-within > a {
    background: rgba(0, 0, 0, 0.15);
    color: #fff;
}

.nav-sub {
    position: absolute;
    left: 50%;
    top: 100%;
    min-width: 2.1rem;
    box-sizing: border-box;
    margin: 0;
    padding: 0.08rem 0;
    background: #fff;
    box-shadow: 0 0.08rem 0.24rem rgba(0, 0, 0, 0.14);
    border-radius: 0 0 0.04rem 0.04rem;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0.06rem);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    z-index: 200;
}

.nav-item.has-sub:hover .nav-sub,
.nav-item.has-sub:focus-within .nav-sub {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
}

.nav-sub > a {
    display: block;
    padding: 0.12rem 0.28rem;
    height: auto;
    color: #333;
    font-size: 0.16rem;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    transition: background 0.2s, color 0.2s;
}

.nav-sub > a:hover {
    background: rgba(48, 94, 105, 0.1);
    color: #305e69;
}

/* ========== 导航下方全宽大图轮播 ========== */
.hero-banner {
    width: 100%;
    position: relative;
    overflow: hidden;
    background: #1a2f35;
}

.hero-banner-swiper {
    width: 100%;
    height: 5.75rem;
    margin: 0 auto;
}

.hero-banner-swiper .swiper-slide {
    height: 5.75rem;
}

.hero-banner-link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 0;
}

.hero-banner-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    vertical-align: top;
}

.hero-banner-nav {
    width: 0.44rem;
    height: 0.44rem;
    margin-top: -0.22rem;
    top: 50%;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    color: #fff;
}

.hero-banner-nav::after {
    font-size: 0.16rem;
    font-weight: 700;
}

.hero-banner-swiper .swiper-button-prev {
    left: 0.28rem;
}

.hero-banner-swiper .swiper-button-next {
    right: 0.28rem;
}

.hero-banner-swiper .swiper-button-prev:hover,
.hero-banner-swiper .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.5);
}

.hero-banner-pagination {
    bottom: 0.22rem !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    text-align: center;
}

.hero-banner-pagination .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff;
    opacity: 1;
    vertical-align: middle;
}

.hero-banner-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.22rem;
    border-radius: 0.05rem;
    background: #305e69;
}

/* ========== 主内容 ========== */
.main-body {

}

.section-news,
.section-dual {
    padding-top: 0.56rem;
    padding-bottom: 0.72rem;
}
.section-news{
    background: linear-gradient(to bottom, #fff 0%, #f5f5f5 30%, #f5f5f5 100%);
    position: relative;
}
.section-dual {
    background: url("../images/bannerbg.png") left calc(100% + 2.1rem) no-repeat;
    background-size: cover;
    padding-bottom: 1.72rem;
}
.section-news::before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/xbg1.png") no-repeat;
    background-size: contain;
    display: block;
    width: 0.85rem;
    height:4.48rem;
}
.section-news::after{
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/xbg2.png") no-repeat;
    background-size: contain;
    display: block;
    width:1.8rem;
    height:3.99rem;
}
.section-head {
    margin-bottom: 0.28rem;
}

.section-head.block-head {
    margin-bottom: 0.22rem;
}

/* 全站区块标题：主标题 + titbg + 右侧 more 图 */
.block-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.block-head-left {
    flex: 0 1 auto;
    display: inline-block;
    width: fit-content;
    max-width: calc(100% - 1.35rem);
    vertical-align: bottom;
}

.section-title {
    font-size: 0.22rem;
    font-weight: 700;
    color: #333;
    line-height: 1.2;
    display: block;
}

.section-title-deco {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: url("../images/titbg.png") no-repeat left center;
    background-size: contain;
}

.section-more {
    display: flex;
    align-items: center;
    line-height: 0;
    flex-shrink: 0;
    margin-bottom: 0.04rem;
    background: url("../images/more.png") right top no-repeat;
    background-size: contain;
    width: 0.8rem;
    height: 0.61rem;
}


.btn-more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 0.76rem;
    height: 0.76rem;
    border-radius: 50%;
    border: 0.02rem solid #ccc;
    font-size: 0.14rem;
    color: #666;
    transition: border-color 0.25s, color 0.25s, background 0.25s;
}

.btn-more:hover {
    border-color: #004b4d;
    color: #004b4d;
    background: rgba(0, 75, 77, 0.04);
}

.btn-more-plus {
    font-size: 0.16rem;
    margin-left: 0.02rem;
    font-weight: 600;
}

/* 学院新闻：轮播 + 列表（设计稿样式） */
.section-news .news-grid {
    gap: 0.36rem;
    align-items: stretch;
}

.section-news .news-slider-wrap {
    flex: 0 0 auto;
    box-sizing: content-box;
    /* 为左下露出的衬底留白，避免被裁切 */
    position: relative;
    z-index: 0;
    margin-top: 0.25rem;
}

/* 轮播可视区域 7.68 × 5.68 rem */
.section-news .news-slider-stage {
    position: relative;
    width: 7.68rem;
    max-width: 100%;
    height: 5.68rem;
}

/* 左下「小绿块」：整块衬于图文后，向左下偏移露出底边与左边 */
.section-news .news-slider-deco {
    position: absolute;
    z-index: 0;
    left: -0.18rem;
    bottom: -0.18rem;
    width: 5rem;
    height: 3.62rem;
    background: #3a5a60;
    pointer-events: none;
}

.section-news .news-swiper {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 0;
    overflow: hidden;
    box-shadow: none;
}

.section-news .news-swiper .swiper-wrapper {
    height: 100%;
}

.section-news .news-swiper .swiper-slide {
    height: 100%;
}

.section-news .slide-card {
    display: block;
    position: relative;
    height: 100%;
    overflow: hidden;
    background: #cfd8dc;
}

.section-news .slide-card img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.section-news .slide-card:hover img {
    transform: scale(1.03);
}

.section-news .slide-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    min-height: 0.48rem;
    /* 5 个分页点 + 双箭头，右侧多留空以免压字 */
    padding: 0.1rem 2.4rem 0.1rem 0.16rem;
    background: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    z-index: 2;
}

.section-news .slide-caption-text {
    flex: 1;
    min-width: 0;
    width: 0;
    color: #fff;
    font-size: 0.16rem;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

/* 底栏右侧：? ●●● ?，与示意图一致 */
.section-news .news-swiper-ctrls {
    position: absolute;
    right: 0.1rem;
    bottom: 0;
    z-index: 4;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: nowrap;
    gap: 0.05rem;
    box-sizing: border-box;
}

.section-news .news-swiper .news-nav-btn {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    margin: 0;
    flex-shrink: 0;
    width: 0.26rem;
    height: 0.26rem;
    background: transparent;
    border-radius: 0;
    color: #fff;
}

.section-news .news-nav-btn::after {
    font-size: 0.15rem;
    font-weight: 700;
}

.section-news .news-pagination {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    top: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    line-height: 0;
}

.section-news .news-pagination.swiper-pagination-horizontal {
    width: auto !important;
}

.section-news .news-pagination .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: #fff;
    opacity: 1;
    border-radius: 50%;
    margin: 0 0.04rem !important;
    vertical-align: middle;
    box-sizing: content-box;
    transition: width 0.2s, height 0.2s, opacity 0.2s;
}

.section-news .news-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    width: 0.16rem;
    height: 0.16rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 0.04rem rgba(255, 255, 255, 0.6);
}

.section-news .news-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.45;
}

.section-news .news-list-col {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.section-news .news-list-wrap {
    flex: 1 1 auto;
    min-height: 0;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 0;
}

/* 整条连贯刻度：贯穿列表高度，与每行的 news-rail 列对齐 */
.section-news .news-list {
    position: relative;
    z-index: 0;
}

.section-news .news-list::before {
    content: "";
    position: absolute;
    left: 0.64rem;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    pointer-events: none;
    z-index: 0;
    background-color: transparent;
    /* 仅横刻度：4 短 + 1 长循环，无左侧竖线；周期首尾间距与组内一致，纵向拼接无跳变 */
    background-image: url("../images/kd.png");
    background-repeat: repeat-y;
    background-size: 0.1rem auto;
    background-position: left top;
}

.section-news .news-list a {
    display: flex;
    align-items: flex-start;
    gap: 0;
    padding: 0.05rem 0 0.31rem;
    color: #444;
    transition: color 0.25s;
    position: relative;
    z-index: 1;
}
.section-news .news-list .news-item:last-child a{
    padding: 0.05rem 0 0.1rem;
}
.section-news .news-list a:hover .news-title-text {
    color: #305e69;
    font-weight: 600;
}

.section-news .news-date {
    padding-right: 0.12rem;
    font-size: 0.16rem;
    color: #305e69;
    font-weight: 400;
    line-height: 1.5;
}


/* 每行仅占位，竖向刻度由 .news-list::before 统一绘制 */
.section-news .news-rail {
    flex: 0 0 0.3rem;
    position: relative;
    align-self: stretch;
    margin-right: 0.12rem;
    overflow: visible;
    background: none;
    z-index: 1;
}



.section-news .news-title-text {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    line-height: 1.55;
    font-weight: 400;
    color: #312e28;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 双栏：学术动态 + 宣传资料 */
.dual-grid {
    gap: 0.48rem;
    align-items: flex-start;
}

.dual-col {
    flex: 1 1 0;
    min-width: 0;
}

.trends-col .block-head,
.promo-col .block-head {
    margin-bottom: 0.24rem;
}

.trends-list .trends-item {
    position: relative;
    margin-bottom: 0;
    padding: 0.1rem 0 0.1rem 0.28rem;
    border-bottom: 0.01rem solid #e8e8e8;
}

/* 左侧指示器与底部分隔线同属 .trends-item：此处用 ::before 负责图标/悬停竖条，分隔线为实线 border-bottom */
.trends-list .trends-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.18rem;
    width: 0.18rem;
    height: 0.18rem;
    background-color: transparent;
    background-image: url("../images/list.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
    transition: width 0.22s ease, height 0.22s ease, top 0.22s ease,
        background-color 0.22s ease, background-image 0.22s ease, border-radius 0.22s ease;
}

.trends-list .trends-item:hover::before,
.trends-list .trends-item:focus-within::before {
    background-image: none;
    background-color: #305e69;
    width: 0.04rem;
    height: 0.58rem;
    top: 0.18rem;
    border-radius: 0.02rem;
}

.trends-list .trends-item:last-child {
    padding-bottom: 0;
}

.trends-list a {
    display: block;
    color: inherit;
    position: relative;
    z-index: 0;
}

.trends-meta {
    margin-bottom: 0.1rem;
}

.trends-date {
    font-size: 0.16rem;
    color: #999;
    font-weight: 400;
    transition: color 0.22s ease, font-weight 0.22s ease;
}

.trends-title {
    font-size: 0.18rem;
    font-weight: 400;
    color: #555;
    line-height: 1.45;
    margin-bottom: 0.1rem;
    transition: color 0.22s ease, font-weight 0.22s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.trends-list .trends-item:hover .trends-date,
.trends-list .trends-item:focus-within .trends-date {
    color: #2c4a52;
    font-weight: 500;
}

.trends-list .trends-item:hover .trends-title,
.trends-list .trends-item:focus-within .trends-title {
    font-weight: 700;
    color: #1a1a1a;
}

.trends-excerpt {
    font-size: 0.16rem;
    color: #999;
    line-height: 1.65;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* 视频 / 宣传 */
.promo-player {
    padding: 0.1rem 0.2rem;
    position: relative;
}

.promo-swiper {
    position: relative;
    border-radius: 0.04rem;
}

.video-frame {
    position: relative;
    height: 4.3rem;
    overflow: hidden;
    border-radius: 0.04rem;
}

.promo-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.promo-nav-btn {
    width: 0.44rem;
    height: 0.44rem;
    margin-top: 0;
    top: 50%;
    background: #335c67;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0.02rem 0.08rem rgba(0, 0, 0, 0.18);
    z-index: 5;
}

.promo-nav-btn::after {
    font-size: 0.16rem !important;
    font-weight: 700;
}

.promo-player .swiper-button-prev {
    left: 0;
}

.promo-player .swiper-button-next {
    right: 0;
}

/* ========== 页脚：上条深青 + 下条略浅 ========== */
.footer-links {
    background: #194d59;
    color: rgba(255, 255, 255, 0.92);
    padding: 0.18rem 0;
}

.footer-links-inner {
    gap: 0.24rem;
    flex-wrap: wrap;
}

.friendly-left {
    gap: 0.14rem;
    flex-wrap: wrap;
    align-items: center;
    min-width: 0;
}

.friendly-label {
    font-size: 0.18rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* 友情链接后的短粗横线 */
.friendly-dash {
    flex-shrink: 0;
    width: 0.2rem;
    height: 0.03rem;
    border-radius: 0.02rem;
    background: #fff;
    opacity: 0.95;
}

.friendly-list {
    font-size: 0.16rem;
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0;
    margin-left: 0.4rem;
}

.friendly-list a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.friendly-list a:hover {
    text-decoration: underline;
}

.friendly-list .sep {
    margin: 0 0.1rem;
    color: rgba(255, 255, 255, 0.45);
    font-weight: 300;
}

.friendly-more {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.28rem;
    height: 0.28rem;
    font-size: 0.22rem;
    font-weight: 300;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    opacity: 0.95;
    transition: opacity 0.2s;
}

.friendly-more:hover {
    opacity: 1;
}

.footer-bottom {
    background: #305e69;
    color: rgba(255, 255, 255, 0.9);
    padding: 0.36rem 0 0.4rem;
}

.footer-bottom-inner {
    gap: 0.32rem;
    flex-wrap: wrap;
    align-items: center;
}

.footer-brand {
    gap: 0.2rem;
    align-items: center;
    flex-wrap: wrap;
    min-width: 0;
}

.footer-mark {
    height: 0.52rem;
    width: auto;
    display: block;
    flex-shrink: 0;
    object-fit: contain;
}


.footer-meta {
    margin-left: auto;
    font-size: 0.16rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.99);
    text-align: right;
    max-width: 100%;
}

.footer-meta-sep {
    margin: 0 0.1rem;
    color: rgba(255, 255, 255, 0.4);
}



#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: #194d59;
    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: #194d59;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #194d59;
    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("../images/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: #194d59;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #194d59;
}

.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 {
    display: inherit;
    margin: 0 auto;
    max-width: 86%;
    height: auto!important;
    border: none !important;
    margin-bottom: 0.16rem
}

/* ========== 图片/视频列表 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 #335e69;
    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;
}




.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;
    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
}
