@charset "utf-8";
/*==================================================================
  Dcgz_Blog_V2026.css  多彩贵州信息港（贵州七迹博客）专属电脑端样式
  适用页面：/Info/blog/*.html
  颜色体系（与项目全局一致）：
    - 主题蓝：#016aae；边框蓝：#b6d2f9 / #e6effa / #f3f7fb
    - 云层之镜蓝：#f3f7fb → #e8f0fe → #d2e1f8
    - 云层之镜暖粉：#f5e7dc / #f3dae0 / #ddc3e0（hover过渡用）
    - 紫色系统：#4a0099 / #6300e1 / #7d2bd1 / #9b3df5
    - 黄页橙渐变：#ff9900 → #ff3300（酱香三宝产品按钮）
==================================================================*/

/* ========== 1. 基础重置 ========== */
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  background: #f5f7fb;           /* 云层之镜浅蓝灰，替代原 #f5f5f5 */
  color: #333;
  font-size: 15px;
  line-height: 1.7;
}
ul, li { list-style: none; }
img { border: 0; max-width: 100%; height: auto; display: block; }
a {
  text-decoration: none;
  color: #333;
  transition: all 0.25s ease;
}
a:hover { color: #7d2bd1; }       /* hover统一紫色，项目规范 */
.clear { clear: both; float: none; height: 0; overflow: hidden; }

/* ========== 2. 页面容器 ========== */
.page-container {
  width: 100%;
  min-width: 1000px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

/* ========== 3. 顶部 Header（固定置顶，高度≈80px） ========== */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1000px;
  background: #fff;
  border-bottom: 1px solid #b6d2f9;   /* 项目蓝色底边，替代原 #e1e5e8 */
  z-index: 9999;
  box-shadow: 0 2px 6px rgba(1, 106, 174, 0.08);
}
.header-inner {
  width: 1200px;
  height: 80px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo a { display: inline-block; line-height: 80px; }
.logo img {
  max-height: 60px;
  display: inline-block;
  vertical-align: middle;
}

/* 主导航（面包屑式三级：贵州七迹 << 多彩贵州 << 贵州007网） */
.main-nav ul { display: flex; align-items: center; }
.main-nav li {
  margin-left: 18px;
  height: 80px;
  line-height: 80px;
  font-size: 15px;
  color: #b6d2f9;               /* "<<" 分隔符颜色 */
}
.main-nav li a {
  display: inline-block;
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 15px;
  font-weight: 500;
  padding: 0 4px;
  border-bottom: 2px solid transparent;
}
.main-nav li a:hover {
  color: #016aae;
  border-bottom: 2px solid #016aae;
}

/* ========== 4. 主容器 content-wrapper（两列：72% 正文 + 26% 侧栏） ========== */
.content-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;            /* header 80px + 20px 间隙，单一来源（项目经验教训） */
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
}

/* ---------- 4.1 正文列 main-content ---------- */
.main-content {
  width: 72%;
  flex: 0 0 72%;
  background: #fff;
  border: 1px solid #e6effa;
  border-radius: 6px;
  padding: 30px;
  box-shadow: 0 2px 8px rgba(1, 106, 174, 0.06);
}

/* 广告位容器 */
.page_ggdiv {
  width: 100%;
  background: #fff;
  padding: 12px 0;
  margin: 0 0 20px;
  text-align: center;
}
.page_gg_con {
  display: inline-block;
  max-width: 100%;
  text-align: center;
}
.div640x90 { max-width: 100%; overflow: hidden; }
.div640x90 img { width: 100%; height: auto; }

/* 文章标题 header */
.article-header {
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e6effa;
  text-align: left;
}
.article-header h1 {
  color: #4a0099;                 /* 紫色系统深紫，项目偏好 */
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 14px;
  font-weight: bold;
}
.article-meta {
  color: #666;
  font-size: 13px;
  line-height: 24px;
}
.article-meta span {
  display: inline-block;
  margin-right: 18px;
  padding-left: 2px;
}

/* 小/中/大 字号切换按钮（胶囊形，常态灰色 + 选中主蓝紫） */
.font-btn {
  display: inline-block;
  height: 22px;
  line-height: 22px;
  padding: 0 10px;
  margin-left: 4px;
  border-radius: 11px;            /* 胶囊形，项目规范 */
  font-size: 12px;
  color: #666;
  background: #f3f7fb;
  border: 1px solid #e6effa;
  text-decoration: none;
  transition: all 0.2s ease;
}
.font-btn:hover {
  color: #016aae;
  border-color: #bad5f0;
  background: #e8f0fe;
  text-decoration: none;
}
.font-btn.active {
  color: #fff;
  background: linear-gradient(135deg, #016aae 0%, #7d2bd1 100%);   /* 主蓝→紫 选中渐变 */
  border-color: transparent;
  font-weight: bold;
  box-shadow: 0 2px 5px rgba(1, 106, 174, 0.25);
}

/* 正文内容容器 */
.article-content {
  width: 100%;
  margin-bottom: 24px;
}

/* #zoom 紫底正文块 */
#zoom.page_content {
  display: block;
  margin: 16px 0 20px;
  padding: 20px 24px;
  width: 100%;
  box-sizing: border-box;
  background: #FEFEFE;           /* 紫色正文底，与百科一致 */
  color: #000000;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
              0 2px 8px rgba(125, 43, 209, 0.18);
  font-size: 16px;
  line-height: 2;
}
#zoom.page_content p {
  margin: 14px 0;
  text-indent: 2em;
  color: #000000;
}
#zoom.page_content p:first-child { margin-top: 0; }
#zoom.page_content p:last-child  { margin-bottom: 0; }

