article {
  background-image: url(../images/new-bg.jpg);
}
/* 新闻详情 */

.new-er {
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}

.new-er-title {
  text-align: center;
}

.new-er-name {
  font: bold 16px/24px "微软雅黑";
  color: #333;
}

.new-er-time {
  font: 400 14px/24px "微软雅黑";
  color: #999;
}

.new-er-p p {
  margin-bottom: 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: justify;
}

.new-er-p p img {
  max-width: 100%;
}

.annex-ul {
  font-size: 14px;
}
.preview {
  display: flex;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.preview-prev,
.preview-next {
  max-width: 48%;
}
.preview-prev a,
.preview-next a {
  padding: 0 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #333;
  border-radius: 5px;
}

@media (min-width: 1200px) {
  .new-er {
    margin: 2vw 0 0;
    padding: 2vw;
    background: rgba(255, 255, 255, 0.8);
  }

  .new-er-title {
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 10px;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #333;
  }

  .new-er-name {
    color: #333;
  }

  .new-er-time {
    position: absolute;
    right: 0;
    top: 0;
    color: #333;
  }

  .new-er-p p {
    font: 400 16px/30px "微软雅黑";
    color: #333;
  }

  .preview a {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    text-align: center;
  }
  .preview a:hover {
    color: #fff;
    background: #028535;
  }
}
