/* 新闻列表 */

.news {
}
.news ul li {
  padding: 0 0 0.2rem;
}
.news ul a {
  display: block;
  position: relative;
}

.new-li-img {
  overflow: hidden;
  border: 2px solid #d7000f;
}
.new-li-img i {
  display: block;
}
.new-li-img img {
  width: 100%;
}

.new-li-font {
  padding-bottom: 5px;
  border-bottom: 1px solid #666;
}
.new-li-time {
  margin: 0 0 0.3rem;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background: #d7000f;
}
.new-li-title {
  font-size: 16px;
  line-height: 20px;
  color: #d7000f;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 60px;
  margin: 5px 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

.new-li-more {
  width: 80px;
}
.new-li-more span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background: url(../images/more_arrow_b.png) no-repeat right center/10px;
}
@media (min-width: 1200px) {
  .news ul {
  }
  .news ul li {
    padding: 0 0 3vw;
  }
  .news ul a {
    display: block;
    position: relative;
    padding-left: 8vw;
  }

  .new-li-img {
    position: absolute;
    left: 0;
    top: -0.5vw;
    width: 16.8vw;
    overflow: hidden;
    border: 0.2vw solid #d7000f;
    border-radius: 50%;
    transition: 0.6s;
  }
  .new-li-img i {
    display: block;
    padding: 0.5vw;
    background: #fff;
  }
  .new-li-img img {
    width: 100%;
    border-radius: 50%;
  }

  .new-li-font {
    padding: 0 1.8vw 2vw 10.4vw;
    border: 1px solid #000;
    border-radius: 5px;
  }
  .new-li-time {
    width: 7.2vw;
    margin: 0 0 1.5vw;
    font-size: 0.8vw;
    line-height: 2vw;
    color: #fff;
    text-align: center;
    background: #d7000f;
  }
  .new-li-title {
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #d7000f;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .new-li-p {
    height: 6vw;
    margin: 0.6vw 0;
    overflow: hidden;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
  }

  .new-li-more {
    width: 7.6vw;
  }
  .new-li-more span {
    display: block;
    font-size: 0.9vw;
    line-height: 1.2vw;
    color: #000;
    background: url(../images/more_arrow_b.png) no-repeat right center/1.2vw;
  }
  .news li a:hover .new-li-font {
    background: #e14b56 url(../images/new_fh.png) no-repeat 98% bottom;
  }
  .news li a:hover .new-li-img {
    transform: rotate(360deg);
  }
  .news li a:hover .new-li-title {
    color: #fff;
  }
  .news li a:hover .new-li-p {
    color: #fff;
  }
  .news li a:hover .new-li-more span {
    color: #fff;
    background-image: url(../images/more_arrow.png);
  }
  .pages {
    padding: 0;
  }
}

/* 新闻详情 */

.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;
  }

  .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;
  }
}
