.page-jiuye-portal {
  background: var(--theme-body-bg);
  padding-top: 0;
  overflow-x: hidden;
}

.page-jiuye-portal .container {
  max-width: 1500px;
}

.page-jiuye-portal .jiuye-portal-topbar {
  position: relative;
  z-index: 1;
  background: color-mix(in srgb, var(--theme-primary-dark) 88%, #0a1628);
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.8125rem;
  line-height: 1.4;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.page-jiuye-portal .jiuye-portal-topbar a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  margin-right: 1.25rem;
}

.page-jiuye-portal .jiuye-portal-topbar a:hover,
.page-jiuye-portal .jiuye-portal-topbar a:focus-visible {
  color: #fff;
  text-decoration: underline;
}

.page-jiuye-portal .site-header-fixed {
  top: 0;
}

.page-jiuye-portal .navbar-gzgs {
  padding-top: 0.125rem;
  padding-bottom: 0.5rem;
}

.page-jiuye-portal .navbar-gzgs-inner {
  display: grid;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: clamp(0.75rem, 3vw, 2rem);
  padding-right: clamp(0.75rem, 3vw, 2rem);
  column-gap: 1rem;
  row-gap: 0.35rem;
  align-items: center;
}

@media (min-width: 992px) {
  .page-jiuye-portal .navbar-gzgs-inner {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 1.25rem;
    row-gap: 0.2rem;
  }

  .page-jiuye-portal .navbar-gzgs__brand {
    grid-column: 1;
    grid-row: 1 / span 2;
    align-self: center;
    justify-self: start;
  }

  .page-jiuye-portal .navbar-gzgs__top-row {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    width: 100%;
  }

  .page-jiuye-portal .navbar-gzgs__collapse {
    grid-column: 2;
    grid-row: 2;
    width: 100%;
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .page-jiuye-portal .jiuye-nav-list.navbar-nav {
    margin-left: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    row-gap: 0.15rem;
  }
}

@media (max-width: 991.98px) {
  .page-jiuye-portal .navbar-gzgs-inner {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    column-gap: 0.75rem;
  }

  .page-jiuye-portal .navbar-gzgs__brand {
    grid-column: 1;
    grid-row: 1;
  }

  .page-jiuye-portal .navbar-gzgs__top-row {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    min-width: 0;
  }

  .page-jiuye-portal .navbar-gzgs__collapse {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

.page-jiuye-portal .navbar-gzgs__top-row {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  min-height: 2.5rem;
}

.page-jiuye-portal .navbar-gzgs .navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 0;
  line-height: 0;
  color: #fff !important;
}

.page-jiuye-portal .navbar-gzgs__logo {
  display: block;
  height: auto;
  max-height: 3.35rem;
  width: auto;
  max-width: min(340px, 52vw);
}

@media (min-width: 992px) {
  .page-jiuye-portal .navbar-gzgs__logo {
    max-height: 5.25rem;
  }
}

.page-jiuye-portal .navbar-gzgs .nav-link {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1rem;
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.page-jiuye-portal .jiuye-portal-nav .jiuye-nav-list .nav-link:hover,
.page-jiuye-portal .jiuye-portal-nav .jiuye-nav-list .nav-link:focus-visible,
.page-jiuye-portal .jiuye-portal-nav .jiuye-nav-list .nav-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 0.375rem;
  text-decoration: none;
}

.page-jiuye-portal .navbar-gzgs .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.35);
}

.page-jiuye-portal .navbar-gzgs .navbar-toggler-icon {
  filter: invert(1);
}

.page-jiuye-portal .jiuye-portal__brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1.2;
}

.page-jiuye-portal .jiuye-portal__brand-text {
  font-weight: 700;
  font-size: clamp(1.05rem, 2.2vw, 1.45rem);
  letter-spacing: 0.14em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.jiuye-portal-main {
  padding-top: 0;
  overflow-x: hidden;
}

.jiuye-portal-banner {
  position: relative;
  width: 100%;
  margin-top: 0;
}

.jiuye-portal-banner .carousel-item {
  position: relative;
  overflow: hidden;
  height: 100vh;
  max-height: 100vh;
  background: var(--theme-hero-visual-bg);
}

.jiuye-portal-banner .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(8, 24, 39, 0.62) 0%,
    rgba(8, 24, 39, 0.34) 44%,
    rgba(8, 24, 39, 0.08) 100%
  );
  pointer-events: none;
  z-index: 1;
}

.jiuye-portal-banner .carousel-item img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  z-index: 0;
}

.jiuye-portal-banner.carousel {
  padding: 0;
}

.jiuye-portal-quick {
  position: relative;
  z-index: 2;
  margin-top: -2rem;
  margin-bottom: 2rem;
}

.jiuye-portal-quick__grid {
  background: #fff;
  border-radius: 0.375rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  padding: 0.75rem 0.5rem;
}

