article {
  background-image: url(../images/new-bg.jpg);
}
/* 新闻列表 */

.news {
}
.com-top .detail {
  color: #fff;
}
.bread {
  color: #fff;
}
.bread a {
  color: #fff;
}

.news {
  padding: 10px;
  background: rgba(255, 255, 255, 0.6);
}
.news ul {
  display: flex;
  flex-wrap: wrap;
}
.news ul li {
  width: 50%;
  padding: 0.1rem;
}
.news ul a {
  display: block;
  padding: 0 0 0.4rem;
  border-bottom: 1px solid #333;
}
.new-li-img {
  overflow: hidden;
}
.new-li-img img {
  width: 100%;
}
.new-li-time {
  padding: 0.1rem 0;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.new-li-title {
  height: 40px;
  margin: 0.1rem 0;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  color: #333;
}
.new-li-p {
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}
.new-li-more {
  font-size: 14px;
  line-height: 20px;
  color: #bd0101;
}
@media (min-width: 1200px) {
  .com-top .detail {
    color: #fff;
  }
  .news {
    padding: 1vw 2vw;
    background: rgba(255, 255, 255, 0.6);
  }
  .news ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1vw;
  }
  .news ul li {
    width: 33.3%;
    padding: 1vw;
  }
  .news ul a {
    display: block;
    padding: 0 0 2vw;
    border-bottom: 1px solid #333;
    transition: 0.3s;
  }
  .new-li-img {
    overflow: hidden;
  }
  .new-li-img img {
    width: 100%;
  }
  .new-li-time {
    padding: 0.8vw 0;
    font-size: 14px;
    line-height: 20px;
    color: #666;
  }
  .new-li-title {
    height: 3vw;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.5vw;
    color: #333;
  }
  .new-li-p {
    height: 7vw;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #666666;
  }
  .new-li-more {
    font-size: 0.8vw;
    line-height: 1.4vw;
    color: #bd0101;
  }

  .news ul a:hover {
    transform: translate3d(0, -1vw, 0);
  }
}
