/* 内蒙古期刊协会门户改版 */
:root {
  --association-blue: #2d5795;
  --association-blue-dark: #1f4071;
  --association-blue-light: #4f83c3;
  --association-pale: #dce9f8;
  --association-red: #c71924;
  --association-bg: #eeeeef;
  --association-line: #b7cce3;
  --association-container: 1560px;
}

body {
  color: #222;
  background: var(--association-bg);
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 14px;
}

.container {
  width: 90%;
  max-width: var(--association-container);
  padding-right: 0;
  padding-left: 0;
}

/* Header */
.site-header {
  position: relative;
  top: auto;
  z-index: 2100;
  color: #fff;
  background: var(--association-blue);
}

.site-header .container {
  max-width: var(--association-container);
}

.home-welcome {
  display: none;
}

.header-main {
  background: var(--association-blue);
}

.header-top {
  height: 100px;
  padding: 0 20px;
}

.logo {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  line-height: 0;
}

.site-logo-image {
  display: block;
  width: auto;
  max-width: min(440px, 42vw);
  height: 58px;
  object-fit: contain;
  object-position: left center;
}

.search-box {
  flex: 0 0 280px;
}

.search-box input {
  height: 36px;
  padding: 6px 42px 6px 16px;
  border-radius: 18px;
  font-size: 14px;
}

.search-box button {
  right: 12px;
  width: 22px;
  height: 22px;
  padding: 0;
  font-size: 0;
}

.search-icon {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1.5px solid #555;
  border-radius: 50%;
}

.search-icon::after {
  position: absolute;
  right: -5px;
  bottom: -4px;
  width: 7px;
  height: 1.5px;
  content: "";
  background: #555;
  transform: rotate(45deg);
  transform-origin: left center;
}

.nav-wrap {
  height: 52px;
  border: 0;
  background: #fff;
  box-shadow: none;
}

.main-nav {
  height: 52px;
  justify-content: space-between;
}

.main-nav > li {
  height: 52px;
}

.main-nav > li > a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 30px;
  color: #111;
  font-size: 16px;
  line-height: 52px;
}

.main-nav > li > a:hover,
.main-nav > li.active > a {
  color: #111;
  background: transparent;
}

.main-nav > li.active > a::after {
  position: absolute;
  right: 26px;
  bottom: 2px;
  left: 26px;
  height: 2px;
  content: "";
  background: var(--association-blue);
}

.nav-dropdown {
  min-width: 100%;
  padding: 0;
  border: 0;
  background: rgba(48, 105, 165, .93);
  box-shadow: none;
}

.nav-dropdown li + li {
  border-top: 1px solid rgba(255, 255, 255, .18);
}

.nav-dropdown a {
  padding: 8px 14px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}

.nav-dropdown a:hover,
.nav-dropdown a.active {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

/* Homepage overlay header */
.home-page .site-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background: transparent;
}

.home-page .home-welcome {
  display: flex;
  align-items: center;
  height: 40px;
  padding-right: max(24px, calc((100% - var(--association-container)) / 2));
  padding-left: max(24px, calc((100% - var(--association-container)) / 2));
  color: rgba(255, 255, 255, .92);
  background: rgba(25, 61, 103, .96);
  font-size: 15px;
  letter-spacing: .04em;
}

.home-page .header-main {
  height: 72px;
  background: linear-gradient(180deg, rgba(12, 38, 72, .82), rgba(12, 38, 72, .16));
}

.home-page .header-top {
  width: calc(100% - 48px);
  height: 72px;
  align-items: flex-start;
  padding-right: 0;
  padding-left: 0;
  padding-top: 12px;
}

.home-page .search-box {
  display: none;
}

.home-page .nav-wrap {
  position: absolute;
  top: 50px;
  right: max(24px, calc((100% - var(--association-container)) / 2));
  width: min(900px, 72vw);
  height: 58px;
  background: transparent;
}

.home-page .nav-wrap .container {
  width: 100%;
  max-width: none;
  padding: 0;
}

.home-page .main-nav {
  height: 58px;
  justify-content: space-between;
}

.home-page .main-nav > li {
  height: 58px;
}

.home-page .main-nav > li > a {
  height: 58px;
  padding: 0 20px;
  color: #fff;
  font-size: 17px;
  line-height: 58px;
}

.home-page .main-nav > li > a:hover,
.home-page .main-nav > li.active > a {
  color: #fff;
  /* background: rgba(47, 108, 170, .72); */
}

.home-page .main-nav > li.active > a::after {
  right: 12px;
  bottom: 5px;
  left: 12px;
  background: #fff;
}

.home-page .nav-dropdown {
  left: 0;
  min-width: 100%;
}

