/* honganqiti_news — 仅本前缀；提纯自 D:\tigong\honganqiti\静态 */
.honganqiti_news,
.honganqiti_news *,
.honganqiti_news *::before,
.honganqiti_news *::after {
  box-sizing: border-box;
}
.honganqiti_news {
  position: relative;
  z-index: 2;
  margin: -48px 0 -1px;
  padding: 120px 40px 100px;
  font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  background: linear-gradient(165deg, #f4f8fc 0%, #eef4fa 42%, #f7fafc 100%);
  color: #222;
  width: 100%;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
}

/* ===== 动态背景层 ===== */
.honganqiti_news_bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.honganqiti_news_grid {
  position: absolute;
  inset: -20%;
  background-image:
    linear-gradient(rgba(0, 78, 161, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 78, 161, 0.045) 1px, transparent 1px);
  background-size: 56px 56px;
  animation: honganqiti_news_grid_move 28s linear infinite;
  opacity: 0.9;
}

.honganqiti_news_orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  will-change: transform, opacity;
}

.honganqiti_news_orb_1 {
  width: 420px;
  height: 420px;
  left: -8%;
  top: -12%;
  background: radial-gradient(circle, rgba(0, 78, 161, 0.16) 0%, rgba(0, 78, 161, 0) 70%);
  animation: honganqiti_news_float_a 16s ease-in-out infinite;
}

.honganqiti_news_orb_2 {
  width: 360px;
  height: 360px;
  right: -6%;
  top: 18%;
  background: radial-gradient(circle, rgba(23, 195, 111, 0.14) 0%, rgba(23, 195, 111, 0) 68%);
  animation: honganqiti_news_float_b 18s ease-in-out infinite;
}

.honganqiti_news_orb_3 {
  width: 280px;
  height: 280px;
  left: 38%;
  bottom: -10%;
  background: radial-gradient(circle, rgba(0, 78, 161, 0.12) 0%, rgba(0, 78, 161, 0) 70%);
  animation: honganqiti_news_float_c 14s ease-in-out infinite;
}

.honganqiti_news_orb_4 {
  width: 200px;
  height: 200px;
  right: 22%;
  bottom: 12%;
  background: radial-gradient(circle, rgba(23, 195, 111, 0.12) 0%, rgba(23, 195, 111, 0) 70%);
  animation: honganqiti_news_float_a 20s ease-in-out infinite reverse;
}

.honganqiti_news_dot {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004ea1;
  opacity: 0.28;
  animation: honganqiti_news_dot_rise 12s linear infinite;
}

