article {
  background-image: url(../images/new-bg.jpg);
}
/* 新闻详情 */

.new-er {
  padding: 10px;
  background: rgba(255, 255, 255, 0.9);
}

.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 {
  min-height: 300px;
}

.new-er-p p {
  margin-bottom: 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: justify;
}

.new-er-p p img {
  max-width: 100%;
}

.new-er-page {
  display: flex;
  justify-content: space-between;
  margin: 2vw 0 0;
}
.new-er-page a {
  max-width: 48%;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #333;
  border-radius: 5px;
}

.annex {
  padding: 10px 0;
}
.annex-li a {
  display: flex;
  align-items: center;
  font: 400 14px/24px "微软雅黑";
  color: #333;
}
@media (min-width: 1200px) {
  .new-er {
    padding: 2vw;
    background: rgba(255, 255, 255, 0.9);
  }

  .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;
  }

  .new-er-page a {
    padding: 0 10px;
    font-size: 14px;
    line-height: 30px;
  }
  .new-er-page a:hover {
    color: #fff;
    background: #007b2d;
  }

  .annex-li a:hover {
    color: #409eff;
  }
}