/* Homepage hero */
.home-hero {
  height: clamp(580px, 36vw, 1000px);
  background: #102d50;
}

.home-hero-slide,
.home-hero-slide.banner-slide {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.home-hero-slide.banner-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-dots {
  bottom: 14px;
}

.hero-dots button {
  width: 20px;
  height: 3px;
  border: 0;
  border-radius: 0;
  background: rgba(255, 255, 255, .58);
}

.hero-dots button.active {
  background: var(--association-red);
}

/* Homepage content */
.association-home {
  padding: 28px 0 30px;
  background: var(--association-bg);
}

.association-home-inner {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 1520px;
}

.home-industry {
  padding: 0 0 6px;
  text-align: center;
}

.home-industry h2 {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
  margin: 0 0 12px;
  color: #080808;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.home-title-link {
  color: inherit;
  text-decoration: none;
}

.home-title-link:hover {
  color: inherit;
}

.home-industry .home-title-link {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 5px;
}

.home-industry h2 span {
  color: #080808;
}

.home-industry h2 em {
  position: relative;
  display: inline-block;
  padding-top: 9px;
  color: var(--association-red);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: .7em;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  letter-spacing: 1px;
}

.home-industry h2 em::before {
  position: absolute;
  top: 2px;
  right: 5px;
  left: 1px;
  height: 3px;
  background: var(--association-red);
  content: "";
}

.home-industry h2 em::after {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid var(--association-red);
  content: "";
}

.home-lead-title {
  display: block;
  max-width: 920px;
  margin: 0 auto 8px;
  overflow: hidden;
  color: #315f9d;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-lead-title:hover {
  color: var(--association-red);
}

.home-news-ticker {
  position: relative;
  min-height: 38px;
  padding: 0 100px 38px;
  border-bottom: 3px solid #486d99;
  overflow: visible;
}

.home-news-ticker-viewport {
  width: 100%;
  overflow: hidden;
}

.home-news-ticker-track {
  display: flex;
  width: 100%;
  transition: transform .55s ease;
  will-change: transform;
}

.home-news-ticker-group {
  display: grid;
  align-items: center;
  flex: 0 0 100%;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.home-news-ticker-group a {
  position: relative;
  display: block;
  min-width: 0;
  padding: 0 28px;
  overflow: hidden;
  color: #444;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-news-ticker-group a:first-child {
  padding-left: 0;
}

.home-news-ticker-group a:last-child {
  padding-right: 0;
}

.home-news-ticker-group a + a::before {
  position: absolute;
  top: 50%;
  left: 0;
  color: #777;
  content: "|";
  transform: translateY(-52%);
}

.home-ticker-dots {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: center;
  gap: 12px;
  transform: translateX(-50%);
}

.home-ticker-dots button {
  display: block;
  width: 26px;
  height: 3px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #939aa2;
  cursor: pointer;
}

.home-ticker-dots button.active {
  background: var(--association-red);
}

.party-study-banner {
  display: block;
  min-height: 0;
  padding: 0;
  overflow: hidden;
  background: #b30000;
}

.party-study-banner-image {
  display: block;
  width: 100%;
  height: clamp(88px, 6.2vw, 130px);
  object-fit: cover;
  object-position: center;
}

.association-consult,
.home-members {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  min-height: 196px;
  background: #fff;
}

.association-consult > h2,
.home-members > h2,
.home-channel > h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: #315b91;
  background: var(--association-pale);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
}

.home-members > h2 .home-title-link,
.home-channel > h2 .home-title-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.consult-links {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  align-items: stretch;
  padding: 15px 10px;
}

.consult-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #315b91;
  gap: 10px;
}

.consult-link:hover {
  color: var(--association-red);
  background: #f7fafe;
}

.consult-symbols {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.consult-icon {
  display: block;
  width: 52px;
  height: 52px;
  color: #315b91;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: color .2s ease, transform .2s ease;
}

.consult-link:hover .consult-icon {
  color: var(--association-red);
  transform: translateY(-2px);
}

.consult-link > span:last-child {
  font-size: 16px;
}

.home-channel-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 24px;
}

.home-channel {
  display: grid;
  grid-template-columns: 66px minmax(0, 1fr);
  min-height: 196px;
  background: #fff;
}

.association-consult > h2,
.home-members > h2,
.home-channel > h2 {
  font-size: 24px;
  font-weight: 700;
}

.home-channel ul {
  margin: 0;
  padding: 16px 18px 12px;
  list-style: none;
}

.home-channel li {
  position: relative;
  min-width: 0;
  padding-left: 15px;
}

.home-channel li::before {
  position: absolute;
  top: 50%;
  left: 2px;
  width: 5px;
  height: 5px;
  content: "";
  border: 1px solid #6d9dca;
  border-radius: 50%;
  transform: translateY(-50%);
}

