/* 协会品牌色覆盖 Open City 主色 */
:root {
  --primary-color: #0E6034;
  --brand: #0E6034;
  --brand-soft: #9AB6A7;
}
body {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", var(--poppins), sans-serif;
}
.main-header .logo img,
.sticky-header .logo img,
.mobile-menu .nav-logo img,
.footer-logo img,
.search-popup .logo-box img,
.header-top-logo img {
  max-height: 72px;
  width: auto;
  max-width: 320px;
  object-fit: contain;
}

/* ========== 顶栏布局：信息 | Logo白底 | 办公时间 ========== */
.assn-header .header-top-one {
  margin-left: 0 !important;
}
.assn-header .header-top-one .container-fluid {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}
.assn-header .header-top-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  min-height: 56px;
}
.assn-header .header-top-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  padding: 6px 12px;
  background: var(--primary-color);
  border-radius: 0 0 0 10px;
}
.assn-header .header-top-logo {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 6px 18px;
  align-self: stretch;
  box-shadow: 0 2px 12px rgba(14, 96, 52, 0.12);
  z-index: 2;
}
.assn-header .header-top-logo-link {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}
.assn-header .header-top-logo img {
  max-height: 52px;
  max-width: 280px;
  display: block;
  background: #fff;
}
.assn-header .open-schedule-time {
  flex: 0 0 auto;
  margin-left: 0;
  border-radius: 0 0 0 10px;
}
.logo--white-bg,
.logo--white-bg a {
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
}

/* ========== 导航栏：字号加重 + 科技动感 ========== */
.assn-header .header-lower .container-fluid {
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 15px;
}
.assn-header .header-outer-box--navonly {
  padding: 10px 0 14px;
  gap: 12px;
  justify-content: flex-end;
}
.assn-header .header-nav-group {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-left: 0;
}
.assn-header .menu-area.assn-nav-tech {
  flex: 1 1 auto;
  width: auto;
  max-width: 100%;
  padding: 0 6px;
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(14, 96, 52, 0.06), rgba(14, 96, 52, 0.02)),
    #f4f7f5;
  border: 1px solid rgba(14, 96, 52, 0.18);
  border-radius: 10px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.assn-header .menu-area.assn-nav-tech::before {
  content: "";
  position: absolute;
  left: -40%;
  top: 0;
  width: 40%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(14, 96, 52, 0.12), transparent);
  animation: assnNavScan 4.5s linear infinite;
  pointer-events: none;
}
@keyframes assnNavScan {
  0% { left: -40%; }
  100% { left: 120%; }
}
.assn-header .main-menu .navigation,
.sticky-header .main-menu .navigation {
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 4px !important;
  gap: 0;
  float: none;
  position: relative;
  z-index: 1;
}
.assn-header .main-menu .navigation > li,
.sticky-header .main-menu .navigation > li {
  flex: 1 1 auto;
  float: none !important;
  display: inline-flex;
  justify-content: center;
}
.assn-header .main-menu .navigation > li > a,
.sticky-header .main-menu .navigation > li > a {
  position: relative;
  padding: 12px 4px !important;
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  line-height: 22px !important;
  white-space: nowrap;
  color: #1a1a1a !important;
  text-transform: uppercase;
  transition: color 0.25s ease, text-shadow 0.25s ease;
}
.assn-header .main-menu .navigation > li > a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 4px;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, #0E6034, transparent);
  transform: translateX(-50%);
  transition: width 0.28s ease;
  box-shadow: 0 0 8px rgba(14, 96, 52, 0.45);
}
.assn-header .main-menu .navigation > li:hover > a,
.assn-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
  color: #0E6034 !important;
  text-shadow: 0 0 12px rgba(14, 96, 52, 0.25);
}
.assn-header .main-menu .navigation > li:hover > a::after,
.assn-header .main-menu .navigation > li.current > a::after {
  width: 70%;
}
.assn-header .header-right {
  flex: 0 0 auto;
}
.assn-header .mobile-nav-toggler {
  display: none;
}
.sticky-header .logo--white-bg img {
  max-height: 48px;
  max-width: 220px;
  background: #fff;
}
.sticky-header .menu-area.assn-nav-tech {
  flex: 1 1 auto;
}
@media (max-width: 1400px) {
  .assn-header .main-menu .navigation > li > a,
  .sticky-header .main-menu .navigation > li > a {
    font-size: 13px !important;
    letter-spacing: 0.08em !important;
    padding: 11px 2px !important;
  }
  .assn-header .header-top-logo img {
    max-height: 44px;
    max-width: 220px;
  }
}
@media (max-width: 1100px) {
  .assn-header .header-top-info .header-top-single-info:first-child {
    display: none;
  }
  .assn-header .main-menu .navigation {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .assn-header .main-menu .navigation > li {
    flex: 0 0 auto;
  }
  .assn-header .main-menu .navigation > li > a {
    padding: 10px 8px !important;
  }
}
@media (max-width: 767px) {
  .assn-header .header-top-logo {
    order: -1;
    width: 100%;
    justify-content: flex-start;
  }
  .assn-header .header-top-inner {
    flex-wrap: wrap;
  }
  .assn-header .mobile-nav-toggler {
    display: inline-flex;
  }
  .assn-header .menu-area.assn-nav-tech {
    display: none;
  }
}
/* 首页 Elementor 版式区域 */
.home-page .site-main,
.home-page .entry-content {
  background: #fff;
}
.page-banner {
  background: linear-gradient(135deg, #0E6034 0%, #147a44 100%);
  color: #fff;
  padding: 36px 20px;
}
.page-banner h1 {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 700;
}
.site-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px 48px;
}
.news-list { display: grid; gap: 14px; }
.news-item {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
}
.news-item a { color: #222; font-size: 16px; }
.news-item a:hover { color: #0E6034; }
.news-item time { color: #686868; font-size: 13px; white-space: nowrap; }
.pagination {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 24px;
}
.pagination a,
.pagination span {
  display: inline-block;
  min-width: 36px;
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d9e6dd;
  border-radius: 4px;
  background: #fff;
  color: #0E6034;
}
.pagination .active {
  background: #0E6034;
  color: #fff;
  border-color: #0E6034;
}
.article-card {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  padding: 28px;
}
.article-card h1 {
  margin: 0 0 12px;
  font-size: 26px;
  color: #0E6034;
}
.article-meta {
  color: #686868;
  font-size: 13px;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d9e6dd;
}
.article-body { font-size: 16px; line-height: 1.9; }
.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: start;
}
.about-us-content {
  background: #fff;
  border: 1px solid #d9e6dd;
  border-radius: 8px;
  padding: 24px;
}
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
}
