.news_header {
  width: 1280px;
  margin: 0 auto;
  font-family: Georgia;
}
@media screen and (max-width: 768px) {
  .news_header {
    width: 696rem;
    margin: 0 auto;
  }
}
.news_header .news_header_title {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 12px;
}
.news_header .news_header_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
.news_header .news_header_bottom .news_header_time {
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #878787;
  font-family: PoppinsRegular, 'Microsoft YaHei UI';
}
.news_header .news_header_bottom .news_header_time img {
  cursor: pointer;
  margin-left: 17px;
}
.news_header .news_header_bottom .news_header_lang {
  display: flex;
}
.news_header .news_header_bottom .news_header_lang span {
  font-family: PoppinsBold, 'Microsoft YaHei UI';
  margin-left: 15px;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
}
.news_header .news_header_bottom .news_header_lang span:nth-child(1) {
  background: #005ea5;
}
.news_header .news_header_bottom .news_header_lang span:nth-child(2) {
  background: #7e1d7d;
}
.news_header .news_header_bottom .news_header_lang span:nth-child(3) {
  background: #c80708;
}
.news_header .news_header_bottom .news_header_lang span:nth-child(4) {
  background: #4097a7;
}
.news_content {
  width: 1280px;
  margin: 0 auto;
  font-family: Georgia;
}
@media screen and (max-width: 768px) {
  .news_content {
    width: 696rem;
    margin: 0 auto;
  }
}
.news_content .content_block {
  width: 800px;
  font-size: 18px;
  color: #878787;
  margin: 0 auto 50px;
  line-height: 30px;
}
.news_content .content_block img {
  margin-bottom: 25px;
}
.news_content .content_text {
  font-size: 20px;
  line-height: 30px;
  white-space: pre-wrap;
  /* css-3 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
@media screen and (max-width: 768px) {
  .news_header .news_header_title {
    font-size: 34.38rem;
    line-height: 45rem;
    margin-bottom: 32rem;
    font-weight: bold;
  }
  .news_header .news_header_bottom {
    margin-bottom: 40rem;
    flex-direction: column;
    align-items: normal;
    justify-content: normal;
  }
  .news_header .news_header_bottom .news_header_time {
    margin-bottom: 44rem;
    font-size: 30rem;
  }
  .news_header .news_header_bottom .news_header_time img {
    width: 38rem;
    margin-left: 17rem;
  }
  .news_header .news_header_bottom .news_header_lang {
    justify-content: flex-end;
    width: 512rem;
    text-align: right;
    margin: 0 auto;
  }
  .news_header .news_header_bottom .news_header_lang span {
    font-family: PoppinsBold, 'Microsoft YaHei UI';
    margin-left: 15rem;
    color: #fff;
    padding: 0 5rem;
    height: 29rem;
    line-height: 29rem;
    border-radius: 5rem;
    font-size: 17rem;
  }
  .news_header .news_header_bottom .news_header_lang span:nth-child(1) {
    background: #005ea5;
  }
  .news_header .news_header_bottom .news_header_lang span:nth-child(2) {
    background: #7e1d7d;
  }
  .news_header .news_header_bottom .news_header_lang span:nth-child(3) {
    background: #c80708;
  }
  .news_header .news_header_bottom .news_header_lang span:nth-child(4) {
    background: #4097a7;
  }
  .news_content .content_block {
    width: 500rem;
    font-size: 22.5rem;
    margin: 0 auto 50rem;
    line-height: 30rem;
  }
  .news_content .content_block img {
    width: 500rem;
    margin-bottom: 25rem;
  }
  .news_content .content_text {
    font-size: 34.37rem;
    line-height: 45rem;
  }
}
/*# sourceMappingURL=news_content.css.map */