@charset "utf-8";

/* ============================================================
   公共样式 - 国家级职业教育教学成果奖申报网站
   路径约定：__APP__ = /public/static/style
   头部 247px + 导航 53px = 300px
   ============================================================ */

/* ========== Reset ========== */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0; padding: 0; border: 0;
}
body {
  font-size: 14px;
  color: #181818;
  font-family: "微软雅黑", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", sans-serif;
  background: #f3f3f3;
  overflow-x: hidden;
}
a { outline: none; text-decoration: none; color: #434343; }
a:hover { text-decoration: none; color: #b80404; }
li { list-style: none; }
em, i { font-style: normal; }
fieldset, a img { border: 0; }

/* ========== 工具类 ========== */
.lt { float: left; }
.rt { float: right; }
.purge { clear: both; margin: 0; padding: 0; height: 0; line-height: 0; }
.kong { height: 40px; padding: 0; margin: 0; line-height: 40px; clear: both; }

/* ========== 页面容器 ========== */
body > .page {
  width: auto;
  margin: 0 auto;
  background: #FFFFFF;
}

/* ========== 内容宽度 ========== */
.midwidth {
  width: 1400px;
  margin: 0 auto;
  padding: 0 17px;
  box-sizing: border-box;
}

/* ========== 首页主体包裹层（竖线连贯，不含头部/导航/Footer） ========== */
.main-wrapper {
  width: 1400px;
  margin: 0 auto;
  padding: 18px 17px 18px;
  box-sizing: border-box;
}
.main-wrapper > .midwidth {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-left: none;
  border-right: none;
}
/* 第一个区块紧贴 wrapper 顶部（间距已由 wrapper 的 padding-top 提供） */
.main-wrapper > .midwidth:first-child {
  margin-top: 0;
}
/* 改革实践历程保留自身完整边框 */
.main-wrapper > .timeline-wrap {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* ============================================================ */
/* ======== 头部 Header (247px) ======== */
/* ============================================================ */
header {
  width: 100%;
  background: #fff;
  position: relative;
}

/* 汉堡菜单和移动端导航元素 — 桌面端隐藏 */
.hamburger { display: none; }
.mobile-nav-bar { display: none; }
.mobile-nav { display: none; }
.mobile-banner { display: none; }
.mobile-header-bg { display: none; }
.ach-dots { display: none; }
.news-tab-toggle { display: none; }
.mobile-footer-links { display: none; }
.contact-line { display: none; }
.sub-mobile-dropdown { display: none; }
.sub-mobile-nav { display: none; }
header > .midwidth {
  height: 247px;
  position: relative;
  overflow: hidden;
  padding: 0;
  border-left: none;
  border-right: none;
}

/* 左上 Logo 区域 */
.logo-area {
  position: absolute;
  left: 72px;
  top: 22px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.logo-area img {
  width: 390px;
  height: auto;
  display: block;
  padding-left: 2px;
}

/* 顶部居中标签 */
.head-badge {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 31px;
  border: 1px solid rgba(29,93,140,0.12);
  color: #1d5d8c;
  font-size: 24px;
  font-weight: 600;
  font-family: "黑体";
  padding: 8px 18px;
  letter-spacing: 2px;
  z-index: 2;
}

/* 中央主标题 */
.head-tit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-top: 43px;
  text-align: center;
  z-index: 2;
  width: 100%;
}
.head-line1,
.head-line1 a {
  font-size: 60px;
  color: #006989;
  font-weight: 900;
  -webkit-text-stroke: 2px currentColor; /* 宋体无真实粗体字重，用描边再加粗一档 */
  font-family: "SimSun", "宋体", serif;
  line-height: 1.3;
  letter-spacing: 6px;
  background: none;
}
.head-line2,
.head-line2 a {
  font-size: 34px;
  color: #1d5d8c;
  font-weight: 600;
  font-family: "微软雅黑";
  line-height: 1.3;
  letter-spacing: 8px;
  margin-top: 8px;
  background: none;
}

/* 头部背景装饰（若有背景图） */
.header-bg {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1920px;
  height: 247px;
  margin-left: -960px;
  pointer-events: none;
  z-index: 0;
}

/* ============================================================ */
/* ======== 导航栏 Navigation (53px) ======== */
/* ============================================================ */
.navwidth {
  width: 100%;
  height: 53px;
  background-color: #007382; /* 深青色背景 */
}
.navwidth .midwidth {
  height: 53px;
  padding: 0 19px;
  border-left: none;
  border-right: none;
}
.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 53px;
}
.nav > li {
  flex: 1;
  height: 53px;
  line-height: 53px;
  position: relative;
  text-align: center;
}
.nav > li.nav-sep {
  flex: 0 0 auto;
}
.nav > li > a {
  color: #FFFFFF;
  display: block;
  font-size: 20px;
  padding: 0 14px;
  text-align: center;
  white-space: nowrap;
  font-weight: 600;
  font-family: "微软雅黑", SimHei, sans-serif;
  height: 53px;
  line-height: 53px;
}
.nav > li > a:hover,
.nav > li > a.current {
  color: #007382;
  background: #fff;
  border-radius: 12px 12px 0 0;
  margin-top: 5px;
  height: 48px;
  line-height: 48px;
}
.nav > li > a.current {
  font-weight: bold;
}

/* 分隔符竖线 */
.nav-sep {
  color: rgba(255,255,255,0.4);
  line-height: 53px;
  font-size: 12px;
  -webkit-user-select: none;
  user-select: none;
}

/* 下拉子菜单 */
.nav li ul {
  display: none;
  position: absolute;
  top: 53px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  border: 1px solid #ddd;
  min-width: 240px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 999;
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav li ul li {
  float: none;
  width: 100%;
  border-top: 1px solid #eee;
  position: relative;
}
.nav li ul li a {
  color: #333;
  padding: 6px 15px;
  font-size: 17px;
  line-height: 1.6;
  height: auto;
  white-space: normal;
  word-break: break-all;
  display: block;
  text-align: center;
}
.nav li ul li a:hover {
  background: #007382;
  color: #fff;
}
/* 第三层子菜单 */
.nav li ul li ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 180px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 1000;
}
.nav li ul li:hover > ul {
  display: block;
}
.nav li ul li ul li a {
  font-size: 15px;
  padding: 5px 15px;
}
.nav li:hover > ul {
  display: block;
}

/* ============================================================ */
/* ======== Banner 轮播区 ======== */
/* ============================================================ */
.slider {
  width: 100%;
  height: 370px;
  position: relative;
  background: #dce9f0;
}
.slider .bd {
  width: max(1920px, 100vw);
  height: 370px;
  position: relative;
  left: 50%;
  margin-left: calc(max(1920px, 100vw) / -2);
}
/* 边缘暗化 — 左右两侧模拟即将到来的图 */
.slider .bd::before,
.slider .bd::after {
  content: '';
  position: absolute;
  top: 0;
  width: 18%;
  height: 370px;
  z-index: 3;
  pointer-events: none;
}
.slider .bd::before {
  left: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.55), transparent);
}
.slider .bd::after {
  right: 0;
  background: linear-gradient(to left, rgba(0,0,0,0.55), transparent);
}
.tempWrap {
  width: max(1920px, 100vw);
  height: 370px;
  overflow: hidden;
  position: relative;
}
.tempWrap ul {
  height: 370px;
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
}
.tempWrap li {
  float: left;
  width: 1400px;
  height: 370px;
  overflow: hidden;
  position: relative;
}
.tempWrap li a { display: block; }
.tempWrap li img {
  display: block;
  width: 1400px;
  height: 370px;
  object-fit: cover;
}

