:root {
    --c: #8E1537;
    --bg-soft: #f2f2f2;
    --bg-news: #f3eef0;
    --text: #333;
    --muted: #5c595a;
    --ease-hover: 0.28s ease;
}

/* 文本超出省略号公共样式 */
.text-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-ellipsis-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.text-ellipsis-3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
body{
    min-width: 14.4rem;
    color: var(--text);
    font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
    overflow-x: hidden;
}


/* header */
.site-header {
    background: var(--c) ;
}

.header-inner {
    padding: 0.16rem 0 0.12rem;
    background: url("../images/topbg.png")  calc(100% - 2rem) center/contain no-repeat;
}

.header-top {
    margin-bottom: 0.12rem;
}

.brand {
    display: flex;
    align-items: center;
}

.brand-logo {
    height: 0.75rem;
    display: block;
}

.header-search {
    width: 3.2rem;
    height: 0.34rem;
    background: rgba(255,255,255,0.2);
    border-radius: 0.17rem;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding-left: 0.16rem;
}

.header-search-input {
    flex: 1;
    border: 0;
    background: transparent;
    height: 100%;
    font-size: 0.14rem;
    color:white;
}
.header-search-input::placeholder {
    color: white;
}
.header-search-btn {
    width: 0.42rem;
    height: 0.34rem;
    border: 0;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-icon {
    width: 0.18rem;
    height: 0.18rem;
    display: block;
    transition: transform var(--ease-hover), opacity var(--ease-hover);
}

.header-search-btn:hover .header-search-icon {
    transform: scale(1.12);
    opacity: 0.9;
}

.main-nav {
    background: var(--c);
    border-top: 1px solid rgba(255, 255, 255, .22);
}

.main-nav-inner {
    height: 0.52rem;
    display: flex;
    align-items: center;
}

.main-nav-list {
    height: 0.52rem;
    width: 100%;
}

.nav-item {
    position: relative;
}

.nav-link {
    color: #fff;
    font-size: 0.16rem;
    line-height: 0.52rem;
    padding: 0 0.22rem;
    display: block;
    white-space: nowrap;
    border-radius: 0.04rem;
    transition: background-color var(--ease-hover), color var(--ease-hover);
}

.nav-item.is-active .nav-link {
    font-weight: 700;
}

.nav-item:hover .nav-link {
    background: rgba(255, 255, 255, .10);
}

/* sub nav */
.sub-nav {
    position: absolute;
    left: 50%;
    top: 0.52rem;
    transform: translateX(-50%) translateY(0.06rem);
    min-width: 1.86rem;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .08);
    box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, .14);
    padding: 0.08rem 0;
    border-radius: 0.08rem;
    display: block;
    opacity: 0;
    pointer-events: none;
    transition: opacity .18s ease, transform .18s ease;
    z-index: 60;
}

.has-sub:hover .sub-nav {
    opacity: 1;
    pointer-events: auto;
    transform: translateX(-50%) translateY(0);
}

.sub-nav a {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    padding: 0.09rem 0.16rem;
    font-size: 0.16rem;
    color: #333;
    white-space: nowrap;
     justify-content: center;
}

.sub-nav:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -0.06rem;
    width: 0.12rem;
    height: 0.12rem;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, .08);
    border-top: 1px solid rgba(0, 0, 0, .08);
    transform: translateX(-50%) rotate(45deg);
}



.sub-nav a:hover {
    background: rgba(142, 21, 55, .08);
    color: var(--c);
}

/* banner swiper */
.banner {
    width: 100%;
    background: #e8e8e8;
}

.banner-swiper {
    width: 100%;
    overflow: hidden;
}

.banner-slide-link {
    display: block;
    height: 4rem;
}

.banner-slide-img {
    width: 100%;
    height: 4rem;
    display: block;
    object-fit: cover;
}

.banner-pagination {
    bottom: 0.16rem !important;
}

.banner-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    border-radius: 0;
    opacity: 1;
    background: rgba(255, 255, 255, .65);
}

.banner-pagination .swiper-pagination-bullet-active {
    background: var(--c);
}

