.article-body .img-group {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px;
}

.article-body .img-group .item {
  width: 370px;
  height: 208px;
  background: #F5F5F7;
  margin-right: 8px;
  border-radius: 4px;
}

.article-body .img-group .item:last-child {
  margin-right: 0;
}

.article-body .img-group .item .img {
  width: 370px;
  height: 168px;
  background-size: cover !important;
  border-radius: 4px;
}

.article-body .img-group .item .text {
  font-size: 14px;
  color: #212121;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}



/* ÒÆ¶¯¶Ë */
@media screen and (max-width: 960px) {
  .article-body .img-group {
    overflow-x: scroll;
  }

  .article-list {
    padding: 0 15px;
  }

  .article-body {
    padding-right: unset;
    padding-left: 15px;
  }

  .article-body .img-group {
    margin-bottom: 5px;
  }

}

/* PC¶Ë */
@media screen and (min-width:960px) {}