.news-wrap {

}
.banner-swiper {

}
.swiper-item {
  height: 392px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.news-wrap .tag {
  font-size: 26px;
  padding: 48px 0 32px;
  text-align: center;
}
.cats {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.2px;
  line-height: 1;
  margin-bottom: 24px;
}
.cat {
  border-right: 1px solid #333;
  padding: 0 16px;
}
.cat:last-child {border: none}
.cat a {
  display: block;
  padding: 4px 12.8px;
  cursor: pointer;
}
.cat a.active, .cat a:hover{
  color: white;
  background: #c8161e;
}

.news-item {
  display: flex;
  align-items: center;
  padding: 30px;
  margin-bottom: 24px;
  border-bottom: 4px solid #d9e0f0;
  box-shadow: 0px 0px 8px 0px #d9e0f0;
}

.news-item .left-pic{
  width: 204px;
  height: 122px;
  margin-right: 32px;
}
.news-item .right {
  flex: 1;
}

.news-item .title {
  font-size: 19px;
  margin-bottom: 12px;
}

.news-item .desc {
  font-size: 14.4px;
  color: #999;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.newfist{
    padding: 0 3px;
    max-height: 12。8px;
    line-height: 12.8px;
    text-align: center;
    font-size: 9.6px;
    color: #df0007;
    border: 1px solid #df0007;
    margin-left: 8px;
}

.time-views {
  display: flex;
  align-items: center;
  border-top: 1px dashed #d9e0f0;
  font-size: 11.2px;
  padding-top: 8px;
}
.time-views>div {
  display: flex;
  align-items: center;
}
.time-views .icon{
  font-size: 16px;
  color: #d9e0f0;
  margin-right: 8px;
}

.time-views .time{
  margin-right: 40px;
}

.pagation {
  padding: 12px 0 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagation .item {
  width: 28.8px;
  height: 28.8px;
  text-align: center;
  line-height: 28.8px;
  border-radius: 2px;
  margin-right: 8px;
  background: #e8e8e8;
  font-size: 11.2px;
}
.pagation .item.active {
  color: white;
  background: #c8161e;
}







