/* =========================================================
   中楚在线国际拍卖 统一皮肤样式
   统一颜色 / 字体 / 布局 / 响应式
   ========================================================= */
:root {
  /* 品牌色（适配站群首页 navy/gold 主题） */
  --primary: #1450A8;        /* 主色-藏蓝 */
  --primary-light: #0F2A5C;  /* 深藏蓝（Logo 行） */
  --primary-hover: #0F2A5C;  /* hover 深藏蓝 */
  --primary-soft: #E4EFFF;   /* 极浅蓝-悬浮/标签背景 */
  --primary-bg: #F5F7FA;     /* 浅灰蓝背景 */
  --gold: #C8A24C;           /* 点缀金 */
  --gold-dark: #A9842C;      /* 点缀金-深 */

  /* 中性色（现代灰阶） */
  --text-main: #1f2329;      /* 正文 */
  --text-sub: #5a6472;       /* 次要 */
  --text-weak: #98a2b3;      /* 弱化 */
  --line: #e5e8ee;           /* 分隔线 */
  --bg: #ffffff;
  --bg-gray: #f5f7fa;
  --footer-bg: #0F2A5C;      /* 页脚深藏蓝 */
  --footer-text: #8a94a6;

  /* 圆角 / 阴影 */
  --radius: 10px;
  --radius-sm: 6px;
  --shadow-sm: 0 1px 3px rgba(15,42,92,.06), 0 1px 2px rgba(15,42,92,.04);
  --shadow-md: 0 8px 28px rgba(15,42,92,.10);

  --font-family: "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", "Helvetica Neue", Arial, sans-serif;
}

/* ================= 基础 reset ================= */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-family);
  font-size: 14px;
  color: var(--text-main);
  background: var(--bg);
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img { max-width: 100%; border: 0; }
ul, ol { list-style: none; }
a { text-decoration: none; color: var(--text-main); transition: color .2s; }
a:hover { color: var(--primary-hover); }
input, textarea, select { font-family: var(--font-family); outline: none; }
.clearfix::after { content: ""; display: table; clear: both; }

