.single-small-img {
  padding: 10px 0;
  border-bottom: 1px #f0f0f0 solid;
  color: #191919;
  cursor: pointer;
}
.single-small-img .left-img-container {
  float: left;
  width: 150px;
  height: 100px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
}
.single-small-img .left-img-container img {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease 0.1s;
  -webkit-transition: -webkit-transform 0.5s ease 0.1s;
}
.single-small-img h4 {
  height: 63px;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
  padding-top: 7px;
  font-weight: 400;
}
.single-small-img .detail {
  line-height: 20px;
  color: #777;
  height: 20px;
}
.single-small-img .detail .icon {
  position: static;
  top: auto;
  right: auto;
  background-position: 0 -30px;
  margin-left: 3px;
  cursor: pointer;
  width: 22px;
  height: 22px;
  display: inline-block;
  z-index: 2;
}
.qihoo-new-feed-container {
  color: #191919;
}
.qihoo-new-feed-container:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
.clear {
  zoom: 1;
  overflow: hidden;
}
.clear:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