.jiuye-portal-quick__grid a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 0.35rem;
  text-decoration: none;
  color: var(--theme-heading);
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: 0.25rem;
  transition: color 0.2s ease, background 0.2s ease;
}

.jiuye-portal-quick__grid a:hover,
.jiuye-portal-quick__grid a:focus-visible {
  color: var(--theme-primary);
  background: rgba(var(--theme-primary-rgb), 0.06);
}

.jiuye-portal-quick__grid .bi {
  font-size: 1.85rem;
  color: var(--theme-primary);
  line-height: 1;
}

.jiuye-portal-quick__icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.jiuye-portal-quick__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.jiuye-portal-quick__icon .bi {
  font-size: 24px;
  color: var(--theme-primary);
  line-height: 1;
}

.jiuye-portal-section {
  padding: 2.5rem 0;
}

.jiuye-portal-section--muted {
  background: var(--theme-section-muted-bg);
}

.jiuye-portal-section--news {
  padding: 0.4rem 0 1.5rem;
}

.jiuye-portal-title {
  text-align: center;
  margin-bottom: 1.75rem;
}

.jiuye-portal-title h2,
.jiuye-portal-title--inline {
  font-size: clamp(1.35rem, 2.5vw, 1.65rem);
  font-weight: 700;
  color: var(--theme-heading);
  margin: 0;
  letter-spacing: 0.02em;
}

.jiuye-portal-title h2::after,
.jiuye-portal-title--inline::after {
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 0.65rem auto 0;
  background: linear-gradient(90deg, var(--theme-primary), var(--theme-primary-light));
  border-radius: 2px;
}

.zs-portal-major-card {
  display: flex;
  align-items: stretch;
  height: 100%;
  background: var(--theme-surface);
  border: 1px solid var(--theme-border-light);
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid var(--theme-primary);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.zs-portal-major-card:hover,
.zs-portal-major-card:focus-visible {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  border-bottom-color: #d4a017;
}

.zs-portal-major-card__media {
  flex: 0 0 42%;
  min-width: 0;
  background: var(--theme-surface-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem;
}

.zs-portal-major-card__media img,
.zs-portal-major-card__media .cms-image-placeholder {
  width: 100%;
  height: 100%;
  min-height: 10rem;
}

.zs-portal-major-card__media img {
  display: block;
  aspect-ratio: 3 / 4;
  object-fit: contain;
}

.zs-portal-major-card__body {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.85rem 0.95rem;
}

.zs-portal-major-card h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: var(--theme-heading);
}

.zs-portal-major-card .major-card__foot {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0.75rem;
  font-size: 0.8125rem;
  color: var(--theme-text-muted);
}

.zs-portal-majors-carousel {
  position: relative;
  padding: 0 clamp(0.35rem, 2.5vw, 2.75rem) 2.75rem;
}

.zs-portal-majors-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -2.25rem;
  gap: 0.35rem;
}

.zs-portal-majors-carousel .carousel-indicators [type="button"] {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  border-radius: 50%;
  background-color: rgba(var(--theme-primary-rgb), 0.35);
  border: 0;
  opacity: 1;
}

.zs-portal-majors-carousel .carousel-indicators .active {
  background-color: var(--theme-primary);
}

.zs-portal-majors-carousel .carousel-control-prev,
.zs-portal-majors-carousel .carousel-control-next {
  width: 2.5rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 2.75rem;
  opacity: 1;
}

.zs-portal-majors-carousel .carousel-control-prev {
  left: 0;
}

.zs-portal-majors-carousel .carousel-control-next {
  right: 0;
}

.zs-portal-majors-carousel .carousel-control-prev-icon,
.zs-portal-majors-carousel .carousel-control-next-icon {
  width: 2.25rem;
  height: 2.25rem;
  filter: invert(0.4) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

@media (max-width: 575.98px) {
  .zs-portal-major-card {
    align-items: center;
  }

  .zs-portal-major-card__media {
    flex-basis: 36%;
    padding: 0.65rem;
  }

  .zs-portal-major-card__body {
    padding: 0.75rem 0.85rem;
  }

  .zs-portal-major-card h3 {
    font-size: 0.9375rem;
  }
}

.jiuye-portal-section--major {
  background: linear-gradient(180deg, var(--theme-surface-soft) 0%, rgba(var(--theme-primary-rgb), 0.06) 100%);
}

.employment-jobs {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.9fr);
  gap: 1.5rem;
}

.employment-jobs__section-header {
  margin-bottom: 1.25rem;
}

.employment-jobs__section-header .jiuye-portal-tab-titles {
  gap: 0;
}

.employment-jobs__column {
  display: flex;
  flex-direction: column;
  background: var(--theme-surface);
  border-top: 2px solid var(--theme-primary);
  min-height: 34rem;
  padding: 1rem 0 0;
}

