@import url("./basic.css");
@import url("./element.css");
@import url("./footer.css");
@import url("./header.css");
@import url("./swiper.min.css");

header {
  min-height: 0.8rem;
}
.NewsDetails {
  margin-top: 0.83rem;
  margin-bottom: 0.6rem;
}
.NewsDetails h1 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  font-size: 0.35rem;
}
.NewsDetails h3 {
  font-weight: 600;
  font-size: 0.3rem;
  color: #000000;
  text-align: center;
  font-size: 0.35rem;
}
.NewsDetails .time {
  font-size: 0.15rem;
  text-align: justify;
  padding: 0 0.98rem;
}

.NewsDetails .time {
 text-align: right;
 margin-top: 0.2rem;
}
.NewsDetails  .time span {
  font-size: 0.25rem;
  color: #bbbbbb;
  margin: 0 0.1rem;
}
.NewsDetails .content,
.NewsDetails .content p {
  font-weight: 400;
  font-size: 0.3rem;
  color: #000000;
  line-height: 0.55rem;
  text-align: justify;
  margin-top: 0.3rem;
  padding: 0.2rem 0.98rem;
}
.NewsDetails .content img{
  max-width: 100%;
  width: auto;
  margin: 0 auto;
}
.NewsDetails .content .shareContentImg{
 text-align: center;
}
@media screen and (min-width: 300px) and (max-width: 750px) {
  .NewsDetails p {
    padding: 0.5rem;
  }
}
