/* 国际教育学院独立样式：仅 3080200 引入，不影响科技处 */
.gjxy-page {
  --gjxy-blue: #003188;
  --gjxy-blue-deep: #00287a;
  --gjxy-blue-nav: #003d9e;
  --gjxy-gold: #c9a227;
  --gjxy-gold-hover: #d4af37;
  background: #f4f6f9;
  color: #1c2b3a;
}

.gjxy-page .header-title {
  background: #fff;
  color: var(--gjxy-blue-nav);
  position: relative;
  z-index: 8;
  overflow: visible;
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 10px;
  padding: 8px max(24px, calc((100% - 1480px) / 2 + 24px));
  box-sizing: border-box;
}

.gjxy-page .daohang-new,
.gjxy-page .daohang-box {
  position: relative !important;
}

.gjxy-page .header-title .container-new {
  display: contents !important;
}

.gjxy-page .header-title .container-new > .header-img {
  order: 1;
  max-height: 56px;
  width: auto;
  max-width: min(560px, 46%);
  object-fit: contain;
  object-position: left center;
  margin: 0;
  position: relative;
  z-index: 12;
  flex: 0 0 auto;
}

.gjxy-page .header-title .container-new .header-daohang-box {
  order: 3;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box {
  display: flex;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
  border: none;
  transition: width 0.22s ease;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box.is-open,
.gjxy-page .header-title .container-new .header-daohang-box .search-box:focus-within {
  width: 220px;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box input {
  flex: 1;
  min-width: 0;
  width: 0;
  height: 40px;
  border: none;
  outline: none;
  padding: 0;
  font-size: 14px;
  color: #333;
  background: transparent;
  opacity: 0;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box.is-open input,
.gjxy-page .header-title .container-new .header-daohang-box .search-box:focus-within input {
  width: auto;
  padding: 0 12px;
  opacity: 1;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box div {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  background: transparent;
  color: transparent;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box div::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  border: 2px solid var(--gjxy-blue);
  border-radius: 50%;
  box-sizing: border-box;
}

.gjxy-page .header-title .container-new .header-daohang-box .search-box div::before {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 9px;
  width: 7px;
  height: 2px;
  background: var(--gjxy-blue);
  transform: rotate(45deg);
}

.gjxy-lang {
  display: none !important;
}

.gjxy-lang:hover {
  background: rgba(255, 255, 255, 0.12);
  color: #fff !important;
}

.gjxy-page .header-title .daohang-new {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  max-width: none !important;
  width: auto;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
  position: relative;
  z-index: 6;
  background: transparent;
}

.gjxy-page .header-title .daohang-new .mobile-menu-toggle {
  display: none;
}

.gjxy-page .header-title .daohang-new .daohang-box {
  max-width: none;
  margin: 0;
  width: 100%;
  min-width: 0;
  padding: 0;
}

.gjxy-page .header-title .daohang-new .daohang-box ul {
  display: flex;
  justify-content: flex-end !important;
  align-items: center;
  flex-wrap: nowrap !important;
  min-height: 40px;
  padding: 0;
  gap: 0;
  overflow-x: auto;
}

.gjxy-page .header-title .daohang-new .daohang-box ul li {
  padding: 0;
}

.gjxy-page .header-title .daohang-new .daohang-box ul li a {
  color: inherit;
  font-size: clamp(12px, 1.05vw, 16px);
  line-height: 40px;
  padding: 0 clamp(6px, 0.75vw, 12px);
  display: block;
  white-space: nowrap;
}

.gjxy-page .header-title .daohang-new .daohang-box ul li:hover a,
.gjxy-page .header-title .daohang-new .daohang-box ul li.is-active a {
  color: var(--gjxy-gold);
  box-shadow: none;
  text-decoration: none !important;
}

.gjxy-page.gjxy-has-hero .header-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: transparent;
  color: #fff;
}

.gjxy-page.gjxy-has-hero .header-title.is-stuck {
  position: fixed;
  background: var(--gjxy-blue);
  color: #fff;
  box-shadow: 0 2px 10px rgba(0, 49, 136, 0.28);
}

.gjxy-page .header-title.is-stuck .container-new > .header-img,
.gjxy-page.gjxy-has-hero .header-title.is-stuck .container-new > .header-img {
  display: none !important;
}

.gjxy-page .header-title .gjxy-sticky-name {
  display: none;
}

.gjxy-page .header-title.is-stuck .gjxy-sticky-name {
  display: block;
  order: 1;
  color: #fff !important;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 700;
  letter-spacing: 0.08em;
  white-space: nowrap;
  text-decoration: none !important;
  margin-right: 16px;
  flex: 0 0 auto;
  line-height: 1.2;
}

.gjxy-page .header-title.is-stuck .daohang-new .daohang-box ul li a {
  color: #fff;
}

.gjxy-page .header-title.is-stuck .header-daohang-box .search-box div::after {
  border-color: #fff;
}

.gjxy-page .header-title.is-stuck .header-daohang-box .search-box div::before {
  background: #fff;
}

/* 首页 / 列表用各自的 logo 文件，不做滤镜变色 */
.gjxy-page .header-title .container-new > .header-img {
  filter: none;
}

.gjxy-page .header-search-img {
  width: 100%;
  max-height: 280px;
  overflow: hidden;
}

.gjxy-page .header-search-img .header-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.gjxy-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: var(--gjxy-blue-deep);
  margin-top: 0;
  border-radius: 0 0 50% 50% / 0 0 min(6vw, 56px) min(6vw, 56px);
}

.gjxy-hero .carousel-inner,
.gjxy-hero .carousel-item {
  height: min(48vw, 560px);
  min-height: 400px;
}

.gjxy-hero .carousel-item .header-img {
  width: 100%;
  height: min(48vw, 560px);
  min-height: 400px;
  object-fit: cover;
  object-position: center right;
  background: var(--gjxy-blue-deep);
  display: block;
}

.gjxy-hero .carousel-control-prev,
.gjxy-hero .carousel-control-next {
  z-index: 4;
}

.gjxy-hero-mask {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: min(68%, 880px);
  background: linear-gradient(90deg, rgba(0, 32, 90, 0.94) 0%, rgba(0, 49, 136, 0.82) 28%, rgba(0, 49, 136, 0.42) 58%, rgba(0, 49, 136, 0.14) 82%, transparent 100%);
  z-index: 2;
  pointer-events: none;
}

.gjxy-hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 96px;
  z-index: 3;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 32, 90, 0.7) 0%, transparent 100%);
}