/* news row：左栏财务动态（标题+左图右列表），右栏通知公告 */
.block-news {
    background: linear-gradient(to bottom, rgba(142, 21, 55, .15) 0%, rgba(142, 21, 55, 0) 50%);
    padding: 0.36rem 0 0.4rem;
}

.news-row {
    display: flex;
    gap: 0.28rem;
    align-items: flex-start;
}

.news-col-main {
    flex: 1;
    min-width: 0;
}

.news-col-right {
    width: 4.76rem;
    flex-shrink: 0;
}

.finance-body {
    display: flex;
    gap: 0.22rem;
    align-items: flex-start;
}

.finance-side-list {
    flex: 1;
    min-width: 0;
    margin-top: -0.1rem;
}

.block-head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.15rem;
}

.block-head-split {
    justify-content: space-between;
}

.block-head-tabs {
    justify-content: space-between;
}

.block-title {
    background: var(--c);
    color: #fff;
    font-size: 0.2rem;
    font-weight: 700;
    border-radius: 0.15rem 0 0.15rem 0;
    padding: 0 0.18rem;
    height: 0.4rem;
    display: inline-flex;
    align-items: center;
    transition: transform var(--ease-hover), box-shadow var(--ease-hover);
}

.block-head:hover .block-title {
    transform: translateY(-0.02rem);
    box-shadow: 0 0.04rem 0.12rem rgba(142, 21, 55, 0.22);
}

.block-more {
    color: #666;
    font-size: 0.16rem;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.block-more:hover {
    color: var(--c);
    text-decoration: underline;
    transform: translateX(0.02rem);
}

/* 财务动态左侧焦点图（Swiper） */
.focus-card {
    flex: 0 0 4.2rem;
    width: 4.2rem;
    background: #fff;
    border: 1px solid #e6e6e6;
    position: relative;
}

.focus-news-swiper {
    overflow: hidden;
}

.focus-news-swiper .swiper-slide {
    display: block;
}

.focus-img {
    display: block;
    width: 100%;
    height: 3.03rem;
    overflow: hidden;
}

.focus-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform var(--ease-hover);
}

.focus-img:hover img {
    transform: scale(1.05);
}

.focus-body {
    padding: 0.12rem 0.14rem 0.45rem;
    background: #f1f1f1;
}