.employment-jobs__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  padding: 0 0 0.7rem;
  border-bottom: 1px solid var(--theme-border-light);
}

.employment-jobs__head h2 {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--theme-heading);
}

.employment-jobs__head a {
  flex: 0 0 auto;
  color: var(--theme-text-muted);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

.employment-jobs__head a:hover,
.employment-jobs__head a:focus-visible {
  color: var(--theme-primary);
}

.employment-jobs__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
  align-content: start;
  position: relative;
}

.employment-jobs__list::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px dashed var(--theme-border);
}

.employment-jobs__links {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.employment-jobs__item,
.employment-jobs__link-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-width: 0;
  padding: 0.95rem 0.1rem;
  border-bottom: 1px solid var(--theme-border-light);
  text-decoration: none;
  color: var(--theme-heading);
  transition: color 0.2s ease, border-color 0.2s ease;
}

.employment-jobs__item:hover,
.employment-jobs__item:focus-visible,
.employment-jobs__link-item:hover,
.employment-jobs__link-item:focus-visible {
  color: var(--theme-primary);
  border-color: rgba(var(--theme-primary-rgb), 0.3);
}

.employment-jobs__item {
  position: relative;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.95rem 0.85rem 0.95rem 1rem;
  gap: 0.75rem;
}

.employment-jobs__item:nth-child(odd) {
  padding-right: 1.2rem;
}

.employment-jobs__item:nth-child(even) {
  padding-left: 1.2rem;
}

.employment-jobs__item::before {
  content: "\00b7";
  position: absolute;
  left: 0.2rem;
  top: 0.78rem;
  color: var(--theme-muted);
  font-size: 1.45rem;
  line-height: 1;
}

.employment-jobs__item-title,
.employment-jobs__link-item {
  min-width: 0;
  font-size: 0.95rem;
  line-height: 1.5;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.employment-jobs__item-title {
  flex: 1 1 auto;
  color: var(--theme-text);
}

.employment-jobs__item-date {
  flex: 0 0 auto;
  color: var(--theme-text-muted);
  font-size: 0.95rem;
  line-height: 1.5;
  white-space: nowrap;
}

.jiuye-portal-tab-header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin-bottom: 0.7rem;
  padding-bottom: 0.4rem;
  position: relative;
}

.jiuye-portal-tab-titles {
  display: flex;
  gap: 2.5rem;
}

.jiuye-portal-tab-title {
  background: none;
  border: none;
  font-size: 1.375rem;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  padding: 0;
  transition: color 0.2s ease;
}

.jiuye-portal-tab-title:hover,
.jiuye-portal-tab-title:focus-visible {
  color: #333;
}

.jiuye-portal-tab-title.active {
  color: #222;
  font-weight: 700;
}

.jiuye-portal-view-more {
  position: absolute;
  right: 0;
  font-size: 0.875rem;
  color: #666;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s ease;
}

.jiuye-portal-view-more:hover,
.jiuye-portal-view-more:focus-visible {
  color: var(--theme-primary);
}

.jiuye-portal-news-layout {
  display: flex;
  gap: 120px;
  align-items: flex-start;
}

.jiuye-featured-shell {
  flex: 0 0 42%;
  max-width: 42%;
  position: relative;
  min-height: 0;
  z-index: 2;
}

.jiuye-featured-shell__stage {
  position: relative;
}

.jiuye-featured-shell__bg {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100%;
  height: calc(100% - 18px);
  background: #1a4d9e;
  z-index: 0;
}

.jiuye-featured-shell__image-clip {
  position: relative;
  z-index: 1;
  overflow: visible;
}

.jiuye-featured-shell__track {
  position: relative;
}

.jiuye-featured-slide {
  display: none;
  position: relative;
}

.jiuye-featured-slide.is-active {
  display: block;
}

.jiuye-featured-slide-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.jiuye-featured-slide-link:hover,
.jiuye-featured-slide-link:focus-visible {
  transform: translateY(-4px);
}

