* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.news-detail-container {
  width: 100%;
  max-width: 896px;
  margin: 0 auto;
  padding: 16px;
  padding-top: 30px;
}

.news-title {
  margin: 0px 0px 14px;
  padding: 0px;
  outline: 0px;
  font-size: 22px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.9);
  font-family: 'system-ui, -apple-system, BlinkMacSystemFont, &#39;Helvetica Neue&#39;, &#39;PingFang SC&#39;, &#39;Hiragino Sans GB&#39;, &#39;Microsoft YaHei UI&#39;, &#39;Microsoft YaHei&#39;, Arial, sans-serif';
  letter-spacing: 0.544px;
  text-wrap: wrap;
  text-align: center;
  background-color: rgb(255, 255, 255)
}

.news-sub-title {
  font-size: 15px;
  margin-bottom: 14px;
}

.news-sub-title span {
  margin-right: 10px;
}

.news-item {
  margin-bottom: 20px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.section {
  text-indent: 2em;
  line-height: 2;
}

.video-container {
  width: 100%;
}

.img-container {
  width: 100%;
}

.img-container {
  width: 100%;
}

.img-container img {
  width: 100%;
}

.prenext-container {
  margin: 50px 0;
}
.prenext-container .prenext-item {
  cursor: pointer;
  list-style: none;
}
.prenext-container .prenext-item span {
  display: inline-block;
  width: 97px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 15px;
  background-color: #f8f8f8;
  margin: 0 10px 15px 0;
}
.prenext-container .prenext-item a {
  font-size: 15px;
  cursor: pointer;
}

#translate {
  display: none;
}
