.nn-c p,
.nn-c span,
.nn-c div,
.nn-c a,
.nn-c h1,
.nn-c h2,
.nn-c h3,
.nn-c h4,
.nn-c h5,
.nn-c h6,
.nn-c strong,
.nn-c b,
.nn-c em,
.nn-c i,
.nn-c ul,
.nn-c ol,
.nn-c li,
.nn-c blockquote,
.nn-c th,
.nn-c td,
.nn-c dl,
.nn-c dt,
.nn-c dd {
  font-family: "OPPOSans", "Noto Sans SC", system-ui, "Microsoft YaHei", sans-serif !important;
}

.newsview {
  width: 100%;
  position: relative;
  padding-top: 160px;
  padding-bottom: 53px;
  background: #FFFFFF;
}

.news-content {
  width: 1088px;
  margin: auto;
}

.nn-c img {
  max-width: 100%;
  max-height: 100%;
  width: 100% !important;
  height: auto !important;

  object-fit: cover;
}

.nh3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 31px;
  text-align: center;
}

.mews-flex {
  display: flex;
  justify-content: space-between;
}

.mews-flex span {
  font-weight: 400;
  font-size: 12px;
  color: #CCCCCC;
  line-height: 12px;
  margin-bottom: 13px;
}

.news-xian {
  width: 100%;
  height: 1px;
  background: #DDDDDD;
  margin-bottom: 27px;
}

.nn-c p,
.nn-c span,
.nn-c div {
  white-space: pre-wrap !important;
}

.nn-c {
  width: 100%;
}

.news-bottom {
  display: flex;
  justify-content: space-between;
}

.news-bottom a {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 30px;
  display: inline-block;
  width: 45%;
}

@media (max-width:1400px) {}

@media (max-width:1088px) {
  .news-content {
    width: 100%;
  }
}

@media (max-width:1000px) {
  .news-bottom a {
    width: 100%;
  }

  .news-content {
    width: 95%;
  }

  .news-content img {
    width: 100%;
    height: auto;
  }

  .news-bottom {
    flex-direction: column;
  }
}