/* ====== 全局 ====== */
html, body {
  margin: 0; padding: 0; font-family: "Microsoft YaHei","微软雅黑",sans-serif;
  background: #fff; font-size: 16px;
}
* { box-sizing: border-box; }
ul { list-style: none; margin:0; padding:0; }
a { text-decoration: none; color: inherit; }

/* IE8及以下提示横幅 */
.ie-tip {
  background: #fff3e0; color: #c33; font-size: 14px; line-height: 1.6;
  padding: 10px 20px; text-align: center; border-bottom: 1px solid #ffd591;
}
.ie-tip strong { color: #c33; }

/* ====== 容器 ====== */
.wrap {
  max-width: 1200px; margin: 0 auto;
  padding: 0 20px; position: relative;
}

/* ====== 顶部导航栏 ====== */
.top-bar {
  background: #3A7DB8;
  background: -ms-linear-gradient(top, #3A7DB8, #7DADD4);
  background: -webkit-gradient(linear, left top, left bottom, from(#3A7DB8), to(#7DADD4));
  background: linear-gradient(180deg, #3A7DB8 0%, #7DADD4 100%);
  min-height: 50px;
}
.top-bar-inner {
  max-width: 1200px; margin: 0 auto;
  padding: 0 20px;
  overflow: hidden; position: relative;
}
.top-left {
  float: left; white-space: nowrap; padding: 10px 0;
}
.top-left .top-gov-icon {
  width: 24px; height: 24px; vertical-align: middle; margin-right: 6px;
}
.top-left .top-gov-name {
  font-size: 18px; color: #fff; font-weight: bold; vertical-align: middle;
}
.top-right { float: right; }
.top-btn {
  display: inline-block; color: #fff; font-size: 14px;
  padding: 4px 6px; white-space: nowrap; cursor: pointer;
  vertical-align: middle; margin-left: 6px;
}
.top-btn:hover { background: rgba(255,255,255,0.15); }
.top-btn .cmsicon { font-size: 16px; margin-right: 2px; }
.top-search { position: relative; display: inline-block; }
.top-search input {
  width: 160px; height: 28px; min-width: 60px;
  border: 1px solid rgba(255,255,255,0.5);
  background: rgba(255,255,255,0.15); border-radius: 14px; color: #fff;
  padding: 0 10px 0 24px; font-size: 12px; outline: none;
}
.top-search input::placeholder { color: rgba(255,255,255,0.6); }
.top-search .cmsicon {
  position: absolute; left: 7px; top: 50%; margin-top: -7px;
  font-size: 12px;
}
.menu-toggle {
  display: none; background: none; border: none; color: #fff;
  font-size: 26px; cursor: pointer; padding: 6px;
}

/* ====== 蓝色渐变头部 ====== */
.header {
  background: #4C8EC4;
  background: -ms-linear-gradient(top, #4C8EC4, #97C0E1);
  background: -webkit-gradient(linear, left top, left bottom, from(#4C8EC4), to(#97C0E1));
  background: linear-gradient(180deg, #4C8EC4 0%, #97C0E1 100%);
  border-bottom: 3px solid #2F6EA3;
}
.logo {
  text-align: center; padding: 18px 0;
}
.logo img { width: 48px; height: auto; vertical-align: middle; margin-right: 12px; }
.logo span {
  font-size: 40px; color: #fff; font-weight: bold; vertical-align: middle;
}

/* ====== 主体 ====== */
.content { padding: 50px 0 20px; }

/* -------- 政策标题 -------- */
.policy {
  text-align: center; font-size: 36px;
  font-weight: bold; color: #2F6EA3;
  line-height: 1.6; word-break: break-all;
}
.department {
  display: table; position: relative;
  margin: 12px auto 24px;
  background: #3B87C7; color: #fff;
  font-size: 18px; font-weight: bold;
  padding: 8px 30px;
  white-space: nowrap;
}
.department:before {
  content: ""; position: absolute; left: -16px; top: 0;
  width: 0; height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-right: 18px solid #3B87C7;
}
.p_date {
  text-align: center; margin-bottom: 24px;
}
.p_date span {
  font-size: 17px; font-weight: bold;
  color: #2F6EA3; display: inline-block;
  margin: 0 30px;
}

/* -------- 政策原文卡片 -------- */
.smalltext {
  border: 2px solid #C6DBEE; border-radius: 10px;
  background: #F9FBFD; overflow: hidden;
}
.smalltext-top {
  height: 6px;
  background: #2F6EA3;
  background: -ms-linear-gradient(left, #2F6EA3, #7DADD4);
  background: -webkit-gradient(linear, left top, right top, from(#2F6EA3), to(#7DADD4));
  background: linear-gradient(90deg, #2F6EA3, #7DADD4);
}
.s_title { padding: 20px 30px 0; }
.sLeft {
  display: inline-block;
  background: #2F6EA3; color: #fff;
  font-size: 18px; font-weight: bold;
  padding: 8px 26px;
  border-radius: 18px 18px 0 0;
}
.p_main { padding: 16px 30px 30px; }
.p_main h3 {
  font-size: 20px; color: #2F6EA3;
  margin-bottom: 8px; line-height: 1.5;
}
.p_main p {
  font-size: 16px; color: #444; line-height: 1.8;
}
.toOriginal {
  display: block; text-align: right;
  padding: 0 30px 18px;
  font-size: 16px; color: #2F6EA3; font-weight: bold;
}

/* ====== 解读区域 ====== */
.interpret { margin-top: 50px; }
.jd-box { margin-bottom: 36px; }
.jd-title-box {
  background: #2F6EA3; color: #fff;
  padding: 14px 30px;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
.jd-title {
  font-size: 22px; font-weight: bold; color: #fff;
}
.jd-content {
  background: #3B87C7; color: #fff;
  padding: 24px 30px;
  border-radius: 0 0 8px 8px;
}
.jd-content p {
  font-size: 16px; color: #fff;
  line-height: 1.9; margin-bottom: 10px;
}
.jd-content p:last-child { margin-bottom: 0; }
.jd-content b { color: #FFD966; font-weight: bold; }

/* ====== 相关通知 ====== */
.notice-section {
  margin-top: 56px;
  border: 2px solid #C6DBEE; border-radius: 8px;
  padding: 0 30px 30px;
  background: #F9FBFD;
}
.section-title {
  text-align: center; position: relative; height: 50px; line-height: 50px;
  margin: 0 -30px;
}
.section-title:before {
  content: ""; position: absolute; left: 0; right: 0; top: 50%;
  height: 1px; background: #C6DBEE;
}
.section-title span {
  position: relative; z-index: 1;
  display: inline-block;
  font-size: 24px; font-weight: bold;
  color: #2F6EA3; background: #F9FBFD; padding: 0 20px;
  line-height: 50px;
}
.notice-list { margin-top: 4px; }
.notice-list li {
  padding: 14px 0 14px 14px;
  border-bottom: 1px dashed #d5e3f0;
  position: relative;
}
.notice-list li:before {
  content: ""; position: absolute; left: 0; top: 50%;
  margin-top: -3px;
  width: 6px; height: 6px;
  background: #3B87C7; border-radius: 50%;
}
.notice-list li:last-child { border-bottom: none; }
.notice-list .notice-date {
  font-size: 14px; color: #999; display: inline-block; margin-right: 14px;
}
.notice-list li a {
  font-size: 16px; color: #333;
  line-height: 1.7;
}
.notice-list li a:hover { color: #2F6EA3; }
.notice-more { text-align: center; margin-top: 10px; }
.notice-more a {
  display: inline-block;
  padding: 8px 36px;
  font-size: 15px;
  color: #2F6EA3; border: 1px solid #2F6EA3;
  border-radius: 4px;
}
.notice-more a:hover { background: #2F6EA3; color: #fff; }

/* ====== 页脚 ====== */
.footer-wrap { background: #F2F2F2; padding: 30px 0; }
.footer-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 20px;
  text-align: center;
}
.footer-inner:after { content: ""; display: table; clear: both; }
.footer-left { float: left; }
.footer-left a, .footer-left span, .footer-left img { margin: 0 4px; vertical-align: middle; }
.footer-right { float: right; text-align: right; }
.footer-right p {
  font-size: 14px; color: #666; line-height: 1.8;
}
.footer-right a { color: #666; }
.footer-right a:hover { color: #2F6EA3; }

/* ====== 字体图标 ====== */
.cmsicon { font-family: cmsicon; font-style: normal; }

/* ====== 响应式 ====== */

/* 平板：<=1024px */
@media screen and (max-width: 1024px) {
  .policy { font-size: 28px; }
  .header { padding: 10px 0; }
  .logo span { font-size: 32px; }
  .logo img { width: 40px; }
}

/* 手机：<=768px */
@media screen and (max-width: 768px) {
  .wrap { padding: 0 12px; }
  .top-bar-inner { padding: 0 12px; }
  .top-left { float: none; display: block; }
  .top-right { float: none; display: block; }
  .top-left .top-gov-name { font-size: 14px; }

  .menu-toggle { display: block; float: right; }
  .top-right {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #3A7DB8; z-index: 100;
    padding: 8px 16px 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.15);
  }
  .top-right.open { display: block; }
  .top-btn { display: block; padding: 8px 10px; font-size: 15px; margin-left: 0; }
  .top-search { display: block; width: 100%; }
  .top-search input { width: 100%; }

  .policy { font-size: 24px; }
  .department {
    display: table; margin: 12px auto 24px;
    white-space: normal;
  }
  .department:before { display: none; }

  .p_date span { display: block; margin: 4px 0; text-align: center; }

  .s_title { padding: 16px 16px 0; }
  .sLeft { font-size: 16px; padding: 6px 20px; }
  .p_main { padding: 12px 16px 20px; }
  .p_main h3 { font-size: 18px; }
  .p_main p { font-size: 14px; }
  .toOriginal { padding: 0 16px 14px; font-size: 14px; }

  .interpret { margin-top: 30px; }
  .jd-box { margin-bottom: 20px; }
  .jd-title-box { padding: 12px 16px; }
  .jd-title { font-size: 18px; }
  .jd-content { padding: 16px; }
  .jd-content p { font-size: 14px; }

  .notice-section { margin-top: 30px; padding: 0 16px 20px; }
  .section-title { margin: 0 -16px; }
  .section-title span { font-size: 20px; }
  .notice-list li { padding: 12px 0 12px 12px; }
  .notice-list li a { font-size: 14px; }

  .footer-left { float: none; text-align: center; margin-bottom: 10px; }
  .footer-right { float: none; text-align: center; }
  .footer-right p { font-size: 12px; }
  .footer-wrap { padding: 16px 0; }
}

/* 小手机：<=480px */
@media screen and (max-width: 480px) {
  .policy { font-size: 20px; }
  .logo span { font-size: 22px; }
  .logo img { width: 32px; }
  .jd-title { font-size: 16px; }
  .section-title span { font-size: 18px; }
  .jd-content { padding: 12px 14px; }
  .smalltext { border-radius: 6px; }
}


/* 小手机：<=480px */
@media (max-width: 480px) {
  .policy { font-size: 18px; }
  .logo span { font-size: 22px; }
  .jd-title { font-size: 16px; }
  .section-title span { font-size: 16px; }
}

/* cmsicon 字体图标 */
@font-face {
  font-family: 'cmsicon';
  src: url('//at.alicdn.com/t/font_1037842_vszrfo6u06r.woff2?t=1632304353260') format('woff2'),
       url('//at.alicdn.com/t/font_1037842_vszrfo6u06r.woff?t=1632304353260') format('woff'),
       url('//at.alicdn.com/t/font_1037842_vszrfo6u06r.ttf?t=1632304353260') format('truetype');
}
.cmsicon { font-family: cmsicon; }

/* public-ui 分享字体 */
@font-face {
  font-family: 'public-ui';
  src: url('//at.alicdn.com/t/font_1851206_8h2wadaum1x.woff2') format('woff2'),
       url('//at.alicdn.com/t/font_1851206_8h2wadaum1x.woff') format('woff'),
       url('//at.alicdn.com/t/font_1851206_8h2wadaum1x.ttf') format('truetype');
}

/* 工具类 */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { zoom: 1; }

/* 错误页面 */
.error-box { display: none; }