.focus-title {
    display: block;
    color: var(--c);
    font-size: 0.18rem;
    line-height: 1.4;
    margin-bottom: 0.06rem;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.focus-title:hover {
    color: #6a0f29;
    transform: translateX(0.04rem);
}

.focus-desc {
    font-size: 0.16rem;
    line-height: 1.55;
    color: var(--muted);
    height: 0.5rem;
    overflow: hidden;
}

/* Swiper 分页：沿用原方块点样式，右对齐 */
.focus-news-pagination {
    position: absolute !important;
    bottom: 0 !important;
    right: 0.14rem !important;
    transform: none !important;
    width: 100% !important;
    margin: 0;
    padding: 0.10rem 0.14rem 0.14rem;
    display: flex;
    justify-content: flex-end;
    gap: 0.08rem;
    box-sizing: border-box;
}

.focus-news-pagination .swiper-pagination-bullet {
    width: 0.08rem;
    height: 0.08rem;
    margin: 0 !important;
    border-radius: 0;
    opacity: 1;
    background: #d0d0d0;
}

.focus-news-pagination .swiper-pagination-bullet-active {
    background: var(--c);
}

/* 财务动态右侧列表：上两条摘要 + 虚线分隔 + 下方条目 */
.mid-item {
    padding: 0.06rem 0;
}

.mid-item:nth-child(3) {
    margin-top: 0.06rem;
    padding-top: 0.1rem;
}

.mid-item a {
    color: #000000;
    display: block;
    padding-left: 0.14rem;
    position: relative;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.mid-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.14rem;
    width: 0.05rem;
    height: 0.05rem;
    background: var(--c);
    border-radius: 0;
}

.mid-item-top {
    padding: 0.1rem 0;
    border-bottom: 0.01rem dashed #dddcdc;
}

.mid-item-top a:before {
    top: 0.12rem;
}

.mid-item-title {
    font-size: 0.18rem;
    line-height: 1.6;
    color: #000000;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.mid-item a:hover .mid-item-title {
    transform: translateX(0.03rem);
}

.mid-item-desc {
    font-size: 0.16rem;
    color: #5c595a;
    line-height: 1.6;
    margin-top: 0.04rem;
    height: 0.24rem;
}

.mid-item:not(.mid-item-top) a {
    font-size: 0.18rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 0.3rem;
}

.mid-item a:hover {
    color: var(--c);
    transform: translateX(0.02rem);
}

/* right notice */
.tab-head {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    font-size: 0.16rem;
}

.tab {
    border: 0;
    background: transparent;
    cursor: pointer;
    color: #666;
    font-size: 0.16rem;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.tab:hover {
    color: var(--c);
    transform: translateY(-0.02rem);
}

.tab.is-active {
    color: var(--c);
    font-weight: 700;
}

.tab-sep {
    color: #cfcfcf;
    user-select: none;
}

.notice-list {
    display: none;
}

.notice-list.is-active {
    display: block;
}

.notice-list li {
    padding: 0.1rem 0;
}

.notice-list a {
    display: flex;
    gap: 0.12rem;
    align-items: center;
    color: #333;
    font-size: 0.16rem;
    line-height: 1.45;
    transition: transform var(--ease-hover);
}

.notice-list a:hover {
    transform: translateX(0.03rem);
}

.notice-date {
    width: 0.7rem;
    height: 0.3rem;
    background: var(--c);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    gap: 0.04rem;
}

.notice-date-day {
    font-size: 0.18rem;
    color: #fff;
}

.notice-date-fen {
    font-size: 0.18rem;
    color: #fff;
}

.notice-date-month {
    font-size: 0.12rem;
    color: #fff;
    margin-top: 0.05rem;
}


.notice-text {
    flex: 1;
    font-size: 0.18rem;
    color: #000;
    transition: color var(--ease-hover);
}

.notice-list a:hover .notice-text {
    color: var(--c);
}

/* quick nav */
.quick-nav {
    background: #f1f1f1;
    padding: 0.34rem 0 0.3rem;
}

.quick-row {
    gap: 0.04rem;
}

.quick-item {
    width: 1.55rem;
    text-align: center;
    color: #333;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.quick-item:hover {
    transform: translateY(-0.04rem);
    color: var(--c);
}

.quick-icon {
    position: relative;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.12rem auto 0.1rem;
    background: rgba(142, 21, 55, 0.09);
    box-sizing: border-box;
}

.quick-icon::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;

    box-sizing: border-box;
    pointer-events: none;
}

.quick-icon::after {
    content: '';
    position: absolute;
    inset: -0.1rem;
    border-radius: 50%;
    border: 1px dashed var(--c);
    box-sizing: border-box;
    pointer-events: none;
}

.quick-icon img {
    position: relative;
    z-index: 1;
    height: 0.26rem;
    display: block;
    transition: transform var(--ease-hover);
}

.quick-item:hover .quick-icon img {
    transform: scale(1.12);
}

.quick-text {
    font-size: 0.16rem;
    line-height: 1.35;
    color: #767575;
    margin-top: 0.15rem;
    display: inline-block;
    transition: color var(--ease-hover), transform var(--ease-hover);
}

.quick-item:hover .quick-text {
    transform: translateY(-0.02rem);
}

/* grid */
.grid {
    padding: 0.4rem 0 0.38rem;
    background: #fff;
}

.grid-2x2 {
    display: flex;
    flex-wrap: wrap;
    gap: 0.34rem 0.34rem;
}

.grid-card {
    flex: 0 0 calc(50% - 0.17rem);
    box-sizing: border-box;
    border: 0;
    background: transparent;
    width: 0;
}

/* grid 头部：与“财务动态”同款标题胶囊 */
.grid-head {
    margin-bottom: 0.12rem;
}


.grid-head .block-more {
    white-space: nowrap;
}

.grid-head .tab-head-inline {
    margin-left: auto;
    margin-right: 0.12rem;
    white-space: nowrap;
}

.grid-head .tab {
    font-size: 0.16rem;
    color: #333;
}

.grid-head .tab.is-active {
    color: #000;
    font-weight: 700;
}

.card-head {
    background: #f7f7f7;
    border-bottom: 1px solid #ececec;
    min-height: 0.48rem;
    padding-right: 0.12rem;
    gap: 0.12rem;
}

.card-title {
    background: var(--c);
    color: #fff;
    font-weight: 700;
    height: 0.48rem;
    display: flex;
    align-items: center;
    padding: 0 0.22rem;
}

.card-more {
    color: #666;
    font-size: 0.13rem;
    white-space: nowrap;
}

.card-more:hover {
    color: var(--c);
    text-decoration: underline;
}

.card-tabs {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    margin-left: auto;
    margin-right: 0.18rem;
    white-space: nowrap;
}

.card-list {
    padding: 0.04rem 0;
}

.card-list li a {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    font-size: 0.18rem;
    line-height: 0.36rem;
    padding: 0.08rem 0;
    color: #333;
    border-bottom: 0.01rem dashed #ececec;
    transition: transform var(--ease-hover);
}

.card-list li a:hover {
    transform: translateX(0.03rem);
}

.li-dot {
    width: 0.05rem;
    height: 0.05rem;
    background: var(--c);
    border-radius: 50%;
    flex-shrink: 0;
}

.li-text {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.18rem;
    color: #2f2e2e;
    transition: color var(--ease-hover);
}

.card-list time {
    font-size: 0.16rem;
    color: #2f2e2e;
    flex-shrink: 0;
}

.card-list li a:hover .li-text {
    color: var(--c);
}

/* panels */


[data-tab-panel].is-active {
    display: block;
}

/* footer */
.site-footer {
    padding: 1.15rem 0 0.4rem;
    position: relative;
    background: url("../images/bottom.png") left center no-repeat;
    background-size: 100% 100%;
}

.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    position: relative;
    z-index: 2;
}

