.news-list-top {
  overflow: hidden;
  display: block;
}
.news-list-top .news-item {
  float: left;
  width: calc(100% / 3);
  margin: 0 0 10px;
}
.news-list-top .news-item:nth-child(4) {
  clear: both;
}
.news-list-top .news-item:nth-child(n+7) {
  width: 100%;
  float: none;
  clear: both;
  border-top: 1px dotted #DDD;
  margin-bottom: 0;
}
.news-list-top .news-item:nth-child(n+7) a {
  display: block;
}
.news-list-top .news-item:nth-child(n+7) .news-img {
  display: none;
}
.news-list-top .news-item:nth-child(n+7) .news-text {
  padding: 8px 0;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.news-list-top .news-item:nth-child(n+7) .news-text .news-time {
  margin-top: 0;
  display: block;
  margin-left: auto;
}
.news-list-top .news-item a {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 5px;
}
.news-list-top .news-item .news-img {
  width: 100%;
  height: 130px;
  -moz-background-size: 30%;
  -o-background-size: 30%;
  -webkit-background-size: 30%;
  background-size: 30%;
}
.news-list-top .news-item .news-img[style^='background-image'] {
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-position: center 20%;
}
.news-list-top .news-item .news-text {
  padding: 5px 0;
  width: 100%;
}
.news-list-top .news-item .news-text .news-time {
  margin-top: 5px;
  display: none;
}
.news-list-top.news-item-fast-large .news-item:nth-child(1) {
  width: calc(100% / 3 * 2);
}
.news-list-top.news-item-fast-large .news-item:nth-child(1) a {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.news-list-top.news-item-fast-large .news-item:nth-child(1) a:after {
  display: none;
}
.news-list-top.news-item-fast-large .news-item:nth-child(1) .news-img {
  height: 250px;
  width: 100%;
}
.news-list-top.news-item-fast-large .news-item:nth-child(1) .news-text {
  margin: 0;
}
.news-list-top.news-item-fast-large .news-item:nth-child(1) .news-text .news-paragraph {
  margin: 5px 0;
}
