@charset "utf-8";

@font-face {
    font-family: "fzcsjw";
    src: url("../fonts/fzcsjw.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

:root {
    --red: #c4161c;
    --red-dark: #9a1218;
    --red-deep: #7a0e14;
    --gold: #c9a227;
    --gold-light: #d4b896;
    --text: #333;
    --text-light: #666;
    --text-mute: #999;
    --line: #e5e5e5;
    --bg: #f7f5f2;
}

body {
    background: var(--bg);
    overflow-x: hidden;
}

/* ========== 头部 ========== */
.header {
    position: relative;
}

.banner {
    position: relative;
    width: 100%;
    background: var(--red-deep);
}

.bannerSwiper {
    width: 100%;
    height: 4.53rem;
    overflow: hidden;
}

.bannerSwiper .swiper-slide {
    width: 100%;
    height: 4.53rem;
}

.bannerSwiper .swiper-slide img {
    display: block;
    width: 100%;
    height: 4.53rem;
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    object-fit: cover;
}

.banner-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
    padding-top: 0.28rem;
    pointer-events: none;
}

.banner-inner .logo {
    pointer-events: auto;
}

.logo {
    display: block;
    height: 0.74rem;
}

.logo img {
    display: block;
    width: auto;
    height: 100%;
}

/* ========== 导航 ========== */
.nav {
    position: relative;
    z-index: 100;
    background: #bd1111;
    height: 0.6rem;
}

.nav-list {
    height: 100%;
}

.nav-list > li {
    position: relative;
    flex: 1;
    height: 100%;
    text-align: center;
}

.nav-list > li:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.2rem;
    background: rgba(255, 255, 255, 0.45);
}

.nav-list > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #fff;
    font-size: 0.18rem;
    font-weight: bold;
    letter-spacing: 0.02rem;
}

.sub-nav {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    background: rgba(154, 18, 24, 0.96);
    padding: 0.08rem 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(0.08rem);
    transition: all 0.3s;
    z-index: 200;
    box-shadow: 0 0.08rem 0.16rem rgba(0, 0, 0, 0.18);
}

.nav-list > li:hover .sub-nav {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sub-nav li a {
    display: block;
    padding: 0.1rem 0.12rem;
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.16rem;
    transition: all 0.3s;
}

.sub-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
}

/* ========== 通用板块标题 ========== */
.main {
    position: relative;

}

.section {
    padding-top: 0.55rem;
    padding-bottom: 0.55rem;
}

.sec-news {
    background: #fff7e9;
}

.sec-notice {
    background: #fefbf6;
}

.sec-study {
    padding-bottom: 2.2rem;
    background: #fff7e9 url("../images/bottom.png") no-repeat center calc(100% + 1rem);
    background-size: contain;
}

.sec-hd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.46rem;
    min-height: 0.95rem;
}

.sec-tit {
    position: relative;
    width: 12rem;
    height: 0.95rem;
}

.tit-deco {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.sec-tit h2 {
    position: absolute;
    left: 52%;
    top: 69%;
    transform: translate(-50%, -50%);
    font-family: "fzcsjw", "微软雅黑", sans-serif;
    font-size: 0.42rem;
    font-weight: normal;
    letter-spacing: 0.06rem;
    white-space: nowrap;
    line-height: 1;
    padding-left: 0.35rem;
    background: linear-gradient(180deg, #ff6f1c 0%, #eb3818 54%, #ea1405 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #ea1405;
}

.more {
    position: absolute;
    right: 4%;
    top: 74%;
    transform: translateY(-50%);
    z-index: 2;
    display: block;
    width: 0.49rem;
    height: 0.13rem;
    transition: opacity 0.3s;
}

.more img {
    display: block;
    width: 100%;
    height: 100%;
}

.more:hover {
    opacity: 0.75;
}

/* ========== 工作动态 ========== */
.news-box {
    align-items: stretch;
    gap: 0.4rem;
}

.news-swiper {
    width: 8.14rem;
    flex-shrink: 0;
}

.newsSwiper {
    width: 100%;
    height: 4.85rem;
    overflow: hidden;
    position: relative;
}

.newsSwiper .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.newsSwiper .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.newsSwiper .pic img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}

.newsSwiper .swiper-slide a:hover .pic img {
    transform: scale(1.05);
}

.newsSwiper .cap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0.48rem;
    padding: 0 1.1rem 0 0.18rem;
    background: rgba(45, 45, 45, 0.88);
    color: #fff;
    font-size: 0.18rem;
    line-height: 0.48rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    z-index: 2;
    box-sizing: border-box;
}

