.news-wrapper {
  min-width: 1200px;
  font-size: 0;
  background-color: #fafbfc;
}
.news-wrapper .banner-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}
.news-wrapper .news-content {
  padding: 48px 0 336px;
}
.news-wrapper .news-content .news-items {
  width: 100%;
  background-color: #fff;
}
.news-wrapper .news-content .news-items .news-item {
  width: 100%;
  padding: 24px 32px;
  box-sizing: border-box;
}
.news-wrapper .news-content .news-items .news-item .left {
  width: 322px;
  height: 182px;
}
.news-wrapper .news-content .news-items .news-item .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-wrapper .news-content .news-items .news-item .right {
  width: 790px;
}
.news-wrapper .news-content .news-items .news-item .right .title {
  width: 100%;
  height: 56px;
  font-size: 20px;
  color: #303133;
  line-height: 28px;
  font-weight: 600;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-wrapper .news-content .news-items .news-item .right .intro {
  font-size: 14px;
  color: #909399;
  line-height: 24px;
  margin: 8px 0 0;
}
.news-wrapper .news-content .news-items .news-item .right .tags {
  margin: 16px 0 0;
}
.news-wrapper .news-content .news-items .news-item .right .tags .tag {
  color: #606266;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 11px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px 0 0;
}
.news-wrapper .news-content .news-items .news-item .right .other {
  margin: 30px 0 0;
  text-align: right;
}
.news-wrapper .news-content .news-items .news-item .right .other .icon {
  width: 70px;
  height: 20px;
  background: url(../img/logo.png) no-repeat center center;
  background-size: 100%;
  display: inline-block;
  vertical-align: middle;
}
.news-wrapper .news-content .news-items .news-item .right .other .date {
  font-size: 14px;
  color: #909399;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 8px;
  padding: 0 0 0 8px;
  position: relative;
}
.news-wrapper .news-content .news-items .news-item .right .other .date:before {
  content: '';
  width: 1px;
  height: 11px;
  background: #909399;
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
}
.news-wrapper .news-content #lay-pages {
  padding: 24px 0 0;
}
