/**
 * 手机端资讯 — 首页视图（#newsIndexView，仅 data-key="news"）
 */
@media (max-width: 768px) {
  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view--index {
    padding: 0.1rem 0 0;
    box-sizing: border-box;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner {
    position: relative;
    width: 3.5rem;
    height: 2.28rem;
    margin: 0 auto;
    flex-shrink: 0;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 3.3rem;
    height: 2.115rem;
    overflow: hidden;
    z-index: 1;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-track {
    display: flex;
    height: 100%;
    transition: transform 0.45s ease;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-slide {
    flex: 0 0 100%;
    width: 100%;
    min-width: 0;
    height: 100%;
    object-fit: cover;
    display: block;
    box-sizing: border-box;
  }

  .dual-mobile .swiper-slide[data-key="news"] a.banner-slide {
    object-fit: unset;
    overflow: hidden;
    position: relative;
  }

  .dual-mobile .swiper-slide[data-key="news"] a.banner-slide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    max-width: none;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-frame {
    position: absolute;
    inset: 0;
    width: 3.5rem;
    height: 2.28rem;
    z-index: 2;
    pointer-events: none;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-dots {
    position: absolute;
    right: 0.18rem;
    bottom: 0.12rem;
    display: flex;
    gap: 0.06rem;
    z-index: 3;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-dot {
    width: 0.15rem;
    height: 0.16rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .dual-mobile .swiper-slide[data-key="news"] .banner-dot img {
    width: 0.15rem;
    height: 0.16rem;
    object-fit: contain;
  }

  .dual-mobile .swiper-slide[data-key="news"] .title-wrap {
    position: relative;
    width: 3.45rem;
    height: 0.5rem;
    margin: 0.08rem auto 0;
    flex-shrink: 0;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-more-link {
    position: absolute;
    right: 0;
    top: 0.18rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 0.02rem;
    font-size: 0.12rem;
    color: #333333;
    text-decoration: none;
    font-family: '微软雅黑', sans-serif;
    -webkit-tap-highlight-color: transparent;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-more-link:active {
    opacity: 0.7;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-more-arrow {
    font-size: 0.14rem;
    line-height: 1;
    font-weight: bold;
  }

  .dual-mobile .swiper-slide[data-key="news"] .title-bg {
    position: absolute;
    left: 0;
    top: 0.1rem;
    width: 1.56rem;
    height: 0.345rem;
  }

  .dual-mobile .swiper-slide[data-key="news"] .title-text {
    position: absolute;
    left: 0;
    top: 0.06rem;
    width: 0.91rem;
    height: 0.31rem;
    z-index: 1;
  }

  .dual-mobile .swiper-slide[data-key="news"] .section-line {
    width: 3.45rem;
    height: 0.055rem;
    margin: 0.04rem auto 0;
    flex-shrink: 0;
    object-fit: contain;
  }

  .dual-mobile .swiper-slide[data-key="news"] .tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.04rem 0.02rem;
    padding: 0.08rem 0.08rem 0;
    flex-shrink: 0;
    font-family: '微软雅黑', sans-serif;
  }

  .dual-mobile .swiper-slide[data-key="news"] .tab {
    flex: 0 0 auto;
    padding: 0.035rem 0.1rem;
    font-size: 0.13rem;
    line-height: 1.2;
    color: #333333;
    background: transparent;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
  }

  .dual-mobile .swiper-slide[data-key="news"] .tab.active {
    color: #ffffff;
    background: linear-gradient(135deg, #1a4a7a 0%, #2d6ba8 100%);
    clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  }

  .dual-mobile .swiper-slide[data-key="news"] .tab-sep {
    display: inline-block;
    font-size: 0.12rem;
    line-height: 1;
    color: #cccccc;
    padding: 0 0.01rem;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view--index .news-panel {
    flex: 1 1 0;
    min-height: 0;
    margin: 0.06rem 0.15rem 0;
    border-radius: 0.04rem;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.72);
    font-family: '微软雅黑', sans-serif;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view--index .news-list-panel {
    display: none;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view--index .news-list-panel.active {
    display: block;
    flex: 1 1 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 0.1rem;
    box-sizing: border-box;
  }
}