.gjxy-hero-map {
  position: absolute;
  left: 0;
  top: 8%;
  width: min(52%, 640px);
  height: 72%;
  z-index: 2;
  pointer-events: none;
  opacity: 0.28;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.95) 1.1px, transparent 1.3px);
  background-size: 18px 18px;
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 28% 48%, #000 0%, transparent 72%);
  mask-image: radial-gradient(ellipse 70% 60% at 28% 48%, #000 0%, transparent 72%);
}

.gjxy-hero-copy {
  position: absolute;
  left: max(24px, calc((100% - 1480px) / 2 + 24px));
  top: 58%;
  transform: translateY(-50%);
  z-index: 3;
  max-width: 640px;
  color: #fff;
  pointer-events: auto;
}

.gjxy-hero-copy h1,
.gjxy-hero-copy .gjxy-hero-title {
  margin: 0 0 12px;
  font-size: clamp(28px, 3.1vw, 44px);
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 1.25;
}

.gjxy-hero-copy .gjxy-hero-en {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.6px;
  opacity: 0.92;
}

.gjxy-hero-copy .gjxy-hero-desc {
  display: none;
}


.gjxy-wrap {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
  padding: 0 24px 0 24px;
  box-sizing: border-box;
  min-width: 0;
}

.gjxy-quick,
.gjxy-data {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  margin: -56px auto 12px;
  position: relative;
  z-index: 5;
  background: #f4f6f9;
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(16, 42, 86, 0.1);
  padding: 14px 8px;
  min-height: 0;
  overflow: visible;
}

