/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Microsoft YaHei', 'PingFang SC', sans-serif;
}

.head {
    width: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul,
li {
    list-style: none;
}

.head img {
    width: 100%;
}

/* ========== 板块通用样式 ========== */
.W1200 {
    width: 1200px;
    margin: 0 auto;
}

.plate-header {
    margin-bottom: 30px;
    padding: 30px 0 60px;
}

.plate-header img {
    width: 130%;
    margin-left: -15%;
}



/* ========== 板块一：时间轴 ========== */


.timeline-bar::-webkit-scrollbar-thumb {
    background: #e88c30;
    border-radius: 2px;
}

.timeline-track {
    position: relative;
    display: flex;
    justify-content: space-between;
    min-width: 900px;
    padding: 0 20px;
}

.timeline-line {
    position: absolute;
    top: 14px;
    left: -200px;
    right: -130px;
    width: 1540px;
    height: 240px;
    background: url('/statics/ynxcwv2/topic/images/zt_sqxj/timelinebg2.png');
    background-repeat: no-repeat;
    z-index: 0;
}

.timeline-bar {
    height: 380px;
}

.timeline-node {
    position: relative;
    z-index: 1;
    text-align: center;
    cursor: pointer;
}

.timeline-node:nth-child(2n) {
    top: -100px;
}

.timeline-node:nth-child(2n) .node-dot {
    top: 100px;
}

.timeline-node:nth-child(2n+1) {
    top: 200px;
}

.timeline-node:nth-child(2n+1) .node-dot {
    top: 0;
}

.timeline-node:nth-child(2) {
    left: 20px;
}

.timeline-node:nth-child(3) {
    top: 180px;
}

.timeline-node:nth-child(4) {
    top: -70px;
}

.timeline-node:nth-child(6) {
    top: -80px;
    left: -40px;
}

.timeline-node:nth-child(7) {
    top: 140px;
}

.timeline-node:nth-child(8) {
    top: -100px;
    left: -40px;
}

.timeline-node:nth-child(10) {
    top: -40px;
}

.node-dot {
    width: 16px;
    height: 79px;
    display: block;
    transition: all 0.3s;
    position: relative;
    z-index: 2;
    background: url('/statics/ynxcwv2/topic/images/zt_sqxj/timeline_dot.png');
    background-size: cover;
    left: 50%;
    transform: translateX(-50%);
}

.timeline-node:hover .node-dot,
.timeline-node.active .node-dot {
    transform: scale(1.2);
}


.node-label {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    transition: color 0.3s;
}

.timeline-node:hover .node-label,
.timeline-node.active .node-label {
    color: #c06a10;
}

/* ========== 活动详情弹出面板 ========== */
.activity-panel {
    display: none;

    margin-top: 20px;
    overflow: hidden;
    animation: panelFadeIn 0.35s ease;
    position: relative;
}

.activity-panel.show {
    display: block;
}

@keyframes panelFadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.panel-close {
    position: absolute;
    top: 10px;
    right: 16px;
    font-size: 28px;
    color: #999;
    cursor: pointer;
    z-index: 10;
    transition: color 0.2s;
    line-height: 1;
}

.panel-close:hover {
    color: #e85d30;
}

.panel-inner {
    display: flex;
    gap: 0;
}

.panel-left {
    width: 640px;
    height: 500px;
}


.panel-swiper {
    border-radius: 8px;
    overflow: hidden;
}

.panel-swiper .swiper-slide {
    width: 640px;
    height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.panel-swiper .swiper-slide p {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 5px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
}

.panel-swiper .swiper-slide a {
    color: #fff;
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
}

.panel-prev,
.panel-next {
    color: #ccc !important;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
}

.panel-prev::after,
.panel-next::after {
    font-size: 18px !important;
}

.panel-pagination .swiper-pagination-bullet-active {
    background: #e88c30;
}

.panel-right {
    width: 530px;
    margin-left: 66px;
    display: flex;
    flex-direction: column;
}

/* ========== 面板：新闻列表 ========== */
.panel-news-list {
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}

.panel-news-list h2 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 34px;
    margin-bottom: 20px;
    margin-top: 20px;


}

.panel-news-list .has-title:nth-child(1) h2 {
    margin-top: 0;
}

.panel-news-list:nth-child(1) .has-title {
    padding-bottom: 10px;
    border-bottom: 2px solid #f0e0c8;

}

.panel-news-list .has-title {
    width: 100%;
}

.panel-news-list .has-title h2 a {
    color: #000;
}

.panel-news-list .has-title h2 a:hover {
    color: #d29825;
}

.panel-news-item {
    width: 100%;
    display: flex;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f0e0c8;
    cursor: pointer;
}

.panel-news-text a:hover {
    color: #d29825;
}

.panel-news-text {
    line-height: 44px;
}

.panel-news-text a {
    display: inline-block;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 44px;
}

.panel-news-item.has-thumb .panel-news-text {
    font-size: 13px;
    -webkit-line-clamp: 2;
}

.panel-more {
    text-align: right;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #f0e0c8;
}

.panel-more a {
    font-size: 14px;
    color: #e88c30;
    font-weight: 600;
    transition: color 0.2s;
}

.panel-more a:hover {
    color: #c06a10;
}

/* ========== 更多报道模块 ========== */


.title-bar {
    margin: 30px 0;
}

.panel-reports-icon {
    width: 16px;
    height: 16px;
    border-radius: 3px;
    position: relative;
    flex-shrink: 0;
}

.panel-reports-icon::after {
    content: '';
    position: absolute;
    inset: 3px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 1px;
}

.panel-reports-title {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 2px;
}

.panel-reports-body {
    display: flex;
    align-items: stretch;
    gap: 0;
}

.panel-reports-col {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 45%;
}

.panel-reports-col:nth-child(2) {
    margin-left: 10%;
}

.panel-reports-col li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 8px 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    cursor: pointer;
    transition: color 0.2s;
}

