.articles-list2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  min-height: 980px;
  height: 980px;
}
.articles-list2 .map-scene {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}
.articles-list2 .map-scene-svg {
  width: 100%;
  height: 100%;
  display: block;
}
.articles-list2 .map-html-layer {
  position: relative;
  width: 1920px;
  height: 980px;
}
.articles-list2 .map-point-layer,
.articles-list2 .map-label-layer {
  position: absolute;
  inset: 0;
}
.articles-list2 .map-point-layer {
  z-index: 1;
}
.articles-list2 .map-label-layer {
  z-index: 2;
}
.articles-list2 .map-lines-group {
  filter: drop-shadow(0 0 8px rgba(88, 207, 255, 0.35));
}
.articles-list2 .map-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.articles-list2 .map-line-base {
  stroke-width: 2;
  stroke-dasharray: 1;
  opacity: 0.72;
}
.articles-list2 .map-line-flow {
  stroke-width: 2;
  stroke-dasharray: 1;
  animation: map-line-flow 3s linear infinite;
  filter: drop-shadow(0 0 6px rgba(111, 225, 255, 0.72));
  opacity: 1;
}
.articles-list2 .map-line-domestic {
  stroke-width: 2;
}
.articles-list2 .map-line-bridge {
  stroke-width: 2;
}
.articles-list2 .map-line-overseas {
  stroke-width: 2;
}
.articles-list2 .map-point,
.articles-list2 .map-label-point {
  position: absolute;
  transform: translate(-50%, -100%);
  --map-marker-overlap-y: 10px;
}
.articles-list2 .map-point.is-virtual,
.articles-list2 .map-label-point.is-virtual {
  transform: translate(-50%, -50%);
}
.articles-list2 .map-point-label {
  position: absolute;
  left: 50%;
  top: -16px;
  transform: translate(-50%, -100%);
  z-index: 5;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(203, 236, 255, 0.5);
  background: linear-gradient(135deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0 10px 24px rgba(8, 37, 98, 0.28);
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  color: #4A5A73;
  line-height: 20px;
  white-space: nowrap;
}
.articles-list2 .map-point-icon {
  position: relative;
  width: 31px;
  height: 42px;
}
.articles-list2 .map-point-icon-img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.articles-list2 .map-point-marker {
  position: relative;
  width: 31px;
  height: 42px;
  top: var(--map-marker-overlap-y);
  z-index: 2;
  animation: map-marker-float 3.4s ease-in-out infinite;
}
.articles-list2 .map-point-marker .map-point-label {
  z-index: 2;
}
.articles-list2 .map-point-hub .map-point-icon {
  filter: drop-shadow(0 0 16px rgba(255, 186, 62, 0.4));
}
.articles-list2 .map-point-core {
  width: 12px;
  height: 5px;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(216, 255, 255, 0.96) 0%, rgba(119, 241, 255, 0.82) 48%, rgba(97, 222, 255, 0.2) 100%);
  box-shadow: 0 0 10px rgba(102, 233, 255, 0.58);
  animation: map-core-breathe 2.8s ease-in-out infinite;
}
.articles-list2 .map-point-ripple {
  position: absolute;
  left: calc(50% + var(--map-ripple-offset-x, 0px));
  top: calc(50% + var(--map-ripple-offset-y, 0px));
  z-index: 1;
  transform: translate(-50%, -50%);
}
.articles-list2 .map-point.is-icon .map-point-ripple {
  left: calc(50% + var(--map-ripple-offset-x, 0px));
  top: calc(100% + var(--map-ripple-offset-y, 0px));
  transform: translate(-50%, -42%);
}
.articles-list2 .map-point-ripple-circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 10px;
  margin-left: -13px;
  margin-top: -5px;
  border-radius: 50%;
  border: 1px solid rgba(104, 233, 255, 0.58);
  background: radial-gradient(ellipse at center, rgba(112, 255, 244, 0.22) 0%, rgba(77, 234, 255, 0.1) 46%, rgba(77, 234, 255, 0) 72%);
  box-shadow: 0 0 10px rgba(87, 214, 255, 0.22), inset 0 1px 2px rgba(192, 250, 255, 0.22);
  animation: map-ripple 2.8s ease-out infinite;
}
.articles-list2 .map-point-ripple-circle.circle-2 {
  animation-delay: 0.92s;
}
.articles-list2 .map-point-ripple-circle.circle-3 {
  animation-delay: 1.84s;
}
.articles-list2 .content-layout {
  position: relative;
  z-index: 2;
  height: 980px;
  box-sizing: border-box;
  padding: 100px 0 50px 120px;
}
.articles-list2 .content-layout .title-class {
  display: flex;
  flex-direction: column;
}
.articles-list2 .content-layout .title-class .title-zw {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 40px;
  color: #FFFFFF;
  line-height: 56px;
  text-align: left;
}
.articles-list2 .content-layout .title-class .title-yw {
  font-family: Arial, Arial;
  font-weight: normal;
  font-size: 24px;
  color: #999999;
  line-height: 28px;
  text-align: center;
  font-style: normal;
}
.articles-list2 .content-layout .card-list-layout {
  margin-top: 108px;
  display: flex;
}
.articles-list2 .content-layout .card-list-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 60px;
  padding-left: 3px;
}
.articles-list2 .content-layout .card-list-wrapper .card-list-item {
  display: flex;
  margin: 0 27px 64px 0;
}
.articles-list2 .content-layout .card-list-wrapper .card-list-item .img-class {
  margin-right: 10px;
}
.articles-list2 .content-layout .card-list-wrapper .card-list-item .item-desc-class {
  color: #fff;
}
.articles-list2 p {
  margin: 0 !important;
}
.articles-list2 .content-layout-english .card-list-item {
  margin-right: 0 !important;
}
@media (max-width: 1870px) {
  .articles-list2 {
    min-height: 0;
    height: clamp(735px, 51.0416666667vw, 816.67px);
    background-size: 100% 100%;
  }
  .articles-list2 .map-scene-svg {
    width: 100%;
    height: 100%;
  }
  .articles-list2 .content-layout {
    height: 100%;
  }
  .articles-list2 .card-list-layout {
    transform: scale(0.7);
    transform-origin: top left;
  }
}
@media (max-width: 1440px) {
  .articles-list2 {
    height: 735px;
  }
  .articles-list2 .content-layout {
    padding: 88px 0 40px 80px;
  }
  .articles-list2 .card-list-layout {
    transform: scale(0.62);
  }
}

@keyframes map-line-flow {
  0% {
    stroke-dashoffset: 16;
    opacity: 0.42;
  }
  16% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: 0;
    opacity: 0.62;
  }
}
@keyframes map-ripple {
  0% {
    transform: scale(0.72, 0.88);
    opacity: 0.8;
  }
  70% {
    opacity: 0.28;
  }
  100% {
    transform: scale(2, 1.12);
    opacity: 0;
  }
}
@keyframes map-marker-float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-4px);
  }
}
@keyframes map-core-breathe {
  0%, 100% {
    transform: scale(1, 1);
    opacity: 0.92;
  }
  50% {
    transform: scale(1.18, 1.08);
    opacity: 0.68;
  }
}

/*# sourceMappingURL=index.css.map */