.gjxy-data-item,
.gjxy-quick-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex: 1 1 0;
  min-width: 0;
  min-height: 0;
  padding: 8px 10px;
  text-align: left;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  text-decoration: none !important;
  color: #12305a;
  position: relative;
}

.gjxy-data-item + .gjxy-data-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16%;
  bottom: 16%;
  width: 1px;
  background: #d7dee8;
  transition: opacity 0.2s ease;
}

.gjxy-quick-item:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
  color: var(--gjxy-blue);
}

.gjxy-data.gjxy-data-motion .gjxy-data-item {
  opacity: 0;
}

.gjxy-data.gjxy-data-motion .gjxy-data-item.is-in {
  animation: gjxyDataIn 0.55s ease both;
}

.gjxy-data.gjxy-data-motion .gjxy-data-item.is-in:nth-child(2) { animation-delay: 0.08s; }
.gjxy-data.gjxy-data-motion .gjxy-data-item.is-in:nth-child(3) { animation-delay: 0.16s; }
.gjxy-data.gjxy-data-motion .gjxy-data-item.is-in:nth-child(4) { animation-delay: 0.24s; }
.gjxy-data.gjxy-data-motion .gjxy-data-item.is-in:nth-child(5) { animation-delay: 0.32s; }

@keyframes gjxyDataIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gjxy-data-item {
  transition: transform 0.28s ease, background 0.28s ease;
}

.gjxy-data-item:hover,
.gjxy-page a.gjxy-data-item:hover {
  transform: translateY(-5px);
  background: rgba(0, 49, 136, 0.05);
  border-radius: 12px;
  box-shadow: none;
  color: var(--gjxy-blue);
  text-decoration: none !important;
}

.gjxy-data-item:hover + .gjxy-data-item::before,
.gjxy-data-item:hover::before {
  opacity: 0;
}

.gjxy-data-ico,
.gjxy-quick-ico {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: transparent;
  color: var(--gjxy-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.28s ease, color 0.28s ease;
}

.gjxy-data-item:hover .gjxy-data-ico {
  color: var(--gjxy-gold);
  transform: scale(1.14) rotate(-8deg);
}

.gjxy-data-ico svg,
.gjxy-quick-ico svg {
  width: 28px;
  height: 28px;
  display: block;
}

.gjxy-data-txt,
.gjxy-quick-txt {
  min-width: 0;
  display: block;
  text-align: left;
}

.gjxy-data-txt strong,
.gjxy-quick-txt strong,
.gjxy-quick-txt .gjxy-quick-cn {
  display: block;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--gjxy-blue);
  transition: transform 0.28s ease, color 0.28s ease;
}

.gjxy-data-item:hover .gjxy-data-txt strong {
  color: var(--gjxy-gold);
  transform: scale(1.08);
}

.gjxy-data-item:hover .gjxy-data-txt em {
  color: var(--gjxy-blue);
}

.gjxy-data-txt em,
.gjxy-quick-txt em,
.gjxy-quick-txt .gjxy-quick-en {
  display: block;
  margin-top: 2px;
  font-size: 13px;
  font-style: normal;
  color: #2a3644;
}

.gjxy-quick-go {
  display: inline-block;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--gjxy-blue);
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.gjxy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.82fr) minmax(0, 1.72fr);
  align-items: stretch;
  gap: 22px;
  margin: 0 auto 14px;
  width: 100%;
  min-width: 0;
}

.gjxy-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: none;
  border: 1px solid #e4eaf1;
  padding: 18px 18px 16px;
  min-height: 0;
  min-width: 0;
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: auto;
}

.gjxy-grid > .gjxy-card:not(.gjxy-card-proj) {
  height: auto;
  min-height: 0;
}

.gjxy-card img {
  max-width: 100%;
  min-width: 0;
}

.gjxy-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--gjxy-blue);
  min-width: 0;
}

.gjxy-card-head .body-1-left-title,
.gjxy-card-head .body-1-middle-title,
.gjxy-card-head .body-1-right-title-1,
.gjxy-card-head .title-1,
.gjxy-card-head .title-css,
.gjxy-card-head .gjxy-sec-title {
  margin: 0;
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important;
  font-size: 18px;
  font-weight: 700;
  color: var(--gjxy-blue);
  line-height: 1.25;
  white-space: nowrap;
  writing-mode: horizontal-tb !important;
  overflow: visible;
  text-overflow: clip;
}