.home-channel li > span,
.home-channel li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 0;
  height: 40px;
  color: #333;
  gap: 12px;
}

.home-channel li a:hover {
  color: var(--association-blue);
}

.home-channel li a span {
  min-width: 0;
  overflow: hidden;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-channel time {
  flex: 0 0 auto;
  color: #555;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

.home-members {
  min-height: 157px;
}

.home-member-viewport {
  min-width: 0;
  overflow: hidden;
}

.home-member-track {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  width: max-content;
  padding: 12px 0 9px;
  will-change: transform;
}

.home-member-card {
  display: block;
  flex: 0 0 auto;
  width: 148px;
  min-width: 0;
  text-align: center;
}

.home-member-cover {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  border: 1px solid #aac7d7;
  background: #e0f1f4;
  overflow: hidden;
}

.home-member-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.home-member-card:hover img {
  transform: scale(1.04);
}

.home-member-name {
  display: block;
  margin-top: 5px;
  overflow: hidden;
  color: #333;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-empty {
  grid-column: 1 / -1;
  align-self: center;
  color: #888;
  text-align: center;
}

/* Inner pages */
.sidebar-page,
.sidebar-page .page-body,
.sidebar-page .breadcrumb-bar {
  background: var(--association-bg);
}

.page-banner {
  height: 226px;
  background-color: #8b661f;
  background-position: center;
  background-size: cover;
}

.page-banner::after {
  background: rgba(184, 117, 0, .38);
}

.breadcrumb-bar {
  min-height: 42px;
  padding: 10px 0;
  border: 0;
  color: #555;
  font-size: 14px;
}

.breadcrumb-bar .container,
.page-body > .container {
  max-width: var(--association-container);
}

.breadcrumb-bar .container {
  padding-right: 20px;
  text-align: right;
}

.breadcrumb-bar a {
  color: #333;
}

.sidebar-page .page-body {
  min-height: 430px;
  padding: 0 0 54px;
}

.sidebar-page .page-body > .container {
  padding: 0 20px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.sidebar-page .layout-with-sidebar {
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
  gap: 22px;
}

.sidebar-page .sidebar {
  position: relative;
  top: auto;
  z-index: 3;
  width: 280px;
  margin-top: -70px;
  background: transparent;
}

.sidebar-page .sidebar-title {
  display: flex;
  align-items: center;
  min-height: 72px;
  margin: 0;
  padding: 12px 28px;
  color: #fff;
  background: rgba(47, 91, 153, .94);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.3;
  /*text-align: left;*/
  justify-content: center;
}

.sidebar-page .sidebar-menu {
  margin-top: 8px;
  border: 0;
  background: transparent;
}

.sidebar-page .sidebar-menu li {
  margin-bottom: 6px;
}

.sidebar-page .sidebar-menu a,
.sidebar-page .sidebar-menu a:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 8px 12px;
  color: #333;
  border: 0;
  background: #fff;
  font-size: 16px;
}

.sidebar-page .sidebar-menu a:hover,
.sidebar-page .sidebar-menu a.active {
  color: #fff;
  border: 0;
  background: linear-gradient(90deg, #3966a8, #afc5e6);
}

.sidebar-page .main-content {
  min-height: 360px;
  padding-top: 14px;
}

.sidebar-page .content-header {
  margin: 0 0 18px;
  padding: 0 0 9px;
  border-bottom: 1px solid var(--association-line);
  text-align: center;
}

.sidebar-page .content-header h1 {
  margin: 0;
  color: #222;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.sidebar-page .content-header .underline {
  width: 66px;
  height: 2px;
  margin: 7px auto -11px;
  background: #3b82bd;
}

.sidebar-page .single-content {
  min-height: 320px;
  padding: 14px 10px 30px;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
}

.sidebar-page .single-content img,
.article-detail .body img {
  max-width: 100%;
  height: auto;
}

.sidebar-page .article-list .item::after {
  border-bottom-color: #d4d4d4;
}

.sidebar-page .article-list .item-link {
  min-height: 38px;
  padding: 8px 10px;
}

.sidebar-page .article-list .item-title {
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 16px;
}

.sidebar-page .article-list .item-date {
  min-width: 92px;
  padding: 3px 9px;
  color: #6294bc;
  background: #f1f1f1;
  font-size: 13px;
  text-align: center;
}

.article-detail {
  padding: 12px 10px 20px;
}

.article-detail h1 {
  margin: 0 0 13px;
  color: #222;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 22px;
  font-weight: 600;
}

.article-detail .meta {
  margin-bottom: 20px;
  padding-bottom: 10px;
  color: #888;
  border-bottom: 1px solid #d2dce7;
  font-size: 13px;
}

.article-detail .body {
  min-height: 210px;
  font-size: 16px;
  line-height: 1.9;
}

.detail-actions {
  margin: 16px 10px 0;
  padding-top: 18px;
}

.detail-action-btn {
  min-width: 92px;
  height: 34px;
  padding: 0 16px;
  font-size: 12px;
}

.pagination {
  margin-top: 90px;
}

.pagination > ul.pagination,
.pagination > ul.pager {
  gap: 2px;
}

.pagination > ul.pagination > li > a,
.pagination > ul.pagination > li > span,
.pagination > ul.pager > li > a,
.pagination > ul.pager > li > span {
  min-width: 40px;
  height: 25px;
  padding: 0 9px;
  color: #fff;
  border: 0;
  background: #999;
  font-size: 11px;
}

.pagination > ul.pagination > li > a:hover,
.pagination > ul.pagination > li.active > span {
  color: #fff;
  border: 0;
  background: #4e9ad0;
}

/* Member showcase */
.member-showcase-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px 16px;
  padding: 8px 10px 0;
}

.member-showcase-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 8px 10px 7px;
  background: #fff;
}

.member-showcase-cover {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #dff0f3;
}

.member-showcase-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease;
}

