/* ========================================================
   assoc · 首页大气界面
   ======================================================== */

body.as-home {
  background:
    radial-gradient(ellipse 90% 40% at 50% -10%, rgba(197, 218, 240, 0.55), transparent 55%),
    linear-gradient(180deg, #eef4fa 0%, #f5f7fa 28%, #f5f7fa 100%);
}
body.as-home .gov-main { padding: 0; background: transparent; }

/* 最新资讯 */
.as-latest {
  padding-top: 28px;
  position: relative;
}
.as-latest::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(0, 74, 146, 0.06), transparent);
  pointer-events: none;
}
.as-latest-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.95fr;
  gap: 20px;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
.as-latest-feat-card {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 0;
  height: 100%;
  min-height: 280px;
  background: #fff;
  border: 1px solid var(--as-border);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 74, 146, 0.12);
  color: inherit !important;
  transition: transform .25s, box-shadow .25s;
}
.as-latest-feat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 48px rgba(0, 74, 146, 0.16);
  color: inherit !important;
}
.as-latest-feat-card .pic {
  overflow: hidden;
  background: linear-gradient(135deg, #003670, #0a5fb0);
  min-height: 240px;
  position: relative;
}
.as-latest-feat-card .pic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent 60%, rgba(255,255,255,0.08));
  pointer-events: none;
}
.as-latest-feat-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s ease;
}
.as-latest-feat-card:hover .pic img { transform: scale(1.06); }
.as-latest-feat-card .body {
  padding: 26px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
}
.as-latest-feat-card .date {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 10px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
  background: var(--as-blue);
  border-radius: 6px;
  align-self: flex-start;
}
.as-latest-feat-card h4 {
  margin: 0 0 12px;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--as-blue-dark);
  line-height: 1.4;
  font-weight: 700;
}
.as-latest-feat-card p {
  margin: 0 0 16px;
  font-size: 16px;
  color: #666;
  line-height: 1.75;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.as-latest-feat-card .go {
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  color: var(--as-blue);
}
.as-latest-feat-card:hover .go { letter-spacing: .5px; }
.as-latest-list {
  margin: 0;
  padding: 10px 6px;
  background: #fff;
  border: 1px solid var(--as-border);
  border-radius: 14px;
  box-shadow: 0 16px 40px rgba(0, 74, 146, 0.1);
  list-style: none;
  display: flex;
  flex-direction: column;
}
.as-latest-list li {
  border-bottom: 1px dashed #e8eef5;
  flex: 1;
}
.as-latest-list li:last-child { border-bottom: 0; }
.as-latest-list a {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  color: inherit !important;
  transition: background .2s;
  height: 100%;
  box-sizing: border-box;
}
.as-latest-list a:hover { background: var(--as-blue-light); }
.as-latest-list em {
  font-style: normal;
  font-size: 15px;
  font-weight: 700;
  color: var(--as-blue);
  letter-spacing: 0.5px;
  text-align: center;
  padding: 6px 0;
  background: var(--as-blue-light);
  border-radius: 8px;
}
.as-latest-list span {
  font-size: 16px;
  color: var(--as-text);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.as-latest-list a:hover span { color: var(--as-blue); }

/* 首页 Banner · 高度 550px · 广告位 pid=4 */
.as-top-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 550px;
  min-height: 550px;
  background: #004a92;
}
.as-top-banner.is-empty {
  display: none;
}
.as-top-banner .as-top-slide,
.as-top-banner #asTopBanner {
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: 100%;
  height: 550px !important;
  min-height: 550px;
}
.as-top-banner .as-top-slide .items {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 550px;
  min-height: 550px;
}
.as-top-banner .as-top-slide .items li,
.as-top-banner .as-top-slide .items li a {
  width: 100%;
  height: 550px;
  min-height: 550px;
}
.as-top-banner .as-top-slide .items li a {
  display: block;
  position: relative;
  float: none;
}
.as-top-banner .as-top-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.as-top-banner .as-top-slide .hd {
  position: absolute;
  right: clamp(16px, 4vw, 48px);
  bottom: clamp(20px, 4vh, 36px);
  z-index: 5;
  display: flex;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.as-top-banner .as-top-slide .hd li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  transition: background .2s, transform .2s;
}
.as-top-banner .as-top-slide .hd li.on {
  background: #fff;
  transform: scale(1.15);
}
body.as-home .as-hero {
  margin-top: 0;
  position: relative;
  z-index: 6;
  padding-top: 28px;
}