.gjxy-card-head .innerLink,
.gjxy-more {
  color: #7a8794;
  font-size: 13px;
  text-decoration: none !important;
  white-space: nowrap;
  flex: 0 0 auto;
}

.gjxy-card-head .innerLink:hover,
.gjxy-more:hover {
  color: var(--gjxy-gold);
  text-decoration: none !important;
}

.gjxy-card > .site-component:has(.gjxy-news-feature) {
  display: block;
  flex: 0 0 auto;
}

.gjxy-news-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.gjxy-news-feature img,
.gjxy-news-feature .header-img {
  flex: 0 0 42%;
  width: 42%;
  height: 118px;
  object-fit: cover;
  border-radius: 0;
  display: block;
}

.gjxy-news-feature-txt {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.gjxy-news-feature h3,
.gjxy-news-feature a {
  display: block;
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #1c2b3a;
  line-height: 1.45;
  white-space: normal;
  text-decoration: none !important;
}

.gjxy-news-feature .gjxy-date {
  margin-top: 8px;
  color: #8a96a3;
  font-size: 12px;
}

.gjxy-news-feature a:hover,
.gjxy-news-feature h3:hover {
  color: var(--gjxy-gold);
  text-decoration: none !important;
}

.gjxy-card .gjxy-news-feature ~ .gjxy-news-feature {
  display: none;
}

.gjxy-card-news {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gjxy-card-news .gjxy-card-head-sub {
  margin-top: 8px;
}

.gjxy-news-list,
.gjxy-notice-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 0 0 auto;
  min-height: auto;
  overflow: visible;
}

.gjxy-news-list {
  max-height: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gjxy-news-list li,
.gjxy-notice-list li {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  min-height: 38px;
  padding: 9px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #e4e8ee;
}

.gjxy-notice-list {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.gjxy-news-list::-webkit-scrollbar,
.gjxy-notice-list::-webkit-scrollbar,
.gjxy-card-news::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.gjxy-news-list a,
.gjxy-notice-list a {
  flex: 1;
  min-width: 0;
  color: #2a3847;
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gjxy-news-list a:hover,
.gjxy-notice-list a:hover {
  color: var(--gjxy-gold);
  text-decoration: none !important;
}

.gjxy-news-list .gjxy-date,
.gjxy-notice-list .gjxy-date,
.gjxy-news-list li > div,
.gjxy-notice-list li > div {
  flex-shrink: 0;
  color: #8a96a3;
  font-size: 12px;
}

.gjxy-proj-grid {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  min-width: 0;
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
  list-style: none;
}

.gjxy-proj-grid .replace:nth-child(n+4) {
  display: none;
}

.gjxy-proj-item,
.gjxy-proj-grid .replace {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 6px;
  flex: 0 0 auto;
  aspect-ratio: 16 / 9;
  width: 100%;
  margin: 0;
}

.gjxy-proj-item img,
.gjxy-proj-grid .replace img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.gjxy-proj-item a,
.gjxy-proj-grid .replace a,
.gjxy-proj-cap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 10px;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.72));
  color: #fff !important;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none !important;
}

.gjxy-proj-grid .body-right-img-date {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.gjxy-proj-grid .body-right-img-date div {
  display: none;
}

.gjxy-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 12px;
  min-width: 0;
  flex: 0 0 auto;
}

.gjxy-stat {
  text-align: center;
  padding: 6px 2px;
  border-radius: 8px;
  transition: transform 0.28s ease, background 0.28s ease;
}

.gjxy-stat:hover {
  transform: translateY(-3px);
  background: rgba(0, 49, 136, 0.05);
}

.gjxy-stat strong {
  display: block;
  color: var(--gjxy-blue);
  font-size: 20px;
  line-height: 1.1;
  transition: color 0.28s ease, transform 0.28s ease;
}

.gjxy-stat:hover strong {
  color: var(--gjxy-gold);
  transform: scale(1.08);
}

.gjxy-stat span {
  display: block;
  margin-top: 4px;
  color: #7a8794;
  font-size: 11px;
  line-height: 1.3;
}

.gjxy-map {
  position: relative;
  width: 100%;
  height: 320px;
  min-height: 320px;
  background: #e8eef5;
  overflow: hidden;
  flex: 1 1 auto;
}

.gjxy-map.leaflet-container {
  width: 100%;
  font-family: inherit;
  z-index: 1;
  background: #e8eef5 !important;
}

.gjxy-map .leaflet-tile-pane {
  filter: grayscale(1) contrast(1.06) brightness(1.08);
}

/* 科技处全局 img{max-width:100%;height:auto} 会把切片压扁，地图就缺块 */
.gjxy-map .leaflet-tile-container,
.gjxy-map .leaflet-tile-pane,
.gjxy-map .leaflet-layer {
  max-width: none !important;
}

.gjxy-map img.leaflet-tile,
.gjxy-map .leaflet-container img.leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: 256px !important;
  height: 256px !important;
  display: block !important;
}

