<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (min-width: 751px) and (max-width: 1024px) {
  .news_wrap {
    padding: 0 40px;
  }

  .news_right {
    width: 235px;
    margin: 0 0 0 40px;
  }

  .news_left {
    width: calc(100% - 282px);
  }

  .news_img {
    width: 248px;
  }

  .news_img&gt;img {
    width: 248px;
  }

  .news_content {
    padding: 10px 0 40px 0;
  }

  .news_tips {
    font-size: 16px;
  }

  .article_wrap li {
    font-size: 14px;
    margin: 0 0 0 -22px;
  }

  .item_content {
    font-size: 12px;
  }

  .news_tips {
    font-weight: 600;
  }

  .news_title {
    font-size: 16px;
  }

  .news_img&gt;img {
    width: 100%;
    object-fit: cover;
  }

  .news_img {
    width: 38%;
  }

  .tab_wrap, .question_title {
    padding-top: 40px;
  }

  .question_title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
  }

  .tag_title {
    font-size: 16px;
    font-weight: 600;
  }

  .tag_item {
    padding: 6px;
    font-size: 12px;
  }
}</pre></body></html>