/* 快捷服务 */
.as-quick {
  margin-top: -28px;
  position: relative;
  z-index: 3;
  padding-bottom: 8px;
}
.as-quick-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}
.as-quick-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 16px 14px;
  background: #fff;
  border: 1px solid var(--as-border);
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(0, 74, 146, 0.1);
  color: inherit !important;
  transition: transform .22s, box-shadow .22s, border-color .22s;
  position: relative;
  overflow: hidden;
}
.as-quick-item::before {
  content: "";
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 4px;
  background: var(--as-blue);
  border-radius: 10px 0 0 10px;
}
.as-quick-item:hover {
  transform: translateY(-3px);
  border-color: var(--as-blue);
  box-shadow: 0 14px 32px rgba(0, 74, 146, 0.16);
  color: inherit !important;
}
.as-quick-item strong {
  font-size: 14px;
  color: var(--as-blue);
  letter-spacing: 1px;
}
.as-quick-item span {
  font-size: 16px;
  font-weight: 700;
  color: var(--as-blue-dark);
  line-height: 1.35;
}
.as-quick-item em {
  font-style: normal;
  font-size: 14px;
  color: #888;
}
.as-quick-item.is-apply::before { background: #c8161d; }
.as-quick-item.is-apply strong { color: #c8161d; }

/* 首屏：左轮播 + 右协会动态 */
.as-hero {
  padding: 22px 0 0;
}
.as-hero-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 18px;
  align-items: stretch;
}
.as-hero-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 10;
  min-height: clamp(200px, 26vw, 420px);
  height: auto;
  background: #0a3a6e;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 74, 146, 0.16);
}
.as-hero-slider .slideBox {
  position: absolute;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  min-height: 0;
}
.as-hero-slider .items,
.as-hero-slider .items li,
.as-hero-slider .items li a {
  width: 100%;
  height: 100%;
  min-height: 0;
}
.as-hero-slider .items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.as-hero-slider .items li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.as-hero-slider img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.as-hero-slider .items li a { display: block; position: relative; height: 100%; }
.as-hero-cap {
  position: absolute;
  left: 0; right: 0; bottom: 0;
  padding: 16px 18px;
  background: linear-gradient(transparent, rgba(0, 40, 80, .72));
  color: #fff;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  line-height: 1.4;
}
.as-hero-slider .slideBox .hd {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  display: flex;
  gap: 6px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.as-hero-slider .slideBox .hd li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  cursor: pointer;
}
.as-hero-slider .slideBox .hd li.on { background: #fff; }

.as-hero-news {
  border: 1px solid var(--as-border);
  background: #fff;
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0, 74, 146, 0.12);
  overflow: hidden;
}
.as-hero-news-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px;
  background: linear-gradient(135deg, var(--as-blue) 0%, var(--as-blue-dark) 100%);
  min-height: 48px;
  border-radius: 12px 12px 0 0;
}
.as-hero-news-hd h3 {
  margin: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
.as-hero-news-hd h3::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 14px;
  background: rgba(255, 255, 255, 0.85);
  margin-right: 8px;
  vertical-align: -2px;
  border-radius: 2px;
}
.as-hero-tabs {
  display: flex;
  gap: 0;
}
.as-hero-tabs a {
  padding: 12px 14px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.75);
  border-bottom: 2px solid transparent;
}
.as-hero-tabs a.current,
.as-hero-tabs a:hover {
  color: #fff;
  border-bottom-color: #fff;
  font-weight: 600;
}
.as-hero-news-bd {
  flex: 1;
  padding: 10px 16px 14px;
}
.as-home .as-tab-panel { display: none; }
.as-home .as-tab-panel.is-active { display: block; }
.as-news-lines li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 0;
  border-bottom: 1px dashed #eee;
}
.as-news-lines li:last-child { border-bottom: 0; }
.as-news-lines a {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--as-text);
  font-size: 16px;
}
.as-news-lines a:hover { color: var(--as-blue); }
.as-news-lines span {
  flex-shrink: 0;
  font-size: 14px;
  color: #999;
}
.as-hot-line {
  margin-bottom: 8px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8eef5;
}
.as-hot-line a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: var(--as-blue);
  line-height: 1.45;
}
.as-hot-line a:hover { color: #c8161d; }

/* 通栏装饰图 */
.as-banner-strip {
  margin: 22px 0 0;
  overflow: hidden;
  border-radius: 10px;
  background:
    linear-gradient(90deg, rgba(0,74,146,.35), rgba(10,95,176,.18)),
    linear-gradient(120deg, #003670, #0a5fb0);
  min-height: clamp(72px, 11vw, 108px);
  position: relative;
}
.as-banner-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 100' preserveAspectRatio='none'%3E%3Cpath fill='rgba(255,255,255,0.12)' d='M0 100 V55 H30 V35 H52 V55 H72 V20 H98 V55 H120 V42 H145 V55 H165 V28 H195 V55 H218 V48 H242 V18 H275 V55 H298 V40 H325 V55 H348 V25 H380 V55 H405 V45 H435 V55 H458 V30 H488 V55 H512 V48 H538 V22 H568 V55 H590 V40 H620 V100 Z'/%3E%3C/svg%3E") bottom / 100% 100% no-repeat;
}
.as-banner-strip.as-banner-ink {
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(0,54,112,.25)),
    linear-gradient(90deg, #0a5fb0 0%, #004a92 50%, #003670 100%);
}
.as-banner-strip img {
  width: 100%;
  height: clamp(72px, 11vw, 108px);
  object-fit: cover;
}

/* 首页通栏广告 · 一条全宽 / 二条并排 */
.as-ad-strip {
  margin: 22px 0 0;
  padding: 0;
}
.as-ad-strip-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.as-ad-strip-grid > *:only-child {
  grid-column: 1 / -1;
}
.as-ad-strip-item {
  display: block;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid var(--as-border);
  background: linear-gradient(120deg, #003670, #0a5fb0);
  box-shadow: 0 10px 28px rgba(0, 74, 146, 0.1);
  transition: transform .22s, box-shadow .22s;
}
.as-ad-strip-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(0, 74, 146, 0.16);
}
.as-ad-strip-item img {
  display: block;
  width: 100%;
  height: clamp(88px, 12vw, 140px);
  object-fit: cover;
}

/* 区块通用标题 */
.as-block { padding: 30px 0 10px; }
.as-block-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8e4f0;
}
.as-block-title h3 {
  margin: 0;
  font-size: clamp(20px, 2vw, 24px);
  color: var(--as-blue-dark);
  font-weight: 700;
  position: relative;
  padding: 8px 16px 8px 14px;
  background: linear-gradient(135deg, var(--as-blue) 0%, var(--as-blue-dark) 100%);
  color: #fff;
  border-radius: 10px;
}
.as-block-title h3::before { display: none; }
.as-block-title .more {
  font-size: 15px;
  color: #888;
  font-weight: 600;
}
.as-block-title .more:hover { color: var(--as-blue); }