.gjxy-map .leaflet-control-zoom {
  margin: 6px;
  border: 1px solid #c5d0dc;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
}

.gjxy-map .leaflet-control-zoom a {
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: var(--gjxy-blue);
}

.gjxy-map .leaflet-control-attribution {
  font-size: 10px;
  background: rgba(255, 255, 255, 0.72);
}

.gjxy-map-source-wrap,
.gjxy-map-source {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.gjxy-map .leaflet-marker-icon.gjxy-pin-img {
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}

.gjxy-map .gjxy-pin-img.is-pending {
  opacity: 0.72;
  filter: saturate(0.7);
}

.gjxy-map .leaflet-tooltip.gjxy-pin-label {
  padding: 1px 7px;
  background: rgba(255, 255, 255, 0.94);
  color: #003188;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.3;
  white-space: nowrap;
  border: 1px solid rgba(0, 49, 136, 0.18);
  box-shadow: 0 2px 5px rgba(0, 32, 80, 0.16);
  border-radius: 3px;
}

.gjxy-map .leaflet-tooltip.gjxy-pin-label.is-pending {
  opacity: 0.8;
  color: #a15c00;
  border-color: rgba(161, 92, 0, 0.35);
  background: #fff7e8;
}

.gjxy-map .leaflet-tooltip-top.gjxy-pin-label::before {
  border-top-color: rgba(255, 255, 255, 0.94);
}

.gjxy-map-motto {
  margin: 8px 0 0;
  padding-top: 2px;
  color: var(--gjxy-blue);
  text-align: center;
  flex: 0 0 auto;
}

.gjxy-map-quote {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 1.1em;
  color: var(--gjxy-blue);
  font-family: "Source Han Serif SC", "Noto Serif SC", "Songti SC", "STSong", "SimSun", serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.45;
}

.gjxy-map-quote::before,
.gjxy-map-quote::after {
  position: absolute;
  top: -0.15em;
  color: var(--gjxy-blue);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.55em;
  font-weight: 700;
  line-height: 1;
  opacity: 0.88;
}

.gjxy-map-quote::before {
  content: "“";
  left: 0;
}

.gjxy-map-quote::after {
  content: "”";
  right: 0;
}

.gjxy-map-desc {
  display: block;
  margin: 4px 0 0;
  color: var(--gjxy-blue);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.55;
}

.gjxy-partners {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  border: none;
  padding: 0 0 8px;
  margin: 0 auto 16px;
}

.gjxy-partners-head {
  display: none;
}

.gjxy-partner-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.gjxy-partner-row > .gjxy-sec-title {
  flex: 0 0 auto;
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--gjxy-blue);
  white-space: nowrap;
}

.gjxy-partner-btn {
  width: 26px;
  height: 26px;
  border: 1px solid #d5deea;
  background: #fff;
  border-radius: 50%;
  color: var(--gjxy-blue);
  cursor: pointer;
  flex-shrink: 0;
}

.gjxy-partner-track {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}

.gjxy-partner-strip {
  display: flex;
  align-items: center;
  gap: 16px;
  transition: transform 0.35s ease;
}

