/* 新闻详情 */

.new-er {
  padding: 10px;
}

.new-er-title {
  padding: 5px 0;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  text-align: center;
}

.new-er-line {
  margin: 5px 0;
  padding: 2px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  border: 1px solid #ccc;
}

.new-er-p p {
  margin-bottom: 10px;
  font: 400 14px/24px "微软雅黑";
  color: #333;
  text-align: justify;
}

.new-er-p p img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .new-er {
    width: 84vw;
    margin: 0 auto;
  }

  .new-er-p p {
    font: 400 16px/30px "微软雅黑";
    color: #333;
  }
}
