/**
 * 手机端资讯屏 — 布局 / 列表项 / 分页（仅 .swiper-slide[data-key="news"]）
 */
@media (max-width: 768px) {
  .dual-mobile .swiper-slide[data-key="news"] .page {
    background: #eef3f8;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    pointer-events: none;
    z-index: 0;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-body {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.75rem;
    bottom: 0;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 0.7rem;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-body[data-view="list"] {
    padding-bottom: 0.05rem;
  }

  /* 首页 / 列表 互斥视图 */
  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view {
    display: none;
    flex: 1 1 0;
    min-height: 0;
    flex-direction: column;
    overflow: hidden;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view[hidden] {
    display: none !important;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view.is-active:not([hidden]) {
    display: flex;
  }

  /* 列表视图 */
  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view--list {
    position: relative;
    padding: 0 0.15rem 0.05rem;
    box-sizing: border-box;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-list-head {
    position: relative;
    flex-shrink: 0;
    min-height: 0.5rem;
    margin-bottom: 0.08rem;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-list-back {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-list-back:active {
    opacity: 0.75;
    transform: scale(0.96);
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-list-back img {
    width: 0.5rem;
    height: 0.5rem;
    object-fit: contain;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-list-scroll {
    flex: 1 1 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.55);
    border-radius: 0;
    padding: 0.06rem 0.12rem;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-list-empty {
    padding: 0.4rem 0;
    text-align: center;
    font-size: 0.13rem;
    color: #999999;
  }

  .dual-mobile .swiper-slide[data-key="news"] .mobile-news-view--list .pagination {
    flex-shrink: 0;
    padding: 0.1rem 0 0.06rem;
  }

  /* 新闻条目 */
  .dual-mobile .swiper-slide[data-key="news"] .news-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.08rem;
    padding: 0.11rem 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .dual-mobile .swiper-slide[data-key="news"] a.news-item {
    text-decoration: none;
    color: inherit;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-item:last-child {
    border-bottom: none;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-left {
    display: flex;
    align-items: center;
    gap: 0.04rem;
    min-width: 0;
    flex: 1;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-tag {
    flex-shrink: 0;
    font-size: 0.12rem;
    color: #333333;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-title {
    font-size: 0.12rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-date {
    flex-shrink: 0;
    font-size: 0.11rem;
    color: #999999;
  }

  .dual-mobile .swiper-slide[data-key="news"] .news-item--more {
    justify-content: center;
    color: #2d6ba8;
    font-size: 0.12rem;
    border-bottom: none;
  }

  /* 分页 */
  .dual-mobile .swiper-slide[data-key="news"] .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.12rem;
    padding: 0.1rem 0 0.12rem;
    flex-shrink: 0;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-arrow {
    width: 0.28rem;
    height: 0.28rem;
    border: none;
    border-radius: 0.04rem;
    font-size: 0.14rem;
    line-height: 1;
    color: #ffffff;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-arrow--prev {
    background: #7eb8e8;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-arrow--next {
    background: #1a4a7a;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-arrow:disabled {
    opacity: 0.45;
    cursor: not-allowed;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-nums {
    display: flex;
    align-items: center;
    gap: 0.14rem;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-num {
    font-size: 0.14rem;
    color: #999999;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
  }

  .dual-mobile .swiper-slide[data-key="news"] .page-num.active {
    color: #1a4a7a;
    font-weight: bold;
  }
}