.newsSwiper .swiper-pagination {
    left: auto !important;
    right: 0.16rem !important;
    bottom: 0 !important;
    width: auto !important;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    z-index: 3;
    padding: 0;
}

.newsSwiper .swiper-pagination-bullet {
    width: 0.1rem;
    height: 0.1rem;
    background: #fff7e9;
    opacity: 1;
    border-radius: 0;
    margin: 0 0 0 0.06rem !important;
}

.newsSwiper .swiper-pagination-bullet-active {
    background: linear-gradient(180deg, #ff6f1c 0%, #eb3818 54%, #ea1405 100%);
}

.news-r {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    height: 4.85rem;
}

.news-feature {
    display: block;
    flex-shrink: 0;
    margin-bottom: 0.06rem;
    padding-bottom: 0.16rem;
    border-bottom: 0.01rem dashed #cfc8bb;
}

.news-feature h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #b27d16;
    line-height: 1.45;
    margin-bottom: 0.12rem;
    transition: color 0.3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-feature p {
    font-size: 0.18rem;
    color: #666;
    line-height: 1.8;
    text-indent: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 0.65rem;
}

.news-feature:hover h3 {
    color: #ea1405;
}

.news-list {
    flex: 1;
}

.news-r > a:not(.news-feature),
.study-box > a:not(.study-feature),
.news-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.2rem;
}

.news-r > a:not(.news-feature),
.study-box > a:not(.study-feature) {
    flex: 1;
    min-height: 0;
}

.news-r > a:not(.news-feature) {
    padding: 0;
}

.study-box > a:not(.study-feature) {
    padding: 0.16rem 0;
}

.news-r > a:not(.news-feature) .txt,
.study-box > a:not(.study-feature) .txt,
.news-list li .txt {
    position: relative;
    flex: 1;
    min-width: 0;
    padding-left: 0.18rem;
    font-size: 0.18rem;
    color: #0e0e0e;
    line-height: 1.4;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: color 0.3s;
}

.news-r > a:not(.news-feature) .txt::before,
.study-box > a:not(.study-feature) .txt::before,
.news-list li .txt::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.06rem;
    height: 0.06rem;
    background: #555;
}

.study-box > a:not(.study-feature) .txt::before {
    background: #c41010;
}

.news-r > a:not(.news-feature) .date,
.study-box > a:not(.study-feature) .date,
.news-list li .date {
    flex-shrink: 0;
    font-size: 0.18rem;
    color: #9d9897;
}

.news-r > a:not(.news-feature):hover .txt,
.study-box > a:not(.study-feature):hover .txt,
.news-list li a:hover .txt {
    color: #ea1405;
}

/* ========== 通知公告 ========== */
.notice-box {
    position: relative;
}

.noticeSwiper {
    overflow: hidden;
}

.noticeSwiper .swiper-slide {
    height: auto;
}

.notice-card {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 2.1rem;
    padding: 0.06rem 0.32rem 0.2rem;
    background: transparent;
    border: none;
    box-sizing: border-box;
    transition: color 0.3s;
}

.notice-card::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.08rem;
    bottom: 0.08rem;
    width: 1px;
    background: #e5e0d8;
}

.notice-card.no-divider::after {
    display: none;
}

.num-date {
    display: flex;
    align-items: baseline;
    margin-bottom: 0.16rem;
    color: #bd0808;
}

.num-date .num {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    font-family: "Times New Roman", Georgia, serif;
}

.num-date .ym {
    font-size: 0.18rem;
    margin-left: 0.04rem;
    color: #bd0808;
}

