:root {
  --city-orange: #ff5c2b;
  --city-orange-dark: #e84217;
  --city-ink: #1d2635;
  --city-muted: #667085;
  --city-border: #f0d7cc;
}

html,
body {
  min-width: 0 !important;
  overflow-x: clip;
}

.city-page-title {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.city-context-strip {
  background: #fff7f2;
  border-bottom: 1px solid #ffe1d4;
  color: var(--city-ink);
  font-size: 14px;
}

.city-context-strip__inner {
  align-items: center;
  display: flex;
  gap: 16px;
  margin: 0 auto;
  max-width: 1200px;
  min-height: 44px;
}

.city-context-strip strong {
  color: var(--city-orange-dark);
}

.city-context-strip a {
  color: var(--city-orange-dark);
  font-weight: 600;
}

.city-next-exam {
  background: #fff;
  border: 1px solid #eadfd9;
  border-top: 3px solid var(--city-orange);
  box-sizing: border-box;
  margin: 15px 0 16px;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

.in_date.city-next-exam span {
  background: none;
  color: inherit;
  display: inline;
  font-size: inherit;
  font-weight: inherit;
  height: auto;
  line-height: inherit;
  text-align: inherit;
  width: auto;
}

.city-next-exam__heading {
  align-items: center;
  border-bottom: 1px solid #f2e8e3;
  display: flex;
  justify-content: space-between;
  padding: 10px 13px 9px;
}

.in_date.city-next-exam .city-next-exam__label {
  color: #37322f;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  white-space: nowrap;
}

.in_date.city-next-exam .city-next-exam__status {
  background: #fff0eb;
  color: var(--city-orange-dark);
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 22px;
  padding: 0 7px;
  white-space: nowrap;
}

.city-next-exam__body {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
}

.city-next-exam__date {
  align-items: flex-start;
  background: #fff8f5;
  border-right: 1px solid #f2e8e3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-width: 0;
  padding: 13px 12px;
}

.in_date.city-next-exam .city-next-exam__year {
  color: #8b7c75;
  display: block;
  font-size: 11px;
  line-height: 1.3;
  margin-bottom: 2px;
  white-space: nowrap;
}

.city-exam-date {
  color: var(--city-orange-dark);
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.15;
  margin: 0;
  white-space: nowrap;
}

.city-next-exam__times {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-width: 0;
  padding: 8px 12px;
}

.city-next-exam__times > div {
  align-items: center;
  display: grid;
  gap: 7px;
  grid-template-columns: 42px minmax(0, 1fr);
  min-width: 0;
  padding: 5px 0;
}

.city-next-exam__times > div + div {
  border-top: 1px solid #f2eeeb;
}

.city-next-exam__times dt {
  color: var(--city-orange-dark);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  white-space: nowrap;
}

.city-next-exam__times dd {
  color: #57504c;
  font-size: 12px;
  line-height: 1.3;
  margin: 0;
  min-width: 0;
  white-space: nowrap;
}

.city-next-exam > a {
  background: #faf7f5;
  border-top: 1px solid #f2e8e3;
  box-sizing: border-box;
  color: var(--city-orange-dark);
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 34px;
  margin: 0;
  padding: 0 13px;
  text-align: right;
  white-space: nowrap;
}

.city-next-exam > a:hover {
  background: #fff0eb;
}

.kc_banner,
.swiper-kc-banner,
.swiper-kc-banner .swiper-wrapper,
.swiper-kc-banner .swiper-slide {
  height: 230px !important;
}

.city-slide {
  background: #f2461d;
  color: #fff;
  overflow: hidden;
  position: relative;
}

.city-slide::after {
  background: linear-gradient(90deg, rgba(130, 22, 0, 0.96) 0%, rgba(187, 43, 10, 0.88) 48%, rgba(187, 43, 10, 0.08) 78%);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}

.city-slide__image {
  height: 100%;
  inset: 0 0 0 36%;
  position: absolute;
}

.city-slide__image img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.city-slide__panel {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 23px 26px;
  position: relative;
  width: 66%;
  z-index: 2;
}

.city-slide__eyebrow {
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 3px;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 8px;
  width: fit-content;
}

.city-slide h1,
.city-slide h2 {
  color: #fff;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.28;
  margin: 9px 0 6px;
}

.city-slide p {
  color: rgba(255, 255, 255, 0.96);
  font-size: 14px;
  line-height: 1.55;
  margin: 0 0 3px;
}

.city-slide small {
  color: rgba(255, 255, 255, 0.78);
  display: block;
  font-size: 11px;
  line-height: 1.45;
}

.city-slide a {
  align-items: center;
  background: #fff;
  border-radius: 3px;
  color: var(--city-orange-dark);
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  height: 30px;
  justify-content: center;
  margin-top: 12px;
  padding: 0 13px;
  width: fit-content;
}

.city-mini-program {
  align-items: center;
  background: #fff7f2;
  border: 1px solid #efd6ca;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  min-height: 86px;
  overflow: hidden;
  padding: 10px 12px;
}

.city-mini-program__copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.city-mini-program__copy > span,
.city-mini-program__copy > small {
  color: #79665d;
  font-size: 10px;
  line-height: 1.45;
}

.city-mini-program__copy > strong {
  color: var(--city-ink);
  font-size: 15px;
  line-height: 1.4;
  margin: 2px 0;
}

.city-mini-program > img {
  background: #fff;
  height: 62px !important;
  object-fit: cover;
  width: 62px !important;
}

.city-course-photo-card {
  height: 151px !important;
  overflow: hidden;
  position: relative;
}

.city-course-photo-card > a {
  display: block;
  height: 100%;
  position: relative;
}

.city-course-photo-card img {
  height: 100% !important;
  object-fit: cover;
  width: 100% !important;
}

.city-course-photo-card__copy {
  background: linear-gradient(180deg, rgba(26, 31, 40, 0.02) 18%, rgba(26, 31, 40, 0.92) 100%);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  left: 0;
  padding: 42px 13px 12px;
  position: absolute;
  right: 0;
}

.city-course-photo-card__copy > small {
  color: rgba(255, 255, 255, 0.8);
  font-size: 10px;
}

.city-course-photo-card__copy > strong {
  font-size: 14px;
  line-height: 1.4;
}

.city-course-photo-banner {
  height: 104px !important;
  overflow: hidden;
  position: relative;
}

.city-course-photo-banner > a,
.city-course-photo-banner img {
  display: block;
  height: 100% !important;
  width: 100% !important;
}

.city-course-photo-banner img {
  object-fit: cover;
  object-position: center 42%;
}

.city-course-photo-banner__copy {
  background: linear-gradient(90deg, rgba(137, 30, 10, 0.96) 0%, rgba(218, 66, 29, 0.82) 48%, rgba(218, 66, 29, 0.06) 80%);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  inset: 0;
  justify-content: center;
  padding: 14px 34px;
  position: absolute;
}

.city-course-photo-banner__copy > small {
  color: rgba(255, 255, 255, 0.82);
  font-size: 13px;
  line-height: 1.4;
}

.city-course-photo-banner__copy > strong {
  font-size: 22px;
  line-height: 1.35;
}

.xly_tit {
  align-items: center;
  display: flex;
  gap: 20px;
}

.xly_tit > h5 {
  flex: 0 0 auto;
}

.xly_tit > .city-private-course-subtitle {
  color: #6d554b;
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.links {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 24px;
}

.city-inactive-link {
  color: inherit !important;
  cursor: default;
  text-decoration: none !important;
}

.links > h6 {
  flex: 0 0 auto;
}

.links > a {
  margin: 0 !important;
}

.nav > ul > li.city-switcher > a {
  color: #2d3440;
  padding-right: 18px;
  position: relative;
}

.nav > ul > li.city-switcher > a::after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  height: 5px;
  margin-top: -4px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.nav > ul > li.city-switcher > ul.city-switcher__menu {
  display: none;
  grid-template-columns: repeat(2, minmax(74px, 1fr));
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  width: 224px;
}

.nav > ul > li.city-switcher:hover > ul.city-switcher__menu,
.nav > ul > li.city-switcher:focus-within > ul.city-switcher__menu {
  display: grid;
}

.nav > ul > li.city-switcher > ul.city-switcher__menu > li {
  height: 38px;
  line-height: 38px;
}

.nav > ul > li.city-switcher > ul.city-switcher__menu > li > a {
  font-size: 13px;
}

.nav > ul > li.city-switcher > ul.city-switcher__menu > li > a[aria-current="page"] {
  background: #fff0eb;
  color: var(--city-orange-dark);
  font-weight: 700;
}

.nav > ul > li.city-switcher > ul.city-switcher__menu > li.city-switcher__all {
  border-top: 1px solid #f0e6e1;
  grid-column: 1 / -1;
  margin-top: 4px;
  padding-top: 4px;
}

.city-directory {
  background: #fffaf7;
  border-bottom: 1px solid #f3dfd5;
  border-top: 1px solid #f3dfd5;
  color: var(--city-ink);
  padding: 28px 18px;
}

.city-directory__inner {
  align-items: center;
  display: grid;
  gap: 28px;
  grid-template-columns: 260px minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1300px;
}

.city-directory__intro > span,
.city-article-center__hero > span,
.city-article-list__heading span {
  color: var(--city-orange-dark);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 6px;
}

.city-directory__intro h2 {
  color: var(--city-ink);
  font-size: 22px;
  line-height: 1.35;
  margin: 0 0 6px;
}

.city-directory__intro p {
  color: var(--city-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.city-directory__links {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.city-directory__links a {
  background: #fff;
  border: 1px solid #efdcd3;
  color: #3e4652;
  display: block;
  font-size: 13px;
  line-height: 34px;
  min-width: 0;
  text-align: center;
}

.city-directory__links a:hover,
.city-directory__links a[aria-current="page"] {
  background: var(--city-orange);
  border-color: var(--city-orange);
  color: #fff;
  text-decoration: none;
}

.city-article-center,
.city-article-detail {
  background: #f7f8fa;
  box-sizing: border-box;
  min-height: 560px;
  padding: 38px 18px 56px;
}

.city-article-center__hero,
.city-article-list,
.city-article-detail > article {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1180px;
}

.city-article-center__hero {
  background: #fff;
  border-left: 4px solid var(--city-orange);
  padding: 28px 32px;
}

.city-article-center__hero h1 {
  color: var(--city-ink);
  font-size: 34px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.city-article-center__hero p {
  color: var(--city-muted);
  font-size: 15px;
  line-height: 1.8;
  margin: 0;
}

.city-article-center__hero nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 18px;
}

.city-article-center__hero nav a {
  color: var(--city-orange-dark);
  font-size: 14px;
  font-weight: 700;
}

.city-article-list {
  background: #fff;
  margin-top: 18px;
  padding: 26px 32px 32px;
}

.city-article-list__heading {
  align-items: end;
  border-bottom: 1px solid #e8eaee;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 16px;
}

.city-article-list__heading h2 {
  color: var(--city-ink);
  font-size: 23px;
  margin: 0;
}

.city-article-list__heading p {
  color: var(--city-muted);
  font-size: 13px;
  margin: 0;
  max-width: 430px;
  text-align: right;
}

.city-article-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.city-article-card {
  border: 1px solid #e5e8ec;
  color: var(--city-ink);
  display: flex;
  flex-direction: column;
  min-height: 150px;
  padding: 18px;
}

.city-article-card:hover {
  border-color: #f2aa8e;
  box-shadow: 0 8px 20px rgba(82, 42, 25, 0.08);
  text-decoration: none;
}

.city-article-card > span {
  color: var(--city-orange-dark);
  font-size: 12px;
  font-weight: 700;
}

.city-article-card > strong {
  font-size: 17px;
  line-height: 1.55;
  margin: 8px 0;
}

.city-article-card > p {
  color: var(--city-muted);
  font-size: 13px;
  line-height: 1.6;
  margin: 0;
}

.city-article-card > time {
  color: #8a929d;
  font-size: 12px;
  margin-top: auto;
  padding-top: 12px;
}

.city-article-empty {
  background: #fff8f5;
  border: 1px solid #f2ddd4;
  padding: 26px;
  text-align: center;
}

.city-article-empty strong {
  color: var(--city-ink);
  display: block;
  font-size: 18px;
  margin-bottom: 8px;
}

.city-article-empty p {
  color: var(--city-muted);
  margin: 0;
}

.city-article-detail > article {
  background: #fff;
  border-top: 3px solid var(--city-orange);
  padding: 32px clamp(22px, 5vw, 58px) 46px;
}

.city-article-breadcrumb {
  color: var(--city-muted);
  display: flex;
  font-size: 13px;
  gap: 8px;
  margin-bottom: 26px;
}

.city-article-breadcrumb a {
  color: var(--city-orange-dark);
}

.city-article-detail__header {
  border-bottom: 1px solid #e8eaee;
  margin-bottom: 26px;
  padding-bottom: 22px;
}

.city-article-category {
  color: var(--city-orange-dark);
  font-size: 13px;
  font-weight: 700;
}

.city-article-detail__header h1 {
  color: var(--city-ink);
  font-size: clamp(28px, 4vw, 40px);
  line-height: 1.28;
  margin: 10px 0 12px;
}

.city-article-detail__header > p {
  color: var(--city-muted);
  font-size: 15px;
  line-height: 1.8;
}

.city-article-detail__header > div {
  color: #8a929d;
  display: flex;
  font-size: 13px;
  gap: 18px;
}

.city-article-body {
  color: #2d3440;
  font-size: 16px;
  line-height: 1.9;
}

.city-article-body h2 {
  border-left: 4px solid var(--city-orange);
  color: var(--city-ink);
  font-size: 24px;
  margin: 34px 0 14px;
  padding-left: 12px;
}

.city-article-body h3 {
  color: var(--city-ink);
  font-size: 19px;
  margin: 26px 0 10px;
}

.city-article-body ul,
.city-article-body ol {
  padding-left: 1.4em;
}

.city-article-body .table-wrap {
  border: 1px solid #e1e5ea;
  margin: 20px 0;
  overflow-x: auto;
}

.city-article-body table {
  border-collapse: collapse;
  min-width: 620px;
  width: 100%;
}

.city-article-body th,
.city-article-body td {
  border-bottom: 1px solid #e1e5ea;
  border-right: 1px solid #e1e5ea;
  padding: 12px 14px;
  text-align: left;
  vertical-align: top;
}

.city-article-body th {
  background: #fff5f0;
}

.city-article-contact {
  background: #fff8f5;
  border: 1px solid #f0d7cc;
  margin-top: 34px;
  padding: 20px;
}

.city-article-contact strong {
  color: var(--city-ink);
  font-size: 17px;
}

.city-article-contact p {
  color: #59616d;
  line-height: 1.75;
  margin: 8px 0;
}

.city-article-contact a {
  color: var(--city-orange-dark);
  font-weight: 700;
}

body[data-source-path] > .top {
  position: static !important;
}

body[data-source-path] > .top_nav,
body[data-source-path] > .nav_width,
body[data-source-path] > .zz-contact-strip {
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

/* Copied inner pages do not all run the source site's root-font script. Keep
   the approved desktop header geometry stable without changing its design. */
@media (min-width: 769px) {
  .nav_width,
  .nav_width .container,
  .nav_width #navbox {
    height: 69px !important;
  }

  .nav_width .container {
    align-items: center;
    display: flex;
  }

  .nav_width .container .logo {
    flex: 0 0 auto;
    float: none !important;
    height: 69px !important;
    margin-right: 12px !important;
  }

  .nav_width .container .logo img {
    height: 46px !important;
    padding-top: 11px !important;
  }

  .nav_width .container .nav {
    flex: 1 1 auto;
    float: none !important;
    height: 69px !important;
    margin-left: 14px !important;
    min-width: 0;
    width: auto !important;
  }

  .nav_width .nav > ul {
    display: flex;
  }

  .nav_width .nav > ul > li {
    flex: 0 0 auto;
    float: none !important;
    height: 46px !important;
    margin-right: 20px;
    margin-top: 11px !important;
  }

  .nav_width .nav > ul > li > a {
    height: 46px !important;
    line-height: 46px !important;
  }

  .nav_width .nav > ul > li > ul {
    top: 46px !important;
  }

  .nav_width .nav > ul > li > ul > li {
    height: 29px !important;
  }

  .nav_width .nav > ul > li > ul > li > a {
    font-size: 14px !important;
  }

  .nav_width .logo_jz {
    flex: 0 0 48px;
    float: none !important;
    padding-top: 0 !important;
    width: 48px !important;
  }

  .nav_width .logo_jz img {
    width: 40px !important;
  }

  .nav_width .top_search {
    border-radius: 15px !important;
    flex: 0 0 190px;
    float: none !important;
    height: 29px !important;
    margin: 0 0 0 14px !important;
    width: 190px !important;
  }

  .nav_width .top_search form {
    height: 29px !important;
    width: 190px !important;
  }

  .nav_width .top_search input[type="text"] {
    height: 26px !important;
    left: 8px !important;
    top: 1px !important;
    width: 155px !important;
  }

  .zz-contact-strip__inner {
    box-sizing: border-box;
    min-height: 44px;
    white-space: nowrap;
  }

  .in_scmp .scmp_nav_list a[href="/materials/"] li span {
    background-position: 7px center;
    font-size: 11px;
    letter-spacing: 0;
    padding-left: 31px;
    white-space: nowrap;
  }

  .nav_lc_list a[href="/materials/"] {
    font-size: 12px !important;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .khjz_main .khjz_box .khjz_con .inBox {
    display: flow-root;
  }

  .footer .footer_main {
    align-items: start;
    box-sizing: border-box;
    display: grid;
    gap: 42px;
    grid-template-columns: minmax(0, 1fr) 205px;
    max-width: calc(100% - 48px);
    width: 1300px !important;
  }

  .footer .footer_main .footer_con,
  .footer .footer_main .footer_ewm {
    float: none !important;
    width: auto !important;
  }

  .footer .footer_main .footer_con .footer_logo {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
  }

  .footer .footer_main .footer_con .footer_logo span {
    font-size: 17px;
    letter-spacing: 0;
    line-height: 1.55;
    position: static;
    text-align: right;
  }

  .footer .footer_main .footer_con .footer_list {
    display: grid;
    gap: 24px 34px;
    grid-template-columns: 0.8fr 0.8fr 0.8fr minmax(330px, 1.7fr);
  }

  .footer .footer_main .footer_con .footer_list .footer_nav {
    float: none !important;
    margin: 0 !important;
    min-width: 0;
  }

  .footer .footer_main .footer_con .footer_list .footer_nav h5 {
    height: auto;
    line-height: 1.4;
    margin: 0 0 14px;
  }

  .footer .footer_main .footer_con .footer_list .footer_nav li {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 2;
    overflow-wrap: anywhere;
  }

  .footer .footer_main .footer_ewm {
    align-self: start;
    text-align: right;
  }

  .footer .footer_main .footer_ewm img {
    max-width: 190px;
  }
}

.city-fallback {
  margin: 80px auto;
  max-width: 760px;
  padding: 0 24px;
}

@media (max-width: 768px) {
  .top,
  .top_nav,
  .logo_jz,
  .top_search,
  .app_down,
  .links {
    display: none !important;
  }

  .nav_width,
  .nav_width .container,
  .nav_width #navbox {
    height: auto !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  .nav_width .container {
    box-sizing: border-box;
    padding: 10px 14px 0;
  }

  .nav_width .logo {
    float: none !important;
    height: 42px !important;
    margin: 0 !important;
    width: auto !important;
  }

  .nav_width .logo img {
    height: 42px !important;
    object-fit: contain;
    width: auto !important;
  }

  .nav_width .nav {
    float: none !important;
    margin: 8px -14px 0 !important;
    overflow-x: auto;
    width: auto !important;
  }

  .nav_width .nav > ul {
    display: flex;
    min-width: max-content;
    padding: 0 10px;
  }

  .nav_width .nav > ul > li {
    float: none !important;
    white-space: nowrap;
  }

  .nav_width .nav > ul > li > a {
    display: block;
    font-size: 13px !important;
    padding: 0 10px !important;
  }

  .nav_width .nav .select_li > ul,
  .nav_width .nav .city-switcher > ul,
  .bkgj {
    display: none !important;
  }

  .city-directory {
    padding: 22px 14px;
  }

  .city-directory__inner {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .city-directory__links {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .city-article-center,
  .city-article-detail {
    padding: 18px 14px 36px;
  }

  .city-article-center__hero,
  .city-article-list,
  .city-article-detail > article {
    padding: 22px 18px;
  }

  .city-article-center__hero h1 {
    font-size: 28px;
  }

  .city-article-list__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .city-article-list__heading p {
    text-align: left;
  }

  .city-article-grid {
    grid-template-columns: 1fr;
  }

  .zz-contact-strip__inner,
  .city-context-strip__inner {
    align-items: flex-start;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 12px;
    line-height: 1.45;
    padding: 9px 14px;
    width: 100%;
  }

  .city-next-exam {
    min-height: 0;
  }

  .city-course-photo-banner__copy {
    padding: 12px 18px;
  }

  .city-course-photo-banner__copy strong {
    font-size: 17px;
  }

  .xly_tit {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }

  .zz-contact-strip__inner span,
  .city-context-strip__inner span {
    flex-basis: 100%;
  }

  .in_scmp {
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    gap: 14px;
    padding: 14px;
    width: 100% !important;
  }

  .in_scmp > .in_mid_main {
    float: none !important;
    order: 1;
    width: 100% !important;
  }

  .in_scmp > .in_scmp_nav {
    float: none !important;
    order: 2;
    width: 100% !important;
  }

  .in_scmp > .in_tyk {
    float: none !important;
    order: 3;
    width: 100% !important;
  }

  .kc_banner,
  .swiper-kc-banner,
  .swiper-kc-banner .swiper-wrapper,
  .swiper-kc-banner .swiper-slide {
    height: 250px !important;
    width: 100% !important;
  }

  .city-slide::after {
    background: linear-gradient(90deg, rgba(121, 20, 0, 0.98) 0%, rgba(176, 41, 12, 0.9) 62%, rgba(176, 41, 12, 0.2) 100%);
  }

  .city-slide__image {
    inset: 0 0 0 45%;
  }

  .city-slide__panel {
    padding: 18px;
    width: 84%;
  }

  .city-slide h1,
  .city-slide h2 {
    font-size: 23px;
  }

  .mid_kc_list {
    box-sizing: border-box;
    height: auto !important;
    width: 100% !important;
  }

  .in_scmp_1,
  .nav_lc,
  .nav_xcx,
  .in_date,
  .in_tyk,
  .in_tyk_con {
    box-sizing: border-box;
    width: 100% !important;
  }

  .nav_xcx img {
    height: auto;
    max-width: 100%;
  }

  .in_jstd,
  .jstd_main,
  .tushu_mid,
  .tushubeikao,
  .ins_tushu,
  .tushu_main,
  .in_bk,
  .in_bk_main,
  .footer_main,
  .footer_con {
    box-sizing: border-box;
    width: 100% !important;
  }

  .in_jstd,
  .tushu_mid,
  .in_bk {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }

  .jstd_list,
  .tushu_list {
    overflow-x: auto !important;
  }

  .jstd_list ul,
  .tushu_list ul {
    min-width: 1180px;
  }

  .in_bk_con ul {
    box-sizing: border-box;
    padding: 12px !important;
    width: 100% !important;
  }

  .in_bk_con li {
    box-sizing: border-box;
    float: none !important;
    width: 100% !important;
  }

  .footer {
    min-width: 0 !important;
  }

  .footer_main {
    display: block !important;
    padding: 28px 18px !important;
  }

  .footer .footer_main .footer_con .footer_logo {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 18px;
  }

  .footer .footer_main .footer_con .footer_logo img {
    height: auto;
    max-width: 190px;
  }

  .footer .footer_main .footer_con .footer_logo span {
    display: block;
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.65;
    position: static;
  }

  .footer_con,
  .footer_ewm {
    float: none !important;
    width: 100% !important;
  }

  .footer_list {
    display: grid;
    gap: 22px 12px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer_nav {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
  }

  .footer_nav:nth-child(4) {
    grid-column: 1 / -1;
  }

  .footer .footer_main .footer_con .footer_list .footer_nav h5 {
    font-size: 16px;
    height: auto;
    line-height: 1.4;
    margin: 0 0 10px;
  }

  .footer .footer_main .footer_con .footer_list .footer_nav li {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 1.85;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .footer_ewm {
    margin-top: 22px;
    text-align: center;
  }

  .footer .footer_main .footer_ewm img {
    max-width: 190px;
  }

  .copy_right_con {
    box-sizing: border-box;
    font-size: 13px !important;
    letter-spacing: 0 !important;
    line-height: 1.8 !important;
    padding: 18px;
    width: 100% !important;
  }
}

.in_tit h1{font-size:32px;line-height:1.5;font-weight:normal;letter-spacing:2px;}
.in_date.city-next-exam .city-exam-date{font-size:20px;}
.in_date.city-next-exam .city-exam-countdown{display:block;padding:7px 12px;border-top:1px solid #f2e8e3;color:#d84d1c;font-size:12px;font-weight:700;line-height:1.45;text-align:center;white-space:nowrap;}
@media(max-width:768px){.in_tit h1{font-size:.55rem;line-height:1.5;font-weight:bold;}.in_date.city-next-exam .city-exam-countdown{font-size:11px;}.in_news_main{box-sizing:border-box;width:100%!important;padding:0 14px;}.in_news_main li,.in_news_main li.news-card--lead{box-sizing:border-box;display:block;width:100%;min-height:0;margin:14px 0;padding:14px;}.in_news_main li .in_news_img,.in_news_main li.news-card--lead .in_news_img{width:100%;height:180px;}.in_news_main li .in_news_info,.in_news_main li.news-card--lead .in_news_info{box-sizing:border-box;width:100%;min-height:0;padding:14px 0 0;}.in_news_main li .in_news_info h5,.in_news_main li.news-card--lead .in_news_info h5{font-size:18px;line-height:1.5;white-space:normal;}.in_news_main li .in_news_info p{font-size:14px;line-height:1.7;margin:8px 0;}.in_news_main li .in_news_info .in_news_more{position:static;float:none;height:36px;margin-top:12px;line-height:36px;}.xly{box-sizing:border-box;width:92%!important;margin:.3rem auto!important;}.xly .xly_tit{box-sizing:border-box;width:100%!important;}.xly_main{box-sizing:border-box;width:100%!important;}.xly_main .xly_video{box-sizing:border-box;float:none!important;width:100%!important;min-height:0!important;}.xly_main .xly_con{box-sizing:border-box;float:none!important;width:94%!important;height:auto!important;margin:.3rem auto 0!important;padding:.3rem 2%!important;}.in_jstd,.tushubeikao{max-width:100vw;overflow-x:hidden!important;}}

/* CITY_CLASS_PHOTO_STYLE */
.city-class-photo{margin:26px 0 30px;}
.city-class-photo img{display:block;width:100%;height:auto;border-radius:10px;}
.city-class-photo figcaption{padding-top:8px;color:#777;font-size:13px;line-height:1.6;text-align:center;}