/* 协会概况 + 查询服务 */
.as-about-row {
  display: grid;
  grid-template-columns: 1.45fr 1.15fr;
  gap: 20px;
  align-items: stretch;
}
.as-panel {
  background: #fff;
  border: 1px solid var(--as-border);
  padding: 18px;
  border-radius: 12px;
  box-shadow: 0 12px 32px rgba(0, 74, 146, 0.08);
}
.as-panel > .as-block-title {
  margin-top: 0;
}
.as-panel > .as-block-title h3 {
  font-size: 18px;
  padding: 7px 14px;
}
.as-about-body {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 16px;
  margin-bottom: 16px;
}
.as-about-pic {
  overflow: hidden;
  background: #eee;
  border-radius: 10px;
}
.as-about-pic img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  transition: transform .35s ease;
}
.as-panel:hover .as-about-pic img { transform: scale(1.04); }
.as-about-txt p {
  margin: 0;
  font-size: 16px;
  color: #555;
  line-height: 1.85;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.as-about-icons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.as-about-icons a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 6px;
  background: var(--as-blue-light);
  color: var(--as-blue);
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: border-color .2s, background .2s, transform .2s;
}
.as-about-icons a:hover {
  border-color: var(--as-blue);
  background: #fff;
  transform: translateY(-2px);
}
.as-about-icons i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--as-blue);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
}