.notice-card h3 {
    flex: 1;
    font-size: 0.18rem;
    font-weight: normal;
    color: #413d3d;
    line-height: 1.8;
    margin-bottom: 0.18rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.notice-card:hover h3 {
    color: #c4161c;
}

.card-more {
    display: inline-block;
    align-self: flex-start;
    padding: 0.07rem 0.28rem 0.07rem 0.1rem;
    background: linear-gradient(to right, #ead9b0 0%, transparent 100%);
    color: #666;
    font-size: 0.16rem;
    transition: color 0.3s;
    width: 90%;
}

.notice-card:hover .card-more {
    color: #c4161c;
}

.notice-nav {
    display: flex;
    align-items: center;
    margin-top: 0.32rem;
    padding: 0.18rem 0;
    gap: 0.3rem;
}

.notice-nav::before,
.notice-nav::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #e5e0d8;
}

.notice-prev,
.notice-next {
    flex-shrink: 0;
    width: 0.74rem;
    cursor: pointer;
    transition: opacity 0.3s;
}

.notice-prev img,
.notice-next img {
    display: block;
    width: 100%;
    height: 100%;
}

.notice-prev:hover,
.notice-next:hover {
    opacity: 0.75;
}

/* ========== 学习园地 ========== */
.study-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 0.8rem;
    align-items: stretch;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
}

.study-box > a {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.study-feature {
    display: block;
    margin-bottom: 0.08rem;
    padding-bottom: 0.18rem;
    border-bottom: 0.01rem dashed #cfc8bb;
}

.study-feature h3 {
    font-size: 0.24rem;
    font-weight: bold;
    color: #454849;
    line-height: 1.5;
    margin-bottom: 0.12rem;
    transition: color 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.study-feature p {
    font-size: 0.18rem;
    color: #7f7c7c;
    line-height: 1.8;
    text-indent: 2em;
    word-break: break-all;
    overflow: hidden;
    max-height: 3.6em;
}

.study-desc {
    display: inline;
}

.study-feature p em {
    display: inline;
    font-style: normal;
    color: #bf9242;
    white-space: nowrap;
    margin-left: 0.06rem;
}

.study-feature:hover h3 {
    color: #c41010;
}

.study-feature:hover p em {
    color: #c41010;
}

/* ========== 右侧悬浮 AI ========== */
.ai-float {
    position: fixed;
    right: 0.3rem;
    bottom: 1.2rem;
    z-index: 999;
    width: 1.2rem;
    display: block;
    transition: transform 0.3s, opacity 0.3s;
}

.ai-float img {
    display: block;
    width: 100%;
    height: auto;
}

.ai-float:hover {
    transform: translateY(-0.06rem) scale(1.05);
}

/* ========== 友情链接 ========== */
.friend-link {
    background: #ce2523;
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.friend-link-inner {
    display: flex;
    align-items: center;
    min-height: 0.72rem;
    padding: 0.18rem 0;
    box-sizing: border-box;
}

.friend-link-label {
    flex-shrink: 0;
    font-size: 0.18rem;
    color: #fff;
    margin-right: 0.08rem;
}

.friend-link-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-width: 0;
}

.friend-link-list a {
    position: relative;
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
    padding: 0 0.28rem;
    transition: color 0.3s;
}

.friend-link-list a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 0.16rem;
    background: rgba(255, 255, 255, 0.55);
}

.friend-link-list a:hover {
    color: #ffe08a;
}

/* ========== 页脚 ========== */
.footer {
    background: #ce2523;
    padding: 0.6rem 0;
    text-align: center;
}

.footer p {
    color: #ffffff;
    font-size: 0.18rem;
    letter-spacing: 0.02rem;
}

/* ========== 内页：列表 / 详情 ========== */
body.page-inner {
    background: #fff;
}

#nav_slide {
    display: none;
}

.n_container {
    padding: 0.5rem 0 0.8rem;
    background: #fff;
}

