.trendings.c {
  margin-top: 16px;
}
.trendings.c .title {
  position: relative;
  margin: 0 0 8px 0;
}
.trendings.c .title:before,
.trendings.c .title:after {
  content: " ";
  display: table;
}
.trendings.c .title:after {
  clear: both;
}
.trendings.c .title h2 {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #101010;
  margin: 0;
}
.trendings.c ul > li {
  padding: 0;
  margin: 0;
  border: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
