/* 响应式设计样式 */
/* 基础响应式设计 - 确保在移动设备上正常显示 */
@media (max-width: 768px) {
  .headerWrapper___245RP {
    padding: 10px;
  }

  .center___2G6O6 {
    flex-direction: column;
    text-align: center;
  }

  .logo___2w4CH {
    margin-bottom: 15px;
  }

  .title___dd_nL {
    font-size: 18px;
  }

  .search___1VQtM {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .dateLogin___3gskk {
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
  }

  .date___38A5G {
    margin-bottom: 10px;
  }

  .navList___7CpYK {
    display: none;
  }

  .news_details {
    flex-direction: column;
  }

  .news_details_left,
  .news_details_right {
    width: 100%;
    margin-bottom: 20px;
  }

  .info-detail {
    flex-direction: column;
  }

  .info_details_left,
  .info_details_right {
    width: 100% !important;
    margin-bottom: 20px;
  }

  .bottom_content,
  .bottom_contentTwo {
    flex-direction: column;
  }

  .right_content {
    margin-top: 15px;
  }

  .footer___1792U .top {
    flex-direction: column;
  }

  .top_left,
  .top_middle,
  .top_right {
    width: 100%;
    margin-bottom: 20px;
  }

  .ant-carousel .slick-slide img {
    height: 200px;
    object-fit: cover;
  }

  .carousel_wrap img {
    height: 200px !important;
  }

  .special_news_list img {
    width: 100% !important;
    height: 80px !important;
  }
}

@media (max-width: 480px) {
  .title___dd_nL {
    font-size: 16px;
  }

  .ant-carousel .slick-slide img {
    height: 150px;
  }

  .carousel_wrap img {
    height: 150px !important;
  }

  .special_news_list img {
    height: 60px !important;
  }

  .zfxxgk_card {
    width: 100%;
    margin-bottom: 10px;
  }
}