.panel-reports-col li a {
    display: block;
    color: #333;
}

.panel-reports-col li a:hover {
    color: #e85d30;
}

.pr-dot {
    width: 6px;
    height: 6px;
    background: #000;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 6px;
}



.panel-reports-more {
    text-align: right;
    padding: 10px 24px 0;
    margin: 6px 0 0;
}

.panel-reports-more a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    transition: color 0.2s;
}

.panel-reports-more a:hover {
    color: #333;
}

@media (max-width: 768px) {
    .panel-reports-body {
        flex-direction: column;
    }

    .panel-reports-divider {
        width: 100%;
        height: 1px;
        margin: 4px 0;
    }

    .panel-reports-titlebar {
        margin: 14px 14px 12px;
    }

    .panel-reports-body {
        padding: 0 14px;
    }

    .panel-reports-more {
        padding: 8px 14px 0;
    }
}

/* ========== 板块二：通用标题栏 ========== */
.sub-block {
    margin-bottom: 40px;
}

.sub-block:last-child {
    margin-bottom: 0;
}




/* ========== 聚焦：轮播图 + 新闻栏 ========== */
.focus-layout {
    display: flex;
    overflow: hidden;

}

.focus-layout {
    background: url('/statics/ynxcwv2/topic/images/zt_sqxj/2-1-bg.png') no-repeat center center;
    background-size: auto 100%;
    padding: 56px 0;
}


.focus-swiper {
    width: 620px;
    height: 400px;
    border-radius: 0;
}

.focus-slide {
    height: 620px;
    height: 400px;
}

.focus-img {
    width: 100%;
    height: 100%;
}

.focus-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.focus-prev,
.focus-next {
    color: #ccc !important;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);

}

.focus-prev::after,
.focus-next::after {
    font-size: 18px !important;
}

.focus-pagination .swiper-pagination-bullet-active {
    background: #e88c30;
}

.focus-sidebar {
    width: 530px;
    margin-left: 60px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
}

