@charset "UTF-8";
.dmfoot {
  height: 100% !important;
}
/* NEWS内容 */

.news-box {

  max-width: 1280px;

  margin: 80px auto 100px;

}

.news-title {

  font-family: MicrosoftYaHei-Bold;

  font-size: 20px;

  font-weight: bold;

  letter-spacing: 0px;

  color: #333333;

  text-align: center;

}

.news-time {

  font-family: MicrosoftYaHei;

  font-size: 16px;

  letter-spacing: 0px;

  color: #333333;

  text-align: center;

  margin: 20px auto 40px;

}

.news-contant {

  font-family: MicrosoftYaHei;

  font-size: 14px;

  line-height: 26px;

  letter-spacing: 0px;

  color: #808080;

  text-align: justify;

}

.news-contant img {

  max-width: 96%;

}

.news-page {

  display: flex;

  margin-top: 60px;

}

.prev,

.next {

  width: 50%;

  text-align: center;

  font-family: MicrosoftYaHeiLight;

  font-size: 16px;

  letter-spacing: 0px;

  padding: 30px 0;

}

.prev {

  background-color: #e6e6e6;

  color: #808080;

}

.next {

  background-color: #e40001;

  color: #ffffff;

}

/* 媒体查询/响应式 */

@media (max-width: 1920px) {

}

@media (max-width: 1599px) {

}

@media (max-width: 1477px) {

}

@media (max-width: 1365px) {

}

@media (max-width: 1280px) {

  .news-box {

    width: 96%;

  }


}

@media (max-width: 1199px) {

}

@media (max-width: 990px) {

}

@media (max-width: 767px) {

  .news-box {

    margin: 30px auto 40px;

  }

  .news-contant {

    line-height: 24px;

  }

  .news-page {

    margin-top: 30px;

  }

  .prev,

  .next {

    padding: 20px 5px;

  }

}

