@import url(https://fonts.googleapis.com/css?family=Abril+Fatface);.hotArticle, .hotTag, .community {
  margin: 30px 0;
}

.artList-item-noImg {
  padding-bottom: 10px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}
.artList-item-noImg .artList-item-tit {
  margin: 10px 0;
  height: 45px;
  overflow: hidden;
  cursor: pointer;
}

.hotTagList {
  flex-wrap: wrap;
}
.hotTagList .hotTag-item {
  margin-bottom: 10px;
  margin-right: 16px;
  color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
}

.socialList .socialIcon {
  margin-right: 8px;
  width: 30px;
  height: 30px;
}
.socialList .socialIcon img {
  width: 100%;
  border-radius: 5px;
}

@media only screen and (min-width: 768px) {
  .hotTagList {
    max-width: 248px;
  }
}