.member-showcase-card:hover img {
  transform: scale(1.035);
}

.member-showcase-name {
  display: block;
  margin-top: 6px;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.member-empty {
  grid-column: 1 / -1;
  padding: 60px 0;
  color: #888;
  text-align: center;
}

/* Join form */
.join-page .main-content {
  background: #fff;
  padding: 18px 32px 50px;
}

.join-form {
  box-sizing: border-box;
  width: min(820px, 100%);
  margin: 0 auto;
  padding: 30px 38px 34px;
  border: 1px solid #dbe5f0;
  border-radius: 8px;
  background: #f9fbfd;
  box-shadow: 0 8px 24px rgba(37, 75, 122, .08);
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 15px;
}

.join-form-row {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr) 18px;
  align-items: center;
  min-height: 44px;
  margin-bottom: 16px;
  column-gap: 12px;
}

.join-form-row > label {
  color: #27364a;
  font-weight: 600;
  text-align: right;
}

.join-control input[type="text"],
.join-control input[type="tel"] {
  box-sizing: border-box;
  width: 100%;
  height: 44px;
  padding: 8px 13px;
  color: #222;
  border: 1px solid #c3cfdd;
  border-radius: 4px;
  background: #fff;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.join-control input:focus {
  border-color: var(--association-blue);
  box-shadow: 0 0 0 3px rgba(45, 87, 149, .12);
}

.required-mark {
  color: #e11621;
  font-size: 18px;
  line-height: 1;
}

.join-download-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 10px;
  padding: 14px 18px;
  border: 1px solid #d8e6f4;
  border-radius: 6px;
  background: #eef5fc;
  font-size: 15px;
  gap: 20px;
}

.join-download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 112px;
  height: 38px;
  padding: 0 18px;
  color: #fff;
  border: 1px solid var(--association-blue);
  border-radius: 4px;
  background: var(--association-blue);
  font-size: 14px;
  transition: background .2s ease, transform .2s ease;
}

.join-download-btn:hover {
  color: #fff;
  border-color: var(--association-blue-dark);
  background: var(--association-blue-dark);
  transform: translateY(-1px);
}

.join-download-btn.is-disabled,
.join-download-btn.is-disabled:hover {
  border-color: #8fa9c7;
  background: #8fa9c7;
  cursor: not-allowed;
  opacity: .75;
  transform: none;
}

.join-tip {
  margin: 0 0 24px;
  color: #cf4650;
  font-size: 13px;
  text-align: center;
}

.join-file-row {
  margin-top: 0;
}

