.post-list {
    border-top: 1px solid #e5e5e5;
}

.post {
    padding: 12px;
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    clear: both;
    display: block;
    position: relative;
}
.post:last-child {
    border-bottom: 1px solid #e5e5e5;
}

.icon.stick {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: 0;
}

.tag-wrapper {
    float: left;
}
.info .tag{
    width: 16px;
    height: 16px;
    background-image: url(../../images/forum/forum-tag.png);
    background-repeat: no-repeat;
    background-size: 600% 100%;
    padding: 0;
    background-position: 0 0;
    position: relative;
    top: 2px;
}
.info .tag.stick {
  background-position: 0 0;
}
.info .tag.hot {
    background-position: -16px 0;
}
.info .tag.img {
    background-position: -32px 0; 
}
.info .tag.new {
    background-position: -48px 0; 
}
.info .tag.office {
    background-position: -64px 0;
}
.info .tag.good {
    background-position: -80px 0; 
}
.content {
}
.content .info {
    font-size: 16px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #333;
}
.content .desc {
    margin-top: 10px;
    color: #999;
    font-size: 12px;
}
.content .desc .i-wrapper{
  display: inline-block;
  padding-right: 12px;
}
.content .desc .i-wrapper i {
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;

}
.content .desc .icon-new-views {
    font-size: 17px;
}
.content .desc .i-wrapper span {
    position: relative;
    top: 1px;
    display: inline-block;
}

.content .desc .comment-wrapper {
}

.content .desc .date {
    float: right;
    position: relative;
    top: 2px;
}

.post-list .sort-btn {
  float: right;
  padding: 5px 12px;
  position: relative;
  z-index: 999;
  color: #999;
  display: none;
  padding-bottom: 7px;
}
.post-list .sort-btn .icon {
  padding-right: 4px;
  font-size: 11px;
}