.jiuye-featured-shell__image-box {
  position: relative;
  width: calc(80% + 150px);
  margin-left: 60px;
  margin-right: -180px;
  aspect-ratio: 16 / 9;
  background: #fff;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
  overflow: visible;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.jiuye-featured-slide-link:hover .jiuye-featured-shell__image-box,
.jiuye-featured-slide-link:focus-visible .jiuye-featured-shell__image-box {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.jiuye-featured-shell__image-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.jiuye-featured-slide-link:hover .jiuye-featured-shell__image-box img,
.jiuye-featured-slide-link:focus-visible .jiuye-featured-shell__image-box img {
  transform: scale(1.05);
}

.jiuye-featured-shell__text-box {
  padding: 14px 16px 24px 60px;
  color: #fff;
}

.jiuye-featured-shell__text-box h4 {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.45;
}

.jiuye-featured-shell__text-box p {
  font-size: 0.8125rem;
  margin: 0.35rem 0 0;
  line-height: 1.6;
  opacity: 0.92;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.jiuye-featured-shell__controls {
  position: absolute;
  left: 20px;
  top: 220px;
  z-index: 5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  pointer-events: auto;
}

.jiuye-featured-nav-btn {
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  line-height: 1;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.jiuye-featured-nav-btn:hover,
.jiuye-featured-nav-btn:focus-visible {
  color: rgba(255, 255, 255, 0.78);
  transform: translateX(1px);
}

@media (min-width: 992px) {
  .jiuye-featured-nav-btn[data-carousel-prev] .bi-chevron-left::before {
    content: "\f286";
  }

  .jiuye-featured-nav-btn[data-carousel-next] .bi-chevron-right::before {
    content: "\f282";
  }
}

.jiuye-portal-news-list-grid {
  flex: 0 1 54%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(3, 1fr);
  border: 1px solid #e5e5e5;
  background: #fff;
  align-self: stretch;
  position: relative;
  z-index: 1;
}

.jiuye-news-cell {
  padding: 1rem 1.25rem;
  border: 1px solid #e5e5e5;
  margin: -0.5px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.25rem;
  align-items: center;
  color: inherit;
  text-decoration: none;
}

.jiuye-news-cell:hover {
  background: #f8f9fd;
  border-color: var(--theme-primary);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(var(--theme-primary-rgb), 0.15);
  z-index: 2;
}

.jiuye-news-cell-label {
  display: none;
}

.jiuye-news-cell-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  width: fit-content;
  transition: transform 0.3s ease;
}

.jiuye-news-cell:hover .jiuye-news-cell-date {
  transform: scale(1.1);
}

.jiuye-news-cell-date::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: #ddd;
  transform: rotate(-15deg);
  transition: background 0.3s ease;
}

.jiuye-news-cell:hover .jiuye-news-cell-date::after {
  background: var(--theme-primary);
}

.jiuye-news-cell-date span {
  font-size: 1.75rem;
  font-weight: 300;
  color: var(--theme-primary);
  line-height: 1;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}

.jiuye-news-cell:hover .jiuye-news-cell-date span {
  color: #d4a017;
}

.jiuye-news-cell-date span:first-child {
  padding-bottom: 2px;
}

.jiuye-news-cell-date span:last-child {
  padding-top: 2px;
}

.jiuye-news-cell-title {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  font-weight: 500;
  transition: color 0.3s ease;
  margin: 0;
}

.jiuye-news-cell:hover .jiuye-news-cell-title {
  color: var(--theme-primary);
}

.jiuye-portal-stats--coop {
  position: relative;
  padding: 3rem 0 4rem;
  background:
    linear-gradient(105deg, rgba(0, 30, 72, 0.92) 0%, rgba(0, 50, 100, 0.88) 45%, rgba(0, 78, 162, 0.55) 100%),
    url("../../images/banner1.jpg") center / cover no-repeat;
  color: #fff;
}

.jiuye-portal-stats--coop .jiuye-portal-title--inline {
  color: #fff;
  text-align: center;
}

.jiuye-portal-stats--coop .jiuye-portal-title--inline::after {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.45));
}

.cooperation-hero {
  position: relative;
  min-height: 760px;
  background: transparent;
  overflow: visible;
  padding: 1.75rem 0;
}

.cooperation-hero__center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border-radius: 50%;
  background: rgba(25, 58, 164, 0.82);
  border: 2px solid rgba(255, 255, 255, 0.18);
  box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.08), 0 0 0 6px rgba(255, 255, 255, 0.06), 0 0 24px rgba(60, 110, 214, 0.35);
  z-index: 2;
  animation: cooperationCenterPulse 3.2s ease-in-out infinite;
  will-change: transform, box-shadow, background-color;
}

.cooperation-hero__center-inner {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  text-align: center;
  color: #fff;
}

.cooperation-hero__eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  opacity: 0.85;
}

.cooperation-hero__title {
  margin: 0 0 0.45rem;
  font-size: 1.55rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.cooperation-hero__desc {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.65;
  opacity: 0.92;
}

.cooperation-hero__logo {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(140px, 11vw, 182px);
  max-width: 182px;
  height: clamp(52px, 4.4vw, 64px);
  max-height: 64px;
  min-width: 140px;
  min-height: 52px;
  padding: 0;
  background: rgba(72, 132, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: clamp(0.75rem, 0.66rem + 0.28vw, 0.92rem);
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  transition: background 0.2s ease;
  animation: var(--logo-float, cooperationLogoFloat1) var(--logo-dur, 13s) ease-in-out infinite;
  animation-delay: var(--logo-delay, 0s);
  will-change: transform;
  overflow: hidden;
}

.cooperation-hero__logo span {
  display: block;
  width: 100%;
  padding: 0.35rem 0.65rem;
  line-height: 1.18;
  max-height: calc(2 * 1.18em + 0.7rem);
  overflow: hidden;
  text-wrap: balance;
  text-align: center;
}

.cooperation-hero__logo:hover,
.cooperation-hero__logo:focus-visible {
  color: #fff;
  background: rgba(60, 110, 214, 0.32);
  animation-play-state: paused;
}

@keyframes cooperationCenterPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    background: rgba(25, 58, 164, 0.82);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.08), 0 0 0 6px rgba(255, 255, 255, 0.06), 0 0 24px rgba(60, 110, 214, 0.35);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
    background: rgba(33, 73, 195, 0.92);
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.11), 0 0 0 14px rgba(120, 175, 255, 0.12), 0 0 52px rgba(71, 129, 255, 0.38);
  }
}

