@charset "utf-8";


/* 版心宽度使用 reset.css 中的 .w1550（15.5rem / 1550px） */

/* ========== 顶栏 ========== */
.site-header {
    padding: 0;
}
.header-inner{
    width: 100%;
    height: 1.4rem;
    background: url("../image/topbg.png") no-repeat top right ;
    background-size: 12rem auto;
    padding: 0 0.6rem;
}
.header-brand {
    flex: 1;
    min-width: 0;
}

.header-logo-full {
    display: block;
    height: 0.68rem;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.header-search {
    display: flex;
    align-items: center;
    background: rgba(142,21,56,0.2);
    border-radius: 0.22rem;
    padding: 0 0.12rem 0 0.2rem;
    height: 0.44rem;
    min-width: 2.8rem;
    margin-top: 0.6rem;
}

.header-search input {
    flex: 1;
    background: transparent;
    font-size: 0.16rem;
    color: #333;
}

.header-search input::placeholder {
    color: #999;
}

.header-search-btn {
    background: none;
    cursor: pointer;
    padding: 0.04rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-btn img {
    display: block;
    width: 0.2rem;
    height: auto;
}

/* ========== 主导航 ========== */
.site-nav {
    background: #8e1538;
    height: 0.56rem;
}

.site-nav .nav-inner {
    height: 100%;
}

.nav-list {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.nav-item {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.nav-item > a {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
    font-size: 0.18rem;
    padding: 0 0.28rem;
    white-space: nowrap;
}

.nav-item > a:hover {
    color: #fff;
    opacity: 0.92;
}

.nav-sep {
    display: block;
    width:  0.01rem;
    height: 0.22rem;
    flex-shrink: 0;
    align-self: center;
    background: linear-gradient(to bottom, rgba(255,255,255,0.6) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.2) 100%);
    padding: 0;
    margin: 0;
}

.nav-sub {
    display: none;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    min-width: 1.8rem;
    margin: 0;
    padding: 0.08rem 0;
    list-style: none;
    background: #8e1538;
    box-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.2);
    z-index: 100;
}

.nav-item.has-sub:hover .nav-sub {
    display: block;
}

.nav-sub a {
    display: block;
    color: #fff;
    font-size: 0.15rem;
    padding: 0.1rem 0.26rem;
    white-space: nowrap;
    text-align: center;
}

.nav-sub a:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
}

/* ========== Banner ========== */
.banner-section {
    position: relative;
    background: #ddd;
}

.banner-swiper {
    position: relative;
    width: 100%;
    height: 4.6rem;
}

.banner-swiper .swiper-slide {
    height: 4.6rem;
}

.banner-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.banner-ctrl {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 0.45rem;
    height: 0.45rem;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.banner-ctrl img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    pointer-events: none;
}

.banner-ctrl:hover {
    opacity: 0.88;
}

.banner-prev {
    left: 0.35rem;
}

.banner-next {
    right: 0.35rem;
}

/* ========== 快速服务浮层卡片 ========== */
.service-float-wrap {
    position: relative;
    z-index: 5;
    margin-top: -0.62rem;
}

.service-float {
    background: #fff;
    border-radius: 0.1rem;
    padding:0.15rem 0.15rem 0.15rem 0.3rem;
}

.card-shadow {
    box-shadow: 0 0.06rem 0.24rem rgba(0, 0, 0, 0.12);
}

.service-float-inner {
    align-items: stretch;
    gap: 0.24rem;
}

.service-label-col {
    flex: 0 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    padding-right: 0.22rem;
    margin-right: 0.04rem;
}

.service-label-bar {
    display: block;
    width: 0.04rem;
    flex-shrink: 0;
    background: #8e1538;
    border-radius: 0.03rem;
    margin-right: 0.14rem;
    align-self: center;
    height: 0.44rem;
    transition: height 0.35s ease, width 0.35s ease, background 0.35s ease,
        box-shadow 0.35s ease;
}

.service-label-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.1rem;
}

.service-label-cn {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.3rem;
    color: #000000;
    font-weight: 700;
    letter-spacing: 0.12em;
    line-height: 1.35;
    margin: 0;
    transition: color 0.35s ease, transform 0.35s ease;
}

.service-label-en {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.16rem;
    color: #000000;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin: 0;
    transition: color 0.35s ease, opacity 0.35s ease, transform 0.35s ease;
}



.service-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 0.06rem 0.08rem;
    min-width: 0;
    align-items: start;
    padding: 0.16rem 0 0 0;
}

.service-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    padding: 0.06rem 0.02rem;
    border-radius: 0.08rem;
    transition: transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1),
        box-shadow 0.35s ease, background-color 0.35s ease;
}

.service-item:hover {
    transform: translateY(-0.05rem);
    box-shadow: 0 0.08rem 0.24rem rgba(142, 21, 56, 0.12);
    background-color: rgba(142, 21, 56, 0.04);
}