.footer-links {
    flex: 1;
    min-width: 0;
}

.footer-title {
    color: #fff;
    font-weight: 700;
    font-size: 0.2rem;
    padding-bottom: 0.08rem;
    margin-bottom: 0.12rem;
    position: relative;
}
.footer-title::after{
    content: '';
    display: block;
    width: 0.3rem;
    height: 0.01rem;
    background: white;
    position: absolute;
    left: 0;
    bottom: 0;
}
.footer-link-grid {
    display: flex;
    flex-wrap: wrap;
    font-size: 0.18rem;
    line-height: 0.4rem;
}

.footer-link-grid a {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    box-sizing: border-box;
    padding-right: 0.16rem;
    color: #e6e6e6;
    text-decoration: none;
}

.footer-link-grid a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer-qrcode {
    flex: 0 0 auto;
    text-align: center;
    color: #fff;
    padding: 0 0.7rem;
    border-left: 1px solid rgba(255, 255, 255, 0.18);
    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-qrcode-img {
    width: 0.92rem;
    height: 0.92rem;
    display: block;
    margin: 0 auto 0.08rem;
    background: #fff;
}

.footer-qrcode-text {
    font-size: 0.16rem;
    line-height: 1.2;
    opacity: 0.95;
}

.footer-meta {
    flex-shrink: 0;
    font-size: 0.18rem;
    line-height: 0.32rem;
    color: #ffffff;
    text-align: right;
    white-space: nowrap;
}

.footer-meta-line strong {
    color: #fff;
}

.footer-meta-sep {
    display: inline-block;
    margin: 0 0.1rem;
    opacity: 0.75;
}


/* ========== 新闻网列表页 .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: var(--c);
    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: var(--c);
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: var(--c);
    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_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: var(--c);
    text-decoration: none;
}

.n_left .ulCon dd a:hover {
    color: var(--c);
}

.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: var(--c);
}

.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: var(--c);
}

.n_titu a.clearfix:hover h5.line1 {
    color: var(--c);
}

.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: #000000;
    border-radius: 0.08rem;
}

.show01 .show01-ul li div img {
    width: 0.18rem;
    height: 0.18rem;
    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 #vsb_content_2 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
}