/* ========== 新闻列表通用 ========== */
.news-list {
    flex: 1;
}

.news-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0e0c8;
    transition: background 0.2s;
}



.news-text a {
    font-size: 16px;
    color: #333;
    line-height: 45px;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.news-text a:hover {
    color: #e88c30;
}

.more-link {
    text-align: right;
    margin-top: 12px;
    padding-top: 10px;
}

.more-link a {
    font-size: 14px;
    color: #e88c30;
    font-weight: 600;
    transition: color 0.2s;
}

.more-link a:hover {
    color: #c06a10;
}

/* ========== "U"解作品展示 左右按钮包裹 ========== */
.works-swiper-wrap {
    display: flex;
    align-items: center;
    gap: 0;
    border-radius: 0 0 6px 6px;
    padding: 20px 4px;
}

.works-swiper-wrap .swiper-button-prev,
.works-swiper-wrap .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-color: #989583;
    border: 1px solid #e0d0b8;
    background-repeat: no-repeat;
}




.works-swiper-wrap .works-swiper {
    flex: 1;
    min-width: 0;
    padding: 0 8px;
}

.works-card {
    text-align: center;
    padding: 10px;
}

.works-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin-bottom: 12px;
}

.works-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.works-title {
    font-size: 16px;
    color: #333;
    font-weight: 600;
}

/* ========== 凡人微光（居中大图轮播） ========== */
.swiper-container-2 .swiper-slide {

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.95);
    position: relative;
}

.swiper-container-2 .swiper-slide-active,
.swiper-container-2 .swiper-slide-duplicate-active {
    transform: scale(1);
    z-index: 999;
}

.swiper-container-2 img {
    width: 1000px;
    height: 600px;
}


.lay3_swiper2 .title {
    height: 40px;
    line-height: 40px;
    background-color: rgba(50, 50, 50, .5);
    text-align: center;
    color: #fff;
    width: 1000px;
    display: inline-block;
    position: absolute;
    left: -75%;
    bottom: 4px;
}

.lay3_swiper2 .title a {
    color: #fff;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lay3 {
    position: relative;
    padding-bottom: 0;
}


.lay3_swiper2 .swiper-button-next,
.lay3_swiper2 .swiper-button-prev {
    background-color: rgba(0, 0, 0, 0.3);
}

/* 底部标题条 */
.spotlight-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 20px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 播放按钮（只在活动卡片显示） */
.spotlight-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: rgba(232, 93, 48, 0.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.spotlight-swiper .swiper-slide-active .spotlight-play-btn {
    opacity: 1;
}

.spotlight-swiper .swiper-slide-active:hover .spotlight-play-btn {
    background: rgba(232, 93, 48, 1);
    transform: translate(-50%, -50%) scale(1.12);
}

/* 居中左右箭头：悬浮在容器两侧 */
.spotlight-prev,
.spotlight-next {
    color: rgba(255, 255, 255, 0.9) !important;
    background: rgba(0, 0, 0, 0.3);
    width: 44px !important;
    height: 44px !important;
    border-radius: 50%;
    transition: background 0.2s;
}

.spotlight-prev:hover,
.spotlight-next:hover {
    background: rgba(232, 93, 48, 0.85) !important;
}

.spotlight-prev::after,
.spotlight-next::after {
    font-size: 16px !important;
    font-weight: 700;
}

/* 分页圆点 */
.spotlight-pagination {
    bottom: 8px !important;
}

.spotlight-pagination .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.6);
    opacity: 1;
}