.service-item:hover .service-tit-cn {
    color: #8e1538;
}

.service-item:hover .service-tit-en {
    color: #8e1538;
    opacity: 0.82;
}

.service-icon {
    display: block;
    margin-bottom: 0.1rem;
    transition: transform 0.35s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.service-item:hover .service-icon {
    transform: translateY(-0.03rem);
}

.service-icon img {
    display: block;
    margin: 0 auto;
    width: 0.7rem;
    height: 0.7rem;
    object-fit: contain;
    transition: transform 0.45s cubic-bezier(0.34, 1.45, 0.64, 1);
}

.service-item:hover .service-icon img {
    transform: scale(1.1);
}

.service-tit-cn {
    font-size: 0.18rem;
    line-height: 1.35;
    font-weight: 700;
    color: #000000;
    transition: color 0.3s ease;
}

.service-tit-en {
    font-size: 0.12rem;
    color: #9d9d9d;
    margin-top: 0.06rem;
    line-height: 1.3;
    font-weight: 400;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.service-smart {
    flex: 0 0 4.36rem;
    width: 4.36rem;
    height: 3.18rem;
    background-color: #8a0000;
    position: relative;
    text-decoration: none;
    overflow: hidden;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
    border-radius: 0.1rem;
}

.service-smart img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.34, 1.45, 0.64, 1),
        filter 0.45s ease;
}

.service-smart:hover img,
.service-smart:focus-visible img {
    transform: scale(1.08);
    filter: brightness(1.06);
}

/* ========== 主内容两栏 ========== */
.main-columns {
    padding: 0.7rem 0 0.85rem;
    background: #fff url("../image/bannerbg.png") center bottom no-repeat;
    background-size: contain;
}

.main-inner {
    align-items: flex-start;
    gap: 0.32rem;
}

.col-news {
    flex: 1;
    min-width: 0;
}

.col-notice {
    flex: 0 0 4.4rem;
    width: 4.4rem;
    max-width: 100%;
    position: relative;
    border-radius: 0.04rem;
}



/* 区块标题 */
.section-head {
    margin-bottom: 0.3rem;
}
.section-head-titles {
    position: relative;
    padding-left: 0.04rem;
}

.section-head-titles::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 0.04rem;
    background: #8a0000;
    border-radius: 0.01rem;
    height: 0.5rem;
    transform: translateY(-50%);

}
.section-title-cn {
    font-size: 0.3rem;
    color: #000000;
    padding-left: 0.14rem;
    line-height: 1.2;
    font-weight: 400;
}

.section-title-en {
    font-size: 0.16rem;
    color: #000000;
    padding-left: 0.14rem;
    font-weight: 200;
}

.section-more {
    color: #000000;
    font-size: 0.16rem;
    margin-bottom: 0.02rem;
    padding-right: 0.2rem;
    background: url("../image/more.png") no-repeat right center;
    background-size: 0.13rem 0.17rem;
}

.section-more:hover {
    text-decoration: underline;
}

.col-notice .section-more-wrap {
    position: relative;
    flex-shrink: 0;
}

.col-notice .section-more-wrap .section-more {
    display: none;
}

.col-notice .section-more-wrap .section-more.is-active {
    display: block;
}

.notice-head-line {
    background: #ddd;
}

/* 新闻焦点 Swiper（左文右图） */
.news-feature-swiper {
    position: relative;
    margin-bottom: 0.22rem;
    width: 100%;
    height: 3.98rem;
    overflow: hidden;
}

.news-feature-slide {
    height: 3.98rem;
    min-height: 3.98rem;
    box-sizing: border-box;
}

.news-feature-link {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: 100%;
    box-sizing: border-box;
    min-width: 0;
    color: inherit;
    text-decoration: none;
}

.news-feature-link:hover {
    opacity: 0.96;
}

.news-feature-link:focus-visible {
    outline: 0.02rem solid rgba(255, 255, 255, 0.95);
    outline-offset: -0.02rem;
}

.news-feature-text {
    flex: 1;
    min-width: 0;
    background: #8b1a33;
    padding: 0.32rem 0.28rem 0.52rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    position: relative;
    box-sizing: border-box;
}