/* ================= 页头 ================= */
html, body { height: 100%; }
body { display: flex; flex-direction: column; }
.new-header { width: 100%; font-size: 14px; flex-shrink: 0; }
/* 顶部工具条 */
.new-header .topbar { background: var(--primary); }
.new-header .topbar-inner {
  width: 1200px; max-width: 100%; margin: 0 auto;
  height: 40px; line-height: 40px; color: #fff;
  display: flex; justify-content: space-between; align-items: center;
  padding: 0 12px;
}
.new-header .topbar-left { font-size: 14px; }
.new-header .topbar-left a { color: #fff; }
.new-header .topbar-left img { vertical-align: middle; }
.new-header .topbar-right > a { color: #dce8f7; font-size: 14px; margin-left: 20px; }
.new-header .topbar-right > a img { vertical-align: middle; margin-right: 3px; }
.new-header .topbar-right > a:hover { color: #fff; background: rgba(255,255,255,.12); border-radius: 4px; }
/* 语言切换 */
.new-header .lang-dropdown { position: relative; display: inline-block; margin-left: 20px; }
.new-header .lang-current {
  display: inline-flex; align-items: center; gap: 6px;
  color: #dce8f7; font-size: 14px; line-height: 1;
  background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18);
  border-radius: 4px; padding: 5px 9px; cursor: pointer;
  transition: background .2s, color .2s;
}
.new-header .lang-current:hover { color: #fff; background: rgba(255,255,255,.16); }
.new-header .lang-current .lang-arrow { font-size: 10px; opacity: .7; transition: transform .2s; }
.new-header .lang-dropdown.open .lang-current .lang-arrow { transform: rotate(180deg); }
.new-header .lang-menu {
  position: absolute; top: calc(100% + 6px); right: 0; z-index: 1200;
  min-width: 118px; margin: 0; padding: 5px; list-style: none;
  background: #fff; border: 1px solid var(--line); border-radius: 6px;
  box-shadow: 0 6px 18px rgba(20,50,90,.14);
  opacity: 0; visibility: hidden; transform: translateY(-6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.new-header .lang-dropdown.open .lang-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.new-header .lang-menu a {
  display: block; padding: 8px 12px; font-size: 13px; line-height: 1.4; color: var(--text-main);
  border-radius: 4px; white-space: nowrap;
}
.new-header .lang-menu a:hover { color: var(--primary); background: var(--primary-bg); }
.new-header .lang-menu a.active { color: var(--primary); font-weight: 600; background: var(--primary-bg); }
/* Logo 独立一行（参考官网：logo 单独一行、亮蓝底 #3088E2 与页头深蓝做区分，导航栏在其下方） */
.new-header .logo-row { background: var(--primary-light); }
.new-header .logo-row-inner {
  width: 1200px; max-width: 100%; margin: 0 auto;
  height: 100px; display: flex; align-items: center; justify-content: flex-start;
  padding: 0 12px;
}
.new-header .site-logo { display: flex; align-items: center; }
.new-header .site-logo img { height: 64px; width: auto; display: block; }
/* 导航行（relative 作二级通栏的定位上下文，实现全屏铺开；白底） */
.new-header .header-main {
  background: #fff; flex-shrink: 0; position: relative;
  box-shadow: 0 3px 16px rgba(15,42,92,.08);
}
.new-header .header-main-inner {
  width: 1200px; max-width: 100%; margin: 0 auto;
  display: flex; align-items: center; justify-content: center;
  height: 56px; padding: 0 12px;
}
/* 导航（无页签下划线指示器，仅文字变色） */
.new-header .main-nav { display: flex; align-items: center; }
.new-header .main-nav ul { display: flex; list-style: none; margin: 0; padding: 0; }
.new-header .main-nav .nav-item { margin: 0; white-space: nowrap; list-style: none; }
.new-header .main-nav .nav-item > a {
  position: relative; display: block; height: 56px; padding: 0 22px; line-height: 56px;
  color: #1a1a1a; font-size: 16px; font-weight: 500; letter-spacing: .5px;
  white-space: nowrap; transition: color .2s;
}
.new-header .main-nav .nav-item > a:hover,
.new-header .main-nav .nav-item.on > a { color: var(--primary); }
.new-header .main-nav .nav-item.on > a { font-weight: 600; }
/* 二级下拉：半透明藏蓝通栏条，全屏铺开无留白，居中对齐，浮在轮播图上方 */
.new-header .main-nav .drop {
  position: absolute; top: 100%; left: 0; right: 0;
  display: flex; justify-content: center; align-items: center; gap: 4px;
  margin: 0; padding: 10px 12px;
  background: rgba(120, 180, 230, 0.50);
  border-bottom: 1px solid rgba(255,255,255,.25);
  box-shadow: 0 8px 24px rgba(15,42,92,.12);
  opacity: 0; visibility: hidden; transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s;
  z-index: 1200;
}
.new-header .main-nav .nav-item.has-drop:hover .drop,
.new-header .main-nav .nav-item.has-drop:focus-within .drop,
.new-header .main-nav .nav-item.has-drop.open .drop {
  opacity: 1; visibility: visible; transform: translateY(0);
}
.new-header .main-nav .drop a {
  display: inline-block; padding: 8px 18px; font-size: 15px; color: #fff;
  border-radius: 6px; white-space: nowrap; text-align: center;
  transition: color .15s, background .15s;
}
.new-header .main-nav .drop a:hover,
.new-header .main-nav .drop a.active { color: #fff; background: rgba(255,255,255,.15); font-weight: 600; }
/* 外语导航项较长，压缩间距 */
html[lang="en"] .new-header .main-nav .nav-item > a,
html[lang="ja"] .new-header .main-nav .nav-item > a,
html[lang="ko"] .new-header .main-nav .nav-item > a {
  padding: 0 10px; font-size: 13px; letter-spacing: 0;
}
/* 移动端按钮 */
.new-header .nav-toggle { display: none; }

/* ================= 首页轮播 ================= */
.hero-banner {
  width: 100%; height: 520px; position: relative; overflow: hidden;
  background: var(--primary);
}
.hero-banner .swiper-slide { height: 520px; overflow: hidden; }
.hero-banner .swiper-slide a,
.hero-banner .swiper-slide img { display: block; width: 100%; height: 100%; }
.hero-banner .swiper-slide img { object-fit: cover; object-position: center; }
.hero-banner .swiper-button-prev,
.hero-banner .swiper-button-next {
  width: 40px; height: 40px; color: #fff; background: transparent;
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
  filter: drop-shadow(0 1px 3px rgba(0,0,0,.6));
}
.hero-banner:hover .swiper-button-prev,
.hero-banner:hover .swiper-button-next {
  opacity: 1; pointer-events: auto;
}
.hero-banner .swiper-button-prev:hover,
.hero-banner .swiper-button-next:hover {
  color: #eee; scale: 1.15;
}
.hero-banner .swiper-button-prev svg,
.hero-banner .swiper-button-next svg {
  width: 24px; height: 24px;
}
.hero-banner .swiper-pagination { bottom: 20px; }
.hero-banner .swiper-pagination-bullet {
  width: 24px; height: 4px; border-radius: 2px; background: rgba(255,255,255,.4); opacity: 1;
  transition: all .3s;
}
.hero-banner .swiper-pagination-bullet-active {
  background: #fff; width: 36px;
}
/* 首页轮播标题浮层 */
.hero-banner .swiper-slide a { position: relative; }
.hero-banner .hero-caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 64px 0 26px;
  background: linear-gradient(to top, rgba(0,0,0,.55) 0%, rgba(0,0,0,.15) 55%, rgba(0,0,0,0) 100%);
  pointer-events: none;
}
.hero-banner .hero-caption-inner {
  width: 1200px; max-width: 92%; margin: 0 auto;
}
.hero-banner .hero-caption h3 {
  font-size: 24px; font-weight: 700; color: #fff; margin: 0; line-height: 1.4;
  text-shadow: 0 2px 8px rgba(0,0,0,.35);
  overflow: hidden; display: -webkit-box;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}

/* ================= 首页内容区 ================= */
.home-section { width: 100%; background: var(--bg); }

/* 区块标题（现代简洁风格） */
.sec-title {
  width: 1200px; max-width: 100%; margin: 0 auto;
  padding: 36px 12px 0;
}
.sec-title-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding-bottom: 18px;
  border-bottom: 2px solid var(--primary);
  position: relative;
}
.sec-title-inner::after {
  content: ""; position: absolute; bottom: -2px; left: 0;
  width: 60px; height: 2px; background: var(--gold);
}
.sec-title h2 {
  font-size: 24px; font-weight: 700; color: var(--text-main);
  letter-spacing: 1px; margin: 0; line-height: 1.4;
}
.sec-more {
  font-size: 14px; color: var(--text-weak); font-weight: 400;
  transition: color .2s, transform .2s; white-space: nowrap;
}
.sec-more:hover { color: var(--primary); transform: translateX(3px); }

/* 合作单位标题 */
.partner-title {
  width: 1200px; max-width: 100%; margin: 0 auto;
  padding: 36px 12px 18px;
  display: flex; align-items: center; gap: 8px;
  list-style: none;
}
.partner-title img { height: 22px; }
.partner-title li { font-size: 22px; font-weight: 700; color: var(--text-main); letter-spacing: 1px; }
.partner-title .more { font-size: 12px; color: #838383; font-weight: 400; }

/* 内容容器 */
.section-body, .text-link-list, .quick-link-list, .partner-list {
  width: 1200px; max-width: 100%; margin: 0 auto;
}
/* 新闻列表（拍卖公告/法律法规） */
.text-link-list { padding: 16px 12px 28px; }
.text-link-list li {
  font-size: 15px; line-height: 48px; text-align: left; overflow: hidden;
  text-overflow: ellipsis; white-space: nowrap;
  border-bottom: 1px solid var(--line); padding: 0 16px;
  transition: background .2s, padding-left .25s;
}
.text-link-list li:last-child { border-bottom: none; }
.text-link-list li:hover { background: var(--primary-soft); padding-left: 22px; }
.text-link-list .li-dot {
  display: inline-block; width: 6px; height: 6px;
  background: var(--primary); border-radius: 50%;
  margin-right: 10px; vertical-align: middle; opacity: .5;
  transition: opacity .2s, transform .2s;
}
.text-link-list li:hover .li-dot { opacity: 1; transform: scale(1.3); }
.text-link-list .li-date { color: var(--text-weak); font-size: 13px; margin-left: 8px; }
.text-link-list a { color: var(--text-main); }
.text-link-list a:hover { color: var(--primary); }

/* 快速导航 */
.quick-link-list { text-align: left; font-size: 0; padding: 16px 12px 24px; }
.quick-link-list li {
  font-size: 14px; line-height: 42px; text-align: left; display: inline-block; width: 25%;
}
.quick-link-list .li-dot {
  display: inline-block; width: 5px; height: 5px;
  background: var(--gold); border-radius: 50%;
  margin-right: 8px; vertical-align: middle; opacity: .6;
  transition: opacity .2s;
}
.quick-link-list li:hover .li-dot { opacity: 1; }
.quick-link-list a { color: var(--text-sub); transition: color .2s, padding-left .2s; }
.quick-link-list li:hover a { color: var(--primary); padding-left: 4px; }

/* 合作单位 */
.partner-list { text-align: center; font-size: 0; padding: 20px 12px 36px; display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.partner-list li {
  width: calc(16.66% - 14px); text-align: center; display: inline-block; vertical-align: middle;
  padding: 22px 14px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  transition: transform .3s ease, box-shadow .3s ease;
}
.partner-list li:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.partner-list li img { max-height: 48px; filter: grayscale(60%); opacity: .75; transition: filter .3s, opacity .3s; vertical-align: middle; }
.partner-list li:hover img { filter: none; opacity: 1; }

/* ================= 首页新闻资讯 ================= */
/* 左：幻灯片 / 右：图文列表（等高卡片布局） */
.news-grid {
  display: flex; align-items: stretch; gap: 24px;
  padding: 20px 12px 32px;
}
.news-grid .news-featured { flex: 0 0 44%; min-width: 0; }
.news-grid .news-list { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 0; }
.news-grid .slideBox { height: 100%; }

/* 图文列表（现代卡片风格 - 等高填充） */
.liebiao {
  margin: 0; width: 100%; flex: 1;
  display: flex; align-items: center; gap: 16px;
  padding: 16px 18px;
  background: #fff;
  border: 1px solid var(--line);
  text-align: left;
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.liebiao:first-child { border-radius: var(--radius) var(--radius) 0 0; border-bottom: none; }
.liebiao:last-child { border-radius: 0 0 var(--radius) var(--radius); }
.liebiao:only-child { border-radius: var(--radius); }
.liebiao:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); border-color: transparent; z-index: 1; }
.liebiao ul { display: block; vertical-align: middle; }
.liebiao ul:first-child,
.liebiao .liebiao-thumb { flex: 0 0 130px; width: 130px; height: 88px; overflow: hidden; border-radius: 8px; display: block; vertical-align: middle; }
.liebiao ul:last-child,
.liebiao .liebiao-meta { flex: 1; min-width: 0; }
.liebiao ul li { width: 100%; padding-left: 0; }
.liebiao ul li:nth-child(1) { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.liebiao img { width: 100%; height: 100%; object-fit: cover; margin: 0; border: none; display: block; }
.liebiao .news-card-title { font-size: 15px; text-align: left; font-weight: 600; line-height: 30px; }
.liebiao .news-card-title a { color: var(--text-main); transition: color .2s; }
.liebiao .news-card-title a:hover { color: var(--primary); }
.liebiao .news-card-desc { font-size: 13px; text-align: left; line-height: 20px; color: var(--text-weak); margin-top: 6px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.liebiao .news-card-desc a { color: var(--text-weak); }
.liebiao .news-card-desc a:hover { color: var(--primary); }

/* 幻灯片（头条图，swiper - 现代圆角卡片） */
.slideBox {
  width: 100%; overflow: hidden; position: relative;
  border: none; box-sizing: border-box; background: var(--primary-bg);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.slideBox .swiper-slide { position: relative; }
.slideBox .swiper-slide img {
  width: 100%; height: 100%; min-height: 320px; object-fit: cover; display: block;
}
.slideBox .swiper-slide i {
  position: absolute; bottom: 0; left: 0; width: 100%;
  font-style: normal; font-size: 15px; color: #fff; line-height: 44px;
  padding: 0 16px; background: linear-gradient(transparent, rgba(0,0,0,.65));
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; box-sizing: border-box;
}
.slideBox .swiper-pagination { right: 12px; left: auto; bottom: 10px; text-align: right; }
.slideBox .swiper-pagination-bullet {
  width: 24px; height: 4px; margin: 0 3px;
  background: rgba(255,255,255,.4); opacity: 1; border-radius: 2px;
  transition: all .3s;
}
.slideBox .swiper-pagination-bullet-active { background: #fff; width: 36px; }

.about { width: 1200px; max-width: 100%; margin: 0 auto; color: var(--text-sub); font-size: 15px; line-height: 2; padding: 26px 12px 40px; }

/* 上一篇/下一篇 */
.prenext-area { width: 1200px; max-width: 100%; margin: 0 auto; padding: 10px 12px 30px; }
.prenext { line-height: 32px; }
.prenext .text { color: var(--text-weak); font-size: 13px; }
.prenext a.tit { color: var(--text-main); font-size: 14px; }
.prenext a.tit:hover { color: var(--primary); }

/* ================= 分页 ================= */
.ui-pagination-container { text-align: center; padding: 30px 0 40px; }
.ui-pagination-container .ui-pagination-page-item {
  display: inline-block; min-width: 34px; height: 34px; line-height: 32px; padding: 0 12px;
  margin: 0 4px; text-align: center; font-size: 13px; color: var(--text-weak);
  border: 1px solid #ddd; border-radius: 4px; background: #fff;
}
.ui-pagination-container .ui-pagination-page-item:hover,
.ui-pagination-container .ui-pagination-page-item.active {
  color: #fff; background: var(--primary); border-color: var(--primary);
}

/* ================= 页脚 ================= */
/* 页脚样式由 footer.css 统一定义，此处不再重复 */

/* ================= 详情富文本（公司业绩等长内容） ================= */
.detail_area .rich { display: block; }
.detail_area .rich p { line-height: 1.9; margin: 6px 0; }
.detail_area .rich img { max-width: 100%; height: auto; border-radius: 4px; margin: 8px 0; }

/* ================= 首页两栏容器 ================= */
.home-two-col {
  width: 1200px; max-width: 100%; margin: 0 auto;
  display: flex; align-items: flex-start; gap: 30px;
}
.home-col { flex: 1; min-width: 0; }

/* ================= 响应式 ================= */
@media (max-width: 768px) {
  .new-header .topbar-right { display: none; }
  .new-header .logo-row-inner { height: 72px; }
  .new-header .site-logo img { height: 44px; }
  .new-header .header-main-inner { flex-wrap: wrap; height: auto; min-height: 56px; padding: 0 12px; justify-content: flex-end; }
  .new-header .nav-toggle {
    display: block; width: 34px; height: 34px; cursor: pointer; position: relative;
  }
  .new-header .nav-toggle span { display: block; width: 24px; height: 3px; background: var(--primary); margin: 5px auto; border-radius: 2px; }
  .new-header .main-nav { display: none; width: 100%; flex-direction: column; background: #fff; border-top: 1px solid #eee; }
  .new-header .main-nav.open { display: flex; }
  .new-header .main-nav .nav-item > a { height: auto; padding: 13px 16px; line-height: 1.5; border-bottom: 1px solid #f0f0f0; }
  .new-header .main-nav .nav-item > a::after { display: none; }
  .new-header .main-nav .drop {
    display: none; position: static; transform: none; opacity: 1; visibility: visible;
    flex-direction: column; align-items: flex-start; justify-content: flex-start; gap: 0;
    padding: 0 0 4px 16px; border: none; box-shadow: none; border-radius: 0;
    background: transparent; backdrop-filter: none; -webkit-backdrop-filter: none;
  }
  .new-header .main-nav .nav-item.has-drop.open .drop { display: flex; }
  .new-header .main-nav .drop a { text-align: left; border-bottom: 1px solid #f6f7f9; }

  .hero-banner { height: 280px; }
  .hero-banner .swiper-slide { height: 280px; }
  .hero-banner .hero-caption { padding: 40px 0 16px; }
  .hero-banner .hero-caption h3 { font-size: 16px; }

  .quick-link-list li { width: 50%; }
  .partner-list li { width: calc(50% - 14px); }
  .sec-title { padding: 28px 12px 0; }
  .sec-title h2 { font-size: 20px; }

  /* 首页两栏堆叠 */
  .home-two-col { display: flex; flex-direction: column; }
  /* 新闻卡片纵向排列 */
  .news-grid { flex-direction: column; }
  .news-grid .news-featured { flex: none; }
  .liebiao { display: flex; flex-direction: row; }
  .liebiao ul:first-child,
  .liebiao .liebiao-thumb { flex: 0 0 100px; width: 100px; height: 70px; }
  .liebiao ul:last-child { flex: 1; }
  .slideBox .swiper-slide img { height: 200px; min-height: 200px; }
}

/* ================= 强化覆盖 ================= */

/* 链接：无下划线，焦点仅对键盘导航可见 */
a, a:link, a:visited, a:hover, a:active { text-decoration: none !important; }
a:focus { outline: none; }
a:focus-visible { outline: 2px solid var(--primary); outline-offset: 2px; }

/* 导航焦点：键盘导航时去掉 outline（已由全局 a:focus-visible 处理） */
.new-header .main-nav .nav-item > a:focus,
.new-header .main-nav .nav-item > a:active,
.new-header .main-nav .nav-item > a:focus-visible {
  outline: none; box-shadow: none; border: none;
}

/* 顶部工具条 hover */
.new-header .topbar-right > a:hover { color: #fff; background: rgba(255,255,255,.12); }

/* 轮播焦点状态 */
.hero-banner .swiper-button-prev:focus,
.hero-banner .swiper-button-next:focus { outline: none; }

/* ================= 页脚贴底（sticky footer） ================= */
.new-header, .footer, footer, .footera { flex-shrink: 0; }

/* 主内容区：填充剩余高度，把页脚推到底部 */
.main-content { flex: 1; }

/* =========================================================
   子站列表页 / 内容页（拍卖公告/法律法规/下载中心/新闻资讯/
   国资资讯/央企大数据/关于我们）
   ========================================================= */

/* ---------- 页面头横幅 ---------- */
.page-head {
  background: linear-gradient(135deg, #0F2A5C 0%, #1450A8 60%, #2d6bd4 100%);
  color: #fff; padding: 42px 0 38px;
}
.page-head-inner { width: 1200px; max-width: 100%; margin: 0 auto; padding: 0 12px; }
.ph-title { font-size: 30px; font-weight: 700; letter-spacing: 1px; line-height: 1.3; }
.ph-en { font-size: 13px; letter-spacing: 2px; text-transform: uppercase; opacity: .72; margin-top: 6px; }
.ph-crumb { margin-top: 16px; font-size: 13px; color: rgba(255,255,255,.82); }
.ph-crumb a { color: #fff; opacity: .8; }
.ph-crumb a:hover { color: #fff; opacity: 1; }
.ph-crumb i { font-style: normal; margin: 0 8px; opacity: .5; }
.ph-crumb span { color: #fff; }

/* ---------- 列表主容器 ---------- */
.list-main {
  width: 1200px; max-width: 100%; margin: 0 auto;
  padding: 30px 12px 60px;
}
.list-col { width: 100%; }

/* ---------- 横向页签（丝滑切换） ---------- */
.filter-tabs {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 6px 28px;
  padding: 8px 0 0;
  margin: 0;
  border-bottom: 2px solid var(--line);
}
.filter-tabs:not(:has(.ms-loop-item)) { display: none; }
.filter-tabs .ms-loop-item { display: block; margin: 0; white-space: nowrap; }
.filter-tabs .title {
  display: inline-block;
  width: auto; max-width: none;
  padding: 14px 2px 16px;
  font-size: 17px;
  line-height: 1.2;
  color: var(--text-sub);
  background: transparent;
  border: none;
  border-bottom: none;
  border-radius: 0;
  transition: color .25s;
}
.filter-tabs .title:hover { color: var(--primary); background: transparent; }
.filter-tabs .active .title {
  color: var(--primary); font-weight: 700; background: transparent;
  border-bottom: 2px solid var(--primary); margin-bottom: -2px;
}
.filter-tabs .tab-ink { display: none; }

/* ---------- 列表正文（AJAX 交换目标） ---------- */
.list-body { padding-top: 6px; }
.article-list { padding-top: 4px; }
.article-item {
  position: relative;
  display: flex; align-items: center; gap: 18px;
  padding: 22px 12px;
  border-bottom: 1px solid var(--line);
  transition: background .25s, padding-left .25s;
  overflow: hidden;
}
.article-item:hover { background: var(--primary-soft); padding-left: 20px; }
.a-date {
  flex: 0 0 62px; width: 62px; height: 62px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  background: var(--primary-bg); color: var(--primary);
  border: 1px solid var(--primary-soft); border-radius: var(--radius-sm);
  transition: background .25s, color .25s;
}
.article-item:hover .a-date { background: var(--primary); color: #fff; }
.a-date i { font-style: normal; font-size: 20px; font-weight: 700; line-height: 1.1; }
.a-date b { font-weight: 400; font-size: 12px; opacity: .7; line-height: 1.2; }
.a-img {
  flex: 0 0 150px; width: 150px; height: 96px;
  overflow: hidden; border-radius: 8px; background: var(--primary-bg);
}
.a-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s; display: block; }
.article-item:hover .a-img img { transform: scale(1.07); }
.a-body { flex: 1; min-width: 0; }
.a-title {
  display: block; font-size: 17px; font-weight: 600; color: var(--text-main);
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  transition: color .2s;
}
.article-item:hover .a-title { color: var(--primary); }
.a-desc {
  display: -webkit-box; margin-top: 8px; font-size: 13px; color: var(--text-weak); line-height: 1.6;
  -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.a-arrow {
  flex: 0 0 auto; font-size: 24px; line-height: 1; color: var(--line);
  transition: color .3s, transform .3s;
}
.article-item:hover .a-arrow { color: var(--primary); transform: translateX(4px); }
.list-empty { padding: 40px 0; text-align: center; color: var(--text-weak); font-size: 14px; }

/* ---------- 关于我们（内容页） ---------- */
.content-main { width: 1200px; max-width: 100%; margin: 0 auto; padding: 28px 12px 64px; }
.content-main .filter-tabs { margin-bottom: 22px; }
.content-body {
  max-width: 900px; margin: 0 auto;
  padding: 38px 44px 54px;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
}
.content-title { font-size: 26px; font-weight: 700; text-align: center; color: var(--text-main); line-height: 1.4; }
.content-meta {
  text-align: center; color: var(--text-weak); font-size: 13px;
  margin: 14px 0 24px; padding-bottom: 20px;
  border-bottom: 1px dashed var(--line);
}
.content-body .detail_area { font-size: 15px; color: var(--text-sub); }
.content-body .detail_area p { line-height: 2; margin: 10px 0; }
.content-body .detail_area img { max-width: 100%; height: auto; border-radius: 6px; margin: 12px auto; display: block; }
.detail_area .rich h2,
.detail_area .rich h3 {
  margin: 26px 0 12px; color: var(--text-main); line-height: 1.55;
}
.detail_area .rich h2 { font-size: 21px; }
.detail_area .rich h3 { font-size: 18px; padding-left: 12px; border-left: 3px solid var(--primary); }
.detail_area .rich ul,
.detail_area .rich ol { margin: 12px 0; padding-left: 2em; line-height: 2; }
.detail_area .rich table {
  display: block; width: 100%; overflow-x: auto; border-collapse: collapse; margin: 20px 0;
}
.detail_area .rich th,
.detail_area .rich td { min-width: 120px; padding: 10px 14px; border: 1px solid var(--line); text-align: left; }
.detail_area .rich th { background: var(--primary-bg); color: var(--text-main); }

/* ---------- 业务范围 / 拍卖指南详情 ---------- */
.scope-wrap {
  display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 26px;
  width: 1200px; max-width: 100%; margin: 0 auto; padding: 32px 12px 64px;
  align-items: start;
}
.scope-nav {
  overflow: hidden; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.scope-nav-title {
  padding: 17px 20px; background: var(--primary); color: #fff;
  font-size: 18px; font-weight: 600;
}
.scope-nav a {
  display: block; padding: 12px 18px; border-bottom: 1px solid var(--line);
  color: var(--text-sub); font-size: 14px; line-height: 1.5; transition: .2s;
}
.scope-nav a:last-child { border-bottom: 0; }
.scope-nav a:hover,
.scope-nav a.active { padding-left: 23px; background: var(--primary-bg); color: var(--primary); font-weight: 600; }
.scope-main {
  min-width: 0; padding: 34px 42px 48px; background: #fff;
  border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm);
}
.scope-title {
  margin-bottom: 26px; padding-bottom: 18px; border-bottom: 1px solid var(--line);
  color: var(--text-main); font-size: 25px; font-weight: 700;
}
.scope-main .detail_area { color: var(--text-sub); font-size: 15px; }
.scope-main .detail_area p { margin: 12px 0; line-height: 2; }
.scope-main .detail_area img { display: block; max-width: 100%; height: auto; margin: 16px auto; }
.prenext-area { margin-top: 30px; padding-top: 20px; border-top: 1px dashed var(--line); }
.prenext { display: flex; align-items: baseline; gap: 10px; padding: 7px 0; font-size: 14px; }
.prenext .text { flex: 0 0 auto; color: var(--text-weak); }
.prenext .tit { color: var(--text-sub); overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transition: color .2s; }
.prenext .tit:hover { color: var(--primary); }
.back-link {
  display: inline-block; margin-top: 18px;
  font-size: 13px; color: var(--primary);
  padding: 7px 16px; border: 1px solid var(--primary); border-radius: var(--radius-sm);
  transition: background .2s, color .2s;
}
.back-link:hover { background: var(--primary); color: #fff; }

/* ---------- 切换动画 ---------- */
[data-swap] { transition: opacity .22s ease, transform .22s ease; }
[data-swap].is-leaving { opacity: 0; transform: translateY(12px); }
@keyframes zc-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}
[data-swap].is-entering { animation: zc-fade-up .38s cubic-bezier(.22,.61,.36,1); }

/* ---------- 响应式 ---------- */
@media (max-width: 768px) {
  .page-head { padding: 26px 0 22px; }
  .ph-title { font-size: 22px; }
  .list-main { padding: 16px 10px 40px; }
  .filter-tabs { gap: 4px 16px; }
  .filter-tabs .title { font-size: 15px; padding: 12px 2px 14px; }
  .a-date { flex-basis: 52px; width: 52px; height: 52px; }
  .a-date i { font-size: 16px; }
  .a-img { display: none; }
  .a-title { font-size: 15px; }
  .a-arrow { display: none; }
  .content-body { padding: 22px 18px 32px; }
  .content-title { font-size: 20px; }
  .scope-wrap { display: block; padding: 18px 10px 42px; }
  .scope-nav { display: flex; overflow-x: auto; margin-bottom: 16px; border-radius: var(--radius-sm); }
  .scope-nav-title { display: none; }
  .scope-nav a { flex: 0 0 auto; padding: 11px 15px; border-right: 1px solid var(--line); border-bottom: 0; white-space: nowrap; }
  .scope-nav a:hover,
  .scope-nav a.active { padding-left: 15px; }
  .scope-main { padding: 24px 18px 34px; }
  .scope-title { font-size: 21px; }
}
