article {
  background: url(../images/news_bg.jpg) no-repeat center 0 / cover;
}
.com-title {
  color: #fff;
}
.com-nav ul li {
  width: 100%;
}
/* 新闻详情 */

.new-er {
  padding: 0 0 0.5rem;
}
.new-er-title {
  text-align: center;
}

.new-er-name {
  font: bold 16px/24px "Microsoft YaHei";
  color: #fff;
}

.new-er-time {
  font: 400 14px/24px "Microsoft YaHei";
  color: #fff;
}
.new-er-p {
  min-height: 40vh;
}
.new-er-p p {
  margin-bottom: 10px;
  font: 400 14px/24px "Microsoft YaHei";
  color: #fff;
  text-align: justify;
}

.new-er-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .new-er {
    width: 62.4vw;
    margin: 0 auto;
    padding: 0 0 5vw;
  }

  .new-er-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #fff;
  }

  .new-er-name {
    font-size: 22px;
    line-height: 24px;
    color: #fff;
  }

  .new-er-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
  }

  .new-er-p p {
    font: 400 20px/30px "Microsoft YaHei";
    color: #fff;
  }
}

.preview-prev,
.preview-next {
  color: #fff;
}
footer {
  color: #fff;
}
footer a {
  color: #fff;
}
