@charset "utf-8";


:root {
    --color-primary: #a31e32;
    --color-text: #333;
    --color-muted: #999;
    --color-bg-beige: #f0eae1;
    --color-border: #e8e4dd;
}

body {
    color: var(--color-text);
    background: #fff;
}

/* ========== 顶部整体 ========== */
.site-header-wrap {
    position: relative;
    z-index: 100;
    background: #8e1537;

}

.site-header-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5.59rem;
    height: 2.01rem;
    background-image: url(../images/topleft.png);
    background-position: left top;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 0;
}

.site-header-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13.21rem;
    height: 5.97rem;
    background-image: url(../images/topright.png);
    background-position: right top;
    background-size: auto 100%;
    pointer-events: none;
    z-index: 0;
}

.site-header-inner {
    position: relative;
    z-index: 1;
    padding-top: 0.22rem;
    padding-bottom: 0;
}

.header-top {
    padding-bottom: 0.2rem;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 0.16rem;
}

.header-menu-btn {
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex-shrink: 0;
    line-height: 0;
}

.header-menu-btn img {
    display: block;
    max-height: 0.44rem;
    width: auto;
}

.logo-link {
    display: block;
    line-height: 0;
}

.logo-img {
    display: block;
    height: 0.75rem;
    width: auto;
    max-width: 5.4rem;
}

.header-search {
    display: flex;
    align-items: center;
    height: 0.42rem;
    padding: 0 0.12rem 0 0.2rem;
    border: 0.01rem solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.21rem;
    overflow: hidden;
}

.header-search-input {
    flex: 1;
    min-width: 0;
    height: 100%;
    border: 0;
    background: transparent;
    font-size: 0.15rem;
    color: #fff;
    padding-right: 0.1rem;
}

.header-search-input::placeholder {
    color: #fff;
}

.header-search-btn {
    flex-shrink: 0;
    width: 0.34rem;
    height: 0.34rem;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-btn img {
    display: block;
   width: 0.22rem;
}

/* ========== 主导航 + 二级 ========== */
.main-nav {
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    border-top: 1px solid #ab516a;
}

.main-nav .nav-list {
    margin: 0 auto;
    min-height: 0.52rem;
}

.main-nav .nav-item {
    position: relative;
    text-align: center;
}

.main-nav .nav-item > a {
    display: block;
    padding: 0.14rem 0;
    font-size: 0.18rem;
    color: #fff;
    white-space: nowrap;
    transition: background 0.25s, color 0.25s;
}

.main-nav .nav-item:hover > a,
.main-nav .nav-item:focus-within > a {
    font-weight: 600;
}

.main-nav .sub-nav {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0.04rem);
    top: 100%;
    min-width: 1.6rem;
    background: #fff;
    box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.15);
    padding: 0.08rem 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
    z-index: 500;
    border-radius: 0.02rem;
}

.main-nav .sub-nav::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.04rem;
    height: 0.04rem;
}

.main-nav .has-sub:hover .sub-nav,
.main-nav .has-sub:focus-within .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.main-nav .sub-nav a {
    display: block;
    padding: 0.1rem 0.18rem;
    font-size: 0.16rem;
    color: #444;
    text-align: center;
}

.main-nav .sub-nav a:hover {
    color: var(--color-primary);
    background: #faf7f4;
}

/* ========== 轮播 ========== */
.banner-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.banner-swiper {
    width: 100%;
}

.banner-swiper .swiper-slide {
    line-height: 0;
}

.banner-img {
    display: block;
    width: 100%;
    height: 5.3rem;
    object-fit: cover;
}

.banner-pagination.swiper-pagination-bullets {
    bottom: 0.28rem !important;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.1rem;
}

.banner-pagination .swiper-pagination-bullet {
    width: 0.32rem;
    height: 0.08rem;
    border-radius: 0.04rem;
    background: rgba(255, 255, 255, 0.48);
    opacity: 1;
    margin: 0 !important;
}

.banner-pagination .swiper-pagination-bullet-active {
    background: #8e1537;
}

/* ========== 内容区块 ========== */
.section {
    padding: 0.5rem 0 0.55rem;
}

.section--white {
    background: #f9f6f1;
}

.section--beige {
    background: var(--color-bg-beige);
    padding: 0.5rem 0 0.8rem;
}

.section-grid {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
}

/* 支部动态 + 通知公告：左栏固定 11rem，右栏铺满剩余 */
.section-grid.section-grid--news {
    gap: 0.32rem;
    align-items: flex-start;

}

.section-grid .panel {
    flex: 1;
    width: 50%;
    min-width: 0;
}

/* 本区块专用：覆盖上一段 .panel 的宽度，避免与 flex:1 冲突 */
.section-grid.section-grid--news > .panel-branch {
    flex: 0 0 11rem;
    width: 11rem;
    max-width: 100%;
}

.section-grid.section-grid--news > .panel-notice {
    flex: 1 1 0;
    width: auto;
    min-width: 0;
}


.panel-head {
    margin-bottom: 0.25rem;
    padding-bottom: 0.12rem;
}

