﻿@charset "utf-8";

/* PC 首页 — rem 与 reset 一致：设计 100px = 1rem（数值即为「px÷100」） */

:root {
    --blue: #1c60b4;
    --blue-deep: #003070;
    --blue-soft: #4a90c8;
    --blue-date-top: #5aa3d8;
    --line: #e2e8f0;
}

.site-header {
    background-color: var(--blue);
    background-image: url(../image/topbg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    overflow: visible;
}

.header-top {

}

.header-top-inner {
    min-height: 0.96rem;
    padding: 0.18rem 0;
}

.header-logo {
    display: block;
    line-height: 0;
}

.header-logo img {
    display: block;
    height: 0.63rem;
    width: auto;
}

.header-lang {
    color: #fff;
    font-size: 0.18rem;
    white-space: nowrap;
}

.header-lang:hover {
    color: #cde4ff;
}

.header-nav-wrap {
    padding: 0;
    overflow: visible;
}

.header-nav-inner {
    position: relative;
    min-height: 0.52rem;
    overflow: visible;
}

.main-nav {
    flex: 1;
    overflow: visible;
}

.main-nav-list {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 0;
}

.main-nav .nav-item {
    position: relative;
    text-align: center;
}

.main-nav .nav-item > a {
    display: block;
    padding: 0.14rem 0.06rem;
    color: #fff;
    font-size: 0.2rem;
    white-space: nowrap;
}



.main-nav .nav-item.has-sub > a::after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.06rem;
    vertical-align: middle;
    border-left: 0.04rem solid transparent;
    border-right: 0.04rem solid transparent;
    border-top: 0.05rem solid rgba(255, 255, 255, 0.85);
}

.main-nav .nav-submenu {
    position: absolute;
    left: 50%;
    top: 100%;
    z-index: 200;
    min-width: 1.6rem;
    padding: 0.08rem 0;
    margin-left: 0;
    background: #0d4a8c;
    border: 0.01rem solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 0.06rem 0.2rem rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 0.06rem);
    transition: opacity 0.2s ease, visibility 0.2s ease, transform 0.2s ease;
    pointer-events: none;
    text-align: center;
}

/* 顶部与菜单间隙的命中区，避免鼠标移入二级时菜单消失 */
.main-nav .nav-submenu::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -0.06rem;
    height: 0.06rem;
}

.main-nav .nav-item.has-sub:hover .nav-submenu {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0);
    pointer-events: auto;
}

.main-nav .nav-submenu a {
    display: block;
    padding: 0.1rem 0.2rem;
    color: rgba(255, 255, 255, 0.95);
    font-size: 0.16rem;
    white-space: nowrap;
    text-align: center;
}

.main-nav .nav-submenu a:hover {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
}

.hero-wrap {
    position: relative;
    background: var(--blue-deep);
}

.hero-swiper {
    width: 100%;
    overflow: hidden;
    height: 5.2rem;
    background: url("../image/lunbobg.png") left center no-repeat;
    background-size: auto;

}

.hero-swiper .swiper-slide {
    height: auto;
}

.hero-slide-link {
    display: block;
    line-height: 0;
}

.hero-slide-link img {
    display: block;
    width: 100%;
    height: 4.8rem;
    object-fit: cover;
}

.hero-pagination.swiper-pagination-bullets {
    right: 1.55rem;
    bottom: 0.1rem;
    left: auto;
    width: auto;
}

.hero-pagination .swiper-pagination-bullet {
    width: 0.15rem;
    height: 0.15rem;
    background: #fff;
    opacity: 0.45;
}

.hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}

.main-area {
    padding: 0.48rem 0 1.56rem;
    background: #eff1f3 url("../image/bannerbg.png") left calc(100% + 1.8rem) no-repeat;
    background-size: contain;
}

.main-inner {
    align-items: flex-start;
    gap: 0.4rem;
}

.column-news {
    width: 8.86rem;
    flex-shrink: 0;
}

.column-notice {
    width: 5.96rem;
    flex-shrink: 0;
}

.block-head {
    margin-bottom: 0.22rem;
}

.block-title {
    font-size: 0.3rem;
    font-weight: bold;
    color: #000;
    letter-spacing: 0.01rem;
}

.block-more {
    display: inline-flex;
    align-items: center;
    gap: 0.06rem;
    font-size: 0.14rem;
    color: var(--blue);
    transition: color 0.25s ease, opacity 0.25s ease;
}

.block-more:hover {
    color: #155a9e;
    opacity: 0.92;
}