/* 普通正文段落（#zoom 外还有其他富文本时） */
.article-content p {
  margin: 14px 0;
  font-size: 16px;
  line-height: 2;
  text-indent: 2em;
  color: #333;
}

/* ---------- 4.2 文章元信息 article-meta-bottom（左蓝强调条） ---------- */
.article-meta-bottom {
  display: block;
  margin: 20px 0;
  padding: 12px 16px;
  background: #f9fbff;
  border: 1px solid #e6effa;
  border-left: 3px solid #016aae;   /* 主题蓝强调条，与百科统一 */
  border-radius: 6px;
}
.article-meta-bottom p {
  margin: 0 0 6px;
  font-size: 14px;
  line-height: 24px;
  color: #555;
  text-indent: 0;
}
.article-meta-bottom p:last-child { margin-bottom: 0; }
.article-meta-bottom a {
  color: #016aae;
  transition: all 0.2s ease;
  word-break: break-all;
}
.article-meta-bottom a:hover {
  color: #7d2bd1;
  text-decoration: underline;
}

/* ---------- 4.3 相关文章 related-posts（两列 + 主题蓝圆点前缀） ---------- */
.related-posts {
  display: block;
  margin: 20px 0;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e6effa;
  border-radius: 6px;
}
.related-posts h3 {
  font-size: 16px;
  font-weight: bold;
  color: #016aae;
  padding-bottom: 10px;
  margin: 0;
  border-bottom: 1px solid #f3f7fb;
}
.related-posts ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
}
.related-posts ul li {
  width: calc(50% - 9px);
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  border-bottom: 1px dotted #e6effa;
  overflow: hidden;
  box-sizing: border-box;
  color: #999;
}
.related-posts ul li a {
  color: #333;
  display: inline-block;
  max-width: calc(100% - 50px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: top;
  transition: all 0.2s ease;
}
.related-posts ul li a::before {
  content: "·";
  color: #016aae;
  font-weight: bold;
  margin-right: 6px;
}
.related-posts ul li a:hover { color: #7d2bd1; }

/* ---------- 4.4 标签区 tags-section（胶囊形 + 酱香三宝橙按钮） ---------- */
.tags-section {
  margin: 24px 0;
  padding: 14px 0;
  border-top: 1px solid #e6effa;
  border-bottom: 1px solid #e6effa;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.tags-section a {
  display: inline-block;
  height: 32px;
  line-height: 32px;
  padding: 0 14px;
  color: #fff;
  border-radius: 16px;               /* 胶囊形，与 tag_bg 项目规范统一 */
  font-weight: bold;
  font-size: 14px;
  background: linear-gradient(135deg, #016aae 0%, #0184d0 100%);
  box-shadow: 0 2px 6px rgba(1, 106, 174, 0.2);
  transition: all 0.25s ease;
}
.tags-section a:hover {
  background: linear-gradient(135deg, #f3dae0 0%, #ddc3e0 100%);
  color: #6a1b9a;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(106, 27, 154, 0.15);
}
/* 酱香三宝产品按钮：橙色渐变（黄页徽章色）突出 */
.tags-section .product-link {
  background: linear-gradient(135deg, #ff9900 0%, #ff3300 100%);
  color: #fff;
  box-shadow: 0 2px 8px rgba(255, 153, 0, 0.3);
}
.tags-section .product-link:hover {
  background: linear-gradient(135deg, #f3dae0 0%, #ddc3e0 100%);
  color: #6a1b9a;
}

/* ---------- 4.5 作者区 author-section（云层之镜蓝渐变） ---------- */
.author-section {
  margin: 24px 0;
  padding: 20px 24px;
  background: linear-gradient(135deg, #f3f7fb 0%, #e8f0fe 50%, #d2e1f8 100%);
  border: 1px solid #b6d2f9;
  border-radius: 6px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.author-section h3 {
  color: #4a0099;                 /* 紫色系统深紫，标题统一 */
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: bold;
}
.author-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid rgba(182, 210, 249, 0.5);
}
.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 16px;
  object-fit: cover;
  border: 3px solid #fff;
  box-shadow: 0 2px 8px rgba(1, 106, 174, 0.15);
  flex: 0 0 80px;
}
.author-details { line-height: 1.9; }
.author-name {
  font-weight: bold;
  font-size: 16px;
  color: #333;
}
.author-date {
  color: #666;
  font-size: 14px;
}
.author-date I { font-style: italic; }

.product-info {
  background: rgba(255, 255, 255, 0.55);
  padding: 12px 16px;
  border-radius: 6px;
  border: 1px solid rgba(182, 210, 249, 0.5);
}
.product-info p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.9;
  text-indent: 2em;
  color: #444;
}

/* ---------- 4.6 侧栏 sidebar（26%） ---------- */
.sidebar {
  width: 26%;
  flex: 0 0 26%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-section {
  background: #fff;
  border: 1px solid #e6effa;
  border-radius: 6px;
  padding: 16px 18px;
  box-shadow: 0 2px 6px rgba(1, 106, 174, 0.04);
}
.sidebar-section h3 {
  font-size: 16px;
  font-weight: bold;
  color: #016aae;
  padding-bottom: 10px;
  margin-bottom: 12px;
  border-bottom: 1px solid #f3f7fb;
}
.sidebar-section h3 a {
  color: #016aae;
  font-weight: bold;
}
.sidebar-section h3 a:hover { color: #7d2bd1; }

/* 侧栏链接列表（主题蓝圆点前缀，与 related-posts 统一） */
.sidebar-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-links li {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-left: 14px;
  font-size: 14px;
  border-bottom: 1px dotted #e6effa;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sidebar-links li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
  color: #016aae;
  font-weight: bold;
}
.sidebar-links li a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333;
  font-size: 14px;
  transition: all 0.2s ease;
}
.sidebar-links li a:hover {
  color: #7d2bd1;
  padding-left: 2px;
}

/* 侧栏说明段落（关于贵州七迹）常规字体不用楷体 */
.sidebar-section p {
  margin: 0 0 10px;
  padding: 0;
  font-size: 14px;
  line-height: 1.9;
  text-indent: 2em;
  color: #555;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
.sidebar-section p:last-child { margin-bottom: 0; }

/* ========== 5. 通栏广告 footer-gg ========== */
#footer-gg {
  width: 1200px;
  margin: 30px auto 0;
  padding: 0;
  display: block;
}
.h10 { clear: both; height: 10px; overflow: hidden; }
.tonglan_gg_div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e6effa;
  border-radius: 4px;
}
.ggdiv960x90 {
  display: inline-block;
  width: 960px;
  max-width: 100%;
  overflow: hidden;
  text-align: center;
}
.ggdiv960x90 img { width: 100%; height: auto; }

/* ========== 6. 页脚 Footer（主蓝底） ========== */
footer {
  margin-top: 40px;
  background: #016aae;                    /* 主题蓝底，项目规范 */
  color: #fff;
  width: 100%;
  min-width: 1000px;
}
.footer-inner {
  width: 1200px;
  margin: 0 auto;
  padding: 32px 10px 20px;
}

/* 友情链接 */
.friend-links {
  width: 100%;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.friend-links h4 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 14px;
  color: #fff;
}
.friend-links ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.friend-links li {
  margin-right: 22px;
  margin-bottom: 10px;
}
.friend-links a {
  color: #c9e0f2;
  font-size: 14px;
  transition: all 0.2s ease;
}
.friend-links a:hover {
  color: #fff;
  text-decoration: underline;
}

/* 版权 */
.copyright {
  text-align: center;
  padding: 16px 0 12px;
  font-size: 13px;
  color: #c9e0f2;
  line-height: 2;
}
.copyright a {
  color: #c9e0f2;
  transition: all 0.2s ease;
}
.copyright a:hover { color: #fff; }
.copyright .mnone {
  display: inline-block;
  margin: 0 4px;
}
/* 备案号行：图片 + 文字 强制同一行，inline-flex 居中对齐
   —— 双选择器兜底：既有 class="beian-line" 又自动匹配 .copyright 内第 2 个 p（兼容未来未加 class 的页面） */
.copyright .beian-line,
.copyright > p:nth-of-type(2) {
  display: inline-flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 100%;
  line-height: 1;
  white-space: nowrap;
}
.copyright .beian-link,
.copyright > p:nth-of-type(2) > span {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 10px;
  gap: 4px;
  line-height: 20px;
  height: 20px;
  color: #c9e0f2;
  text-decoration: none;
  font-size: 13px;
  padding: 0 2px;
  border-radius: 3px;
  transition: all 0.2s ease;
  white-space: nowrap;
}
.copyright .beian-link:hover,
.copyright > p:nth-of-type(2) > span:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  text-decoration: none;
}
.copyright .beian-icon,
.copyright > p:nth-of-type(2) > span > img {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin-right: 2px;
  object-fit: contain;
}

/* 统计 */
.stats {
  text-align: center;
  padding: 10px 0 18px;
  font-size: 12px;
  color: rgba(201, 224, 242, 0.8);
}
.stats a {
  color: #fff;
  display: inline-block;
  margin-right: 6px;
}
.stats a:hover { color: #c9e0f2; }

/* 返回顶部（固定右下） */
.fanhuitop {
  position: fixed;
  right: 70px;
  bottom: 50px;
  z-index: 9998;
  text-align: center;
}
.fanhuitop img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  box-shadow: 0 3px 10px rgba(1, 106, 174, 0.3);
  transition: all 0.25s ease;
}
.fanhuitop img:hover {
  transform: translateY(-3px);
  box-shadow: 0 5px 16px rgba(1, 106, 174, 0.45);
}

/* ========== 7. 通用：表格 ke-zeroborder / table（保留原功能 统一色） ========== */
.ke-zeroborder,
.table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px auto;
  width: 100%;
  border-left: 1px solid #b6d2f9;
  border-top: 1px solid #b6d2f9;
  background: #fff;
  font-size: 14px;
  transition: all 0.3s ease;
}
.ke-zeroborder td, .table td,
.ke-zeroborder th, .table th {
  border-bottom: 1px solid #b6d2f9;
  border-right: 1px solid #b6d2f9;
  padding: 12px 15px;
  text-align: left;
  vertical-align: middle;
  color: #333;
}
.ke-zeroborder .thead, .table .thead,
.ke-zeroborder thead tr, .table thead tr {
  background: linear-gradient(90deg, #f3f7fb 0%, #e8f0fe 50%, #d2e1f8 100%);
  color: #016aae;
  font-size: 14px;
  font-weight: bold;
  line-height: 40px;
  height: 40px;
  text-align: center;
}
.ke-zeroborder td a, .table td a {
  color: #016aae;
  padding: 2px 4px;
  border-radius: 3px;
  transition: all 0.2s ease;
}
.ke-zeroborder td a:hover, .table td a:hover {
  color: #fff;
  background: #7d2bd1;
  text-decoration: none;
}
.ke-zeroborder .blue a, .ke-zeroborder .blue,
.table .blue a, .table .blue {
  color: #016aae;
  font-weight: 500;
}
.ke-zeroborder tr:hover, .table tr:hover {
  background: #f8fbff;
  box-shadow: inset 0 0 0 1px rgba(1, 106, 174, 0.05);
  transition: background-color 0.3s ease;
}

/* ========== 8. 通用：列表 list + list_content（2列 flex布局） ========== */
.list {
  display: block;
  margin: 20px auto;
  width: 100%;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-sizing: border-box;
}
.list_content {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
}
.list_content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  column-count: 1;
  column-gap: 20px;
}
.list_content li {
  margin: 0;
  padding: 0 0 0 18px;
  height: 46px;
  line-height: 46px;
  background: url(/images/dot.gif) no-repeat 2px center;
  border-bottom: 1px dotted #ebebeb;
  overflow: hidden;
  break-inside: avoid;
  box-sizing: border-box;
}
.list_content li a {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  transition: all 0.2s ease;
}
/* 日期 span：靠右对齐（float:right + li overflow:hidden 自动 contain，不影响 .tag_bg 胶囊布局） */
.list_content li span {
  float: right;
  height: 46px;
  line-height: 46px;
  font-size: 13px;
  color: #999;
  white-space: nowrap;
  margin-left: 10px;
}
.list_content li a:hover {
  color: #016aae;
  text-decoration: underline;
}
/* 胶囊标签 tag_bg */
.list_content li.tag_bg {
  background: none;
  padding-left: 0;
  overflow: hidden;
  height: auto;
  line-height: normal;
  border-bottom: none;
}
.list_content li.tag_bg a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  margin: 4px 6px 4px 0;
  background: linear-gradient(135deg, #016aae 0%, #0184d0 100%);
  color: #fff;
  border-radius: 14px;
  font-weight: bold;
  font-size: 13px;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(1, 106, 174, 0.25);
  transition: all 0.25s ease;
}
.list_content li.tag_bg a:hover {
  background: linear-gradient(135deg, #f3dae0 0%, #ddc3e0 100%);
  color: #6a1b9a;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(106, 27, 154, 0.15);
}

/* 分页 list_page */
.list_page {
  width: 100%;
  text-align: center;
  padding: 18px 0;
  clear: both;
  background: #f8fafc;
  border-top: 1px solid #f0f2f5;
  border-radius: 0 0 6px 6px;
}
.list_page a,
.list_page span {
  display: inline-block;
  min-width: 36px;
  height: 36px;
  line-height: 36px;
  padding: 0 12px;
  margin: 0 3px;
  border: 1px solid #e6effa;
  border-radius: 4px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  box-sizing: border-box;
  transition: all 0.2s ease;
}
.list_page a:hover {
  border-color: #bad5f0;
  background: #f3f7fb;
  color: #016aae;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(1, 106, 174, 0.1);
}
.list_page span b {
  color: #016aae;
  font-weight: bold;
}
.list_page .current {
  color: #fff;
  border: 1px solid #016aae;
  background: #016aae;
  font-weight: bold;
  box-shadow: 0 2px 6px rgba(1, 106, 174, 0.25);
}
.list_page .current:hover { transform: none; }
.list_page .fpage { border: 1px solid #e6effa; }