.panel-title-cn {
    font-size: 0.36rem;
    font-weight: 400;
    color: #000000;
    line-height: 1.2;
}

.panel-title-en {
    font-size: 0.24rem;
    color: rgba(142,21,55,0.2);
    letter-spacing: 0.02em;
}

.panel-more {
    font-size: 0.16rem;
    color: #8e1537;
    gap: 0.06rem;
    flex-shrink: 0;
    margin-bottom: 0.02rem;
    transition: opacity 0.2s ease, font-weight 0.2s ease;
}

.panel-more:hover {
    font-weight: 600;
    opacity: 0.88;
}


.more-ico {
    width: 0.16rem;
    height: 0.16rem;
    display: block;
    object-fit: contain;
}

/* 支部动态：左块总宽 11rem（7.11 图 + 列表），Swiper 固定 7.11×4.73 */
.panel-branch {
    display: flex;
    flex-direction: column;
}

.panel-branch .panel-head {
    flex-shrink: 0;
}

.branch-body {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 0.16rem;
    width: 100%;
    box-sizing: border-box;
}

.branch-swiper-wrap {
    width: 7.11rem;
    height: 4.73rem;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.branch-swiper {
    width: 100%;
    height: 4.73rem;
    overflow: hidden;
    position: relative;
}

.branch-swiper .swiper-wrapper {
    height: 4.73rem;
}

.branch-swiper .swiper-slide {
    height: 4.73rem;
}

.branch-slide-link {
    display: block;
    width: 100%;
    height: 4.73rem;
    line-height: 0;
    overflow: hidden;
}

.branch-swiper-img {
    width: 100%;
    height: 4.73rem;
    object-fit: cover;
    display: block;
    transition: transform 0.5s;
}

.branch-slide-link:hover .branch-swiper-img {
    transform: scale(1.03);
}

/* 底部通栏：左标题 + 右数字分页 */
.branch-swiper-bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0.14rem 0.18rem;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.48);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
}

.branch-swiper-caption {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 0.15rem;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.branch-swiper-nums {
    flex-shrink: 0;
}

.branch-pagination.swiper-pagination-bullets {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    width: auto !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    transform: none !important;
    gap: 0.06rem;
}

.branch-pagination .swiper-pagination-bullet {
    width: auto;
    min-width: 0.3rem;
    height: 0.28rem;
    padding: 0 0.08rem;
    margin: 0 !important;
    border-radius: 0.04rem;
    opacity: 1;
    font-size: 0.13rem;
    font-weight: 500;
    color: #fff;
    background: rgba(255, 255, 255, 0.14);
    border: 0.01rem solid rgba(255, 255, 255, 0.28);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.branch-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: rgba(255, 255, 255, 0.28);
    border-color: rgba(255, 255, 255, 0.45);
}

.branch-pagination .swiper-pagination-bullet-active {
    background: #8e1537;
    border-color: #8e1537;
    color: #fff;
}

.branch-list {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    background: #f9f6f1;
    overflow-y: auto;
}

.branch-list-item {
    flex: 0 0 auto;
    min-height: 0;
}

.branch-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.12rem;
    padding: 0.14rem 0.1rem 0.18rem;
    border-bottom: 0;
    position: relative;
    text-align: left;
    transition: background-color 0.2s ease;
    border-radius: 0.03rem;
}

.branch-item:hover {
    background-color: rgba(142, 21, 55, 0.06);
}

.branch-item::after {
    content: "";
    position: absolute;
    left: 0.1rem;
    right: 0.1rem;
    bottom: 0;
    height: 0.01rem;
    background: #e5e2dc;
}


.branch-date {
    font-size: 0.16rem;
    color: #8e1537;
    line-height: 1.25;
    transition: color 0.2s ease;
}

.branch-tit {
    font-size: 0.18rem;
    color: #3e3e3e;
    line-height: 1.5;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.54rem;
    transition: color 0.2s ease;
}

.branch-item:hover .branch-tit {
    color: #8e1537;
}

/* 通知公告 */
.notice-list {
    box-sizing: border-box;
}

.notice-list-item .notice-item {
    gap: 0.14rem;
    padding: 0 0.06rem 0.28rem;
    align-items: stretch;
}

.notice-list-item:last-child .notice-item{
    padding: 0 0.06rem;
}
.notice-item-body {
    flex: 1;
    min-width: 0;
    min-height: 0.72rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0.01rem;
    border-bottom: 0.01rem solid #e5e2dc;
    box-sizing: border-box;
}

.notice-item {
    display: flex;
    box-sizing: border-box;
}

.notice-item:hover .notice-tit {
    color: #8e1537;
}

.notice-item--highlight .notice-tit {
    color: #8e1537;
}

.notice-datebox {
    flex-shrink: 0;
    width: 0.72rem;
    min-width: 0.72rem;
    min-height: 0.72rem;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    border: 0.01rem solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    box-shadow: 0 0.01rem 0.04rem rgba(0, 0, 0, 0.06);
}

.notice-datebox-ym {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #8e1537;
    text-align: center;
}

.notice-datebox-day {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    text-align: center;
}