@keyframes cooperationCenterPulseMobile {
  0%, 100% {
    transform: scale(1);
    background: rgba(25, 58, 164, 0.82);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, 0.08), 0 0 0 6px rgba(255, 255, 255, 0.06), 0 0 24px rgba(60, 110, 214, 0.35);
  }
  50% {
    transform: scale(1.08);
    background: rgba(33, 73, 195, 0.92);
    box-shadow: inset 0 0 0 16px rgba(255, 255, 255, 0.11), 0 0 0 14px rgba(120, 175, 255, 0.12), 0 0 52px rgba(71, 129, 255, 0.38);
  }
}

@keyframes cooperationLogoPulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    background: rgba(72, 132, 255, 0.18);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(98, 156, 255, 0.24);
  }

  50% {
    transform: translateY(-3px) scale(1.035);
    background: rgba(80, 145, 255, 0.3);
    box-shadow: 0 12px 28px rgba(36, 88, 189, 0.18), 0 0 0 10px rgba(98, 156, 255, 0.08);
  }
}

@keyframes cooperationLogoFloat1 {
  0%, 100% { transform: translate(-50%, -50%); }
  12%  { transform: translate(calc(-50% + 7px), calc(-50% - 8px)); }
  25%  { transform: translate(calc(-50% - 3px), calc(-50% - 14px)); }
  37%  { transform: translate(calc(-50% - 10px), calc(-50% - 3px)); }
  50%  { transform: translate(calc(-50% - 5px), calc(-50% + 9px)); }
  62%  { transform: translate(calc(-50% + 6px), calc(-50% + 13px)); }
  75%  { transform: translate(calc(-50% + 10px), calc(-50% + 6px)); }
  87%  { transform: translate(calc(-50% + 4px), calc(-50% - 7px)); }
}

@keyframes cooperationLogoFloat2 {
  0%, 100% { transform: translate(-50%, -50%); }
  12%  { transform: translate(calc(-50% - 8px), calc(-50% + 5px)); }
  25%  { transform: translate(calc(-50% + 4px), calc(-50% + 11px)); }
  37%  { transform: translate(calc(-50% + 9px), calc(-50% - 2px)); }
  50%  { transform: translate(calc(-50% + 3px), calc(-50% - 11px)); }
  62%  { transform: translate(calc(-50% - 7px), calc(-50% - 6px)); }
  75%  { transform: translate(calc(-50% - 11px), calc(-50% + 4px)); }
  87%  { transform: translate(calc(-50% - 2px), calc(-50% + 9px)); }
}

@keyframes cooperationLogoFloat3 {
  0%, 100% { transform: translate(-50%, -50%); }
  12%  { transform: translate(calc(-50% + 2px), calc(-50% - 11px)); }
  25%  { transform: translate(calc(-50% - 9px), calc(-50% - 4px)); }
  37%  { transform: translate(calc(-50% - 4px), calc(-50% + 7px)); }
  50%  { transform: translate(calc(-50% + 7px), calc(-50% + 10px)); }
  62%  { transform: translate(calc(-50% + 11px), calc(-50% + 0px)); }
  75%  { transform: translate(calc(-50% + 5px), calc(-50% - 9px)); }
  87%  { transform: translate(calc(-50% - 6px), calc(-50% - 6px)); }
}

.jiuye-portal-section--showcase {
  background: #f6f8fd;
  padding: 3rem 0 4rem;
}

.employment-showcase-carousel {
  position: relative;
  padding: 0 clamp(0.35rem, 2.5vw, 2.75rem) 2.75rem;
}

.employment-showcase-carousel .carousel-indicators {
  margin-bottom: 0;
  bottom: -2.25rem;
  gap: 0.35rem;
}

.employment-showcase-carousel .carousel-indicators [type="button"] {
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0;
  margin-right: 0;
  border-radius: 50%;
  background-color: rgba(var(--theme-primary-rgb), 0.35);
  border: 0;
  opacity: 1;
}

.employment-showcase-carousel .carousel-indicators .active {
  background-color: var(--theme-primary);
}