.join-file-control {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-width: 0;
  height: 44px;
  overflow: hidden;
  border: 1px dashed #aebfd1;
  border-radius: 4px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.join-file-control:focus-within {
  border-color: var(--association-blue);
  box-shadow: 0 0 0 3px rgba(45, 87, 149, .12);
}

.join-file-control input[type="file"] {
  position: absolute;
  inset: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.join-file-control::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  flex: 0 0 108px;
  content: "选择文件";
  color: var(--association-blue);
  border-right: 1px solid #d5e0eb;
  background: #edf3fa;
  font-weight: 600;
}

.join-file-name {
  display: block;
  flex: 1;
  min-width: 0;
  margin-left: 14px;
  padding-right: 10px;
  overflow: hidden;
  color: #6d7784;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.join-file-control.has-file .join-file-name {
  color: var(--association-blue);
}

.join-file-preview {
  display: none;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  object-fit: cover;
  border: 1px solid #d5e0eb;
  border-radius: 3px;
  background: #fff;
}

.join-file-control.has-preview .join-file-preview {
  display: block;
}

.join-file-help {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 12px;
  margin: -8px 0 20px 172px;
  color: #7a8490;
  font-size: 13px;
  line-height: 1.5;
}

.join-file-help .join-note {
  display: inline-flex;
  align-items: center;
  padding: 2px 8px;
  color: #5d6d80;
  border: 1px solid #dbe4ee;
  border-radius: 3px;
  background: #f4f7fb;
  font-size: 12px;
}

.join-agreement {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 26px 0 0;
  padding: 15px 18px;
  border-radius: 4px;
  background: #fff;
  font-size: 14px;
  gap: 5px;
}

.join-agreement input {
  width: 17px;
  height: 17px;
  margin: 0 5px 0 0;
  accent-color: var(--association-blue);
}

.join-agreement a {
  color: var(--association-blue);
  text-decoration: none;
}

.join-agreement a:hover {
  text-decoration: underline;
}

.join-required-note {
  margin: 20px 0 18px;
  color: #888;
  font-size: 13px;
  text-align: center;
}

.join-submit {
  display: block;
  width: 160px;
  height: 46px;
  margin: 0 auto;
  color: #fff;
  border: 1px solid var(--association-blue);
  border-radius: 4px;
  background: var(--association-blue);
  box-shadow: 0 5px 12px rgba(45, 87, 149, .2);
  font-family: inherit;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
}

.join-submit:hover {
  color: #fff;
  border-color: var(--association-blue-dark);
  background: var(--association-blue-dark);
  box-shadow: 0 7px 16px rgba(45, 87, 149, .26);
  transform: translateY(-1px);
}

.join-submit:disabled {
  opacity: .65;
  cursor: wait;
  transform: none;
}

.join-message[hidden] {
  display: none;
}

.join-message {
  box-sizing: border-box;
  max-width: 820px;
  margin: 0 auto 16px;
  padding: 12px 16px;
  color: #245b2a;
  border: 1px solid #a8d6ad;
  border-radius: 4px;
  background: #edf8ef;
  font-size: 14px;
  text-align: center;
}

.join-message.error {
  color: #9b1d28;
  border-color: #e8b4b8;
  background: #fff1f2;
}

/* Journal query */
.journal-grid {
  gap: 18px;
}

.journal-cover {
  border-radius: 0;
  background: #dff0f3;
  box-shadow: none;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.journal-query-page .page-body {
  padding-bottom: 58px;
}

.journal-query-main {
  min-height: 500px;
  padding: 14px 0 0;
}

.journal-query-panel {
  padding: 26px 18px 0;
  background: #fff;
  box-shadow: 0 1px 4px rgba(28, 65, 104, .08);
}

.journal-query-form {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(660px, 100%);
  margin: 0 auto 18px;
  gap: 12px;
}

.journal-query-form input {
  box-sizing: border-box;
  flex: 1 1 auto;
  min-width: 0;
  height: 38px;
  padding: 0 14px;
  color: #333;
  border: 1px solid #8193a5;
  border-radius: 0;
  outline: none;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
}

.journal-query-form input:focus {
  border-color: #4e96cf;
  box-shadow: 0 0 0 2px rgba(78, 150, 207, .14);
}

.journal-query-submit,
.journal-query-reset {
  display: inline-flex;
  box-sizing: border-box;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  height: 38px;
  padding: 0 15px;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-family: inherit;
  font-size: 14px;
  line-height: 38px;
  cursor: pointer;
}

.journal-query-submit {
  background: #559bd0;
}

.journal-query-reset {
  background: #40546f;
}

.journal-query-submit:hover,
.journal-query-reset:hover {
  color: #fff;
  filter: brightness(.94);
}

.journal-table-scroll {
  width: 100%;
  overflow-x: auto;
}

.journal-query-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  table-layout: fixed;
  color: #333;
  font-size: 14px;
  text-align: center;
}

.journal-query-table th,
.journal-query-table td {
  height: 44px;
  padding: 8px 12px;
  border: 1px solid #d4dfeb;
  vertical-align: middle;
}

.journal-query-table th {
  color: #173d60;
  border-color: rgba(255, 255, 255, .42);
  background: #5b9dd3;
  font-size: 15px;
  font-weight: 500;
}

.journal-query-table th:first-child {
  width: 31%;
}

.journal-query-table th:nth-child(2),
.journal-query-table th:nth-child(3) {
  width: 16%;
}

.journal-query-table th:nth-child(4) {
  width: 25%;
}

.journal-query-table th:last-child {
  width: 12%;
}

.journal-query-table tbody tr:nth-child(odd) {
  background: #fff;
}

.journal-query-table tbody tr:nth-child(even) {
  background: #dcebf7;
}

.journal-query-table tbody tr:hover {
  background: #edf6fc;
}

.journal-detail-trigger {
  padding: 4px 10px;
  color: #4d97ca;
  border: 0;
  background: transparent;
  font-family: inherit;
  font-size: 14px;
  cursor: pointer;
}

.journal-detail-trigger:hover {
  color: #276da1;
  text-decoration: underline;
}

.journal-query-empty {
  height: 110px !important;
  color: #7b8794;
  background: #fff;
}

.journal-query-footer {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.journal-query-summary {
  margin: 0;
  color: #666;
  font-size: 13px;
}

.journal-query-pagination {
  margin-left: auto;
}

.journal-query-pagination:empty {
  display: none;
}

.journal-query-pagination .pagination,
.journal-query-pagination ul.pagination {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 2px;
}

.journal-query-pagination .pagination > li > a,
.journal-query-pagination .pagination > li > span {
  display: inline-flex;
  min-width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  padding: 0 9px;
  color: #657180;
  border: 1px solid #d9e1e9;
  background: #fff;
  font-size: 12px;
}

.journal-query-pagination .pagination > li.active > span,
.journal-query-pagination .pagination > li > a:hover {
  color: #fff;
  border-color: #40546f;
  background: #40546f;
}

.journal-query-pagination .pagination > li.disabled > span {
  color: #a8b0ba;
  background: #f5f7f9;
}

.journal-modal-open {
  overflow: hidden;
}

.journal-detail-modal[hidden] {
  display: none;
}

.journal-detail-modal {
  position: fixed;
  z-index: 3000;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
}

.journal-detail-backdrop {
  position: absolute;
  border: 0;
  background: rgba(18, 31, 47, .48);
  cursor: default;
  inset: 0;
}

.journal-detail-dialog {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  border: 1px solid #31516d;
  background: #fff;
  box-shadow: 0 18px 50px rgba(12, 31, 50, .3);
}

.journal-detail-header {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 18px;
  color: #fff;
  background: #559bd0;
}

.journal-detail-header h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}

.journal-detail-close {
  width: 38px;
  height: 38px;
  padding: 0;
  color: #17334c;
  border: 0;
  background: transparent;
  font-family: Arial, sans-serif;
  font-size: 34px;
  font-weight: 300;
  line-height: 34px;
  cursor: pointer;
}

.journal-detail-close:hover {
  color: #fff;
}

.journal-detail-list {
  margin: 0;
  padding: 24px 44px 34px;
  color: #333;
  font-size: 15px;
}

.journal-detail-list > div {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  min-height: 38px;
  align-items: start;
  gap: 16px;
}

.journal-detail-list dt {
  font-weight: 500;
  text-align: right;
}

.journal-detail-list dd {
  min-width: 0;
  margin: 0;
  overflow-wrap: anywhere;
}

.search-page-main {
  padding: 16px 20px 40px;
  background: #fff;
}

/* Footer */
.site-footer {
  padding: 0;
  color: rgba(255, 255, 255, .88);
  background: #203f6e;
}

.site-footer .container {
  max-width: var(--association-container);
}

.association-footer-grid {
  display: grid;
  grid-template-columns: 170px 300px minmax(300px, 1fr) 280px;
  align-items: start;
  gap: 36px;
  min-height: 188px;
  padding: 36px 20px 28px;
}

.footer-col h4 {
  margin: 0 0 14px;
  color: #fff;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.footer-col li {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, .88);
  font-size: 14px;
  line-height: 1.55;
}

.footer-col a {
  color: rgba(255, 255, 255, .88);
}

.footer-contact {
  min-width: 0;
}

.footer-contact li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.footer-col-links {
  padding: 0;
}

.footer-link-columns {
  grid-template-columns: 1fr 1fr;
  gap: 0 32px;
}

.footer-map {
  position: relative;
  display: block;
  align-self: center;
  width: 280px;
  max-width: 100%;
  aspect-ratio: 32 / 19;
  overflow: hidden;
  border: 4px solid #fff;
  background: #edf3f8;
}

.footer-map-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .25s ease, opacity .25s ease;
}