/* 首页查询服务（原会员专区位置） */
.as-query-home {
  display: flex;
  flex-direction: column;
}
.as-home-query {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  flex: 1;
}
.as-home-query a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 14px 14px 12px;
  background: linear-gradient(180deg, #fff 0%, #f7fbff 100%);
  border: 1px solid var(--as-border);
  border-radius: 10px;
  color: inherit !important;
  position: relative;
  overflow: hidden;
  transition: transform .2s, border-color .2s, box-shadow .2s;
  min-height: 88px;
}
.as-home-query a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--as-blue);
  border-radius: 10px 0 0 10px;
}
.as-home-query a:hover {
  transform: translateY(-2px);
  border-color: var(--as-blue);
  box-shadow: 0 8px 20px rgba(0, 74, 146, 0.12);
  color: inherit !important;
}
.as-home-query a strong {
  font-size: 14px;
  font-weight: 800;
  color: var(--as-blue);
  letter-spacing: .5px;
}
.as-home-query a span {
  font-size: 15px;
  font-weight: 700;
  color: var(--as-blue-dark);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}
.as-home-query a em {
  font-style: normal;
  font-size: 14px;
  color: #888;
  margin-top: auto;
}
.as-home-query a:hover em { color: var(--as-blue); }
.as-home-query a.is-apply::before { background: #c8161d; }
.as-home-query a.is-apply strong { color: #c8161d; }
.as-home-query a.is-apply:hover {
  border-color: #c8161d;
  box-shadow: 0 8px 20px rgba(200, 22, 29, 0.12);
}
.as-home-query a.is-apply:hover em { color: #c8161d; }

.as-member-panel .as-news-lines { margin-bottom: 14px; }
.as-member-btns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.as-member-btns a {
  display: block;
  text-align: center;
  padding: 12px 8px;
  background: var(--as-blue);
  color: #fff !important;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
  transition: background .2s, transform .2s;
}
.as-member-btns a:hover { background: var(--as-blue-dark); transform: translateY(-1px); }
.as-member-btns a.alt {
  background: #fff;
  color: var(--as-blue) !important;
  border: 1px solid var(--as-blue);
}
.as-member-btns a.alt:hover { background: var(--as-blue-light); }

/* 会员风采 · 大气展示 */
.as-members {
  position: relative;
  padding-top: 8px;
}
.as-members::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(0, 74, 146, 0.07), transparent 60%),
    linear-gradient(180deg, rgba(232, 240, 248, 0.65) 0%, transparent 100%);
  pointer-events: none;
  z-index: 0;
}
.as-members > .as-wrap {
  position: relative;
  z-index: 1;
}
.as-member-show {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  counter-reset: member;
}
.as-member-card {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #0a3a6e;
  border: 1px solid rgba(0, 74, 146, 0.12);
  box-shadow: 0 14px 36px rgba(0, 74, 146, 0.14);
  color: inherit !important;
  transition: transform .28s ease, box-shadow .28s ease;
}
.as-member-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(0, 74, 146, 0.22);
  color: inherit !important;
}
.as-member-card .pic {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: linear-gradient(145deg, #003670, #0a5fb0);
}
.as-member-card .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .5s ease;
}
.as-member-card:hover .pic img { transform: scale(1.08); }
.as-member-card .body {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 56px 18px 18px;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 32, 72, 0.55) 35%, rgba(0, 28, 62, 0.92) 100%);
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.as-member-card .idx {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 4px;
  padding: 2px 8px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  backdrop-filter: blur(4px);
}
.as-member-card .idx::before {
  counter-increment: member;
  content: counter(member, decimal-leading-zero);
}
.as-member-card h4 {
  margin: 0;
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 700;
  line-height: 1.35;
  color: #fff;
  text-align: left;
}
.as-member-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.82);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.as-member-card em {
  font-style: normal;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #c5daf0;
  letter-spacing: 0;
  transition: letter-spacing .2s, color .2s;
}
.as-member-card:hover em {
  color: #fff;
  letter-spacing: .5px;
}

