@charset "utf-8";
.banner {
  padding: 0;
}
.banner .banner-swiper a {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 140px;
}
.banner .banner-swiper a img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .banner-swiper a p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px 5% 0;
  width: 90%;
  height: 50px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
}
.banner .banner-swiper .swiper-pagination {
  top: auto;
  bottom: 0;
}
.banner .banner-swiper .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #17B1F2;
}
.banner .nav-list {
  display: block;
  padding: 10px;
  overflow: hidden;
}
.banner .nav-list li {
  float: left;
  width: 25%;
  text-align: center;
}
.banner .nav-list li a {
  display: inline-block;
  line-height: 30px;
  margin: 6px 0;
  width: 88%;
  color: #333;
  font-size: 14px;
  background: #f6f6f6;
  border-radius: 2px;
}
.banner .nav-list li a.active {
  background: #17B1F2;
  color: #fff;
  font-weight: bold;
}
.news_list {
  overflow: hidden;
}
.news_list li {
  overflow: hidden;
  display: flex;
  padding: 12px 0;
  border-bottom: 1px solid #ebebeb;
}
.news_list li .img {
  width: 108px;
  height: 67px;
  border-radius: 5px;
  display: block;
  margin-right: 12px;
}
.news_list li .img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 5px;
}
.news_list li .text {
  flex: 1;
}
.news_list li .text .bt {
  display: block;
  height: 40px;
  width: 270px;
  line-height: 20px;
  font-size: 14px;
  color: #333;
  overflow: hidden;
  text-wrap: nowrap;
  text-overflow: ellipsis;
}
.news_list li .text span {
  float: left;
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  margin: 8px 10px 0 0;
}