.employment-showcase-carousel .carousel-control-prev,
.employment-showcase-carousel .carousel-control-next {
  width: 2.5rem;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 2.75rem;
  opacity: 1;
}

.employment-showcase-carousel .carousel-control-prev {
  left: 0;
}

.employment-showcase-carousel .carousel-control-next {
  right: 0;
}

.employment-showcase-carousel .carousel-control-prev-icon,
.employment-showcase-carousel .carousel-control-next-icon {
  width: 2.25rem;
  height: 2.25rem;
  filter: invert(0.4) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.12));
}

.employment-showcase-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: var(--theme-surface);
  border: 1px solid var(--theme-border-light);
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  border-bottom: 3px solid var(--theme-primary);
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.employment-showcase-card:hover,
.employment-showcase-card:focus-visible {
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.12);
  border-bottom-color: #d4a017;
}

.employment-showcase-card__image {
  aspect-ratio: 16 / 9;
  background: var(--theme-surface-soft);
  overflow: hidden;
}

.employment-showcase-card__image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
  display: block;
}

.employment-showcase-card__title {
  padding: 0.85rem 0.95rem 0.9rem;
  font-size: 0.95rem;
  line-height: 1.5;
  font-weight: 600;
  color: var(--theme-heading);
  flex: 1 1 auto;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-nav,
.employment-guide__nav {
  width: 2.5rem;
  height: 2.5rem;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.notice-nav:hover,
.employment-guide__nav:hover:not(:disabled) {
  background: #fff;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.18);
}

.notice-nav i,
.employment-guide__nav i {
  font-size: 1.25rem;
  color: var(--theme-primary);
}

.jiuye-portal-section--policy {
  padding: 3.2rem 0 3.4rem;
}

.employment-policy {
  display: grid;
  grid-template-columns: 38% 62%;
  overflow: hidden;
  border-radius: 0.65rem;
  box-shadow: 0 16px 36px rgba(18, 45, 104, 0.16);
}

.employment-policy__media {
  position: relative;
  background: #0b2d68;
  min-height: 700px;
  overflow: hidden;
}

.employment-policy__media-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.employment-policy__media-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.25rem 1.25rem 1.1rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  color: #fff;
}

.employment-policy__media-kicker {
  margin: 0 0 0.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.06em;
}

.employment-policy__media-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.employment-policy__panel {
  position: relative;
  padding: 1.4rem 1.6rem 1.6rem;
  color: rgba(255, 255, 255, 0.9);
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(28, 86, 185, 0.62) 0%, rgba(11, 45, 104, 0.9) 62%),
    url("../../images/banner1.jpg") center / cover no-repeat;
  display: flex;
  flex-direction: column;
}

.employment-policy__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.employment-policy__kicker {
  margin: 0 0 0.25rem;
  font-size: 2rem;
  letter-spacing: 0.12em;
  opacity: 0.85;
}

.employment-policy__title {
  margin: 0;
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
}

.employment-policy__more,
.employment-guide__more {
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: 0.95rem;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  transition: opacity 0.2s ease;
}

.employment-guide__more {
  color: #1f2f55;
}

.employment-policy__more:hover,
.employment-policy__more:focus-visible,
.employment-guide__more:hover,
.employment-guide__more:focus-visible {
  opacity: 1;
}

.employment-policy__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  flex: 1;
}

.employment-policy__item {
  display: block;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  padding: 0.65rem;
}

.employment-policy__date {
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  color: #1a2a2f;
  background: #f2c14a;
  padding: 0.14rem 0.5rem;
}

.employment-policy__item-title {
  margin-top: 0.55rem;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.35;
  color: #fff;
}

.employment-policy__item-desc {
  margin-top: 0.45rem;
  font-size: 0.9rem;
  line-height: 1.65;
  color: rgba(245, 248, 255, 0.78);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.employment-guide {
  position: relative;
}

.employment-guide__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.05rem;
}

.employment-guide__kicker {
  margin: 0 0 0.25rem;
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: #9aa8c4;
}

.employment-guide__title {
  margin: 0;
  font-size: 1.8rem;
  font-weight: 800;
  color: #1f2f55;
}

.employment-guide__tools {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
}

.employment-guide__viewport {
  overflow: hidden;
}

.employment-guide__track {
  display: flex;
  transition: transform 0.35s ease;
}

.employment-guide__slide {
  min-width: 100%;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.2rem;
}

.employment-guide__card {
  display: block;
  position: relative;
  color: #1f2f55;
  text-decoration: none;
  overflow: visible;
  min-height: calc(280px + 6rem);
  transition: transform 0.25s ease;
}

.employment-guide__card img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}

.employment-guide__card h3 {
  margin: 1rem 0 0;
  padding: 0.75rem 0;
  font-size: 1.08rem;
  font-weight: 600;
  line-height: 1.45;
  color: #1f2f55;
  transition: all 0.3s ease;
}