.spotlight-pagination .swiper-pagination-bullet-active {
    background: #e88c30;
    width: 20px;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .spotlight-swiper .swiper-slide {
        width: 80% !important;
    }

    .spotlight-img {
        height: 200px;
    }


    .panel-left {
        width: 100%;
        height: auto;
    }

    .panel-right {
        width: 100%;
        margin-left: 0;
        padding: 10px;
    }

    .title-bar {
        overflow: hidden;
    }

    .title-bar img {
        width: 160%;
    }

    .W1200 {
        width: 100%;
    }

    .timeline-line {
        width: 100%;
        left: 0;
        height: 150px;
        background-size: 100%;
        top: 150px;
    }

    .timeline-track {
        width: 100%;
        min-width: 0;
    }

    .timeline-node {
        width: 80px;
    }

    .panel-reports-col {
        width: 100%;
    }

    .timeline-node:nth-child(2n+1) {
        top: 200px;
    }

    .timeline-node:nth-child(2n) {
        top: 40px;
    }

    .panel-reports-col:nth-child(2) {
        margin-left: 0;
    }

    .timeline-node:nth-child(3) {
        left: 13px;
    }

    .timeline-node:nth-child(4) {
        left: 2px;
    }

    .timeline-node:nth-child(6) {
        left: -5px;
    }

    .timeline-node:nth-child(8) {
        left: 10px;
    }

    .plate-header {
        padding: 0;
        margin-bottom: 0;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .focus-swiper {
        width: 100%;
        height: 100%;
    }

}

/* ========== Swiper 导航按钮组 ========== */
.swiper-nav-group {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 14px;
}

.swiper-nav-group .swiper-button-prev,
.swiper-nav-group .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin: 0;
    width: 36px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    transition: all 0.2s;

}



/* ========== 底部 ========== */
.footer {
    background: #dfb248;
    padding: 40px 0;
    text-align: center;
}

.footer-org {
    font-size: 28px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 14px;
    letter-spacing: 2px;
}

.footer .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .container p {
    display: inline-block;
    margin-right: 20px;
}

.section-plate-2 {
    padding-bottom: 35px;
}

.section-plate-1 {
    background: url('/statics/ynxcwv2/topic/images/zt_sqxj/bg1.jpg');
    background-size: 100% 100%;
}

/* ========== 响应式 ========== */
@media (max-width: 992px) {
    .panel-inner {
        flex-direction: column;
    }

    .panel-right {
        width: 100%;
        border-left: none;
        border-top: 1px solid #f0e8dc;
    }

    .focus-layout {
        flex-direction: column;
    }

    .focus-sidebar {
        width: 100%;
        border-left: none;
        border-top: 1px solid #f0e8dc;
        margin-left: 0;
        padding: 10px;
    }

    .focus-slide {
        height: 240px;
    }
}

@media (max-width: 768px) {
    .banner {
        height: 200px;
    }

    .banner-title {
        font-size: 28px;
        letter-spacing: 3px;
    }

    .banner-subtitle {
        font-size: 16px;
        letter-spacing: 2px;
    }

    .section-plate {
        padding: 30px 0;
    }

    .plate-title {
        font-size: 18px;
    }

    .node-label {
        font-size: 11px;
        max-width: 80px;
    }

    .node-dot {
        width: 8px;
        height: 24px;
    }

    .panel-swiper .swiper-slide {
        height: auto;
        width: 100%;
    }

    .panel-news-thumb {
        width: 70px;
        height: 48px;
    }

    .works-img,
    .spotlight-img {
        height: 160px;
    }

    .spotlight-play-btn {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }

    .lay3 .swiper-container-2 {
        width: 100%;
        height: auto;
    }

    .lay3 .swiper-container-2 .swiper-slide img {
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .lay3_swiper2 .swiper-container::after {
        content: "";
        display: block;
        position: absolute;
        background: none;
    }



    .lay3_swiper2 .title {
        left: 0px;
        width: 100%;
    }

    .footer-logo {
        width: 100px;
        height: auto;
    }

    .footer-logo img {
        width: 100%;
        height: auto;
    }

    .footer-org {
        font-size: 16px;
    }

    .panel-news-text {
        line-height: 30px;
    }

    .panel-news-text a {
        line-height: 30px;
    }

    .panel-news-list h2 {
        margin-bottom: 0;
    }

    .panel-prev,
    .panel-next {
        display: none !important;
    }

    .timeline-bar {
        height: 330px;
    }
}