/* 三栏资讯 */
.as-cols-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.as-col {
  background: #fff;
  border: 1px solid var(--as-border);
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(0, 74, 146, 0.08);
}
.as-col-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px;
  background: linear-gradient(135deg, var(--as-blue) 0%, var(--as-blue-dark) 100%);
  color: #fff;
  border-radius: 12px 12px 0 0;
}
.as-col-hd h3 {
  margin: 0;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
.as-col-hd .more {
  color: rgba(255,255,255,.85);
  font-size: 14px;
}
.as-col-hd .more:hover { color: #fff; }
.as-col-bd { padding: 14px; }
.as-col-feat {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 10px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.as-col-feat .pic {
  overflow: hidden;
  background: #eee;
  height: 74px;
  border-radius: 8px;
}
.as-col-feat .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.as-col-feat h4 {
  margin: 0 0 4px;
  font-size: 16px;
  line-height: 1.4;
}
.as-col-feat h4 a { color: var(--as-text); }
.as-col-feat h4 a:hover { color: var(--as-blue); }
.as-col-feat p {
  margin: 0;
  font-size: 14px;
  color: #888;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* 视频专栏 */
.as-videos {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.as-video-card {
  display: block;
  background: #fff;
  border: 1px solid var(--as-border);
  color: inherit;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 28px rgba(0, 74, 146, 0.08);
  transition: transform .22s, box-shadow .22s;
}
.as-video-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(0, 74, 146, 0.14);
}
.as-video-card .thumb {
  position: relative;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #1a2a3a;
}
.as-video-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .92;
  transition: transform .35s ease;
}
.as-video-card:hover .thumb img { transform: scale(1.05); }
.as-video-card .play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  border-radius: 50%;
  background: rgba(0, 74, 146, .88);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  border: 2px solid rgba(255,255,255,.7);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
}
.as-video-card .play::before {
  content: "▶";
  margin-left: 2px;
}
.as-video-card h4 {
  margin: 0;
  padding: 12px;
  font-size: 15px;
  text-align: center;
  color: var(--as-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
}
.as-video-card:hover h4 { color: var(--as-blue); }

/* 友情链接 */
.as-links {
  background: linear-gradient(180deg, #e8f0f8 0%, #eef3f8 100%);
  padding: 18px 0;
  margin-top: 28px;
  border-top: 1px solid var(--as-border);
}
.as-links-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 24px;
}
.as-links-label {
  font-weight: 700;
  color: #fff;
  font-size: 15px;
  background: var(--as-blue);
  padding: 6px 12px;
  border-radius: 8px;
}
.as-links-selects {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.as-links-selects select {
  height: 34px;
  min-width: 160px;
  border: 1px solid var(--as-border);
  background: #fff;
  padding: 0 8px;
  font-size: 15px;
  color: #555;
  border-radius: 6px;
}
.as-links-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
}
.as-links-list a {
  color: #555;
  font-size: 15px;
}
.as-links-list a:hover { color: var(--as-blue); }

@media (max-width: 1100px) {
  .as-quick-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 991px) {
  .as-latest-grid { grid-template-columns: 1fr; }
  .as-latest-feat-card { grid-template-columns: 1fr; min-height: auto; }
  .as-latest-feat-card .pic { min-height: 180px; aspect-ratio: 16/9; }
  .as-hero-grid { grid-template-columns: 1fr; }
  .as-hero-slider {
    aspect-ratio: 16 / 9;
    min-height: clamp(180px, 42vw, 360px);
  }
  .as-hero-news { min-height: 280px; }
  .as-about-row { grid-template-columns: 1fr; }
  .as-cols-3 { grid-template-columns: 1fr; }
  .as-member-show { grid-template-columns: repeat(2, 1fr); }
  .as-videos { grid-template-columns: repeat(2, 1fr); }
  body.as-home .as-hero { margin-top: 0; padding-top: 24px; }
}
@media (max-width: 767px) {
  .as-quick-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .as-about-body { grid-template-columns: 1fr; }
  .as-about-icons { grid-template-columns: repeat(2, 1fr); }
  .as-member-show { grid-template-columns: 1fr 1fr; }
  .as-videos { grid-template-columns: 1fr 1fr; }
  .as-ad-strip-grid { grid-template-columns: 1fr; }
  .as-ad-strip-grid > *:only-child { grid-column: auto; }
  .as-hero-slider {
    aspect-ratio: 16 / 9;
    min-height: clamp(160px, 48vw, 280px);
  }
  .as-hero-news { min-height: 240px; }
  .as-top-banner,
  .as-top-banner .as-top-slide,
  .as-top-banner #asTopBanner,
  .as-top-banner .as-top-slide .items,
  .as-top-banner .as-top-slide .items li,
  .as-top-banner .as-top-slide .items li a {
    height: 320px !important;
    min-height: 320px;
  }
  body.as-home .as-hero { margin-top: 0; padding-top: 20px; }
}
@media (max-width: 480px) {
  .as-quick-grid,
  .as-member-show,
  .as-videos { grid-template-columns: 1fr; }
  .as-member-btns { grid-template-columns: 1fr; }
}