.gjxy-partner-list,
.gjxy-partner-defaults,
.gjxy-partner-track .site-component {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gjxy-partner-list.is-empty {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  gap: 0;
  overflow: hidden;
}

.gjxy-partner-list li,
.gjxy-partner-defaults li,
.gjxy-partner-track .replace {
  flex: 0 0 340px;
  height: 88px;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 4px 10px;
  box-sizing: border-box;
  background: transparent;
}

.gjxy-partner-list a,
.gjxy-partner-defaults a {
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 10px;
  row-gap: 2px;
  width: 100%;
  height: 100%;
  min-width: 0;
  text-decoration: none !important;
  color: inherit;
}

.gjxy-partner-country {
  grid-column: 1;
  grid-row: 1 / span 2;
  flex: none;
  font-size: 13px;
  font-weight: 700;
  color: var(--gjxy-blue);
  white-space: nowrap;
  padding-right: 10px;
  margin-right: 0;
  border-right: 1px solid #d5deea;
  line-height: 1.25;
}

.gjxy-partner-name {
  grid-column: 3;
  grid-row: 1 / span 2;
  min-width: 0;
  font-size: 14px;
  font-weight: 600;
  color: #1c2b3a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.3;
}

.gjxy-partner-list img,
.gjxy-partner-defaults img,
.gjxy-partner-track img {
  grid-column: 2;
  grid-row: 1 / span 2;
  flex: none;
  max-width: 168px;
  max-height: 72px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gjxy-partner-more,
.gjxy-partners-head a {
  display: none !important;
}

.gjxy-editor .gjxy-partner-list,
.gjxy-editor .gjxy-partner-list.is-empty {
  width: auto;
  height: auto;
  overflow: visible;
  outline: 1px dashed rgba(11, 61, 110, 0.28);
  min-height: 78px;
  padding: 0;
}

.gjxy-editor .gjxy-grid > .gjxy-card-map {
  height: auto !important;
  min-height: 0;
  overflow: visible;
}

.gjxy-editor .gjxy-map,
.gjxy-editor #gjxy-real-map {
  flex: 0 0 380px;
  height: 380px;
  min-height: 380px;
  z-index: 6;
  pointer-events: auto !important;
}

.gjxy-editor .gjxy-map-source,
.gjxy-editor .gjxy-map-source-wrap,
.gjxy-editor .gjxy-map-pins {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  margin-top: 8px;
}

.gjxy-page:not(.gjxy-editor) .gjxy-pin-add,
.gjxy-page:not(.gjxy-editor) .gjxy-pin-toolbar,
.gjxy-page:not(.gjxy-editor) .gjxy-pin-dialog {
  display: none !important;
}

.gjxy-editor .gjxy-pin-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin: 8px 0 0;
}

.gjxy-editor .gjxy-pin-add {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border: 1px dashed rgba(11, 61, 110, 0.4);
  background: #fff;
  color: #0b3d6e;
  font-size: 13px;
  cursor: pointer;
}

.gjxy-editor .gjxy-pin-add.is-picking {
  background: #0b3d6e;
  color: #fff;
  border-style: solid;
}

.gjxy-editor .gjxy-pin-hint {
  font-size: 12px;
  color: #5a7a9a;
}

.gjxy-editor #gjxy-real-map.is-picking {
  outline: 2px dashed #0b3d6e;
  cursor: crosshair;
}

