/* 新闻列表 */

.news {
}

.new-top {
  position: relative;
  z-index: 1;
}
.new-top .swiper-slide {
  position: relative;
  z-index: 5;
}
.new-top a {
  display: block;
}
.new-li-img {
  overflow: hidden;
}
.new-li-img img {
  width: 100%;
}
.new-li-font {
  padding: 0.2rem 0 0;
}

.new-li-title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.new-li-time {
  padding: 5px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-li-p {
  height: 60px;
  margin: 0.2rem 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.new-list {
  position: relative;
  margin: 0.4rem 0 0;
}
.new-list ul {
}
.new-list ul li {
  padding: 0.1rem 0;
}
.new-list ul a {
  display: block;
  padding: 0 0.4rem 0 0;
  background: url(../images/new-plus.png) no-repeat right 0.1rem/0.32rem;
  border-bottom: 1px solid #333;
}

.new-li-more {
  display: flex;
  justify-content: flex-end;
}
.new-li-more span {
  display: block;
  width: 1.6rem;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  background: #00a443;
}

.new-top .new-li-title {
  height: 40px;
  white-space: normal;
}
.new-top .new-li-time {
  padding: 0.1rem 0 0.2rem;
  border-bottom: 1px solid #00a443;
}

.new-pagination {
  display: flex;
  position: absolute;
  z-index: 80;
  left: 0;
  bottom: 0;
}

.new-pagination .swiper-pagination-bullet {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 6px;
  background: url(../images/new-icon.png) no-repeat center center;
  opacity: 1;
}

.new-pagination .swiper-pagination-bullet-active {
  background: url(../images/new-icona.png) no-repeat center center;
}

@media (min-width: 1200px) {
  .news {
    padding: 20px;
    background: rgba(255, 255, 255, 0.8);
  }

  .new-top {
    position: relative;
    z-index: 1;
    margin-top: 2vw;
  }
  .new-top .swiper-slide {
    position: relative;
    z-index: 5;
  }
  .new-top a {
    display: flex;
    justify-content: space-between;
  }
  .new-li-img {
    width: 30vw;
  }
  .new-li-img img {
    width: 100%;
  }
  .new-li-font {
    width: 28vw;
    padding: 2vw 0 0;
  }

  .new-li-title {
    font-size: 1.2vw;
    line-height: 1.6vw;
    color: #333;
  }
  .new-li-time {
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  .new-li-p {
    height: 6.4vw;
    margin: 1vw 0;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #333;
  }

  .new-li-more {
    display: flex;
    justify-content: flex-end;
  }
  .new-li-more span {
    display: block;
    width: 8vw;
    font-size: 16px;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #00a443;
  }

  .new-list {
    margin: 0;
    padding: 3vw 0 0;
  }
  .new-list ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1vw;
  }
  .new-list ul li {
    width: 33.3%;
    padding: 1vw;
  }
  .new-list ul a {
    display: block;
    padding: 0 2vw 2vw 0;
    background: url(../images/new-plus.png) no-repeat right 0.5vw/1.8vw;
    border-bottom: 1px solid #333;
  }

  .new-top a .new-li-title {
    height: 3.2vw;
  }
  .new-top a .new-li-time {
    padding: 0.5vw 0;
    border-bottom: 1px solid #00a443;
  }
  .new-pagination {
    display: flex;
    position: absolute;
    z-index: 80;
    left: 32vw;
    bottom: 2vw;
  }

  .new-pagination .swiper-pagination-bullet {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0 6px;
    background: url(../images/new-icon.png) no-repeat center center;
    opacity: 1;
  }

  .new-pagination .swiper-pagination-bullet-active {
    background: url(../images/new-icona.png) no-repeat center center;
  }

  .pages-left {
    color: #333;
  }
}

/* 新闻详情 */

.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%;
}

.com-page {
  display: flex;
  justify-content: space-between;
}
.com-page a {
  max-width: 45%;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (min-width: 1200px) {
  .new-er {
    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;
  }

  .com-page {
    display: flex;
    justify-content: space-between;
  }
  .com-page a {
    max-width: 40%;
    font-size: 16px;
    line-height: 30px;
    color: #333;
  }
  .com-page a:hover {
    color: #00a443;
  }
}
