@charset "UTF-8";
/**!
 * 崇明2026年两会
 * date: 2026-01-05
 * author: lzj;
 */
body {
  background-color: #FFF7EF;
  background-image: url("../images/bg_gradient.png"), url("../images/bg.jpg");
  background-repeat: no-repeat, no-repeat;
  background-position: center 580px, center top;
}

/* header */
.header {
  height: 540px;
  padding-top: 174px;
}
.logo { 
  display: block;
  margin: 0 auto;
}

/* nav */
.nav {
  height: 85px;
  width: 1280px;
  background: url("../images/nav_bg.svg") center center no-repeat;
  padding: 0;
  overflow: visible;
}
.nav-node {
  float: left;
  width: 14.2857%;
  height: 85px;
  line-height: 85px;
  text-align: center;
  overflow: visible;
}
.nav-name {
  position: relative;
  display: block;

  height: 85px;
  line-height: 85px;
  top: 10px;
  font-size: 20px;
  font-weight: normal;
  color: #c61e1e;
  background: none;
}
.nav-name:hover {
  color: #ff6b00;
  font-weight: 500;
}
.nav-name.active {
  position: relative;
  top: -10px;
  color: #c61e1e;
}
.nav-name.active:hover {
  color: #c61e1e;
}
.nav-name.active::before {
  position: absolute;
  content: "";
  width: 226px;
  height: 74px;
  top: 21px;
  left: -36px;
  z-index: 1;
  background: url("../images/nav_active.svg") center center no-repeat;
}
.nav-name.active::after {
  position: absolute;
  content: attr(data-text);
  top: 15px;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  line-height: 85px;
  text-align: center;
}
.nav-node:first-child .nav-name.active::before {
  left: 0;
  transform: translateX(0) scaleX(-1);
}