.block-more img {
    display: block;
    width: auto;
    height: 0.14rem;
    transition: transform 0.28s ease;
}

.block-more:hover img {
    transform: translateX(0.05rem);
}

.block-more:hover span {
    text-decoration: underline;
}

.news-feature {
    gap: 0.2rem;
    margin-bottom: 0.28rem;
}

.news-feature-item {
    width: 2.82rem;
}

.news-feature-card {
    display: block;
    transition: transform 0.3s ease;
}

.news-feature-card:hover {
    transform: translateY(-0.04rem);
}

.news-feature-thumb {
    display: block;
    overflow: hidden;
    line-height: 0;
    margin-bottom: 0.12rem;
    border: 0.01rem solid #eee;
    transition: border-color 0.25s ease, box-shadow 0.3s ease;
}

.news-feature-card:hover .news-feature-thumb {
    border-color: rgba(28, 96, 180, 0.35);
    box-shadow: 0 0.06rem 0.18rem rgba(0, 0, 0, 0.1);
}

.news-feature-thumb img {
    display: block;
    width: 100%;
    height: 1.8rem;
    object-fit: cover;
    transition: transform 0.45s ease;
}

.news-feature-card:hover .news-feature-thumb img {
    transform: scale(1.06);
}

.news-feature-tit {
    display: block;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.55;
    min-height: 0.46rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color 0.25s ease;
}

.news-feature-card:hover .news-feature-tit {
    color: var(--blue);
}

.news-list {
    border-top: 0.01rem solid var(--line);
}

.news-list > .news-list-row {
    border-bottom: 0.01rem dashed #ccd2d8;
}

.news-list-row {
    padding: 0.14rem 0;
    font-size: 0.18rem;
    color: #000000;
    transition: background-color 0.25s ease;
}

.news-list-row:hover {
    background-color: rgba(28, 96, 180, 0.05);
}

.news-list-main {
    flex: 1;
    min-width: 0;
    gap: 0.15rem;
    padding-right: 0.16rem;
}

.news-list-icon {
    display: block;
    flex-shrink: 0;
    width: auto;
    height: 0.1rem;
    align-self: center;
    transition: transform 0.28s ease, opacity 0.25s ease;
}

.news-list-row:hover .news-list-icon {
    transform: translateX(0.04rem);
    opacity: 1;
}

.news-list-row:hover .news-list-tit,
.news-list-row:hover .news-list-date {
    color: var(--blue);
}

.news-list-tit {
    flex: 1;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.25s ease;
}

.news-list-date {
    color: #797777;
    font-size: 0.16rem;
    white-space: nowrap;
    flex-shrink: 0;
    transition: color 0.25s ease;
}

.notice-list {

}

.notice-list > .notice-item {
    gap: 0.18rem;
    margin-bottom: 0;
    padding: 0.15rem 0.05rem;
    border-bottom: 0.01rem solid #e0e4ea;
}

.notice-list > .notice-item:last-child {
    margin-bottom: 0;
}

.notice-item {
    align-items: center;
    transition: background-color 0.28s ease;
}

.notice-datebox {
    flex-shrink: 0;
    width: 0.72rem;
    text-align: center;
    overflow: hidden;
    border: 0.01rem solid #d8dde4;
    border-radius: 0.02rem;
    background: #fff;
    transition: border-color 0.25s ease, box-shadow 0.3s ease, transform 0.28s ease;
}

.notice-item:hover .notice-datebox {
    border-color: var(--blue);
    box-shadow: 0 0.04rem 0.12rem rgba(28, 96, 180, 0.2);
    transform: translateY(-0.02rem);
}

.notice-day {
    display: block;
    background: #fff;
    color: var(--blue);
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1;
    padding: 0.05rem 0.08rem 0.05rem;
    transition: color 0.25s ease, background-color 0.25s ease;
}

.notice-item:hover .notice-day {
    color: #155a9e;
}

.notice-ym {
    display: block;
    background: var(--blue);
    color: #fff;
    font-size: 0.14rem;
    padding: 0.08rem 0.04rem;
    line-height: 1.2;
    transition: background-color 0.25s ease, filter 0.25s ease;
}

.notice-item:hover .notice-ym {
    filter: brightness(1.08);
}

.notice-tit {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    color: #000000;
    line-height: 1.55;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease;
}

.notice-item:hover .notice-tit {
    color: var(--blue);
}

.notice-item:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

.cta-row {
    margin-top: 0.5rem;
    gap: 0.22rem;
}

