.news {
  padding-top: 2.2rem;
}

.news .banner {
  background: url(../images/news/banner.jpg) no-repeat;
  background-size: 100%;
  width: 100%;
  height: 7.2rem;
  text-align: center;
  color: #fff;
}

.news .banner h5 {
  font-size: 1rem;
  padding: 1.4rem 0 0.65rem;
}

.news .banner div {
  font-size: 0.55rem;
  line-height: 0.9rem;
  width: 12rem;
  margin: 0 auto;
}

.news .newsBox {
  margin: 0.8rem 0;
}

.news .newsBox ul {
  margin: 0 0.5rem;
}

.news .newsBox ul li {
  display: inline-block;
  padding: 0.2rem 1rem;
  font-size: 0.5rem;
  border-radius: 0.8rem;
}

.news .newsBox ul li.active {
  background-color: #b80081;
  color: #fff;
}

.news .newsBox .newsList .list {
  display: flex;
  margin: 0.8rem 0.5rem;
  height: 4.2rem;
  overflow: hidden;
}

.news .newsBox .newsList .list .imgBox {
  display: inline-block;
  width: 5.14rem;
  height: 3.6rem;
  overflow: hidden;
}

.news .newsBox .newsList .list .imgBox img {
  display: inline-block;
  width: 143%;
  height: 100%;
}

.news .newsBox .newsList .list .newsInfo {
  width: 10rem;
  margin-left: 0.4rem;
}

.news .newsBox .newsList .list .newsInfo h5 {
  font-size: 0.6rem;
  white-space: nowrap;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.news .newsBox .newsList .list .newsInfo b {
  font-size: 0.5rem;
  color: #999999;
  font-weight: 400;
}

.news .newsBox .newsList .list .newsInfo div {
  font-size: 0.5rem !important;
  color: #6b6b6b !important;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news .newsBox .pageBox {
  text-align: center;
  margin: 0 0.5rem;
}

.news .newsBox .pageBox a {
  text-decoration: none;
}

.news .newsBox .pageBox a.page {
  display: inline-block;
  border: 1px solid #d5d5d5;
  color: #757575;
  font-size: 0.5rem;
  font-weight: 400;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  text-align: center;
  line-height: 1rem;
  margin-right: 0.1rem;
}

.news .newsBox .pageBox a.current {
  background-color: #b80081;
  color: #fff;
}

.news .newsBox .pageBox .arrowBox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5rem;
  margin-top: 0.5rem;
}

.news .newsBox .pageBox .arrowBox a {
  display: inline-block;
  width: 50%;
}

.news .newsBox .pageBox .arrowBox a img {
  display: inline-block;
  width: 2rem;
  height: 1.2rem;
}