.employment-guide__card:hover {
  transform: translateY(-2px);
}

.employment-guide__card:hover img {
  transform: scale(1.02);
}

.employment-guide__card:hover h3 {
  position: absolute;
  right: -1.5rem;
  bottom: 1rem;
  width: 65%;
  margin: 0;
  padding: 1rem 1.25rem;
  color: #fff;
  background: linear-gradient(135deg, rgba(47, 99, 184, 0.92) 0%, rgba(31, 87, 174, 0.95) 100%);
  box-shadow: 0 8px 20px rgba(14, 35, 76, 0.35);
  z-index: 2;
}

.jiuye-portal-section--notice {
  background:
    linear-gradient(135deg, rgba(30, 86, 185, 0.88) 0%, rgba(11, 45, 104, 0.92) 100%),
    url("../../images/banner1.jpg") center / cover no-repeat;
  padding: 4.5rem 0 5rem;
  position: relative;
  overflow: hidden;
}

.jiuye-portal-section--notice .jiuye-portal-title--inline {
  color: #fff;
  text-align: center;
}

.jiuye-portal-section--notice .jiuye-portal-title--inline::after {
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.45));
}

.notice-carousel-wrapper {
  position: relative;
  padding: 0 3.5rem;
}

.notice-carousel {
  overflow: hidden;
  width: 100%;
}

.notice-carousel-track {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.4s ease;
}

.notice-card {
  flex: 0 0 calc((100% - 4.5rem) / 4);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  min-height: 420px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  color: inherit;
  text-decoration: none;
}

.notice-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.4);
}

.notice-card__image {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.notice-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.notice-card:hover .notice-card__image img {
  transform: scale(1.05);
}

.notice-card__title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #fff;
  margin: 1rem 0 0.75rem;
  padding: 0 1.5rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-card__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
  padding: 0 1.5rem 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.notice-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.notice-nav--prev {
  left: 0;
}

.notice-nav--next {
  right: 0;
}

@media (max-width: 991.98px) {
  .employment-jobs {
    grid-template-columns: 1fr;
  }

  .employment-jobs__column {
    min-height: 0;
  }

  .employment-jobs__list {
    grid-template-columns: 1fr;
  }

  .employment-jobs__list::before {
    display: none;
  }


  .jiuye-portal-quick__icon {
    width: 20px;
    height: 20px;
  }

  .jiuye-portal-quick__icon .bi {
    font-size: 20px;
  }

  .jiuye-portal-quick {
    margin-top: -1rem;
    margin-bottom: 1.5rem;
  }

  .jiuye-portal-news-layout {
    flex-direction: column;
    gap: 1rem;
  }

  .jiuye-featured-shell {
    max-width: 100%;
    flex: none;
  }

  .jiuye-featured-shell__image-box {
    width: calc(100% - 8px);
    margin-left: 8px;
    margin-right: 0;
    aspect-ratio: 3 / 2;
  }

  .jiuye-featured-shell__controls {
    left: 0;
    right: 0;
    top: 34%;
    transform: translateY(-50%);
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    padding: 0 0.75rem;
    pointer-events: none;
  }

  .jiuye-featured-nav-btn {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    background: rgba(0, 78, 162, 0.9);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.22);
    font-size: 1rem;
    pointer-events: auto;
  }

  .jiuye-featured-nav-btn:hover,
  .jiuye-featured-nav-btn:focus-visible {
    color: #fff;
    background: rgba(0, 78, 162, 1);
    transform: translateY(-1px);
  }

  .jiuye-portal-news-list-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 100%;
  }

  .cooperation-hero {
    min-height: auto;
    display: block;
    padding: 2rem 0.25rem;
    text-align: center;
  }

  .cooperation-hero__center {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    width: 200px;
    height: 200px;
    margin: 0 auto 1.5rem;
    animation: none;
  }

  .cooperation-hero__logo {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 !important;
    min-width: 0 !important;
    width: 100% !important;
    max-width: none;
    height: 3.35rem;
    max-height: 3.35rem;
    min-height: 3.35rem;
    font-size: clamp(0.75rem, 0.69rem + 0.2vw, 0.88rem) !important;
    line-height: 1.25;
    padding: 0 !important;
  }

  .employment-showcase-carousel {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .employment-showcase-carousel .carousel-control-prev {
    left: -0.45rem;
  }

  .employment-showcase-carousel .carousel-control-next {
    right: -0.45rem;
  }

  .employment-policy {
    grid-template-columns: 1fr;
  }

  .employment-policy__media {
    min-height: 320px;
  }

  .employment-policy__panel {
    padding: 1.1rem 1rem 1.25rem;
  }

  .employment-policy__list {
    grid-template-columns: 1fr;
  }

  .employment-guide__slide {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .notice-card {
    flex: 0 0 calc((100% - 1.5rem) / 2);
  }

  .notice-carousel-wrapper {
    padding: 0 3rem;
  }

}

@media (prefers-reduced-motion: reduce) {
  .cooperation-hero__center,
  .cooperation-hero__logo {
    animation: none;
  }
}

@media (max-width: 767.98px) {
  .employment-jobs__column {
    padding: 1rem 0.95rem 0.9rem;
  }

  .employment-jobs__head {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.5rem;
  }

  .employment-jobs__item,
  .employment-jobs__link-item {
    padding: 0.75rem 0.8rem;
  }

  .employment-jobs__item:nth-child(odd),
  .employment-jobs__item:nth-child(even) {
    padding-left: 1rem;
    padding-right: 0.2rem;
  }

  .employment-jobs__item-date {
    font-size: 0.875rem;
  }

  .jiuye-portal-quick__icon {
    width: 18px;
    height: 18px;
  }

  .jiuye-portal-quick__icon .bi {
    font-size: 18px;
  }

  .page-jiuye-portal .jiuye-portal__brand-text {
    display: none;
  }

  .jiuye-portal-banner .carousel-item {
    height: min(62dvh, 460px);
  }

  .jiuye-portal-tab-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }

  .jiuye-portal-tab-titles {
    gap: 1.25rem;
    flex-wrap: wrap;
  }

  .jiuye-portal-tab-title {
    font-size: 1rem;
  }

  .jiuye-portal-view-more {
    position: static;
  }

  .employment-showcase-carousel {
    padding-bottom: 2.35rem;
  }

  .employment-showcase-carousel .carousel-control-prev,
  .employment-showcase-carousel .carousel-control-next {
    width: 2.2rem;
    height: 2.4rem;
  }

  .employment-showcase-carousel .carousel-control-prev {
    left: -0.35rem;
  }

  .employment-showcase-carousel .carousel-control-next {
    right: -0.35rem;
  }

  .employment-showcase-card__title {
    padding: 0.8rem 0.85rem 0.85rem;
    font-size: 0.9375rem;
  }

  .cooperation-hero {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
    align-items: stretch;
    text-align: initial;
  }

  .cooperation-hero__center {
    grid-column: 1 / -1;
    margin: 0 auto 0.5rem;
    animation: none !important;
  }

  .cooperation-hero__logo {
    width: 100% !important;
    height: 3.6rem;
    max-height: 3.6rem;
    min-height: 3.6rem;
    animation: none !important;
    transform: none !important;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease !important;
    will-change: auto;
  }

  .employment-guide__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .employment-guide__tools {
    width: 100%;
    justify-content: space-between;
  }

  .employment-guide__slide {
    grid-template-columns: 1fr;
  }

  .employment-guide__card:hover h3 {
    position: static;
    width: auto;
    padding: 0.75rem 0;
    background: transparent;
    box-shadow: none;
    color: #1f2f55;
  }

  .notice-card {
    flex: 0 0 100%;
  }

  .notice-carousel-wrapper {
    padding: 0 2.5rem;
  }
}

