/* 新闻列表 */
article {
  background: url(../images/new-bg.jpg);
}
.news {
}

.news ul li {
  padding: 0.2rem 0;
  border-bottom: 1px solid #fff;
}

.news ul a {
  display: flex;
  justify-content: space-between;
}
.new-li-time {
  width: 1.2rem;
}
.new-li-time span {
  display: block;
  padding: 0 0 0.4rem;
  text-align: right;
  font-weight: lighter;
  font-size: 0.48rem;
  line-height: 0.48rem;
  color: #fff;
}
.new-li-time i {
  display: flex;
  align-items: center;
  justify-content: center;
  float: right;
  width: 12px;
  height: 12px;

  background: #c1181b;
  border-radius: 50%;
}
.new-li-time i img {
  width: 3px;
}

.new-li-font {
  width: 5.4rem;
}
.new-li-title {
  font-size: 0.3rem;
  line-height: 0.36rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-li-p {
  height: 72px;
  margin: 0.2rem 0 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.new-li-img {
  display: none;
}
@media (min-width: 1200px) {
  .news {
  }

  .news ul li {
    padding: 1vw 0;
    border-bottom: 1px solid #fff;
  }

  .news ul a {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .new-li-time {
    width: 6.4vw;
  }
  .new-li-time span {
    display: block;
    padding: 0 0 2vw;
    text-align: right;
    font-weight: lighter;
    font-size: 2.4vw;
    line-height: 2.4vw;
    color: #fff;
  }
  .new-li-time i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 0.9vw;
    height: 0.9vw;
    margin-left: 5vw;
    background: #c1181b;
    border-radius: 50%;
  }

  .new-li-font {
    width: 36vw;
    padding: 0 0 0 2vw;
  }
  .new-li-title {
    font-size: 0.9vw;
    line-height: 1.4vw;
    color: #fff;
  }
  .new-li-p {
    height: 3.2vw;
    margin: 1vw 0 0;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.6vw;
    color: #fff;
  }
  .new-li-img {
    width: 11.2vw;
  }
  .new-li-img img {
    width: 100%;
  }
}
