/* 新闻列表 */
.news ul li {
  padding: 3px;
}

.news ul a {
  display: block;
  position: relative;
  background: rgba(0, 0, 0, 0.6);
  border-bottom: 1px solid #ffffff;
}
.news ul i {
  display: block;
  overflow: hidden;
}
.news ul i img {
  width: 100%;
}
.new-li-time {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 2.1rem;
  font-size: 0.3rem;
  line-height: 0.48rem;
  color: #fff;
  text-align: center;
  background: #00712e;
}

.new-li-font {
  padding: 0.2rem;
}
.new-li-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.new-li-title {
  width: 4.5rem;
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-more {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}

.new-li-p {
  height: 0.8rem;
  overflow: hidden;
  margin: 0.1rem 0;
  font-size: 14px;
  line-height: 0.4rem;
  color: #fff;
}

@media (min-width: 1200px) {
  .news ul {
    display: flex;
    flex-wrap: wrap;
    padding: 1vw;
  }
  .news ul li {
    width: 50%;
    padding: 1vw;
  }
  .news ul a {
    display: block;
    position: relative;
    background: rgba(0, 0, 0, 0.6);
    border-bottom: 1px solid #ffffff;
  }
  .news ul i {
    display: block;
    overflow: hidden;
  }
  .news ul i img {
    width: 100%;
    transition: 0.6s;
  }
  .new-li-time {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 6vw;
    font-size: 14px;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #000;
  }

  .new-li-font {
    padding: 1vw 0.5vw;
  }
  .new-li-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-li-title {
    width: 18vw;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-li-more {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
  }

  .new-li-p {
    height: 2.8vw;
    overflow: hidden;
    margin: 1vw 0 0;
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
  }

  .news ul a:hover {
    background: #0f7a3c url(../images/border_w.png) no-repeat 0 bottom/100%;
  }
  .news ul a:hover .new-li-time {
    background: #00712e;
  }

  .news ul a:hover i img {
    transform: scale(1.2);
  }

  .pages {
    padding: 0 2vw 2vw;
  }
}

/* 新闻详情 */

.new-er {
}

.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 4vw;
  }

  .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;
  }
}