.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;
    width: 3.05rem;
    height: 1.1rem;
    background: #bd1111;
    color: #fff;
    font-family: "fzcsjw", "微软雅黑", sans-serif;
    font-size: 0.3rem;
    font-weight: normal;
    text-align: center;
    line-height: 1.3;
    position: relative;
    z-index: 2;
    box-shadow: 0 0.04rem 0.12rem rgba(189, 17, 17, 0.18);
    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: #333;
    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: #c4161c;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #c4161c;
    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.08rem;
    height: 0.08rem;
    background: #c4161c;
    pointer-events: none;
    z-index: 1;
}

.n_left .ulCon ul.sidebar-sub-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid #e0e4e8;
    background: #f6f7f9;
    display: none;
}

.n_left .ulCon > ul > li.is-sub-open > ul.sidebar-sub-nav {
    display: block;
}

.n_left .ulCon > ul > li.has-sidebar-sub > a {
    cursor: pointer;
}

.n_left .ulCon > ul > li.has-sidebar-sub > a::after {
    content: "";
    position: absolute;
    right: 0.2rem;
    top: 50%;
    width: 0;
    height: 0;
    border-left: 0.05rem solid transparent;
    border-right: 0.05rem solid transparent;
    border-top: 0.06rem solid #999;
    transform: translateY(-50%);
    transition: transform 0.2s ease, border-top-color 0.2s ease;
    pointer-events: none;
}

.n_left .ulCon > ul > li.has-sidebar-sub > a:hover::after,
.n_left .ulCon > ul > li.has-sidebar-sub.on > a::after,
.n_left .ulCon > ul > li.has-sidebar-sub.is-sub-open > a::after {
    border-top-color: #c4161c;
}

.n_left .ulCon > ul > li.has-sidebar-sub.is-sub-open > a::after {
    transform: translateY(-50%) rotate(180deg);
}

.n_left .ulCon > ul > li > ul.sidebar-sub-nav > li {
    border-bottom: 1px solid #e8ebef;
}

.n_left .ulCon > ul > li > ul.sidebar-sub-nav > li:last-child {
    border-bottom: none;
}

.n_left .ulCon > ul > li > ul.sidebar-sub-nav > li > a {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0.14rem 0;
    color: #555;
    font-size: 0.16rem;
    font-weight: 400;
    text-decoration: none;
    line-height: 1.5;
    text-align: center;
    word-break: break-word;
    transition: color 0.2s, background 0.2s;
}

.n_left .ulCon > ul > li > ul.sidebar-sub-nav > li > a:hover,
.n_left .ulCon > ul > li > ul.sidebar-sub-nav > li.on > a {
    color: #bd1111;
    font-weight: 600;
    background: transparent;
}

.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.01rem solid #d8cfc0;
    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.22rem;
}

.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: #c4161c;
}

.n_right .mianbao i {
    font-style: normal;
    color: #bbb;
}

.n_titu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.n_titu > ul > li {
    margin-bottom: 0;
    border-bottom: 1px dashed #d8cfc0;
}

.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;
    padding: 0.16rem 0.06rem;
    text-decoration: none;
    color: inherit;
    transition: background-color 0.2s ease;
}

.n_titu a.clearfix:hover {
    background: rgba(196, 22, 28, 0.05);
}

.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;
    background: #c4161c;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #c4161c;
}

.n_titu .text > i {
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    font-style: normal;
    font-size: 0.16rem;
    color: #999;
    white-space: nowrap;
}

.n_right .show {
    margin-top: 0.2rem;
}

.show01 {
    margin-bottom: 0.35rem;
}

.show01 h5 {
    font-size: 0.26rem;
    line-height: 1.45;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: bold;
    color: #323232;
    height: auto;
}

.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 #eadfce;
}

.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: #666;
    border-radius: 0.08rem;
    background: #fff;
}

.show01 .show01-ul li div img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.88;
}

.show02 p {
    color: #323232;
    line-height: 0.36rem !important;
    background: none !important;
    word-break: break-all;
    margin-bottom: 0.16rem;
    text-indent: 2em;
}

.show02 p[style*="center"] {
    text-indent: 0;
}

.show02 img {
    display: block;
    margin: 0.1rem auto;
    max-width: 86%;
    height: auto !important;
    border: none !important;
}

.show02 table {
    margin: 0 auto !important;
}

.show02 ol {
    padding-left: 1em;
}
