.news-detail-h5 {
  display: none;
}

.news-detail-pc * {
  box-sizing: border-box;
}

.news-detail-pc .header {
  background: #ffffff;
}

.news-detail-pc .news-banner {
  width: 100%;
  padding-top: 64px;
}

.news-detail-pc .news-banner img {
  width: 100%;
  height: 190px;
  object-fit: cover;
  vertical-align: bottom;
}

.news-detail-pc .main-wrap {
  width: 100%;
  background: #FCFCFF;
}

.news-detail-pc .regional-wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 75px 0 100px;
  align-items: flex-start;
}

.news-detail-pc .news-wrap {
  flex: 1;
  overflow: hidden;
  margin-right: 16px;
}
.news-detail-pc .news-wrap h2 {
  font-size: 24px;
  color: #333333;
  margin-top: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.news-detail-pc .news-wrap h3 {
  font-size: 18px;
  font-weight: 400;
  margin-top: 12px;
  color: #666;
  text-align: center;
  line-height: 1.4;
}
.news-detail-pc .news-info {
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  padding: 30px 0;
  border-top: 1px dashed #e9ebee;
  margin-top: 30px;
}

.news-detail-pc .news-content {
  color: #565862;
  font-size: 16px;
  line-height: 24px;
  background-color: #ffffff;
  border-radius: 16px;
  padding: 16px;
}
.news-detail-pc .news-content p + p {
  margin-top: 16px;
}
.news-detail-pc .news-content img {
  max-width: 90%;
}
