/* 雪碧图 */
.collect-num,.comment-num,.look-num{position:absolute;background:url(../../images/shop/shop-share.png)  no-repeat;}
.collect-num{height:15px;width:16px;background-position:0 0;}
.comment-num{height:12px;width:16px;background-position:-31px 0;}
.look-num{height:12px;width:16px;background-position:-60px 0;}
/* 博文列表 */
.news-list .tab {
    height: 210px;
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.news-list .tab .fl img{
    width:280px;
    height:210px;
    border-radius:4px;
}
.news-list .tab .news-info{
    width:860px;
    margin-left:40px;
    font-weight:400;
}
.news-list .tab .news-info .tit{
    font-size:16px;
    color:#2B2B2B;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-list .tab .news-info .txt{
    height:58px;
    margin:19px 0 49px;
    color:#999;
    line-height:20px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.label{
    height:26px;
}
.label a{
    float:left;
    display:block;
    margin-right:10px;
    padding:6px 10px;
    border-radius:4px;
    color:#999;
    background:#F8F8F8;
}
.label a:hover{
    color:#fff;
    background:#FF8041;
}
.news-list .tab .news-info .other{
    height:12px;
    margin-top:33px;
    color:#bbb;
}
.news-list .tab .news-info .other .oth-left{
    float:left;
}
.news-list .tab .news-info .other .oth-right{
    float:right;
}
.news-list .tab .news-info .other .oth-right span{
    float:left;
    display:inline-block;
    position:relative;
    vertical-align:middle;
    margin-right:22px;
    padding:0 12px;
    border-right:1px solid #eee;
}
.news-list .tab .news-info .other .oth-right span:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none;
}
.news-list .tab .news-info .other .oth-right span i{
    float:left;
    left:-8px;
}
.collect-num{
    top:-3px;
}