.gjxy-editor .gjxy-map-pins {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.gjxy-editor .gjxy-map-pin-item {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  border: 1px dashed rgba(11, 61, 110, 0.35);
  background: #f7fbff;
  font-size: 12px;
  color: #0b3d6e;
  cursor: pointer;
}

.gjxy-editor .gjxy-map-pin-item a {
  color: inherit;
  text-decoration: none;
}

.gjxy-editor .gjxy-map-pin-item::after {
  content: " " attr(data-lat) ", " attr(data-lng);
  margin-left: 6px;
  color: #5a7a9a;
}

.gjxy-pin-dialog {
  width: min(420px, 92vw);
  border: 1px solid #c5d4e6;
  border-radius: 8px;
  padding: 16px 18px;
}

.gjxy-pin-dialog-title {
  font-size: 16px;
  font-weight: 700;
  color: #0b3d6e;
  margin-bottom: 12px;
}

.gjxy-pin-dialog label {
  display: block;
  margin: 8px 0;
  font-size: 13px;
  color: #334e68;
}

.gjxy-pin-dialog input {
  display: block;
  width: 100%;
  margin-top: 4px;
  padding: 6px 8px;
  box-sizing: border-box;
  border: 1px solid #c5d4e6;
}

.gjxy-pin-xy {
  margin: 10px 0 0;
  font-size: 13px;
  color: #334e68;
}

.gjxy-pin-xy em {
  font-style: normal;
  font-weight: 700;
  color: #0b3d6e;
}

.gjxy-pin-dialog-tip {
  margin: 8px 0 0;
  font-size: 12px;
  color: #7a8fa6;
}

.gjxy-pin-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 14px;
}

.gjxy-pin-dialog-actions button {
  padding: 6px 14px;
  border: 1px solid #0b3d6e;
  background: #0b3d6e;
  color: #fff;
  cursor: pointer;
}

.gjxy-pin-dialog-actions .gjxy-pin-cancel {
  background: #fff;
  color: #0b3d6e;
}

.gjxy-page .footer-new-1 {
  background: var(--gjxy-blue);
  color: #fff;
}

.gjxy-page .footer-new {
  background-color: var(--gjxy-blue-deep);
  background-image: none;
  padding: 6px 24px;
}
.gjxy-page .footer-new .link-box {
  max-width: 1480px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-left: 56px;
}
.gjxy-page .footer-new .link-title {
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
}
.gjxy-page .footer-new .link-content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.gjxy-page .footer-new .link-content a {
  color: #fff !important;
  font-size: 13px;
}

.gjxy-page .footer-bottom {
  background-color: var(--gjxy-blue);
  background-image: url("/image/guojijiaoyu/campus-line.svg");
  background-repeat: no-repeat;
  background-position: right 24px bottom;
  background-size: min(860px, 70%) 96px;
}

.gjxy-page .footer-bottom-box {
  max-width: 1480px;
  margin: 0 auto;
  padding: 28px 24px 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
}

.gjxy-page .footer-bottom-left {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  flex: 1;
}

.gjxy-page .footer-img {
  max-height: 156px;
  width: auto;
  max-width: 580px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.gjxy-page .footer-bottom-left ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.gjxy-page .footer-content-change {
  color: #e8eef6;
  font-size: 14px;
  line-height: 1.8;
}

.gjxy-page .footer-bottom-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.gjxy-page .footer-erweima-change-img {
  width: 92px;
  height: 92px;
  object-fit: cover;
  background: #fff;
  padding: 4px;
}

.gjxy-page .footer-xiugai {
  color: #d5deea;
  font-size: 12px;
}

.gjxy-copy {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  text-align: center;
  padding: 12px 16px 18px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 12px;
}

.gjxy-copy a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
  margin: 0 8px;
}

@media (min-width: 1321px) {
  .gjxy-grid > .gjxy-card:not(.gjxy-card-proj) {
    height: 0;
    min-height: 100%;
  }
  .gjxy-news-list {
    flex: 1.15 1 0;
    min-height: 0;
    overflow-y: auto;
  }
  .gjxy-notice-list {
    flex: 0.95 1 0;
    min-height: 0;
    overflow-y: auto;
  }
}

@media (max-width: 1320px) {
  .gjxy-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  }
  .gjxy-card-map {
    grid-column: 1 / -1;
  }
  .gjxy-quick {
    padding: 8px 14px;
    gap: 4px;
  }
  .gjxy-quick-txt .gjxy-quick-cn {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .gjxy-quick:not(.gjxy-data) {
    flex-wrap: wrap;
    border-radius: 24px;
    margin-top: -48px;
  }
  .gjxy-quick-item {
    flex: 1 1 42%;
  }
}