@media (max-width: 1279px) {
  /* 切换为传统导航方案 */
  .nav {
    height: 72px;
    width: auto;
    max-width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 6px 3px;
  }
  .nav-node {
    height: 60px;
    line-height: 60px;
    overflow: hidden;
  }
  .nav-name {
    height: auto;
    line-height: 60px;
    top: 0;
    margin: 0 3px;
    font-size: 22px;
    font-weight: 500;
    color: #C61E1E;
    background: #fff0e6;
    border-radius: 8px;
  }
  .nav-name:hover {
    color: #fff;
    background: #e0a25790;
  }
  .nav-name.active {
    top: 0;
    font-weight: bold;
    color: #fff;
    background: #E0A257;
    background: linear-gradient(to bottom, #E0A257, #FFD8A8);
    background: -webkit-linear-gradient(top, #E0A257, #FFD8A8);
    background: -o-linear-gradient(bottom, #E0A257, #FFD8A8);
    background: -moz-linear-gradient(top, #E0A257, #FFD8A8);
  }
  .nav-name.active:hover {
    color: #fff;
  }
  .nav-name.active::before {
    display: none;
  }
  .nav-name.active::after {
    display: none;
  }
  .nav-node:first-child .nav-name.active::before {
    display: none;
  }
}

@media (max-width: 979px) {
  .header {
    padding: 60px 0;
    height: auto;
  }
  .nav {
    height: auto;
    padding-bottom: 0;
  }
  .nav-node {
    width: 25%;
    margin-bottom: 6px;
  }
}

@media (max-width: 767px) {
  body {
    background-size: auto 400px;
  }
  .header {
    padding: 30px 0;
  }
  .nav {
    padding: 6px 3px;
  }
  .nav-node {
    width: 50%;
  }
  .nav-name {
    font-size: 18px;
  }
}
/* 公共栏目样式 */
.column {
  position: relative;
  height: 91px;
  text-align: center;
}
.column-tt-img {
  display: block;
  margin: 0 auto;
}
.column-icon1 {
  position: absolute;
  top: 34px;
  right: 50%;
  transform: translateX(284px);
}
.column-more {
  position: absolute;
  top: 11px;
  right: 0;
  height: 37px;
  line-height: 37px;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  background: url("../images/more_ico.png") right center no-repeat;
}
.column-more:hover {
  color: #fb6501;
  background-image: url("../images/more_icoh.png");
}

@media (max-width: 767px) {
  .column-more {
    top: -30px;
  }
}
/* 两会要闻 */
.news {
  padding: 60px 0 0 0;
  background: url("../images/lhyw_bg.png") center top no-repeat;
}
.news-wrap {
  padding: 0px;
}

/* 左侧轮播 */
.news-swiper {
  width: 50%;
  border-radius: 8px;
  overflow: hidden;
}
.news-swiper-item {
  position: relative;
  display: block;
  height: 406px;
}
.news-swiper-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-swiper-tips {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 20px;
  background: url("../images/news_swiper_tips_bg.svg") center center no-repeat;
  background-size: cover;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.news-swiper .swiper-pagination {
  bottom: 15px;
  text-align: right;
  padding-right: 20px;
}
.news-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: #fff;
  opacity: 0.5;
}
.news-swiper .swiper-pagination-bullet-active {
  width: 20px;
  border-radius: 8px;
  opacity: 1;
}

/* 右侧列表 */
.news-list {
  padding-top: 6px;
  width: 50%;
  height: 406px;
}

/* 新闻列表 */
.news-items {
  list-style: none;
}

/* 新闻项默认样式（次要新闻） */
.news-item-node {
  margin-top: 10px;
}
.news-item-node:first-child {
  margin-top: 0;
}

.news-item-link {
  display: block;
  width: 98%;
  padding: 16px 40px;
  background: #ffedd9;
  border-radius: 0 8px 8px 0;
  position: relative;
  box-shadow: 0 3px 2px 0 rgba(193, 106, 0, 0.16);
}

.news-item-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* 次要新闻样式 */
.news-item-title {
  flex: 1;
  font-size: 16px;
  font-weight: normal;
  color: #333;
  line-height: 1.5;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 20px;
}

.news-item-date {
  flex-shrink: 0;
  font-size: 14px;
  color: #999;
}

.news-item-desc {
  display: none;
}

.news-item-icon {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/news_item_icon.png") center center no-repeat;
  background-size: contain;
}

/* 主要新闻样式（默认第一条或悬停时） */
.news-item-node.active .news-item-link,
.news-item-node:hover .news-item-link {
  width: 100%;
  padding: 20px;
  background: url("../images/new_bg.png") center center no-repeat;
  background-size: cover;
}

.news-item-node.active .news-item-title,
.news-item-node:hover .news-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #C61E1E;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}

.news-item-node.active .news-item-hd,
.news-item-node:hover .news-item-hd {
  align-items: flex-start;
  margin-bottom: 10px;
}

.news-item-node.active .news-item-desc,
.news-item-node:hover .news-item-desc {
  display: block;
  display: -webkit-box;
  font-size: 14px;
  color: #333;
  line-height: 1.8;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news-item-node.active .news-item-icon,
.news-item-node:hover .news-item-icon {
  display: none;
}

@media (max-width: 979px) {
  .news-swiper {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-list {
    width: 100%;
  }
  .news-swiper-item {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .news {
    padding-bottom: 30px;
  }
  .news-wrap {
    padding: 0;
  }
  .news-swiper-item {
    height: 200px;
  }
  .news-item-link {
    padding: 12px;
    padding-left: 30px;
  }
  .news-item-icon {
    left: 12px;
    width: 10px;
    height: 10px;
  }
  .news-item-title {
    font-size: 14px;
  }
  .news-item-date {
    font-size: 12px;
  }
  .news-item-node.active .news-item-link,
  .news-item-node:hover .news-item-link {
    padding: 15px;
  }
  .news-item-node.active .news-item-title,
  .news-item-node:hover .news-item-title {
    font-size: 18px;
  }
  .news-item-node.active .news-item-desc,
  .news-item-node:hover .news-item-desc {
    font-size: 13px;
  }
}
/* 两会视频 */
.video {
  padding: 60px 0 0 0;
  background: url("../images/lhsp_bg.png") center bottom no-repeat;
}

.video-swiper {
  padding: 0 76px;
  height: 420px;
}

.video-box {
  display: block;
  position: relative;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

.video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 2px solid #fece96;
  box-shadow: 0 3px 2px 0 rgba(193, 106, 0, 0.16);
  overflow: hidden;
}

.video-poster-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.video-box:hover .video-poster-img {
  transform: scale(1.05);
}

.video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.3s;
}

.video-play-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 18px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.video-box:hover .video-play-btn {
  background: rgba(198, 30, 30, 0.8);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px 20px;
  background: rgba(47, 19, 4, 0.8);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/* 视频弹窗样式 */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-modal.active {
  display: block;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
}

.video-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  max-height: 90vh;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  z-index: 10;
  transition: color 0.3s;
}

.video-modal-close:hover {
  color: #c61e1e;
}

.video-modal-content .video-js {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  position: relative;
}

.video-modal-content .video-js video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video .mod-bd {
  position: relative;
  margin-top: 0px;
}

.video .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 540px;
  height: 360px;
}

.video .swiper-pagination-bullet-active {
  width: 36px;
  border-radius: 4px;
}

.video .swiper-button-next,
.video .swiper-container-rtl .swiper-button-prev {
  width: 42px;
  height: 42px;
  right: 10px;
  top: 50%;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.video .swiper-button-prev,
.video .swiper-container-rtl .swiper-button-next {
  width: 42px;
  height: 42px;
  left: 10px;
  top: 50%;
  -ms-transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1) !important;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border: 2px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.video .swiper-button-next:after,
.video .swiper-container-rtl .swiper-button-prev:after {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/next_w.svg") no-repeat center center !important;
  background-size: 12px auto !important;
}

.video .swiper-button-prev:after,
.video .swiper-container-rtl .swiper-button-next:after {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/next_w.svg") no-repeat center center !important;
  background-size: 12px auto !important;
  -ms-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.video .swiper-button-next:hover,
.video .swiper-button-prev:hover {
  background: rgba(0, 0, 0, 0.3) !important;
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* 简报、简讯 */
.brief {
  padding: 60px 0 0 0;
  background: url("../images/jbjx_bg.png") center top no-repeat;
}

.brief-wrap {
  display: flex;
  justify-content: space-between;
}

.brief-box {
  width: 49%;
  max-width: 580px;
}

.brief-module {
  width: 100%;
  height: 540px;
  background: url("../images/module_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding: 30px 0 0 0;
  box-shadow: 0 0 12px 0 rgba(189, 131, 64, 0.26);
  border-radius: 16px 16px 88px 16px;
}

.brief-header {
  width: 240px;
  height: 80px;
  margin: 0 auto;
  background: url("../images/module_title_bg.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
}

.brief-title-img {
  width: 148px;
  height: 35px;
  display: block;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.brief-title-icon {
  width: 146px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.brief-content {
  padding: 20px 35px 30px;
  }
  
.brief-list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  }
  
.brief-item {
  margin-bottom: 20px;
  }
  
.brief-item:last-child {
  margin-bottom: 0;
  }
  
.brief-link {
  display: block;
  width: 100%;
  max-width: 510px;
  height: 100px;
  padding: 15px 20px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
  position: relative;
  margin: 0 auto;
}

.brief-link:hover {
  box-shadow: 0 4px 12px rgba(203, 48, 39, 0.2);
  transform: translateY(-2px);
  }
  
.brief-link:hover .brief-item-title {
  color: #c61e1e;
}

.brief-link:hover .brief-item-desc {
  color: #c61e1e;
  }

.brief-item-title {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  margin: 0 0 8px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.brief-item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 1.6;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.brief-item-date {
  display: none;
}

.brief-more-wrap {
  text-align: center;
  margin-top: 20px;
}

.brief-more {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
}

.brief-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../images/more_ico.png") right center no-repeat;
  background-size: contain;
}

.brief-more:hover {
  color: #fb6501;
}

.brief-more:hover::after {
  background-image: url("../images/more_icoh.png");
}

@media (max-width: 1199px) {
  .brief-wrap {
    flex-direction: column;
    align-items: center;
  }
  
  .brief-box {
    margin-bottom: 30px;
}
  
  .brief-box:last-child {
    margin-bottom: 0;
  }
}
/* 两会日程、历年两会 */
.schedule {
  padding: 60px 0 60px 0;
  background: url("../images/rcln_bg.png") center top no-repeat;
}

.schedule-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.schedule-right {
  width: 30%;
  max-width: 380px;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* 两会日程 */
.schedule-box {
  width: 67%;
  max-width: 782px;
}

.schedule-module {
  width: 100%;
  height: 550px;
  background: transparent;
  padding: 0 0 0 0;
}

.schedule-header {
  width: 240px;
  height: 80px;
  margin: 0 auto;
  background: url("../images/module_title_bg.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
}

.schedule-title-img {
  width: 148px;
  height: 35px;
  display: block;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.schedule-title-icon {
  width: 146px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

/* 时间轴 */
.schedule-timeline {
  width: 100%;
  height: 52px;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
}

.timeline-axis {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.timeline-line {
  width: 100%;
  height: 8px;
  box-shadow: 0 0 4px 0 rgba(229, 211, 190, 1);
}

.timeline-dates {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-date {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.timeline-date:hover {
  transform: translate(-50%, -50%) scale(1.1);
}

/* 时间点位置分布（根据实际日期间隔 - 4天会议） */
.timeline-date:nth-child(1) {
  left: 20%;
}

.timeline-date:nth-child(2) {
  left: 40%;
}

.timeline-date:nth-child(3) {
  left: 60%;
}

.timeline-date:nth-child(4) {
  left: 80%;
}

.timeline-dot {
  width: 10px;
  height: 10px;
  background: url("../images/timeline_dot_default.svg") center center no-repeat;
  background-size: contain;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 4px 0 rgba(187, 31, 22, 1);
  border-radius: 50%;
  transition: all 0.3s ease;
}

.timeline-dot.active {
  background-image: url("../images/timeline_dot_active.svg");
  box-shadow: 0 0 10px 0 rgba(187, 31, 22, 1);
  border-radius: 50%;
}

.timeline-label {
  position: absolute;
  top: 20px;
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  font-style: italic;
  transition: all 0.3s ease;
}

.timeline-date.active .timeline-label {
  color: #c61e1e;
  font-weight: bold;
  font-style: italic;
}

/* 日程内容 */
.schedule-content {
  width: 100%;
  height: 398px;
  background: url("../images/lhrc_bg.png") center center no-repeat;
  background-size: cover;
  padding: 20px 40px;
  box-shadow: 0 0 10px 0 rgba(189, 131, 64, 0.32);
  border-radius: 16px;
  overflow: hidden;
}

.schedule-panels {
  display: flex;
  justify-content: space-between;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.schedule-panels[data-schedule]:not([style*="display: none"]) {
  opacity: 1;
}

.schedule-panel {
  width: 48%;
}

/* 当某个面板内容为"暂无安排"时隐藏 */
.schedule-panel.hidden {
  display: none;
}

/* 当只有一个面板显示时，让它占满整个宽度 */
.schedule-panels:has(.schedule-panel.hidden) .schedule-panel:not(.hidden) {
  width: 100%;
}

/* 当只有一个会议时，panel-body改为左右布局 */
.schedule-panels:has(.schedule-panel.hidden) .schedule-panel:not(.hidden) .schedule-panel-body {
  display: flex;
  justify-content: space-between;
  max-height: none;
}

/* 单个会议时，每个section占据一半宽度 */
.schedule-panels:has(.schedule-panel.hidden) .schedule-panel:not(.hidden) .schedule-section {
  width: 48%;
  margin-bottom: 0;
}

.schedule-panel-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.schedule-badge {
  width: 37px;
  height: 39px;
  margin-right: 10px;
}

.schedule-panel-title {
  font-size: 24px;
  font-weight: bold;
  color: #c61e1e;
}

.schedule-panel-body {
  max-height: 300px;
  overflow-y: auto;
}

/* 滚动条样式 */
.schedule-panel-body::-webkit-scrollbar {
  width: 6px;
}

.schedule-panel-body::-webkit-scrollbar-track {
  background: transparent;
}

.schedule-panel-body::-webkit-scrollbar-thumb {
  background: #ffdaaf;
  border-radius: 3px;
}

.schedule-panel-body::-webkit-scrollbar-thumb:hover {
  background: #ffcc99;
}

.schedule-section {
  margin-bottom: 15px;
}

.schedule-section-title {
  font-size: 18px;
  font-weight: bold;
  color: #c61e1e;
  margin-bottom: 8px;
}

.schedule-item {
  display: flex;
  align-items: flex-start;
  padding: 4px 0;
  line-height: 1.6;
}

.schedule-time {
  flex-shrink: 0;
  width: 116px;
  color: #333;
  display: flex;
  align-items: center;
}

/* 只对有时间内容的添加样式 */
.schedule-time:not(:empty) {
  position: relative;
  padding-left: 12px;
}

.schedule-time:not(:empty)::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 5px;
  height: 5px;
  background: #c61e1e;
}

.schedule-event {
  flex: 1;
  color: #666;
}

/* 两会资料 */
.data-box {
  width: 100%;
  max-width: 380px;
  margin-bottom: 30px;
}

.data-module {
  width: 100%;
  min-height: 260px;
  background: transparent;
  padding: 0 0 0 0;
}

.data-header {
  width: 240px;
  height: 80px;
  margin: 0 auto 20px;
  background: url("../images/module_title_bg.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
}

.data-title-img {
  width: 148px;
  height: 35px;
  display: block;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.data-title-icon {
  width: 146px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.data-content {
  width: 100%;
  height: 186px;
  background: url("../images/lhzl_bg.png") center center no-repeat;
  background-size: cover;
  padding: 18px 20px;
  box-shadow: 0 0 10px 0 rgba(189, 131, 64, 0.32);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.data-list {
  flex: 1;
  overflow: hidden;
}

.data-item {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dashed rgba(230, 215, 215, 0.5);
}

.data-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.data-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
}

.data-link::before {
  content: "";
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 8px;
  background: url("../images/lhzl_icon.svg") center center no-repeat;
  background-size: contain;
}

.data-link:hover .data-item-title {
  color: #fb6501;
}

.data-item-title {
  flex: 1;
  font-size: 16px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s;
}

.data-item-date {
  flex-shrink: 0;
  font-size: 14px;
  color: #999;
  margin-left: 15px;
}

.data-more-wrap {
  text-align: center;
  flex-shrink: 0;
}

.data-more {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s;
}

.data-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../images/more_ico.png") right center no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.data-more:hover {
  color: #fb6501;
}

.data-more:hover::after {
  background-image: url("../images/more_icoh.png");
}

/* 历年两会 */
.years-box {
  width: 100%;
  max-width: 380px;
}

.years-module {
  width: 100%;
  min-height: 260px;
  background: transparent;
  padding: 0 0 0 0;
}

.years-header {
  width: 240px;
  height: 80px;
  margin: 0 auto;
  background: url("../images/module_title_bg.png") center center no-repeat;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 15px;
}

.years-title-img {
  width: 148px;
  height: 35px;
  display: block;
  flex-shrink: 0;
  margin-bottom: 8px;
}

.years-title-icon {
  width: 146px;
  height: 16px;
  display: block;
  flex-shrink: 0;
}

.years-content {
  padding: 15px 0;
}

.years-banner {
  margin-top: 8px;
  padding: 0 15px;
  text-align: center;
}

.years-banner a {
  display: inline-block;
  transition: all 0.3s;
  border-radius: 8px;
  overflow: hidden;
  max-width: 100%;
}

.years-banner a:hover {
  transform: translateY(-5px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.years-banner img {
  width: 100%;
  max-width: 380px;
  height: auto;
  display: block;
}

.years-more-wrap {
  text-align: center;
  margin-top: 10px;
}

.years-more {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  text-decoration: none;
  transition: all 0.3s;
}

.years-more::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: url("../images/more_ico.png") right center no-repeat;
  background-size: contain;
  transition: all 0.3s;
}

.years-more:hover {
  color: #fb6501;
}

.years-more:hover::after {
  background-image: url("../images/more_icoh.png");
}

/* === 响应式样式 === */

/* 大屏幕到中屏幕 (1200px以下) */
@media (max-width: 1199px) {
  /* 简报、简讯 */
  .brief-wrap {
    flex-direction: column;
    align-items: center;
  }
  
  .brief-box {
    width: 100%;
    max-width: 580px;
    margin-bottom: 30px;
}
  
  .brief-box:last-child {
    margin-bottom: 0;
  }
  
  /* 两会日程、两会资料、历年两会 */
  .schedule-wrap {
    flex-direction: column;
    align-items: center;
  }
  
  .schedule-box {
    width: 100%;
    max-width: 782px;
    margin-bottom: 40px;
  }
  
  .schedule-right {
    width: 100%;
    max-width: 782px;
  }
  
  .data-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  
  .years-box {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  
  .data-module,
  .years-module {
    max-width: 100%;
  }
}

/* 平板 (979px以下) */
@media (max-width: 979px) {
  /* 简报、简讯 */
  .brief {
    padding: 40px 0 0 0;
  }
  
  .brief-box {
    max-width: 100%;
  }
  
  .brief-module {
    height: auto;
}
  
  .brief-link {
    max-width: 100%;
    height: auto;
    min-height: 100px;
  }
  
  .brief-header {
    width: 200px;
    height: 66px;
    padding-top: 12px;
  }
  
  .brief-title-img {
    width: 120px;
    height: 28px;
    margin-bottom: 6px;
  }
  
  .brief-title-icon {
    width: 120px;
    height: 13px;
  }
  
  /* 两会日程、历年两会 */
  .schedule {
    padding: 40px 0 40px 0;
  }
  
  .schedule-box,
  .data-box,
  .years-box {
    max-width: 100%;
  }
  
  .schedule-module,
  .data-module,
  .years-module {
    height: auto;
  }
  
  .schedule-header,
  .data-header,
  .years-header {
    width: 200px;
    height: 66px;
    padding-top: 12px;
  }
  
  .schedule-title-img,
  .data-title-img,
  .years-title-img {
    width: 120px;
    height: 28px;
    margin-bottom: 6px;
  }
  
  .schedule-title-icon,
  .data-title-icon,
  .years-title-icon {
    width: 120px;
    height: 13px;
  }
  
  /* 两会资料 */
  .data-content {
    padding: 15px 18px;
  }
  
  .data-item-title {
    font-size: 15px;
  }
  
  /* 历年两会 */
  .years-banner {
    padding: 0 15px;
  }
  
  .years-banner a {
    display: block;
    max-width: none;
  }
  
  .years-banner img {
    width: 100%;
    max-width: none;
  }
  
  .schedule-content {
    height: auto;
    min-height: 398px;
    padding: 20px;
  }
  
  .schedule-panels {
    flex-direction: column;
  }
  
  .schedule-panel {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .schedule-panel:last-child {
    margin-bottom: 0;
  }
  
  /* 平板端：单个会议时section改为上下布局 */
  .schedule-panels:has(.schedule-panel.hidden) .schedule-panel:not(.hidden) .schedule-panel-body {
    flex-direction: column;
  }
  
  .schedule-panels:has(.schedule-panel.hidden) .schedule-panel:not(.hidden) .schedule-section {
    width: 100%;
    margin-bottom: 15px;
  }
  
  .schedule-panel-title {
    font-size: 20px;
  }
  
  .schedule-badge {
    width: 30px;
    height: 32px;
  }
  
  .years-content {
    padding: 20px 0;
  }
}

/* 手机 (767px以下) */
@media (max-width: 767px) {
  /* 简报、简讯 */
  .brief {
    padding: 30px 0 0 0;
  }
  
  .brief-header {
    width: 180px;
    height: 60px;
    padding-top: 10px;
  }
  
  .brief-title-img {
    width: 100px;
    height: 24px;
    margin-bottom: 6px;
  }
  
  .brief-title-icon {
    width: 100px;
    height: 12px;
  }
  
  .brief-content {
    padding: 15px;
  }
  
  .brief-list {
    margin-top: 15px;
  }
  
  .brief-link {
    min-height: 80px;
    padding: 12px;
  }
  
  .brief-item {
    margin-bottom: 15px;
  }
  
  .brief-item-title {
    font-size: 14px;
  }
  
  .brief-item-desc {
    font-size: 13px;
    line-height: 1.5;
  }
  
  .brief-more {
    font-size: 14px;
  }
  
  /* 两会日程、历年两会 */
  .schedule {
    padding: 30px 0 30px 0;
  }
  
  .schedule-header,
  .data-header,
  .years-header {
    width: 180px;
    height: 60px;
    padding-top: 10px;
  }
  
  .schedule-title-img,
  .data-title-img,
  .years-title-img {
    width: 100px;
    height: 24px;
    margin-bottom: 5px;
  }
  
  .schedule-title-icon,
  .data-title-icon,
  .years-title-icon {
    width: 100px;
    height: 12px;
  }
  
  /* 两会资料 */
  .data-content {
    height: auto;
    min-height: 150px;
    padding: 12px 15px;
  }
  
  .data-item {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  
  .data-item-title {
    font-size: 14px;
  }
  
  .data-item-date {
    font-size: 12px;
  }
  
  /* 历年两会 */
  .years-banner {
    padding: 0 10px;
  }
  
  .years-banner a {
    display: block;
    max-width: none;
  }
  
  .years-banner img {
    width: 100%;
    max-width: none;
  }
  
  .schedule-timeline {
    height: 40px;
    margin: 15px 0;
  }
  
  .timeline-label {
    font-size: 12px;
    top: 16px;
  }
  
  .timeline-dot {
    width: 8px;
    height: 8px;
  }
  
  /* 时间点位置调整（手机端 - 4天会议） */
  .timeline-date:nth-child(1) {
    left: 10%;
  }
  
  .timeline-date:nth-child(2) {
    left: 35%;
  }
  
  .timeline-date:nth-child(3) {
    left: 65%;
  }
  
  .timeline-date:nth-child(4) {
    left: 90%;
  }
  
  .schedule-content {
    padding: 15px;
    min-height: 300px;
  }
  
  .schedule-panel {
    margin-bottom: 15px;
  }
  
  .schedule-panel-title {
    font-size: 18px;
  }
  
  .schedule-badge {
    width: 26px;
    height: 28px;
    margin-right: 8px;
  }
  
  .schedule-section-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .schedule-item {
    margin-bottom: 8px;
    font-size: 13px;
    align-items: center;
  }
  
  .schedule-time {
    width: 80px;
    font-size: 12px;
  }
  
  .schedule-time:not(:empty) {
    padding-left: 10px;
  }
  
  .schedule-time:not(:empty)::before {
    width: 4px;
    height: 4px;
    top: 50%;
  }
  
  .schedule-event {
    font-size: 13px;
  }
  
  .years-content {
    padding: 15px 0;
  }
  
  .years-list {
    margin-top: 15px;
  }
}

/* 历年两会 */