/* 左右切换按钮 — 紧贴 tempWrap 外，hover 才显示 */
.pnBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 56px;
  height: 80px;
  cursor: pointer;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s;
}
.slider:hover .pnBtn { opacity: 1; }
.pnBtn.prev { left: calc(50% - 755px); }
.pnBtn.next { left: calc(50% + 700px); }
.pnBtn .arrow {
  display: block;
  width: 56px;
  height: 80px;
  background: rgba(0,0,0,0.25);
  transition: background 0.2s;
  position: relative;
}
.pnBtn:hover .arrow { background: rgba(0,0,0,0.45); }
.pnBtn.prev .arrow::after {
  content: '';
  position: absolute;
  left: 21px;
  top: 32px;
  width: 12px;
  height: 12px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.pnBtn.next .arrow::after {
  content: '';
  position: absolute;
  left: 19px;
  top: 32px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}


/* 轮播指示点 */
.slider-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 10px;
}
.slider-dots span {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: background 0.3s;
}
.slider-dots span.on { background: #fff; }

/* ============================================================ */
/* ======== 三列内容区 ======== */
/* ============================================================ */
.three-col {
  display: flex;
  gap: 14px;
  margin-top: 0;
}
.three-col .col {
  flex: 1;
  background: #fff;
  border: 1px solid #e6e6e6;
  min-height: 340px;
  min-width: 0;
  overflow: hidden;
}
.three-col .col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.three-col .col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border: none;
  background: transparent;
  height: 365px;
  min-width: 0;
  overflow: hidden;
}
.three-col .col-right .box {
  background: #fff;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.three-col .col-right .box:first-child {
  flex: 1;
}
.three-col .col-right .box:last-child {
  flex: 0 0 auto;
}


/* 盒子标题 */
.box-tit-left {
  display: flex;
  align-items: center;
}
.box-tit {
  height: 45px;
  
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-tit#chuangxindian {
  border-bottom: 1px solid #e6e6e6;
}
 