@media (max-width: 768px) {
  .gjxy-page .header-title {
    background: var(--gjxy-blue) !important;
    color: #fff;
  }
  .gjxy-page .header-title .daohang-new .daohang-box ul li a {
    color: inherit !important;
  }
  .gjxy-page .header-title .daohang-new .daohang-box {
    background-color: var(--gjxy-blue);
  }
  .gjxy-page .header-title .daohang-new .daohang-box.active::before {
    display: none !important;
  }
  .gjxy-grid {
    grid-template-columns: 1fr;
  }
  .gjxy-page:not(.gjxy-editor) .gjxy-card-map {
    display: none !important;
  }
  .gjxy-page:not(.gjxy-editor) .gjxy-data-item:nth-child(n + 5) {
    display: none;
  }
  .gjxy-quick.gjxy-data {
    display: grid;
    grid-template-columns: 1fr 1fr;
    flex-direction: unset;
    flex-wrap: unset;
    gap: 0;
    margin-top: -36px;
    padding: 8px 4px;
    border-radius: 16px;
  }
  .gjxy-data-item {
    flex: none;
    width: auto;
    min-width: 0;
    justify-content: flex-start;
    padding: 10px 8px;
    gap: 8px;
  }
  .gjxy-data-item + .gjxy-data-item::before {
    display: none;
  }
  .gjxy-data-item:nth-child(even) {
    box-shadow: inset 1px 0 0 #d7dee8;
  }
  .gjxy-data-ico,
  .gjxy-quick-ico {
    width: 28px;
    height: 28px;
  }
  .gjxy-data-ico svg,
  .gjxy-quick-ico svg {
    width: 22px;
    height: 22px;
  }
  .gjxy-data-txt strong,
  .gjxy-quick-txt strong {
    font-size: 18px;
  }
  .gjxy-data-txt em,
  .gjxy-quick-txt em {
    font-size: 12px;
    line-height: 1.35;
    white-space: normal;
  }
  .gjxy-quick:not(.gjxy-data) {
    flex-direction: column;
    align-items: stretch;
    border-radius: 20px;
  }
  .gjxy-quick-item {
    flex: 1 1 auto;
  }
  .gjxy-hero-copy {
    left: 24px;
    right: 16px;
    max-width: none;
  }
  .gjxy-hero {
    border-radius: 0 0 50% 50% / 0 0 40px 40px;
  }
  .gjxy-news-feature img,
  .gjxy-news-feature .header-img {
    flex-basis: 38%;
    width: 38%;
    height: 96px;
  }
  .gjxy-news-list a,
  .gjxy-notice-list a {
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .gjxy-page .list-body-2 .list-body-2-newsList {
    display: block !important;
  }
}

.gjxy-page a:hover,
.gjxy-page .innerLink:hover,
.gjxy-page .footer-new .link-content a:hover,
.gjxy-copy a:hover {
  color: var(--gjxy-gold);
  text-decoration: none !important;
}

.gjxy-page .gjxy-quick-item:hover {
  color: var(--gjxy-blue);
}

@media (prefers-reduced-motion: reduce) {
  .gjxy-data.gjxy-data-motion .gjxy-data-item,
  .gjxy-data-item,
  .gjxy-data-ico,
  .gjxy-data-txt strong,
  .gjxy-stat,
  .gjxy-stat strong {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
  }
}

.gjxy-page .gjxy-quick-item:hover .gjxy-quick-cn,
.gjxy-page .gjxy-quick-item:hover .gjxy-quick-go {
  color: var(--gjxy-blue);
}

.gjxy-page .list-body-1-left,
.gjxy-page .list-body-1-right,
.gjxy-page .list-body-2 .containers,
.gjxy-page .list-body-3 .list-body-1-left,
.gjxy-page .list-body-3 .list-body-1-right,
.gjxy-page .list-body-4 .list-body-1-left,
.gjxy-page .list-body-4 .list-body-1-right {
  box-shadow: none !important;
}

.gjxy-page .list-body-1-right a:hover,
.gjxy-page .list-body-1-left a:hover,
.gjxy-page .list-photo-title:hover {
  color: var(--gjxy-gold) !important;
  text-decoration: none !important;
}
