/* 统计信息模块样式优化 - 政府网站风格 */
.main2_r_zw2 {
  /* 主容器样式已存在，添加统计信息专用样式 */
}

.main2_r_zw2 > h2 {
  color: #1a56a8;
  font-size: 24px;
  font-weight: 700;
  padding: 20px 0 20px 0;
  margin: 0 0 28px 0;
  background: linear-gradient(135deg, #f5f8fc 0%, #e8f2ff 50%, #f5f8fc 100%);
  border-bottom: 3px solid #1a56a8;
  line-height: 1.5;
  position: relative;
  text-align: center;
  box-shadow: 0 3px 8px rgba(26, 86, 168, 0.08);
  letter-spacing: 2px;
}

.main2_r_zw2 > h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #1a56a8 0%, #4a90e2 100%);
  border-radius: 0 4px 4px 0;
}

.main2_r_zw2 > h2::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(to bottom, #4a90e2 0%, #1a56a8 100%);
  border-radius: 4px 0 0 4px;
}

/* 移动端适配 */
@media (max-width: 768px) {
  .main2_r_zw2 > h2 {
    font-size: 24px;
    padding: 16px 0 16px 0;
    margin: 0 0 20px 0;
    border-bottom-width: 2px;
  }

  .main2_r_zw2 > h2::before,
  .main2_r_zw2 > h2::after {
    width: 4px;
  }
}

@media (max-width: 480px) {
  .main2_r_zw2 > h2 {
    font-size: 24px;
    padding: 14px 0 14px 0;
    margin: 0 0 15px 0;
  }

  .main2_r_zw2 > h2::before,
  .main2_r_zw2 > h2::after {
    width: 3px;
  }
}

/* 统计信息子标题样式优化 - 政府网站风格 */
.lis_zw h3 {
  color: #1a56a8;
  font-size: 17px;
  font-weight: 600;
  padding: 14px 0 14px 0;
  margin: 0 0 18px 0;
  background: linear-gradient(to right, #fafbfc 0%, #f5f8fc 100%);
  border-bottom: 2px solid #1a56a8;
  text-align: center;
  line-height: 1.6;
  position: relative;
  box-shadow: 0 1px 3px rgba(26, 86, 168, 0.05);
}

.lis_zw h3 b,
.isPc .lis_zw h3 b {
  display: inline-block;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  background: none;
  position: relative;
  letter-spacing: 1px;
  color: inherit;
  font-weight: bold;
}

.lis_zw h3::before,
.lis_zw h3::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25%;
  height: 1px;
  background: linear-gradient(to right, transparent 0%, #d0dbe8 50%, transparent 100%);
}

.lis_zw h3::before {
  left: 0;
}

.lis_zw h3::after {
  right: 0;
}

.isWap .lis_zw h3 b {
  font-size: 0.3rem;
  background: none;
  color: inherit;
  font-weight: bold;
}

/* 响应式调整 */
@media (max-width: 768px) {
  .lis_zw h3 {
    font-size: 16px;
    padding: 12px 0 12px 0;
  }

  .lis_zw h3 b {
    padding: 0 20px;
  }

  .lis_zw h3::before,
  .lis_zw h3::after {
    width: 20%;
  }
}

@media (max-width: 480px) {
  .lis_zw h3 {
    font-size: 15px;
    padding: 10px 0 10px 0;
  }

  .lis_zw h3 b {
    padding: 0 15px;
  }

  .lis_zw h3::before,
  .lis_zw h3::after {
    width: 20%;
  }
}

.isPc .lis_zw .more2,
.isWap .lis_zw .more2 {
  background: none;
  border: 1px solid #ccc;
  transition: all 0.3s ease;
}

.isPc .lis_zw .more2:hover,
.isWap .lis_zw .more2:hover {
  background: #1a56a8;
  border-color: #1a56a8;
}

.isPc .lis_zw .more2 a,
.isWap .lis_zw .more2 a {
  color: #666;
  background: none;
  transition: all 0.3s ease;
}

.isPc .lis_zw .more2 a:hover,
.isWap .lis_zw .more2 a:hover {
  color: #fff;
}

.isWap .lis_zw .more2 {
  width: 1.6rem;
  height: 0.6rem;
  line-height: 0.6rem;
}

.isWap .lis_zw .more2 a {
  font-size: 0.24rem;
  line-height: 0.6rem;
}
