@media screen and (max-width: 768px) {
  .news-detail-pc {
    display: none;
  }

  .news-detail-h5 {
    display: block;
    width: 100%;
  }

  .news-detail-h5 .news-m-1 {
    width: 100%;
    height: 96.8vw; /* 363px 转换为 vw：363 / 375 * 100 = 96.8vw */
    background: url("../imgs/news-mobile/banner@2x.png") no-repeat center / 100% 100%;
  }

  .news-detail-h5 .news-m-1 .title {
    font-weight: 500;
    font-size: 6.933333vw; /* 26px 转换为 vw：26 / 375 * 100 = 6.933333vw */
    color: #ffffff;
    padding-top: 27.2vw; /* 102px 转换为 vw：102 / 375 * 100 = 27.2vw */
    text-align: center;
  }

  .news-detail-h5 .news-wrap {
    padding: 32px 16px;
  }

  .news-detail-h5 .news-wrap h2 {
    font-size: 24px;
    color: #333333;
    margin-top: 22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
  }

  .news-detail-h5 .news-wrap h3 {
    font-size: 18px;
    font-weight: 400;
    margin-top: 12px;
    color: #666;
    text-align: center;
    line-height: 1.4;
  }

  .news-detail-h5 .news-info {
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    padding: 30px 0;
    border-top: 1px dashed #e9ebee;
    margin-top: 30px;
  }

  .news-detail-h5 .news-content {
    color: #565862;
    font-size: 16px;
    line-height: 24px;
  }

  .news-detail-h5 .news-content p + p {
    margin-top: 16px;
  }

  .news-detail-h5 .news-content img {
    max-width: 90%;
  }
}