.news-feature-body {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.news-feature-title {
    color: #ffffff;
    font-size: 0.2rem;
    line-height: 1.45;
    margin: 0 0 0.14rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-feature-date {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    color: #fff;
    font-size: 0.16rem;
    margin: 0 0 0.16rem;
}

.news-feature-date-icon {
    width: 0.16rem;
    height: 0.16rem;
    flex-shrink: 0;
    margin-top: 0.01rem;
}

.news-feature-sum {
    color: #e2cdcd;
    font-size: 0.16rem;
    line-height: 1.6;
    margin: 0;
    height: 0.48rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news-feature-photo {
    flex: 0 0 6.23rem;
    width: 6.23rem;
    height: 3.98rem;
    overflow: hidden;
    background: #e8e8e8;
    flex-shrink: 0;
}

.news-feature-photo img {
    width: 6.23rem;
    height: 3.98rem;
    object-fit: cover;
    display: block;
}

.news-feature-swiper .news-feature-pagination.swiper-pagination-horizontal {
    position: absolute;
    left: 2rem;
    bottom: 0.5rem;
    right: auto;
    top: auto;
    width: auto !important;
    transform: none !important;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 0.1rem;
}

.news-feature-swiper .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    margin: 0 !important;
    border-radius: 50%;
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    box-sizing: border-box;
    vertical-align: middle;
}

.news-feature-swiper .swiper-pagination-bullet-active {
    background: #fff;
    border-color: #fff;
}

.news-list-row {
    padding: 0.14rem 0;
}

.news-list-row > a {
    display: flex;
    align-items: center;
    gap: 0.1rem;
    width: 100%;
    min-width: 0;
    font-size: 0.18rem;
    color: #000000;
}

.news-list-ico {
    flex-shrink: 0;
    width: 0.07rem;
    height: 0.07rem;
    object-fit: contain;
    display: block;
    align-self: center;
}

.news-list-tit {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list-row > a:hover {
    color: #8a0000;
}

.news-list-row > a:hover .news-list-date {
    color: #8a0000;
}

.news-list-date {
    flex-shrink: 0;
    margin-left: auto;
    font-size: 0.16rem;
    color: #7f7f7f;
}

/* 通知 / 公告（标题样式对齐「新闻动态」区块） */
.notice-tabs {
    gap: 0.22rem;
    align-items: flex-end;
}

.notice-tab {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    text-align: left;
    user-select: none;
}

.notice-tab-inner {
    position: relative;
    padding-left: 0.04rem;
    box-sizing: border-box;
}

.notice-tab-inner::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.02rem;
    background: #cccccc;
    border-radius: 0.01rem;
}

.notice-tab.is-active .notice-tab-inner::before {
    background: #8a0000;
    width: 0.04rem;
}

.notice-tab .section-title-cn {
    display: block;
    margin: 0;
}

.notice-tab .section-title-en {
    margin: 0;
}

.notice-tab:not(.is-active) .section-title-cn,
.notice-tab:not(.is-active) .section-title-en {
    color: #bbbbbb;
}

.notice-list {
    display: none;
    overflow-y: auto;
}

.notice-list.is-active {
    display: block;
}

.notice-row {
    border-bottom: 1px dashed #a3a3a3;
}

.notice-list a {
    display: flex;
    align-items: center;
    padding: 0.11rem 0.01rem;
    font-size: 0.14rem;
    color: #333;
    line-height: 1.45;
}

.notice-list a:hover {
    font-weight: 700;
    color: #8a0000;
}

.notice-list a:hover .notice-date,
.notice-list a:hover .notice-sep,
.notice-list a:hover .notice-tit {
    color: #8a0000;
    font-weight: 700;
}

.notice-date {
    font-size: 0.16rem;
    flex-shrink: 0;
    color: #8e1538;
    font-weight: 600;
}

.notice-sep {
    flex-shrink: 0;
    color: #ccc;
    margin: 0 0.08rem;
}

.notice-tit {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    color: #020202;
}

/* ========== 页脚 ========== */
.site-footer {
    background: #8e1538;
    color: #fff;
    padding: 0.28rem 0.2rem 0.32rem;
    text-align: center;
}


.footer-links {
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.06rem 0;
    margin-bottom: 0.18rem;
    font-size: 0.16rem;
}

.footer-links-label {
    margin-right: 0.06rem;
}

.footer-links a {
    color: #fff;
}

.footer-links a:hover {
    text-decoration: underline;
}

.footer-link-sep {
    margin: 0 0.1rem;
    color: rgba(255, 255, 255, 0.9);
}

.footer-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0 0.1rem;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.92);
    line-height: 1.7;
}

.footer-meta-sep {
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0.02rem;
}

.visitor-num {
    letter-spacing: 0.02em;
}

#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: #8e1538;
    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: #8e1538;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #8e1538;
    font-weight: 600;
}


.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: #8e1538;
}

.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/xlogo.png") center / contain no-repeat;
}

.n_right .mianbao a {
    color: #888;
    text-decoration: none;
}

.n_right .mianbao a:hover {
    color: #8e1538;
}

.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: #8e1537;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #8e1537;
}

.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: #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,.show04 img{
    display: inherit;
    margin: 0 auto;
    max-width: 100%;
    height: auto!important;
    border: none !important;
}

.show02 table,.show04 table{
   width:100% !important;
}

.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
}



/* ========== 图片/视频列表 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.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
}