.footer-map:hover .footer-map-image {
  opacity: .92;
  transform: scale(1.02);
}

.footer-bottom {
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.site-footer .footer-copy-row {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: rgba(255, 255, 255, .68);
  font-size: 13px;
  gap: 36px;
  text-align: center;
}

.site-footer .footer-copy-row a {
  color: inherit;
}

.site-footer .public-security-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.site-footer .public-security-icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.back-top {
  width: 38px;
  height: 38px;
  border-radius: 0;
  background: var(--association-blue);
}

@media (max-width: 1100px) {
  .main-nav > li > a {
    padding-right: 18px;
    padding-left: 18px;
  }

  .home-page .logo {
    transform: scale(.8);
    transform-origin: left top;
  }

  .home-page .nav-wrap {
    width: min(760px, 70vw);
  }

  .home-page .main-nav > li > a {
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px;
  }

  .association-footer-grid {
    grid-template-columns: 140px 240px minmax(200px, 1fr) 230px;
    gap: 24px;
  }

  .footer-map {
    width: 230px;
  }
}

@media (max-width: 900px) {
  body.nav-menu-open {
    overflow: hidden;
  }

  .home-page .site-header {
    position: relative;
    background: var(--association-blue);
  }

  .home-page .home-welcome {
    display: none;
  }

  .home-page .header-main {
    height: auto;
    background: var(--association-blue);
  }

  .home-page .logo {
    transform: none;
  }

  .home-page .header-top {
    height: 70px;
    align-items: center;
    padding-top: 0;
  }

  .header-top .search-box {
    display: none;
  }

  .nav-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-left: auto;
  }

  .nav-wrap,
  .home-page .nav-wrap {
    position: fixed;
    top: 70px;
    right: auto;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: auto;
    padding: 0 0 24px;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    border: 0;
    background: rgba(33, 54, 79, .97);
    transition: opacity .2s ease;
  }

  .nav-wrap.menu-open {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

  .nav-wrap .container,
  .home-page .nav-wrap .container {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .main-nav,
  .home-page .main-nav {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }

  .main-nav > li,
  .home-page .main-nav > li {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(255, 255, 255, .12);
  }

  .main-nav > li > a,
  .home-page .main-nav > li > a {
    position: relative;
    display: flex;
    min-height: 52px;
    height: auto;
    padding: 14px 48px;
    color: #fff;
    background: transparent;
    font-size: 15px;
    line-height: 1.5;
  }

  .main-nav > li > a:hover,
  .main-nav > li.active > a,
  .home-page .main-nav > li > a:hover,
  .home-page .main-nav > li.active > a {
    color: #fff;
    background: rgba(255, 255, 255, .06);
  }

  .main-nav > li.active > a::after,
  .home-page .main-nav > li.active > a::after {
    display: none;
  }

  .has-dropdown .nav-arrow {
    display: block;
  }

  .nav-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    width: 8px;
    height: 8px;
    margin-top: -6px;
    border-right: 2px solid rgba(255, 255, 255, .9);
    border-bottom: 2px solid rgba(255, 255, 255, .9);
    transform: rotate(45deg);
    transition: transform .2s ease, margin-top .2s ease;
  }

  .main-nav > li.open .nav-arrow {
    margin-top: -2px;
    transform: rotate(-135deg);
  }

  .nav-dropdown,
  .main-nav > li:hover .nav-dropdown {
    position: static;
    display: none !important;
    width: 100%;
    box-shadow: none;
    background: rgba(0, 0, 0, .14);
  }

  .main-nav > li.open .nav-dropdown {
    display: block !important;
  }

  .nav-dropdown a {
    padding: 12px 20px;
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
  }

  .association-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-map {
    justify-self: start;
  }

  .home-member-track {
    gap: 18px;
  }
}

@media (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 16px;
    padding-left: 16px;
  }

  .home-page .site-header {
    position: relative;
    background: var(--association-blue);
  }

  .home-page .home-welcome {
    display: none;
  }

  .home-page .header-main {
    height: auto;
    background: var(--association-blue);
  }

  .home-page .header-top {
    height: 70px;
    align-items: center;
    padding-top: 0;
  }

  .home-page .nav-wrap {
    top: 70px;
    right: auto;
    width: 100vw;
    height: auto;
  }

  .home-page .main-nav,
  .home-page .main-nav > li {
    height: auto;
  }

  .home-page .main-nav > li > a {
    height: auto;
    min-height: 52px;
    color: #fff;
    font-size: 15px;
  }

  .home-page .main-nav > li.active > a::after {
    display: none;
  }

  .home-hero {
    height: 340px;
  }

  .header-top {
    height: 64px;
    padding: 0 16px;
  }

  .site-logo-image {
    max-width: min(330px, 68vw);
    height: 48px;
  }

  .nav-wrap {
    top: 64px;
    height: auto;
  }

  .home-page .nav-wrap {
    top: 64px;
  }

  .main-nav {
    height: auto;
  }

  .main-nav > li {
    height: auto;
  }

  .main-nav > li > a {
    height: auto;
    min-height: 52px;
  }

  .main-nav > li.active > a::after {
    display: none;
  }

  .home-hero {
    height: 260px;
  }

  .home-lead-title {
    font-size: 20px;
  }

  .home-news-ticker {
    padding-right: 20px;
    padding-left: 20px;
  }

  .home-news-ticker-group {
    gap: 0;
  }

  .party-study-banner {
    min-height: 0;
    padding: 0;
  }

  .party-study-banner-image {
    height: 60px;
  }

  .association-consult,
  .home-members {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .association-consult > h2,
  .home-members > h2,
  .home-channel > h2 {
    font-size: 17px;
  }

  .consult-links {
    grid-template-columns: repeat(3, 1fr);
    gap: 9px 0;
  }

  .home-channel-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-channel {
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .home-member-track {
    gap: 14px;
  }

  .home-member-card {
    width: 105px;
  }

  .page-banner {
    height: 148px;
  }

  .breadcrumb-bar .container {
    text-align: left;
  }

  .sidebar-page .layout-with-sidebar {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .sidebar-page .sidebar {
    width: 100%;
    margin-top: 0;
  }

  .sidebar-page .sidebar-title {
    justify-content: center;
    min-height: 50px;
    padding: 10px 16px;
    font-size: 20px;
    text-align: center;
  }

  .sidebar-page .sidebar-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }

  .sidebar-page .sidebar-menu li {
    margin: 0;
  }

  .sidebar-page .page-body {
    padding-bottom: 32px;
  }

  .sidebar-page .main-content {
    padding-top: 0;
  }

  .join-page .main-content {
    padding: 14px 12px 28px;
  }

  .join-form {
    padding: 20px 16px 24px;
    border-radius: 6px;
    box-shadow: 0 5px 16px rgba(37, 75, 122, .07);
  }

  .join-form-row {
    grid-template-columns: minmax(0, 1fr) 18px;
    margin-bottom: 10px;
    padding: 4px 0;
  }

  .join-form-row > label {
    grid-column: 1 / -1;
    margin-bottom: 7px;
    text-align: left;
  }

  .join-control {
    grid-column: 1;
  }

  .join-control input[type="text"],
  .join-control input[type="tel"] {
    height: 42px;
  }

  .join-form-row .required-mark {
    grid-column: 2;
  }

  .join-file-help {
    margin: -2px 0 16px;
  }

  .join-download-row {
    flex-wrap: wrap;
    margin-top: 18px;
    padding: 13px;
    gap: 10px 14px;
    text-align: center;
  }

  .join-agreement {
    justify-content: flex-start;
    margin-top: 20px;
    padding: 14px 12px;
    font-size: 13px;
  }

  .join-submit {
    width: min(240px, 100%);
  }

  .member-showcase-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .journal-query-main {
    padding-top: 0;
  }

  .journal-query-panel {
    padding: 18px 10px 0;
  }

  .journal-query-form {
    flex-wrap: wrap;
    gap: 10px;
  }

  .journal-query-form input {
    flex-basis: 100%;
  }

  .journal-query-submit,
  .journal-query-reset {
    flex: 1 1 calc(50% - 5px);
  }

  .journal-query-footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 0;
    gap: 10px;
  }

  .journal-query-pagination {
    max-width: 100%;
    margin-left: 0;
    overflow-x: auto;
  }

  .journal-detail-modal {
    padding: 14px;
  }

  .journal-detail-list {
    padding: 20px 18px 26px;
  }

  .journal-detail-list > div {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 10px;
  }

  .pagination {
    margin-top: 36px;
  }

  .association-footer-grid {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 22px;
    padding: 28px 20px;
  }

  .footer-col-links {
    padding-top: 0;
    border-top: 0;
  }

  .footer-link-columns {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer .footer-copy-row {
    flex-direction: column;
    gap: 4px;
    padding: 12px 16px;
  }
}

@media (max-width: 480px) {
  .site-logo-image {
    max-width: 68vw;
    height: 42px;
  }

  .association-home {
    padding-top: 20px;
  }

  .association-home-inner {
    gap: 12px;
  }

  .home-industry h2 {
    font-size: 24px;
  }

  .home-lead-title {
    font-size: 17px;
  }

  .home-news-ticker {
    padding-right: 8px;
    padding-left: 8px;
  }

  .home-news-ticker-group {
    gap: 0;
  }

  .home-news-ticker-group a {
    padding: 0 16px;
    font-size: 14px;
  }

  .consult-links {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-channel ul {
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-channel time {
    display: none;
  }

  .member-showcase-grid {
    gap: 12px 8px;
    padding-right: 0;
    padding-left: 0;
  }

  .footer-link-columns {
    grid-template-columns: 1fr;
  }
}