.box-tit h2 { font-size: 21px; line-height: 45px; color: #004492; display: flex; align-items: center; gap: 8px; }
.box-tit h2::before { content: ''; display: block; width: 3px; height: 18px; background: #0096ab; border-radius: 2px; flex-shrink: 0; }
.box-tit h2 a { color: #004492; }
.box-tit span { line-height: 45px; font-size: 14px; }
.box-tit span a { color: #004492; }

/* 盒子标题图标 — CSS mask 方式，color 可控 */
.icon-inno {
  display: inline-block;
  height: 23px;
  aspect-ratio: 1;
  vertical-align: middle;
  margin-right: 3px;
  background-color: #007ef0;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}
.icon-notebook {
  -webkit-mask-image: url(../style/image/笔记本.png);
  mask-image: url(../style/image/笔记本.png);
}

.box-cont { padding: 0 20px; }
.box-cont li { line-height: 36px; font-size: 14px; }
.box-cont li a { color: #333; }
.box-cont li a:hover { color: #007382; }

/* 成果简介 */
/* 成果视频 */
.col-video {
  overflow: visible;
}
.col-video .video-wrap {
  height: 280px;
  padding: 0 20px;
  box-sizing: border-box;
}
.col-video video {
  width: 100%;
  height: 290px;
  display: block;
  transform: scale(1.05);
  transform-origin: center center;
}

/* 成果简介 */
.col-intro { overflow: hidden; }
/* 展开全文按钮（移动端） */
.intro-expand {
  display: none;
  text-align: center;
  padding: 10px 0;
  color: #004492;
  font-size: 14px;
  cursor: pointer;
  border-top: 1px solid #eee;
  margin: 0 20px;
}
.intro-expand:hover { color: #006989; }
.col-intro .box-cont {
  padding-top: 12px;
  font-size: 17px;
  line-height: 2;
  color: #555;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 11;
  overflow: hidden;
}
/* 强制继承 - 压制后台富文本自带样式 */
.col-intro .box-cont,
.col-intro .box-cont * {
  font-size: 17px !important;
  line-height: 1.6 !important;
  font-family: inherit !important;
  color: #333 !important;
  font-weight: normal !important;
}

/* 创新点列表 */
.innovation-list li {
  display: flex;
  align-items: center;
  font-size: 17px;
  color: #333;
  padding: 6px 0;
  border-bottom: 1px solid #e8e8e8;
  gap: 10px;
  line-height: 1.5;
}
.innovation-list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.innovation-list li a strong {
  float: left;
  margin-right: 10px;
  margin-bottom: 4px;
}
.innovation-list li a:hover { color: #007382; }
.innovation-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.innovation-list li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  flex-shrink: 0;
}
/* 01 深蓝 */
.innovation-list li:nth-child(1) strong { background: #1a3c5e; }
/* 02 浅蓝 */
.innovation-list li:nth-child(2) strong { background: #4a90d9; }
/* 03 青绿 */
.innovation-list li:nth-child(3) strong { background: #00897b; }

/* 应用成效列表 */
.result-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: #333;
  margin-bottom: 6px;
  line-height: 1.8;
  overflow: hidden;
}
.result-list li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.result-block {
  display: block;
  color: #333;
  text-decoration: none;
}
.result-block p {
  margin: 0;
  line-height: 1.85;
  font-size: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 16px;
  position: relative;
}
.result-block p::before {
  content: '▶';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #1a6fb5;
  font-size: 10px;
}
.result-block:hover { color: #007382; }
.result-list li::before {
  content: '▶';
  color: #1a6fb5;
  font-size: 10px;
  flex-shrink: 0;
  margin-top: 2px;
}

/* ============================================================ */
/* ======== 改革实践历程（时间轴） ======== */
/* ============================================================ */
.timeline-wrap {
  border: 1px solid #ddd;
  position: relative;
  margin-top: 20px;
}
/* 顶部边框断开，嵌入标题 */
/* 手机端专用标题 — 桌面隐藏 */
.section-tit-chenguo{
  display: none;
}
.section-tit.tl-mobile-tit { display: none; }

.timeline-title {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-title span {
  display: inline-block;
  background: #fff;
  padding: 0 40px;
  font-size: 22px;
  font-weight: bold;
  color: #004492;
  letter-spacing: 4px;
}

.timeline-section {
  padding:36px 40px 27px;
}
.timeline-track {
  display: flex;
  justify-content: space-between;
  position: relative;
}
/* 水平连线，贯穿圆点中心 */
.timeline-track::before {
  content: '';
  position: absolute;
  top: 37px;
  left: 0;
  right: 0;
  height: 2px;
  background: #aaa;
  z-index: 0;
}
/* 箭头三角 — 与线接壤 */
.timeline-track::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 16px solid #aaa;
}
.timeline-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  text-align: center;
  width: 150px;
}
/* 年份 — 线上方 */
.tl-year {
  font-size: 18px;
  font-weight: bold;
  color: #0044c7;
  line-height: 1;
  margin-bottom: 12px;
}
/* 圆点 — 位于线上 */
.tl-dot {
  z-index: 1;
  line-height: 0;
}
.tl-dot img {
  width: 15px;
  height: 15px;
  display: block;
}
/* 描述 — 线下方 */
.tl-desc {
  margin-top: 10px;
  font-size: 18px;
  color: #29579c;
  font-weight: 600;
  line-height: 1.7;
}

/* ============================================================ */
/* ======== 通用模块标题 ======== */
/* ============================================================ */
.section-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  padding: 0 10px;
}

.section-tit h2 {
  font-size: 18px;
  color: #004492;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section-tit h2,
.section-tit h2 a {
  font-size: 21px !important;
  color: #004492 !important;
}
.section-tit h2::before { content: ''; display: block; width: 3px; height: 18px; background: #0096ab; border-radius: 2px; flex-shrink: 0; }
.section-tit h2 span {
  display: none;
}
.section-tit a {
  font-size: 13px;
  color: #004492;
}

/* ============================================================ */
/* ======== 内容行通用 ======== */
/* ============================================================ */
.content-row {
  display: flex;
  gap: 15px;
  margin-top: 15px;
}

/* ============================================================ */
/* ======== 重要成果展示 790×270 ======== */
/* ============================================================ */
.achievement-show {
  width: 769px;
  height: 270px;
  border: 1px solid #e6e6e6;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
}
.ach-marquee {
  height: 220px;
  overflow: hidden;
  position: relative;
}
.ach-tempWrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 220px;
}
.ach-ul {
  position: relative;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 220px;
}
.ach-li {
  float: left;
  width: 210px;
  height: 210px;
  padding: 10px 10px 0;
}
.ach-li a { display: block; }
.ach-li img {
  width: 210px;
  height: 160px;
  display: block;
  object-fit: cover;
}
.ach-li span {
  display: block;
  font-size: 12px;
  color: #666;
  text-align: center;
  line-height: 1;
  height: 40px;
  line-height: 40px;
  background: #f5f5f5;
  padding: 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ach-li:hover span { background: #004492; color: #fff; }

/* 重要成果箭头 */
.ach-prev, .ach-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 40px;
  background: rgba(0,0,0,0.35);
  cursor: pointer;
  z-index: 3;
  opacity: 0;
  transition: opacity 0.3s;
}
.ach-marquee:hover .ach-prev,
.ach-marquee:hover .ach-next { opacity: 1; }
.ach-prev { left: 0; }
.ach-next { right: 0; }
.ach-prev::after, .ach-next::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  top: 14px;
}
.ach-prev::after {
  left: 10px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.ach-next::after {
  left: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}

/* ============================================================ */
/* ======== 四个创新模块 595×270 (2×2) ======== */
/* ============================================================ */
.innovation-grid {
  width: 580px;
  min-width: 580px;
  height: 270px;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  flex-shrink: 0;
}
.inno-item {
  width: 281px;
  height: 125px;
  position: relative;
  color: #fff;
  padding: 15px;
  box-sizing: border-box;
  overflow: hidden;
  border-radius: 8px;
  text-decoration: none;
  outline: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.1);
  transition: transform 0.2s, box-shadow 0.2s;
}
.inno-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.12);
  color: #fff;
  text-decoration: none;
}
.inno-item:focus,
.inno-item:active {
  outline: none;
  color: #fff;
  text-decoration: none;
}
.inno-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(255,255,255,0.28) 0%, transparent 70%);
  pointer-events: none;
  border-radius: inherit;
  z-index: 0;
}
.inno-item p {
  font-size: 15px;
  line-height: 1.5;
  font-weight: bold;
}
.inno-item p small {
  font-size: 12px;
  font-weight: normal;
  opacity: 0.85;
}
.inno-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
.inno-icon img {
  width: 40px;
  height: 40px;
}

/* 双城耦合育人 - 左侧奖杯 */
.inno-icon--trophy {
  right: auto;
  left: 25px;
  top: 30px;
  transform: none;
  opacity: 1;
}
.inno-icon--trophy img {
  width: auto;
  height: 60px;
  filter: brightness(0) invert(1);
}
.inno-trophy p {
  font-size: 20px;
  line-height: 1.6;
  padding: 0 0 0 100px;
  margin: 15px 0 0 0;
}
.inno-trophy p small {
  font-size: 16px;
  font-weight: bold;
}

/* 更多链接 */
.inno-more {
  position: absolute;
  right: 12px;
  bottom: 10px;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}

/* 色块配色 */
.inno-blue    { background: #0066CC; }
.inno-green   { background: #2E8B57; }
.inno-orange  { background: #FF8C00; }
.inno-lightblue { background: #1E90FF; }

/* ============================================================ */
/* ======== 成果核心图谱 515×300 ======== */
/* ============================================================ */
.core-map {
  width: 502px;
  height: 300px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.core-map-cont {
  height: 255px;
  position: relative;
  overflow: hidden;
}
.cm-hd {
  position: absolute;
  bottom: 10px;
  right: 12px;
  z-index: 3;
}
.cm-hd ul { display: inline-block; }
.cm-hd li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 0;
  background: #ccc;
  margin: 0 5px;
  cursor: pointer;
  font-size: 0;
  line-height: 99px;
  overflow: hidden;
}
.cm-hd li.on { background: #007382; }
.cm-bd { height: 255px; overflow: hidden; }
.cm-tempWrap { overflow: hidden; position: relative; }
.cm-ul { position: relative; overflow: hidden; padding: 0; margin: 0; }
.cm-ul li { float: left; width: 502px; height: 255px; }
.cm-ul li a { display: block; }
.cm-ul li img { display: block; width: 502px; height: 255px; object-fit: fill; }
.cm-hd li { transition: background 0.3s; }

/* ============================================================ */
/* ======== 成果总结 333×300 ======== */
/* ============================================================ */
.summary-col {
  width: 325px;
  height: 300px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.result-summary {
  background: #fff;
}
.summary-body {
  padding: 8px 0;
  font-size: 14px;
  color: #555;
  line-height: 2;
  background: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

/* 成果总结列表 */
.summary-list {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 92%;
  border: 1px solid #e6e6e6;
}
.summary-list li {
  border-bottom: 1px solid #f0f0f0;
}
.summary-list li:last-child {
  border-bottom: none;
}
.summary-list li a {
  display: flex;
  align-items: center;
  padding: 8px 18px;
  box-sizing: border-box;
  text-decoration: none;
  color: #29445f;
  font-weight: bold;
  transition: background 0.2s;
}
.summary-list li a:hover {
  background: #f8fafc;
}
.summary-icon {
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 28px;
  flex-shrink: 0;
}

/* 图标与文字之间的连续竖线 */
.summary-list {
  position: relative;
}
.summary-list::before {
  content: '';
  position: absolute;
  left: 63px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #ddd;
}
.summary-icon img {
  height: 31px;
  width: auto;
  filter: brightness(0) saturate(100%) invert(23%) sepia(63%) saturate(3488%) hue-rotate(191deg) brightness(93%) contrast(92%);
}
.summary-list li a span {
  font-size: 17px;
  color: #2a4f8a;
  font-weight: 600;
  line-height: 1.4;
  flex: 1;
}
.summary-arrow {
  display: none;
  font-size: 18px;
  color: #ccc;
  margin-left: auto;
  flex: 0 0 auto;
}

/* ============================================================ */
/* ======== 推广应用 522×300 ======== */
/* ============================================================ */
.promotion {
  width: 507px;
  height: 300px;
  border: 1px solid #e6e6e6;
  background: #fff;
}
.promotion-body {
  padding: 0;
  font-size: 14px;
  color: #555;
  
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion-body a {
  display: block;
  width: 100%;
  height: 100%;
}
.promotion-body img {
  display: block;
  width: 100%;
  height: 255px;
  object-fit: fill;
}

/* ============================================================ */
/* ======== Footer 底部（可复用） ======== */
/* ============================================================ */
footer {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

/* 顶部友情链接栏 */
.footer-links {
  background: #f5f6fb;
  border-bottom: 1px solid #e0e2ea;
  padding-left: 33px;
}
.footer-links a { color: #0d3f8a; }
.footer-links a:hover { color: #007997; }
.flink-label { color: #0d3f8a; font-weight: bold; }
.flink-sep { color: #ccc; }
.footer-links-inner {
  height: auto;
  line-height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
  border-left: none;
  border-right: none;
}
.flink-label {
  color: #0d3f8a;
  font-weight: bold;
  font-size: 15px;
  margin-right: 2px;
}
.footer-links a {
  font-size: 15px;
  padding: 0 35px;
  font-weight: 600;
}
.flink-sep {
  -webkit-user-select: none;
  user-select: none;
}

/* 中部信息区 */
.footer-main {
  background: #006d86;
  color: #fff;
}
.footer-main-inner {
  height: 145px;
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
  border-left: none;
  border-right: none;
  box-sizing: border-box;
}
/* 单道竖线，距左120px */
.footer-main-inner::before {
  content: '';
  position: absolute;
  left: 336px;
  top: 30px;
  bottom: 30px;
  width: 1px;
  background: rgba(255,255,255,0.25);
}
.footer-contact { flex: 1; }
.footer-contact h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.footer-contact h3::after { content: '：'; }
.footer-contact p {
  font-size: 15px;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 6px;
}
.ficon { height: 16px; width: auto; filter: brightness(0) invert(1); }

/* 二维码 */
.footer-qrcode {
  position: absolute;
  left: 409px;  /* 竖线336px + 间距73px */
  top: 25px;
  display: flex;
  align-items: center;
  gap: 44px;
}
.footer-qrcode img {
  width: 100px;
  height: 100px;
}
.qrcode-text p {
  font-size: 14px;
  line-height: 2;
}

/* 相关链接 */
.footer-links-col {
  flex: 1;
  padding-left: 155px;
  padding-right: 220px;
}
.footer-links-col .flink-label {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}
.footer-links-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-links-col ul li {
  margin-bottom: 8px;
}
.footer-links-col ul li a {
  color: #fff;
  font-size: 13px;
  text-decoration: none;
}
.footer-links-col ul li a:hover {
  color: #0080b6;
  text-decoration: underline;
}

/* 装饰插画 */
.footer-illustration {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 100px;
  width: auto;
  pointer-events: none;
}
.footerBG {
  display: block;
  height: 100px;
  width: auto;
}

/* 底部版权区 */
.footer-bottom {
  background: #006d86;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.footer-bottom .midwidth {
  height: 40px;
  padding: 0;
  border-left: none;
  border-right: none;
}
.footer-bottom p {
  line-height: 40px;
  font-size: 15px;
  color: #fff;
}
.footer-bottom span {
  margin: 0 15px;
}
.footer-bottom a {
  color: #fff;
}

/* ============================================================ */
/* ======== 移动端响应式 ≤768px ======== */
/* 模块基准宽度 682px，字号~35px，适配更小屏幕 */
/* ============================================================ */
@media screen and (max-width: 768px) {

  /* 页面容器 & 全局字号 */
  body { background: #f5fafc; font-size: 4.7vw; }
  body > .page { width: 100%; background: transparent; }
  .midwidth { width: 100%; max-width: 94.9vw; padding: 0 2.0vw; box-sizing: border-box; margin: 0 auto; border-left: none; border-right: none; }

  /* 首页主体包裹层 — 移动端全宽，去竖线 */
  .main-wrapper {
    width: 100%;
    max-width: 94.9vw;
    padding: 4.7vw 2.0vw 0;
    border-left: none;
    border-right: none;
  }
  .main-wrapper > .midwidth:first-child { margin-top: 0; }
  .main-wrapper > .timeline-wrap {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }

  /* 头部 / 导航 / Footer 不受全局 .midwidth 左右内边距和边框影响 */
  header > .midwidth,
  .navwidth .midwidth,
  .footer-links-inner,
  .footer-main-inner,
  .footer-bottom .midwidth { padding-left: 0; padding-right: 0; border-left: none; border-right: none; }

  /* 所有内容盒子统一样式：圆角 + 微灰背景 */
  .three-col .col,
  .three-col .col-right .box,
  .achievement-show,
  .core-map,
  .result-summary,
  .promotion,
  .timeline-wrap {
    border-radius: 1.3vw;
    background: #fff;
    border: 2px solid #dce9ef;
  }

  /* ====== 头部 ====== */
  header { overflow: visible; background: #fff; }
  .header-bg { display: none; }
  header > .midwidth { background: transparent; height: 41vw; padding: 2.7vw 2vw 0; z-index: 1; }
  .mobile-header-bg {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 100vw;
    height: 100%;
    object-fit: fill;
    pointer-events: none;
    z-index: -1;
  }
  .logo-area {
    position: static;
    justify-content: center;
    margin-bottom: 2vw;
  }
  .logo-area img { height: 9vw; width: auto; max-width: 100%; }
  .head-badge {
    position: static;
    transform: none;
    text-align: center;
    font-size: 3.3vw;
    padding: 1.3vw 2.7vw;
    margin: 0 auto 2vw;
    border-width: 1px;
    max-width: 67vw;
  }
  .head-tit {
    position: static;
    transform: none;
    margin-top: 0;
    padding: 0 0 2.7vw;
  }
  .head-line1, .head-line1 a { font-size: 6.4vw; letter-spacing: 0.4vw; }
  .head-line2, .head-line2 a { font-size: 3.3vw; letter-spacing: 0.3vw; }

  /* ====== 导航 ====== */
  .navwidth { height: auto; }
  .navwidth .midwidth { height: auto; max-width: none; padding: 0; position: relative; }
  .nav {
    flex-wrap: nowrap;
    justify-content: flex-start;
    height: 13vw;
    white-space: nowrap;
  }
  .nav > li { height: 13vw; line-height: 13vw; flex-shrink: 0; }
  .nav > li > a { font-size: 4vw; width: auto; padding: 0 2.1vw; }
  .nav-sep { display: none; }
  .nav li ul { top: 13vw; min-width: 27vw; }
  .nav li ul li a { font-size: 3.7vw; line-height: 8vw; height: 8vw; }

  /* ====== Banner（100.0vw宽→58.7vw高，等比适配） ====== */
  .slider { display: none; }
  .mobile-banner {
    display: block;
    width: 100%;
    height: auto;
  }

  /* ====== 移动端导航 ====== */
  .nav { display: none; }

  /* 移动端：所有页面统一显示 mobile-nav-bar */
  /* html:not([data-page="home"]) .mobile-nav-bar { display: none; } */

  .mobile-nav-bar {
    display: flex;
    align-items: center;
    height: 12vw;
    padding: 0 2.7vw;
    background: #007382;
    gap: 1.6vw;
  }

  /* 二级页 banner 下的导航 */
  .sub-mobile-nav {
    display: flex;
    align-items: center;
    height: 8.5vw;
    padding: 0 2.7vw;
    background: #007382;
    gap: 1.6vw;
  }
  .smn-back {
    font-size: 3.2vw;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    flex-shrink: 0;
  }
  .smn-title {
    flex: 1;
    text-align: center;
    font-size: 3.5vw;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .smn-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.3vw;
    height: 5.3vw;
    cursor: pointer;
    flex-shrink: 0;
  }
  .smn-arrow::after {
    content: '';
    display: block;
    width: 1.9vw;
    height: 1.9vw;
    border-right: 0.4vw solid #fff;
    border-bottom: 0.4vw solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin-top: -0.5vw;
  }
  .smn-arrow.active::after {
    transform: rotate(-135deg);
    margin-top: 0.5vw;
  }
  html[data-page="home"] .sub-mobile-nav { display: none; }
  html[data-page="home"] .sub-mobile-dropdown { display: none; }

  /* 二级页下拉菜单 */
  .sub-mobile-dropdown {
    display: none;
    background: #fafbfc;
    box-shadow: 0 1.6vw 5.3vw rgba(0,0,0,0.12);
    border-radius: 0 0 2.1vw 2.1vw;
    overflow: hidden;
  }
  .sub-mobile-dropdown.open { display: block; }
  .sub-mobile-dropdown ul { list-style: none; margin: 0; padding: 0.8vw 0; }
  .sub-mobile-dropdown li { border-bottom: none; }
  .sub-mobile-dropdown a { color: #1a3c4d !important; text-decoration: none; }
  .sub-mobile-dropdown li a {
    display: block;
    padding: 1.7vw 3.2vw;
    font-size: 3.5vw;
    letter-spacing: 0.07vw;
  }
  .sub-mobile-dropdown li a:hover,
  .sub-mobile-dropdown li a:active {
    background: rgba(0,115,130,0.04);
  }
  .mobile-nav-home {
    font-size: 4vw;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    flex-shrink: 0;
    padding: 1.1vw 2.1vw;
    border-radius: 1.1vw;
    border: 0.1vw solid rgba(255,255,255,0.3);
    transition: all 0.2s;
  }
  [data-page="home"] .mobile-nav-home {
    background: #fff;
    color: #007382;
    border-color: #fff;
  }
  html:not([data-page="home"]) .mobile-nav-home {
    background: transparent;
    border: none;
    font-size: 3.5vw;
    padding: 1.1vw 0.5vw;
    font-weight: normal;
    opacity: 0.9;
  }
  .mobile-nav-count {
    flex: 1;
    text-align: center;
    font-size: 4vw;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mobile-nav-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 5.3vw;
    height: 5.3vw;
    cursor: pointer;
    flex-shrink: 0;
  }
  .mobile-nav-arrow::after {
    content: '';
    display: block;
    width: 1.9vw;
    height: 1.9vw;
    border-right: 0.4vw solid #fff;
    border-bottom: 0.4vw solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
    margin-top: -0.5vw;
  }
  .mobile-nav-arrow.active::after {
    transform: rotate(-135deg);
    margin-top: 0.5vw;
  }

  /* 汉堡按钮 */
  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 1.0vw;
    width: 8vw;
    height: 8vw;
    position: absolute;
    right: 2vw;
    top: 2.7vw;
    z-index: 1001;
    cursor: pointer;
  }
  .hamburger span {
    display: block;
    width: 5vw;
    height: 0.5vw;
    background: #007382;
    border-radius: 0.3vw;
    transition: all 0.3s ease;
  }
  .hamburger.active span:nth-child(1) {
    transform: translateY(1.5vw) rotate(45deg);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: translateY(-1.5vw) rotate(-45deg);
  }

  /* 移动端导航下拉面板 */
  .mobile-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fafbfc;
    z-index: 1000;
    box-shadow: 0 1.6vw 5.3vw rgba(0,0,0,0.12);
    max-height: 65vh;
    overflow-y: auto;
    border-radius: 0 0 2.1vw 2.1vw;
  }
  .mobile-nav.open { display: block; }
  .mobile-nav > ul { padding: 1.1vw 0; margin: 0; list-style: none; }
  .mobile-nav > ul > li { border-bottom: none; }
  .mobile-nav a { color: #1a3c4d !important; text-decoration: none; }
  .mobile-nav > ul > li > a {
    display: flex;
    align-items: center;
    padding: 1.9vw 3.2vw;
    font-size: 3.7vw;
    font-weight: 500;
    letter-spacing: 0.07vw;
  }
  .mobile-nav > ul > li > a:hover,
  .mobile-nav > ul > li > a:active {
    background: rgba(0,115,130,0.06);
  }

  .mn-group { border-bottom: 1px solid rgba(0,0,0,0.04); }
  .mn-group:last-child { border-bottom: none; }
  .mn-group.open .mn-sub { display: block; }
  .mn-parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2vw 3.2vw;
    font-size: 3.7vw;
    font-weight: 500;
    color: #1a3c4d;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 0.07vw;
  }
  .mn-parent:hover,
  .mn-parent:active { background: rgba(0,115,130,0.06); }
  .mn-parent::after {
    content: '';
    display: block;
    width: 1.3vw;
    height: 1.3vw;
    border-right: 0.3vw solid #9aaeb8;
    border-bottom: 0.3vw solid #9aaeb8;
    transform: rotate(45deg);
    transition: transform 0.25s, border-color 0.25s;
  }
  .mn-group.open > .mn-parent::after {
    transform: rotate(-135deg);
    border-color: #007382;
  }
  .mn-group.open > .mn-parent { color: #007382; }
  .mn-sub {
    display: none;
    margin: 0;
    padding: 0.5vw 0 1.1vw;
    list-style: none;
  }
  .mn-sub li { border-top: none; }
  .mn-sub li a {
    display: block;
    padding: 1.5vw 3.2vw 1.5vw 5.9vw;
    font-size: 3.3vw;
    color: #4a6272;
    text-decoration: none;
  }
  .mn-sub li a:hover,
  .mn-sub li a:active {
    background: rgba(0,115,130,0.04);
  }
  /* 无子栏目的菜单项不显示箭头 */
  .mn-parent[href]:not([href="javascript:;"])::after { display: none; }
  .mn-child[href]:not([href="javascript:;"])::after { display: none; }

  /* 第二层子栏目点击展开第三层 */
  .mn-sub li .mn-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    padding: 1.5vw 3.2vw;
    font-size: 3.7vw;
    font-weight: 500;
    color: #1a3c4d;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
  }
  .mn-child::after {
    content: '';
    display: block;
    width: 1.3vw;
    height: 1.3vw;
    margin-left: 2vw;
    border-right: 0.3vw solid #9aaeb8;
    border-bottom: 0.3vw solid #9aaeb8;
    transform: rotate(45deg);
    transition: transform 0.25s, border-color 0.25s;
    flex-shrink: 0;
  
    content: '';
    display: block;
    width: 1.3vw;
    height: 1.3vw;
    border-right: 0.3vw solid #9aaeb8;
    border-bottom: 0.3vw solid #9aaeb8;
    transform: rotate(45deg);
    transition: transform 0.25s, border-color 0.25s;
    flex-shrink: 0;
  }
  li.open > .mn-child::after {
    transform: rotate(-135deg);
    border-color: #007382;
  }
  li.open > .mn-child { color: #007382; }

  /* 第三层子菜单 */
  li > .mn-sub3 {
    display: none;
    padding: 0;
  }
  li.open > .mn-sub3 { display: block; }
  .mn-sub3 li a {
    padding-left: 10vw;
    font-size: 3.1vw;
  }

  /* 旧版兼容 */
  .mobile-nav .sub.open { display: block; }
  .mobile-nav .sub li { border-top: none; }
  .mobile-nav .sub li a {
    display: block;
    padding: 1.6vw 2.7vw 1.6vw 5.3vw;
    font-size: 3.5vw;
    color: #555;
    text-decoration: none;
  }

  /* ====== 三列 → 上下堆叠 ====== */
  .three-col {
    flex-direction: column;
    gap: 4.7vw;
    margin-top: 4.7vw;
  }
  .three-col .col {
    flex: none;
    background: #fff;
    border-radius: 1.3vw;
    overflow: visible;
    min-height: auto;
  }
  .cm-hd {
    position: absolute;
    bottom: 13vw;
    right: 12px;
    z-index: 3;
}
  .box-tit { height: auto; padding: 2.9vw 2.7vw 3.1vw; }
  .box-tit h2 { font-size: 4.5vw; line-height: 1.3; display: flex; align-items: center; gap: 2.0vw; }
  .box-tit h2::before { content: ''; display: block; width: 1.1vw; height: 6.3vw; background: #0096ab; border-radius: 4px; flex-shrink: 0; }
  .box-tit h2 a { font-size: 4.5vw; }
  .box-tit span { font-size: 4.5vw; line-height: 1.3; }
  .box-tit span a { font-size: 4.5vw; }
  .box-cont li { font-size: 4.4vw; line-height: 2; }
  .box-cont { font-size: 4.4vw; }

  /* 成果视频 */
  .three-col .col.col-video { height: auto; padding-bottom: 2.7vw; }
  .col-video .video-wrap { height: auto; padding: 2.0vw 0; display: flex; justify-content: center; }
  .col-video video { width: 90%; max-width: 80.0vw; height: auto; display: block; margin: 0 auto; }
  /* 成果简介 682×640 */
  .three-col .col.col-intro {
    height: auto;
    max-width: 90.9vw; width: 100%; margin: 0 auto;
  }
  .three-col .col-intro .box-cont.intro-text,
  .three-col .col-intro .box-cont.intro-text * {
    max-height: 66.7vw;
    overflow: hidden;
    position: relative;
    font-size: 3.7vw !important;
    line-height: 1.6 !important;
    color: #333 !important;
    font-size: 4.4vw; line-height: 1.8;
  }
  /* 展开按钮 */
  .intro-expand { display: block; font-size: 4.4vw; padding: 2.4vw 0; }

  /* 创新点 682×400 */
  .three-col .col-right {
    gap: 4.7vw;
    max-width: 90.9vw; width: 100%; margin: 0 auto;
  }
  .three-col .col-right .box {
    flex: none;
    border-radius: 1.3vw;
    background: #fff;
  }
  .three-col .col-right .box:first-child { height: auto; min-height: 53.3vw; }
  .three-col .col-right .box:last-child { height: auto; padding: 1.3vw 2.7vw; }
  .innovation-list li { font-size: 3.7vw; font-weight: bold; padding: 2vw 0; line-height: 1.6; }
  .innovation-list li strong { width: 9.3vw; height: 9.3vw; font-size: 4.7vw; }
  .result-list li { font-size: 3.5vw; line-height: 1.8; padding: 1.3vw 0; margin-bottom: 0; gap: 1.1vw; align-items: center; }
  .result-block p { font-size: 3.5vw; line-height: 2.15; padding-left: 3.7vw; }
  .result-block p::before { font-size: 2.7vw; }
  .result-list li::before { font-size: 2.9vw; margin-top: 0; }

  /* ====== 改革实践历程 682×900 ====== */
  .timeline-wrap {
    margin: 2.7vw auto 0;
    max-width: 90.9vw;
    border-radius: 1.3vw;
  }
  /* 手机端切换标题 */
  .timeline-title { display: none; }
  .section-tit.tl-mobile-tit { display: flex; }
  .timeline-section { padding: 1.3vw 2.7vw 2.7vw 0; overflow: visible; min-height: auto; }
  /* 纵向布局 */
  .timeline-track {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
  }
  /* 竖线 — 距左8.0vw */
  .timeline-track::before {
    top: 0;
    left: 8.0vw;
    right: auto;
    width: 2px;
    height: 100%;
    background: #c0d5e8;
  }
  /* 底部箭头 — 移动端去掉 */
  .timeline-track::after { display: none; }
  /* 每个节点横向排列 */
  .timeline-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-bottom: 5.3vw;
    text-align: left;
    position: relative;
    min-height: 8.0vw;
  }
  /* 年份按钮样式 */
  .tl-year {
    width: auto;
    min-width: 9.3vw;
    font-size: 3.1vw;
    font-weight: bold;
    color: #0044c7;
    background: #eaf4fd;
    border: 1px solid #c0d5e8;
    border-radius: 2.9vw;
    padding: 4px 2.1vw;
    margin-bottom: 0;
    margin-right: 3.2vw;
    margin-left: 11.2vw;
    text-align: center;
    flex-shrink: 0;
    line-height: 1.3;
  }
  .tl-dot {
    position: absolute;
    left: 6.7vw;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
  }
  .tl-dot img { width: 2.7vw; height: 2.7vw; }
  .tl-desc {
    margin-top: 0;
    margin-left: 0;
    font-size: 3.1vw;
    color: #29445f;
    flex: 1;
    white-space: nowrap;
  }
  .tl-desc br { display: none; }

  /* ====== 二级页：隐藏左侧菜单，内容全宽 ====== */
  .sub-wrap { flex-direction: column; }
  .sublt { display: none; }
  .subrt { width: 100% !important; }
  .tabloid-tit { display: none; }
  .subrt-cont { padding: 0 !important; }
  .moreCont h2 { font-size: 20px !important; padding: 0 !important; }
  .tabloid-tit p { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
  .subMid { padding: 0 !important; }
  .subMid img { height: auto !important; }

  /* ====== 内容行 → 上下堆叠 ====== */
  .content-row { flex-direction: column; gap: 4.7vw; margin-top: 4.7vw; }

  .section-tit { height: auto; padding: 2.9vw 2.7vw 3.1vw; }
  .section-tit h2 { font-size: 4.5vw !important; display: flex; align-items: center; gap: 2.0vw; }
  .section-tit h2 a { font-size: 4.5vw !important; }
  .section-tit h2::before { content: ''; display: block; width: 1.1vw; height: 6.3vw; background: #0096ab; border-radius: 4px; flex-shrink: 0; }
  .section-tit a { font-size: 4.5vw; }

  /* 重要成果展示 */
  .achievement-show {
    width: 100%; max-width: 90.9vw; margin: 0 auto;
    height: 66.7vw;
    overflow: visible;
  }
  .ach-marquee { height: 46vw; }
  .ach-tempWrap { height: 46vw; }
  .ach-ul { height: 46vw; }
  .ach-li { width: 39vw; height: 46vw; margin-right: 2.7vw; padding: 0; border: 2px solid #dce9ef; background: #f9fcfd; border-radius: 1.1vw; overflow: hidden; box-sizing: border-box; }
  .ach-li a { display: flex; flex-direction: column; height: 100%; box-sizing: border-box; }
  .ach-li img { width: 35vw; height: 32vw; margin: 0 auto; padding-top: 2.0vw; object-fit: cover; }
  .ach-li span { padding: 2.0vw 1.6vw 2.7vw; font-size: 3.5vw; text-align: center; background: #f9fcfd; line-height: 1.5;height: auto; }
  .ach-dots { display: flex; justify-content: center; align-items: center; gap: 1.6vw; height: 5.3vw; }
  .ach-dots span { display: block; width: 1.6vw; height: 1.6vw; border-radius: 50%; background: #bbb; }
  .ach-dots span.on { background: #007382; }

  /* 2×2 每个 337×180 */
  .innovation-grid {
    width: 100%; max-width: 90.9vw; min-width: 0; margin: 0 auto;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 2.7vw;
  }
  .inno-item {
    width: calc(50% - 1.4vw);
    height: 24.0vw;
    padding: 2.7vw 2.1vw;
    border-radius: 1.3vw;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    text-align: left;
    text-decoration: none;
    outline: none;
  }
  .inno-item:hover, .inno-item:focus, .inno-item:active {
    color: #fff; text-decoration: none; outline: none;
  }
  .inno-item p { font-size: 3.6vw; }
  .inno-item p small { font-size: 3.6vw; }
  /* 手机端四个盒子 */
  .inno-icon--trophy {
    position: static;
    opacity: 1;
    transform: none;
    margin-right: 1.1vw;
  }
  .inno-icon--trophy img {
    width: auto;
    height: 8.0vw;
    filter: brightness(0) invert(1);
  }
  .inno-trophy p {
    font-size: 3.6vw;
    padding-left: 0;
    margin-top: 0;
  }
  .inno-trophy p small {
    font-size: 3.6vw;
  }

  /* 成果核心图谱 682×610 */
  .core-map {
    width: 100%; max-width: 90.9vw; margin: 0 auto;
    height:68vw;
    border: 2px solid #dce9ef;
  }
  .core-map-cont { height: auto; }
  .cm-bd { height: auto; overflow: hidden; }
  .cm-ul li img { width: 100% !important; height: 50vw; object-fit: cover; }
  .cm-hd li { width: 2.7vw; height: 2.7vw; margin: 0 1.1vw; }

  /* 成果总结 682×557 */
  .summary-col {
    width: 100%; max-width: 90.9vw; margin: 0 auto;
  }
  .result-summary { border: none; }
  .summary-body { padding: 3.3vw; font-size: 4.4vw; line-height: 1.8; border: none; box-sizing: border-box; }
  .summary-list li { margin-bottom: 1.6vw; }
  .summary-list li:last-child { margin-bottom: 0; }
  .summary-list li a { width: 100%; height: 10.0vw; padding: 0 4.0vw; border: 2px solid #f7fafc; background: #f7fafc; border-radius: 1.1vw; box-sizing: border-box; color: #29445f; font-weight: bold; position: relative; }
  .summary-list li a span { font-size: 3.7vw; flex: 1; padding-right: 5.3vw; }
  .summary-icon {
    width: 5.3vw; height: 5.3vw;
    margin-right: 2.1vw;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .summary-icon img { height: 5.3vw; }
  .summary-arrow { position: absolute; right: 4.0vw; top: 50%; transform: translateY(-50%); font-size: 4.3vw; color: #007382; }
  .summary-list::before { display: none; }

  /* 推广应用 682×560 */
  .promotion {
    width: 100%; max-width: 90.9vw; margin: 0 auto;
    height: auto; min-height: 74.7vw;
    border: 2px solid #dce9ef;
  }
  .promotion-body { padding: 3.3vw; font-size: 4.4vw; line-height: 1.8; }

  /* ====== Footer ====== */
  footer { width: 100%; }
  .footer-links-inner { display: none; }

  /* 手机端相关链接卡片 */
  .footer-links { padding-left: 0; }
  .mobile-footer-links { display: block; width: 100%; margin: 3.6vw auto 0; padding: 3.3vw 3.3vw; background: #fff; border: 0.3vw solid #dce9ef; border-radius: 1.3vw; height: auto; box-sizing: border-box; }
  .mfl-title { display: flex; align-items: center; padding-bottom: 2vw; margin-bottom: 2vw; border-bottom: 1px solid #ddd; }
  .mfl-bar { width: 0.5vw; height: 3.7vw; background: #004492; border-radius: 0.3vw; margin-right: 1.6vw; flex-shrink: 0; }
  .mfl-txt { font-size: 4.3vw; font-weight: bold; color: #004492; flex: 1; }
  .mfl-more { font-size: 3.2vw; color: #999; display: none;}
  .mfl-row { display: flex; gap: 1.6vw; margin-bottom: 1.6vw; }
  .mfl-card { background: #f1f8fa; border-radius: 1.1vw; padding: 0 1.9vw; font-size: 3.7vw; font-weight: bold; color: #333; text-align: center; text-decoration: none; display: flex; align-items: center; justify-content: center; gap: 0.8vw; border: 0.3vw solid #d5e4e8; }
  .mfl-card::before { content: ''; display: block; width: 1.9vw; height: 1.9vw; border-radius: 50%; background: #0096ab; flex-shrink: 0; }
  .mfl-row-2 .mfl-card { flex: 1; height: 8.7vw; justify-content: flex-start; font-size: 3.3vw; padding: 0 2.7vw; }
  .mfl-row-3 .mfl-card { flex: 1; flex-direction: column; gap: 0.5vw; font-size: 2.5vw; font-weight: normal; height: 11.3vw; }
  .mfl-row-3 .mfl-card::before { display: none; }
  .mfl-row-3 .mfl-card span { display: block; line-height: 1.4; }
  .mfl-row-3 .mfl-card span:first-child { font-weight: bold; }
  .mfl-row-3 .mfl-card span:last-child { opacity: 0.6; }

  .footer-main-inner {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding: 4vw 2vw 3.3vw 2vw;
    position: relative;
    height: auto;
    max-width: 100%;
    box-sizing: border-box;
  }
  .footer-main-inner::before { display: none; }
  .footer-contact { flex: 1; min-width: 0; }
  .footer-contact h3 { font-size: 3.7vw; margin: 0 0 1.6vw; padding: 0 0 1.3vw; border: none; }
  .contact-line { display: block; /* position: relative; */ left: 50%; transform: translateX(-2%); width: 100vw; margin: 1.1vw 0 0; border: none; border-top: 0.3vw solid #fff; }
  .footer-contact h3::after { display: none; }
  .footer-contact p { font-size: 3.6vw; line-height: 2; }
  .footer-contact .ficon { height: 4vw; }

  .footer-qrcode {
    position: static;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.1vw;
    padding: 0;
    flex-shrink: 0;
    margin-top: 10.5vw;
  }
  .footer-qrcode img { width: 26.7vw; height: 26.7vw; }
  .qrcode-text { display: flex; gap: 0.5vw; justify-content: center; }
  .qrcode-text p { font-size: 3.2vw; font-weight: bold; white-space: nowrap; }
  .qrcode-text p:first-child::after { content: '·'; margin-left: 0.5vw; }

  .footer-illustration { display: none; }
  .footer-links-col { display: none; }

  .footer-bottom { border-top: 0.3vw solid rgba(255,255,255,0.3); }
  .footer-bottom .midwidth { height: auto; padding: 3.3vw 2vw; max-width: 100%; display: flex; align-items: center; justify-content: center; }
  .footer-bottom p { line-height: 1.8; padding: 0; font-size: 2.7vw; color: #fff; font-weight: normal; text-align: center; }
  .footer-bottom span:first-child { display: block; font-weight: bold; margin-bottom: 2.9vw; }
  .footer-bottom span:last-child { display: block; color: rgba(255,255,255,0.7); }

  /* ====== 媒体报道模块 ====== */
  .news-module { padding: 4.0vw 0; }
  .news-logo { height: 5.3vw !important; padding-bottom: 0.5vw !important; }
  .news-title { font-size: 4.6vw !important; padding-bottom: 0 !important; }
  /* 手机端新板块汉堡 */
  .news-tab-toggle { display: inline-block !important; padding: 1.3vw 2.7vw; font-size: 3.5vw; font-weight: bold; color: #0080b6; cursor: pointer; border: 1px solid #0080b6; border-radius: 1vw; white-space: nowrap; margin-left: auto; }
  .news-tab-toggle.active { background: #0080b6; color: #fff; }
  .news-tabs { display: none !important; flex-direction: column; gap: 0 !important; position: absolute; top: 100%; right: 0; z-index: 20; background: #fff; border: 1px solid #ddd; border-radius: 0 0 1vw 1vw; padding: 1.3vw 0; min-width: auto; box-shadow: 0 0.5vw 2vw rgba(0,0,0,0.15); }
  .news-tabs.open { display: flex !important; }
  .news-tab { font-size: 3.5vw !important; padding: 2vw 2.7vw !important; border-radius: 0 !important; background: transparent !important; float: none; width: 100%; text-align: left; }
  .news-tab a { font-size: 3.5vw !important; color: #185999 !important; }
  .news-tab.active { background: #0080b6 !important; }
  .news-tab.active a { color: #fff !important; }
  .news-tab.active::after { display: none; }
  .news-more-link { display: none !important; }
  /* 二级页列表适配 */
  .list_news_li { height: auto; }
  .list_news_li h3 { font-size: 3.5vw !important; line-height: 1.6; width: 100%; white-space: normal; }
  .list_news_li span { font-size: 2.9vw !important; }
  .page { text-align: center !important; height: auto !important; width: 100% !important; }
  .page > a { font-size: 3.2vw !important; float: none !important; }
  .news-panel { flex-direction: column; gap: 2.0vw; }
  .news-left { position: relative; }
  .news-left .bd ul li img { height: 50vw !important; }
  .news-left .bd ul li div { height: 6.0vw; padding: 0 1.6vw; }
  .news-left .bd ul li div p { font-size: 3.0vw; }
  .news-right { width: 100% !important; height: auto !important; }
  .news-right ul { flex-direction: column; height: auto !important; gap: 1.0vw; }
  .news-right ul li { padding: 1.6vw 0 !important; }
  .news-right ul li a h4 { font-size: 4.0vw !important; margin-bottom: 1.0vw !important; }
  .news-right ul li a p { font-size: 3.2vw !important; }
  .news-dots { bottom: 7.0vw !important; right: 1.3vw !important; }
  .news-dots span { width: 3.5vw !important; height: 0.9vw !important; }
}

/* ============================================================ */
/* ======== 二级页面布局 ======== */
/* ============================================================ */
.sub-wrap {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

/* 左侧菜单 */
/* 右侧内容区 */
.subrt {
  flex: 1;
  min-width: 0;
}

/* 面包屑导航 */
.tabloid-tit {
  border-bottom: 2px solid #007382;
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: right;
}
.tabloid-tit p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.tabloid-tit p a {
  color: #666;
  text-decoration: none;
}
.tabloid-tit p a:hover {
  color: #007382;
}

/* 内容主体 */
.subrt-cont {
  border: 1px solid #e6e6e6;
  background: #E8E8E8;
  padding: 30px;
  min-height: 500px;
}
.moreCont {
  color: #333;
}
.moreCont h2 {
  font-size: 30px;
  color: #007382;
  text-align: center;
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ddd;
}
.subMid {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.subMid p {
  margin: 0 0 15px;
  text-indent: 2em;
}
.subMid img {
  max-width: 100%;
  height: auto !important;
  display: block;
  margin: 15px auto;
}

/* 返回按钮 */
.subBack {
  text-align: center;
  margin-top: 25px;
  padding-top: 20px;
  border-top: 1px dashed #ddd;
}
.subBack a {
  display: inline-block;
  width: 120px;
  height: 35px;
  line-height: 35px;
  font-size: 14px;
  color: #007382;
  border: 1px solid #007382;
  border-radius: 4px;
  text-decoration: none;
  margin: 0 5px;
  transition: all 0.2s;
}
.subBack a:hover {
  color: #fff;
  background: #007382;
}

/* 工具类 */
.tc { text-align: center; }
