@charset "UTF-8";
/* 新闻资讯内容 */
.news-box {
  width: 1206px;
  margin: 80px auto;
}
.news-title {
  font-family: MicrosoftYaHei;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333333;
  text-align: center;
}
.news-time {
  margin: 25px 0 30px 0;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 0px;
  color: #999999;
  text-align: center;
}
.news-contant {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0px;
  color: #666666;
  text-align: justify;
}
.news-contant img {
  max-width: 100%;
}
.news-line {
  width: 100%;
  height: 1px;
  background-color: #282828;
  opacity: 0.2;
}
.news-page {
  margin-top: 20px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 42px;
  letter-spacing: 0px;
}
.prev {
  color: #333333;
}
.next {
  color: #727171;
}
.sjbread {
  display: none;
}
@media (max-width: 1920px) {
}
@media (max-width: 1599px) {
}
@media (max-width: 1477px) {
}
@media (max-width: 1365px) {
}
@media (max-width: 1199px) {
  .news-box {
    width: 96%;
  }
}

@media (max-width: 990px) {
}

@media (max-width: 767px) {
  .news-box {
    margin: 30px auto;
  }
  .news-title {
    font-size: 22px;
  }
  .news-time {
    margin: 10px 0;
  }
  .news-contant {
    line-height: 22px;
  }
}
