/* 新闻列表 */

.news {
}
.new-top a {
  display: block;
  background: #f2efea;
}

.new-top-img img {
  width: 100%;
  border-radius: 5px;
}
.new-top-font {
  padding: 10px;
}
.new-top-time {
  padding-left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #93713b;
  background: url(../images/new_time.png) no-repeat 0 center;
}
.new-top-title {
  overflow: hidden;
  margin: 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.new-top-p {
  height: 80px;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
.new-top-more {
  width: 120px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #93713b;
  border: 1px solid #93713b;
}

.news ul {
  padding: 5px 0 0;
}
.news ul li {
  padding: 2px 0;
}
.news ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #f2efea;
  border-radius: 5px;
}
.new-li-time {
  padding-left: 24px;
  font-size: 14px;
  line-height: 20px;
  color: #93713b;
  background: url(../images/new_time.png) no-repeat 0 center;
}
.new-li-title {
  height: 40px;
  margin: 5px 0;
  overflow: hidden;

  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.new-li-more {
  width: 120px;
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #93713b;
  border: 1px solid #93713b;
}
@media (min-width: 1200px) {
  .new-top a {
    display: flex;
    justify-content: space-between;
    background: #f2efea;
  }
  .new-top-img {
    width: 33vw;
  }
  .new-top-img img {
    width: 100%;
    border-radius: 5px;
  }
  .new-top-font {
    width: 29.4vw;
    padding: 3vw;
  }
  .new-top-time {
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #93713b;
    background: url(../images/new_time.png) no-repeat 0 center;
  }
  .new-top-title {
    overflow: hidden;
    margin: 1.2vw 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #000;
  }
  .new-top-p {
    height: 8.4vw;
    overflow: hidden;
    font-size: 0.8vw;
    line-height: 1.2vw;
    color: #000;
  }
  .new-top-more {
    width: 6.4vw;
    margin: 0;
    font-size: 0.8vw;
    line-height: 1.8vw;
    text-align: center;
    color: #93713b;
    border: 1px solid #93713b;
  }

  .new-top a:hover {
    background: url(../images/new_li_bg.png) no-repeat right 0 / 30vw 100%;
  }
  .new-top a:hover .new-top-time {
    color: #fff;
    background-image: url(../images/new_timea.png);
  }
  .new-top a:hover .new-top-title {
    color: #fff;
  }
  .new-top a:hover .new-top-p {
    color: #fff;
  }
  .new-top a:hover .new-top-more {
    color: #fff;
    border-color: #fff;
  }

  .news ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1vw;
    padding: 1vw 0 0;
  }
  .news ul li {
    width: 33.3%;
    padding: 1vw;
  }
  .news ul li a {
    display: block;
    padding: 1.5vw;
    border: 1px solid #f2efea;
    border-radius: 5px;
  }
  .new-li-time {
    padding-left: 24px;
    font-size: 14px;
    line-height: 20px;
    color: #93713b;
    background: url(../images/new_time.png) no-repeat 0 center;
  }
  .new-li-title {
    height: 3.6vw;
    margin: 2vw 0;
    overflow: hidden;
    font-size: 1.2vw;
    line-height: 1.8vw;
    color: #000;
  }
  .new-li-more {
    width: 6.4vw;
    font-size: 0.8vw;
    line-height: 1.8vw;
    text-align: center;
    color: #93713b;
    border: 1px solid #93713b;
  }

  .news ul li a:hover {
    background: url(../images/new_li_bg.png) no-repeat center center/cover;
  }
  .news ul li a:hover .new-li-time {
    color: #fff;
    background-image: url(../images/new_timea.png);
  }
  .news ul li a:hover .new-li-title {
    color: #fff;
  }
  .news ul li a:hover .new-li-more {
    color: #fff;
    border-color: #fff;
  }
}