.notice-ym {
    font-size: 0.16rem;
    color: #fff;
    line-height: 1.2;
}

.notice-day {
    font-size: 0.22rem;
    font-weight: bold;
    line-height: 1;
    color: #8e1537;
}

.notice-tit {
    display: block;
    font-size: 0.18rem;
    color: #3e3e3e;
    line-height: 1.45;
    word-break: break-word;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0.54rem;
    transition: color 0.2s ease;
}

/* 工会之家 */
.union-list {
    display: flex;
    flex-direction: column;
    gap: 0.26rem;
}

.union-item {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 0.06rem;
    border: 0.01rem solid #dbd2c6;
    gap: 0;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}

.union-item:hover {
    border-color: #b8a999;
    box-shadow: 0 0.04rem 0.12rem rgba(0, 0, 0, 0.1);
    transform: translateY(-0.02rem);
}

.union-item:hover .union-tit {
    color: #8e1537;
}

.union-date {
    flex-shrink: 0;
    width: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.18rem;
    padding: 0.15rem 0;
    height: 100%;
    color: #8e1537;
    box-sizing: border-box;
    border-right: 0.01rem solid #ebe8e3;
    background: #fdf7ef;
}

.union-tit {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    color: #3e3e3e;
    line-height: 1.6;
    padding: 0.12rem 0.14rem;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: #fff;
    transition: color 0.2s ease;
}

/* 学习园地 2x2 */
.learn-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.18rem;
    align-items: stretch;
}

.learn-card {
    padding: 0.22rem 0.2rem;
    min-height: 1.72rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    box-sizing: border-box;
    transition: box-shadow 0.25s ease, transform 0.25s ease, border-color 0.25s ease;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

.learn-card:hover {
    transform: translateY(-0.03rem);
}

.learn-card--red {
    background: #8e1537;
    border: 0.01rem solid rgba(0, 0, 0, 0.06);
}

.learn-card--red:hover {
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0.1rem 0.28rem rgba(0, 0, 0, 0.2), 0 0 0 0.01rem rgba(255, 255, 255, 0.08) inset;
}

.learn-card--red .learn-card-tit {
    color: #fff;
}

.learn-card--red .learn-card-time {
    color: rgba(255, 255, 255, 0.82);
}

.learn-card--red .learn-card-text {
    color: #c1c1c1;
}

.learn-card--white {
    background: linear-gradient(to bottom, #fff, #f9f2e6);
    border: 0.01rem solid #e8e4dd;
}

.learn-card--white:hover {
    border-color: #d4b8bf;
    box-shadow: 0 0.08rem 0.22rem rgba(142, 21, 55, 0.145);
}

.learn-card--white .learn-card-tit {
    color: #3e3e3e;
}

.learn-card--white .learn-card-time {
    color: #8e1537;
}

.learn-card--white .learn-card-text {
    color: #5a5a5a;
}

.learn-card-tit {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 1.4;
    margin: 0 0 0.1rem 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.504rem;


}

.learn-card-time {
    display: block;
    font-size: 0.16rem;
    margin: 0 0 0.12rem 0;
    line-height: 1.3;

}

.learn-card-text {
    margin: 0;
    font-size: 0.16rem;
    line-height: 1.58;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex: 1;
    min-height: 0;
    text-overflow: ellipsis;
    word-break: break-word;
    height: 0.5rem;
}

/* ========== 页脚 ========== */
.site-footer {
    background: var(--color-primary);
    color: #fff;
    padding: 0 0 0.15rem;
    position: relative;
    z-index: 1;
}

.site-footer-top {
    width: 100%;
    position: relative;
    padding: 0.5rem 0 0.2rem;
    isolation: isolate;
}

.site-footer-top::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.2rem;
    background: url(../images/bottom.png) no-repeat center top;
    background-size: 100% auto;
    z-index: -1;
    pointer-events: none;
}

.footer-links {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.22rem;
    margin-bottom: 0.32rem;
    padding: 0.06rem 0;
    box-sizing: border-box;
}

.footer-links-head {
    flex-shrink: 0;
}

.footer-links-tit {
    font-size: 0.24rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 1.2;
}

.footer-links-tit-line {
    display: block;
    width: 0.38rem;
    height: 0.02rem;
    background: #fff;
    margin-top: 0.09rem;
    border-radius: 0.01rem;
}

.footer-links-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.14rem 0.45rem;
    max-width: 100%;
    box-sizing: border-box;
}

.footer-links-grid a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.18rem;
    line-height: 1.35;
    text-decoration: none;
    justify-self: start;
}

.footer-links-grid a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-mid {
    position: relative;
    z-index: 1;
    padding: 0.22rem 0;
}

.footer-logo {
    display: block;
    height: 0.55rem;
    width: auto;
}

.footer-copy {
    text-align: left;
    font-size: 0.16rem;
    color: rgba(255, 255, 255, 0.5);
    padding-top: 0.15rem;
}


#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: #8e1537;
    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: #8e1537;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #8e1537;
    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: #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: #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: 0;
}

.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
}


.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
}