.zs-portal-section--muted {
  background: var(--theme-section-muted-bg);
}

.zs-portal-section--campus-side {
  padding-top: 1.35rem;
  padding-bottom: 1.35rem;
}

.zs-portal-vr-wrap {
  border-radius: 0.375rem;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.zs-portal-vr-wrap .ratio {
  background: var(--theme-hero-visual-bg);
}

.zs-portal-vr-wrap .ratio img {
  object-fit: cover;
}

.zs-portal-side-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 3.25rem;
  padding: 0.65rem 1rem;
  background: var(--theme-surface);
  background-color: var(--theme-surface);
  border-radius: 0.5rem;
  font-weight: 600;
  font-size: 1.0625rem;
  text-decoration: none;
  color: var(--theme-heading);
  text-align: center;
  box-shadow: 0 2px 8px rgba(var(--theme-primary-rgb), 0.08);
  border: 1px solid var(--theme-border-light);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.zs-portal-side-link .bi {
  font-size: 1.1rem;
  color: var(--theme-primary);
  transition: color 0.2s ease;
}

.zs-portal-side-link:hover,
.zs-portal-side-link:focus-visible {
  background: var(--theme-primary);
  color: var(--theme-surface);
  box-shadow: 0 6px 16px rgba(var(--theme-primary-rgb), 0.25);
  transform: translateY(-2px);
  border-color: transparent;
}

.zs-portal-side-link:hover .bi,
.zs-portal-side-link:focus-visible .bi {
  color: var(--theme-surface);
}

@media (max-width: 991.98px) {
  .page-jiuye-portal .navbar-gzgs .navbar-collapse {
    padding-top: 0.5rem;
  }

  .page-jiuye-portal .jiuye-portal-nav .jiuye-nav-list {
    width: 100%;
  }

  .page-jiuye-portal .jiuye-portal-nav .jiuye-nav-list .nav-link {
    display: block;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
