/* PC 资讯详情页（图二） */
@media (min-width: 769px) {
  .dual-pc .page--news-detail,
  .spa-overlay--pc-news-detail .page--news-detail {
    background-color: transparent;
    height: var(--pc-canvas-h, 10.8rem);
    min-height: var(--pc-canvas-h, 10.8rem);
    max-height: var(--pc-canvas-h, 10.8rem);
    overflow: hidden;
  }

  .dual-pc .pc-news-detail-layout,
  .spa-overlay--pc-news-detail .pc-news-detail-layout {
    display: flex;
    justify-content: center;
    padding: calc(var(--header-height) + var(--page-title-gap) + 0.08rem) 0.8rem 0.56rem;
    box-sizing: border-box;
  }

  .dual-pc .pc-news-detail-card,
  .spa-overlay--pc-news-detail .pc-news-detail-card {
    position: relative;
    width: 100%;
    max-width: 11rem;
    padding: 0.36rem 0.72rem 0.56rem;
    background: #ffffff;
    box-shadow: 0 0.08rem 0.32rem rgba(90, 136, 183, 0.1);
    box-sizing: border-box;
    max-height: calc(var(--pc-canvas-h, 10.8rem) - var(--header-height) - 0.48rem);
    overflow-x: hidden;
    overflow-y: auto;
  }

  .dual-pc .pc-news-detail-card > .pc-news-back,
  .spa-overlay--pc-news-detail .pc-news-detail-card > .pc-news-back {
    position: absolute;
    left: 0.2rem;
    top: 0.2rem;
    z-index: 2;
    display: block;
    transition: transform var(--transition);
  }

  .dual-pc .pc-news-detail-card > .pc-news-back:hover,
  .spa-overlay--pc-news-detail .pc-news-detail-card > .pc-news-back:hover {
    transform: scale(var(--hover-scale));
  }

  .dual-pc .pc-news-detail-card > .pc-news-back img,
  .spa-overlay--pc-news-detail .pc-news-detail-card > .pc-news-back img {
    width: 0.8rem;
    height: 0.71rem;
    object-fit: contain;
  }

  .dual-pc .pc-news-detail-inner,
  .spa-overlay--pc-news-detail .pc-news-detail-inner {
    position: relative;
  }

  .dual-pc .pc-news-detail-head,
  .spa-overlay--pc-news-detail .pc-news-detail-head {
    position: relative;
    padding-top: 0.12rem;
    margin-bottom: 0.1rem;
  }

  .dual-pc .pc-news-detail-title,
  .spa-overlay--pc-news-detail .pc-news-detail-title {
    font-weight: bold;
    font-size: 0.36rem;
    color: #000000;
    line-height: 1.45;
    text-align: center;
    padding: 0 0.96rem;
    box-sizing: border-box;
  }

  .dual-pc .pc-news-detail-date,
  .spa-overlay--pc-news-detail .pc-news-detail-date {
    margin-top: 0.14rem;
    font-size: 0.18rem;
    color: #999999;
    text-align: center;
  }

  .dual-pc .pc-news-detail-divider,
  .spa-overlay--pc-news-detail .pc-news-detail-divider {
    height: 0.01rem;
    margin: 0.22rem 0 0.28rem;
    background: rgba(0, 0, 0, 0.1);
  }

  .dual-pc .pc-news-detail-content,
  .spa-overlay--pc-news-detail .pc-news-detail-content {
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.85;
    text-align: left;
  }

  .dual-pc .pc-news-detail-content p,
  .spa-overlay--pc-news-detail .pc-news-detail-content p {
    margin-bottom: 1em;
  }

  .dual-pc .pc-news-detail-content p:last-child,
  .spa-overlay--pc-news-detail .pc-news-detail-content p:last-child {
    margin-bottom: 0;
  }

  .dual-pc .pc-news-detail-content img,
  .spa-overlay--pc-news-detail .pc-news-detail-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0.28rem auto;
    object-fit: contain;
  }

  .dual-pc .pc-news-detail-image,
  .spa-overlay--pc-news-detail .pc-news-detail-image {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0.28rem auto;
    object-fit: contain;
  }

  .dual-pc .pc-news-detail-empty,
  .spa-overlay--pc-news-detail .pc-news-detail-empty {
    padding: 0.8rem 0;
    text-align: center;
    font-size: 0.2rem;
    color: #999999;
  }
}
