/** @format */
@media screen and (max-width: 768px) {
  .news-content {
    padding: 40px 0;
  }
  /* help */

  .help-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
  }

  .help-item-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .help-item-tt {
    padding: 10px;
  }
  .help-item-tt-title {
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 600;
  }
  .help-item-tt-txt {
    padding-top: 5px;
    color: #666;
    font-size: 12px;
    font-weight: 500;
  }
  .help-item-bottom {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
  }
  .help-item-bottom-time {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    line-height: 200%; /* 28px */
  }
  /* help end  */
  .news-show-content {
    padding: 40px 0;
  }
  .news-show-tag {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
  }
  .news-show-tag a {
    font-size: 13px;
    font-weight: 400;
    color: #999999;
    line-height: 13px;
  }
  .news-show-tag-txt {
    color: #333333;
  }
  .news-show-content-title {
    padding: 40px 20px 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    text-align: center;
  }
  .news-show-content-time {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    text-align: center;
  }
  .news-show-content-txt {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news-show-content-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding-top: 0px;
  }
  .news-show-content-txt img {
    margin-top: 0px;
  }
  .news-show-content-line {
    margin-top: 20px;
    width: 100%;
    height: 1px;
    background: #ededed;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
  }
  .news-show-content-pagination {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .news-show-content-pagination-prev {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .news-show-content-pagination-next {
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  }
  .news-show-content-pagination-prev a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
  }
  .news-show-content-pagination-next a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
  }
}
@media screen and (min-width: 769px) {
  .news-content {
    padding: 60px 0 40px 0;
  }
  /* help */
  .help-item {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 40px;
  }
  .help-item-img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .help-item-tt {
    padding: 20px 16px;
  }
  .help-item-tt-title {
    text-align: center;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    line-height: 200%; /* 36px */
  }

  .help-item-tt-txt {
    padding-top: 5px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%; /* 28px */
  }
  .help-item-bottom {
    border-top: 1px solid rgba(153, 153, 153, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 16px;
  }
  .help-item-bottom-time {
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 200%; /* 28px */
  }
  /* help end  */
  .news-show-banner {
    background: #1d1a1a;
    height: 80px;
  }
  .news-show-content {
    padding: 40px 0;
  }
  .news-show-tag {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  .news-show-tag a {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 16px;
  }
  .news-show-tag-txt {
    color: #333333;
  }
  .news-show-content-title {
    padding-top: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    text-align: center;
  }
  .news-show-content-time {
    padding-top: 24px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    text-align: center;
  }
  .news-show-content-txt {
    padding-top: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .news-show-content-txt p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    padding-top: 0px;
  }
  .news-show-content-txt img {
    width: 100%;
  }
  .news-show-content-line {
    margin-top: 40px;
    width: 100%;
    height: 1px;
    background: #ededed;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
  }
  .news-show-content-pagination {
    padding-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .news-show-content-pagination-prev a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
  }
  .news-show-content-pagination-next a {
    font-size: 13px;
    font-weight: 400;
    color: #666666;
    line-height: 13px;
  }
}
