/* 新闻列表 */

.news {
}
.new-top {
  background: #c42b2b;
}

.new-top-img img {
  width: 100%;
}
.new-top-font {
  background: url(../images/new-li-bg.png) no-repeat right center/cover;
}
.new-top-font {
  padding: 0.2rem;
  color: #fff;
}
.new-top-line {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.new-top-title {
  width: 4.8rem;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-top-time {
  font-size: 12px;
  line-height: 18px;
}
.new-top-p {
  height: 120px;
  margin: 0.2rem 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
}
.new-top-more {
  font-size: 14px;
  line-height: 24px;
  background: url(../images/arrow-w.png) no-repeat 64px center;
}

.news ul {
  padding: 0.2rem 0 0;
}
.news ul li {
  padding: 0 0 0.2rem;
}
.news ul a {
  display: block;
  padding: 0.2rem;
  color: #333;
  background: #f4f4f4;
}

.new-li-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-time {
  font-size: 14px;
  line-height: 20px;
}

.new-li-p {
  height: 48px;
  margin: 0.2rem 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}

.new-li-more {
  font-size: 14px;
  line-height: 24px;
  background: url(../images/arrow-b.png) no-repeat 64px center;
}
@media (min-width: 1200px) {
  .news {
  }

  .new-top {
    display: flex;
    justify-content: space-between;
    background: #c42b2b;
  }
  .new-top-img {
    width: 27.4vw;
  }
  .new-top-img img {
    width: 100%;
  }
  .new-top-font {
    background: url(../images/new-li-bg.png) no-repeat right center/cover;
  }
  .new-top-font {
    width: 35vw;
    padding: 2.4vw 2.4vw 0;
    color: #fff;
  }
  .new-top-line {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .new-top-title {
    width: 24vw;
    font-size: 1.2vw;
    line-height: 1.6vw;
  }
  .new-top-time {
    font-size: 12px;
    line-height: 18px;
  }
  .new-top-p {
    height: 120px;
    margin: 2vw 0;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
  }
  .new-top-more {
    font-size: 0.8vw;
    line-height: 1vw;
    background: url(../images/arrow-w.png) no-repeat 4vw center;
  }

  .news ul {
    padding: 1vw 0 0;
  }
  .news ul li {
    padding: 0 0 1vw;
  }
  .news ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2.4vw;
    color: #333;
    background: #f4f4f4;
  }

  .new-li-font {
    width: 49vw;
    padding-right: 2vw;
    border-right: 1px solid #000;
  }
  .new-li-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

    font-size: 1.2vw;
    line-height: 1.5vw;
  }
  .new-li-time {
    margin-top: 0.4vw;
    font-size: 14px;
    line-height: 20px;
  }

  .new-li-p {
    height: 3.2vw;
    margin: 0;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: #333;
  }

  .new-li-more {
    width: 6.4vw;
    font-size: 14px;
    line-height: 20px;
    background: url(../images/arrow-b.png) no-repeat 110px center;
  }
}