.honganqiti_news_dot_1 { left: 12%; bottom: 8%; animation-delay: 0s; background: #004ea1; }
.honganqiti_news_dot_2 { left: 28%; bottom: 4%; animation-delay: -2.5s; width: 4px; height: 4px; background: #17c36f; }
.honganqiti_news_dot_3 { left: 55%; bottom: 10%; animation-delay: -5s; background: #17c36f; }
.honganqiti_news_dot_4 { left: 72%; bottom: 6%; animation-delay: -7.5s; width: 5px; height: 5px; background: #004ea1; }
.honganqiti_news_dot_5 { left: 88%; bottom: 12%; animation-delay: -9s; width: 4px; height: 4px; background: #17c36f; }

.honganqiti_news_wave {
  position: absolute;
  left: -10%;
  right: -10%;
  bottom: 0;
  height: 180px;
  background:
    radial-gradient(ellipse 60% 80% at 20% 100%, rgba(0, 78, 161, 0.07), transparent 70%),
    radial-gradient(ellipse 50% 70% at 78% 100%, rgba(23, 195, 111, 0.08), transparent 70%);
  animation: honganqiti_news_wave 10s ease-in-out infinite alternate;
}

@keyframes honganqiti_news_grid_move {
  0% { transform: translate(0, 0); }
  100% { transform: translate(56px, 56px); }
}

@keyframes honganqiti_news_float_a {
  0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.9; }
  50% { transform: translate(36px, 28px) scale(1.08); opacity: 1; }
}

@keyframes honganqiti_news_float_b {
  0%, 100% { transform: translate(0, 0) scale(1); }
  50% { transform: translate(-40px, 24px) scale(1.1); }
}

@keyframes honganqiti_news_float_c {
  0%, 100% { transform: translate(0, 0); }
  50% { transform: translate(24px, -30px); }
}

@keyframes honganqiti_news_dot_rise {
  0% { transform: translateY(0) scale(1); opacity: 0; }
  12% { opacity: 0.35; }
  70% { opacity: 0.22; }
  100% { transform: translateY(-420px) scale(0.6); opacity: 0; }
}

@keyframes honganqiti_news_wave {
  0% { transform: translateX(0) scaleY(1); opacity: 0.85; }
  100% { transform: translateX(4%) scaleY(1.12); opacity: 1; }
}

.honganqiti_news_inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin: 0 auto;
}

.honganqiti_news_head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 36px;
}

.honganqiti_news_title {
  margin: 0;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 56px;
  font-weight: 700;
  color: #004ea1;
  line-height: 1;
  letter-spacing: 0.02em;
}

.honganqiti_news_subtitle {
  margin: 8px 0 0;
  font-size: 20px;
  font-weight: 700;
  color: #222;
  letter-spacing: 0.12em;
  line-height: 1.2;
}

.honganqiti_news_more {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 22px;
  background: #004ea1;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 0;
  transition: background 0.25s ease;
}
.honganqiti_news_more:hover {
  background: #1768c4;
}
.honganqiti_news_more_arr {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

.honganqiti_news_body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: stretch;
  min-height: 540px;
}

/* ===== 左侧列表 ===== */
.honganqiti_news_list {
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  height: 100%;
}

.honganqiti_news_item_link {
  display: block;
  text-decoration: none;
  color: inherit;
}

/* 收起行 */
.honganqiti_news_item_row {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 28px 8px;
  border-bottom: 0px solid #e0e0e0;
}
.honganqiti_news_item_row_date {
  flex: 0 0 auto;
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #999;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
.honganqiti_news_item_row_title {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 1.8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 展开块 */
.honganqiti_news_item_open {
  display: none;
  align-items: stretch;
  background: #004ea1;
  color: #fff;
  min-height: 220px;
  padding: 24px;
  gap: 22px;
  box-shadow: 0 12px 32px rgba(0, 78, 161, 0.35); border-radius: 0px 0px 100px 0px;
}
.honganqiti_news_item_pic {
  flex: 0 0 210px;
  width: 210px;
  height: 210px;
  overflow: hidden;
  background: #003d80;
}
.honganqiti_news_item_pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.honganqiti_news_item_main {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
  padding: 20px 28px 60px 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.honganqiti_news_item_date {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.honganqiti_news_item_title {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honganqiti_news_item_go {
  position: absolute;
  left: 12px;
  bottom: 16px;
  width: 34px;
  height: 34px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 50%;
}
.honganqiti_news_item_go::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  margin: -4px 0 0 -5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}

/* 展开态：显示蓝条，隐藏列表行；并为标题留出箭头空间 */
.honganqiti_news_item.is_open .honganqiti_news_item_open {
  display: flex;
}
.honganqiti_news_item.is_open .honganqiti_news_item_row {
  display: none;
}
.honganqiti_news_item.is_open .honganqiti_news_item_main {
  padding-bottom: 60px;
}

.honganqiti_news_item:not(.is_open) .honganqiti_news_item_link:hover .honganqiti_news_item_row_title {
  color: #004ea1;
}

/* ===== 右侧静态大图 ===== */
.honganqiti_news_side {
  position: relative;
  overflow: hidden;
  background: #004ea1;
  min-height: 540px;
  height: 100%;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}
.honganqiti_news_side_img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}
.honganqiti_news_side_mask {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  background: linear-gradient(
    180deg,
    rgba(8, 30, 80, 0) 0%,
    rgba(8, 28, 70, 0.35) 40%,
    rgba(8, 20, 45, 0.88) 100%
  );
  pointer-events: none;
}
.honganqiti_news_side_txt {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 48px 48px 52px;
  color: #fff;
}
.honganqiti_news_side_date {
  font-family: "Oswald", "Arial Narrow", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}
.honganqiti_news_side_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.55;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 980px) {
  .honganqiti_news {
    margin-top: -32px;
    padding: 88px 24px 72px;
  }
  .honganqiti_news_body {
    grid-template-columns: 1fr;
  }
  .honganqiti_news_side {
    min-height: 420px;
    height: auto;
    aspect-ratio: 1 / 1.05;
  }
  .honganqiti_news_title {
    font-size: 44px;
  }
  .honganqiti_news_item_pic {
    flex-basis: 160px;
    width: 160px;
    height: 160px;
  }
}

@media (max-width: 560px) {
  .honganqiti_news_item_open {
    flex-direction: column;
  }
  .honganqiti_news_item_pic {
    width: 100%;
    flex-basis: 160px;
    height: 160px;
  }
  .honganqiti_news_item_row {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
}
