.news-container-m {
  max-width: 800px;
  margin: 0 auto;
}
.news-bg .header {
  /*position: absolute;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.8);
}
.news-title {
  padding: 40px 0 25px;
  width: 100%;
  height: auto;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: rgba(0, 0, 0, 1);
  line-height: 30px;
}
.news-detail {
  padding-top: 25px;
  color: #666;
  font-size: 16px;
  margin-bottom: 40px;
}
.news-article {
  margin-bottom: 100px;
  color: #000;
  font-size: 16px;
  line-height: 26px;
}
.news-article p {
  margin: 20px auto;
}
.news-article img {
  width: 1024px;
}
.news-article .disclaimer {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(122, 122, 122, 1);
  line-height: 22px;
  padding: 40px 0 0;
  margin-top: 40px;
  border-top: 1px solid #dbdbdb;
}
#news-article-content img {
  display: block;
  width: 100%;
}

.videoStyle {
  width: 100%;
  height: 420px;
  position: relative;
  margin-bottom: 30px;
}