.header {
  position: sticky;
  z-index: 100;
  top: 0;
}
.header .header-box {
  box-sizing: border-box;
  background: #f8f8f8;
}
.header .logo {
  width: 37px;
  height: 32px;
  margin-right: 15px;
}
.header .input-box {
  display: flex;
  flex: 1;
  align-items: center;
  padding: 5px 10px;
  border-radius: 5px;
  background: #FFF;
}
.header .input-box input {
  background-color: #fff;
  border: none;
  width: 100%;
  font-size: 14px;
}

.new-grid {
  padding-top: 0;
}
.new-grid .item img {
  width: 49px;
  height: 49px;
}

.new-grid2 {
  background-color: #fff;
  border-radius: 10px;
}
.new-grid2 .item img {
  width: 26px;
  height: 26px;
}

.news-list-new {
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  padding: 0 5px 15px 15px;
}
.news-list-new .title {
  font-size: 13px;
  font-weight: bold;
  overflow: hidden;
  box-sizing: border-box;
  height: 42px;
  margin-bottom: 5px;
  line-height: 20px;
  white-space: pre-wrap;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.waterfall {
  display: flex;
  padding-left: 15px;
}
.waterfall .waterfall-items {
  overflow: hidden;
  width: calc(50% - 22px);
}
.waterfall img {
  -o-object-fit: cover;
     object-fit: cover;
}
.waterfall .item-box {
  box-sizing: border-box;
  margin-bottom: 10px;
}
.waterfall .item-box.full {
  width: 100%;
}
.waterfall .w-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.waterfall .w-tag .tag-item {
  background-color: #EEF3F9;
  display: inline-block;
  color: #535E85;
  font-size: 10px;
  height: 12px;
  line-height: 12px;
  padding: 4px;
  margin-right: 4px;
}
.waterfall .w-line {
  height: 1px;
  background-color: #EEF3F9;
  overflow: hidden;
}/*# sourceMappingURL=newStyle.css.map */