article {
  background-image: url(../images/new-bg.jpg);
}
/* 新闻列表 */

.news {
  padding: 0;
}
.news ul li {
  padding: 0 0 1vw;
}
.news ul a {
  display: flex;
  justify-content: space-between;
  padding: 0.2rem;
  color: #000;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #000;
}
.new-li-font {
  width: 4.5rem;
}
.new-li-title {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 48px;
  margin: 0.2rem 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.new-li-time {
  width: 1.4rem;
  padding: 0.2rem 0 0;
  text-align: center;
  border-left: 1px solid #000;
}
.new-li-time .day {
  font-weight: bold;
  font-size: 0.48rem;
  line-height: 1;
}
.new-li-time .year {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1200px) {
  .news {
  }
  .news ul li {
    padding: 0 0 1vw;
  }
  .news ul a {
    display: flex;
    justify-content: space-between;
    padding: 1.5vw 0 1.5vw 1.5vw;
    color: #000;
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid #000;
  }
  .new-li-font {
    width: 48vw;
  }
  .new-li-title {
    font-size: 1.2vw;
    line-height: 1.4vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-li-p {
    height: 48px;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
  }
  .new-li-time {
    width: 7vw;
    padding: 0.6vw 0 0;
    text-align: center;
    border-left: 1px solid #000;
  }
  .new-li-time .day {
    font-weight: bold;
    font-size: 2.4vw;
    line-height: 1;
  }
  .new-li-time .year {
    font-size: 0.8vw;
    line-height: 1.2vw;
  }

  .news ul a:hover {
    color: #fff;
    background: #007332;
  }
}

/* 新闻详情 */

.new-er {
  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%;
}

@media (min-width: 1200px) {
  .new-er {
    padding: 2vw;
  }

  .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;
  }
}