.cta-card {
    flex: 1;
    display: block;
    line-height: 0;
    overflow: hidden;
    text-decoration: none;
    box-shadow: 0 0.04rem 0.16rem rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.cta-card img {
    display: block;
    width: 100%;
    height: auto;
    vertical-align: top;
    transition: transform 0.45s ease;
}

.cta-card:hover {
    box-shadow: 0 0.1rem 0.28rem rgba(28, 96, 180, 0.22);
    transform: translateY(-0.05rem);
}

.cta-card:hover img {
    transform: scale(1.05);
}

.site-footer {
    position: relative;
    background: #1c60b4;
    color: #fff;
    padding: 0.4rem 0 0.48rem;
    overflow: hidden;
}

.footer-inner {
    position: relative;
    z-index: 1;
    align-items: center;
}

.footer-logo {
    display: block;
    line-height: 0;
    flex-shrink: 0;
}

.footer-logo img {
    display: block;
    height: 0.46rem;
    width: auto;
}

.footer-contact {
    font-size: 0.16rem;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.92);
    text-align: right;
}

.footer-contact p {
    margin: 0;
}



#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: #1c60b4;
    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: #1c60b4;
    font-weight: 600;
}

.n_left .ulCon > ul > li.on > a {
    color: #1c60b4;
    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("../image/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: #1c60b4;
}

.n_titu a.clearfix:hover h5.line1 {
    color: #1c60b4;
}

.n_titu .text > i {
    display: block;
    flex-shrink: 0;
    margin-left: auto;
    margin-top: 0;
    padding-top: 0;
    font-style: normal;
    font-size: 0.16rem;
    color: #777;
    white-space: nowrap;
}

.n_right .show {
    margin-top: 0.4rem
}

.show01 {
    margin-bottom: 0.35rem
}

.show01 .show01-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.12rem 0.16rem;
    margin: 0;
    padding: 0 0 0.22rem;
    list-style: none;
    border-bottom: 1px solid #e2e8eb;
}

.show01 .show01-ul li {
    margin: 0;
    list-style: none;
}

.show01 .show01-ul li div {
    display: inline-flex;
    align-items: center;
    gap: 0.06rem;
    box-sizing: border-box;
    padding: 0.08rem 0.16rem;
    font-size: 0.16rem;
    line-height: 1.45;
    color: #000;
    border-radius: 0.08rem;
}

.show01 .show01-ul li div img {
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
    flex-shrink: 0;
    opacity: 0.88;
}


.show01 h5 {
    font-size: 0.22rem;
    line-height: 0.32rem;
    text-align: center;
    margin-bottom: 0.2rem;
    font-weight: bold;
    color: #323232;
    height: 0.32rem
}

.show01 p {
    padding-bottom: 0.2rem;
    text-align: center;
    font-size: 0.14rem;
    color: #666666;
    border-bottom: 1px solid #dcdcdc;
    word-break: break-all
}

.show02 p {

    color: #323232;
    line-height: 0.36rem!important;
    margin-bottom: 0.14rem;

    background: none !important;
    word-break: break-all
}

.show02 p strong {
    background: none !important
}

.show02 p iframe {
    border: 0px solid #DDDDDD !important
}

.show02 p audio {
    margin: 0 auto
}

.show02 table {
    margin: 0 auto !important;
    overflow-x: scroll
}

.show02 table p {
    text-indent: 0em
}

.show02 ol {
    padding-left: 1em
}

.show02 li p {
    text-indent: 0em
}

.show02 img {
    display: inherit;
    margin: 0 auto;
    max-width: 86%;
    height: auto!important;
    border: none !important;
    margin-bottom: 0.16rem
}

/* ========== 图片/视频列表 piclist-grid（每行三列） ========== */
.piclist-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.22rem 0.24rem;
    margin: 0;
    padding: 0;
}

.piclist-card {
    display: block;
    position: relative;
    grid-column: span 1;
    min-width: 0;
    border-radius: 0.08rem;
    overflow: hidden;
    box-shadow: 0 0.04rem 0.14rem rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: inherit;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.piclist-card:hover {
    box-shadow: 0 0.14rem 0.32rem rgba(0, 0, 0, 0.24);
    transform: translateY(-0.03rem);
}

.piclist-card:focus-visible {
    outline: 2px solid #335e69;
    outline-offset: 2px;
}

.piclist-card-media {
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #e8ecee;
    border-radius: 0.08rem;
}

.piclist-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.piclist-card:hover .piclist-card-media img {
    transform: scale(1.04);
}

.piclist-card-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.1rem 0.12rem;
    font-size: 0.14rem;
    font-weight: 600;
    line-height: 1.45;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}