.news_banner {
  height: 400px;
  width: 100%;
  display: flex;
  background: url('../img/news_banner.jpg') no-repeat;
  justify-content: center;
  align-items: center;
}

.news_banner div {
  font-size: 48px;
  color: #fff;
}


.news_content .row {
  width: 1400px;
  margin: 30px auto;
  display: block;
}

.divider {
  width: 100%;
  border: 1px solid #ddd;
  margin: 20px 0;
  display: none;
}

.news_sub_title {
  width: 90%;
}

.news_sub_title .time {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}

.news_sub_title .source {
  text-overflow: ellipsis;
  font-size: 14px;
  padding-left: 20px;
  color: #888;
  display: none;
}

.news_sub_title .source::before {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\27A4';
  color: #0061e3;
  transform: translateY(-50%);
}

.news_content p,
.news_content div {
  /* width: 90%; */
  font-size: 18px;
  margin: 0 auto;
  text-align: justify;
}

.news_content .news_title {
  width: 90%;
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 16px;
}

.news_content p {
  width: 90%;
  font-size: 18px;
  margin: 1.5rem auto;
  line-height: 2rem;
  color: rgba(0, 0, 0, 0.8);
  /* text-indent: 1cm; */
}

.news_content p a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.news_content .title {
  margin: 2rem auto;
  font-size: 26px;
  font-weight: bold;
}

.news_content .imgDescription {
  text-align: center;
  color: #666;
  font-style: italic;
}

.news_content p .text_bold {
  font-weight: bold;
}

.news_content img {
  width: 90%;
  margin-bottom: 1rem;
  display: block;
  margin: 0 auto;
}

.news_content p span {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0;
  display: block;
}

.news_content ul > li {
  margin-left: 120px;
}