/* 雪碧图 */
.look-num,.collect-num,.comment-num{position:absolute;background:url(../../images/news/list/news-list.png) no-repeat;}
.collect-num{height:15px;width:16px;background-position:0 0;}
.comment-num{height:12px;width:16px;background-position:-30px 0;}
.look-num{height:12px;width:16px;background-position:-58px 0;}

/* * 主体内容 */ 
.global,.container{
    background-color:#f8f8f8;
}
/* 左边 */
.list-main{
    float:left;
    width:840px;
    padding:0 30px;
    border-radius:4px;
    background:#fff; 
}
/* 资讯列表 */
.list-main .news-list{
    overflow:hidden;
}
.news-list .list{
    height:210px;
    padding:30px 0;
    border-bottom:1px solid #eee;
}
.news-list .list .fl img{
    width:280px;
    height:210px;
    border-radius:4px;
}
.news-list .list .news-info{
    width:530px;
    margin-left:30px;
    font-weight:400;
}
.news-list .list .news-info .tit{
    font-size:16px;
    color:#2B2B2B;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.news-list .list .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 .list .news-info .other{
    height:12px;
    margin-top:33px;
    color:#bbb;
}
.news-list .list .news-info .other .oth-left{
    float:left;
}
.news-list .list .news-info .other .oth-right{
    float:right;
}
.news-list .list .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 .list .news-info .other .oth-right span:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none;
}
.news-list .list .news-info .other .oth-right span i{
    float:left;
    left:-8px;
}
.collect-num{
    top:-3px;
}
/* 分页 */
.list-main .page{
    width:840px;
}
/* 右侧 */
.sidebar{
    float:left;
    width:260px;
    margin:0 0 50px 20px;
}
.sidebar .rec-news{
   height:459px;
   padding:30px;
   border-radius:4px;
   font-weight:400;
   background:#fff;
}
.sidebar .tit{
    display:block;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
    font-size:14px;  
}
.rec-news .news-list{
    padding-top:20px;
}
.rec-news .news-list li{
    margin-bottom:30px;
    overflow:hidden;
}
.rec-news .news-list .fl{
    width:108px;
    height:60px;
    margin-right:12px;
}
.rec-news .news-list .fl a{
    height:38px;
    line-height:20px;
    overflow:hidden;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.rec-news .news-list .fl span{
    display:block;
    margin-top:11px;
    color:#bbb;
}
.rec-news .news-list .fr img{
    width:80px;
    height:60px;
    border-radius:4px;
}
.sidebar .more-btn{
    display:block;
    width:110px;
    height:24px;
    margin:0 auto;
    padding-top:10px;
    border-radius:17px;
    border:1px solid #ddd;
    font-size:13px;
    color:#999;
    text-align:center;
}
.sidebar .more-btn:hover{
    color:#fff;
    background:#FF8041;
    border:1px solid #FF8041;
}
/* 广告 */
.ad{
    margin:20px 0;
} 
.ad img{
    width:260px;
    height:260px;
    border-radius:4px;
}
/* 推荐课程 */
.rec-course{
    height:469px;
    padding:30px;
    border-radius:4px;
    font-weight:400;
    background:#fff;
}
.rec-course .course-list{
    width:106%;
    height:375px;
    padding-top:20px;
}
.rec-course .course-list li{
    float:left;
    margin:0 12px 30px 0;
}
.rec-course .course-list img{
    width:94px;
    height:71px;
    border-radius:4px;
}
.rec-course .course-list .title{
    width:94px;
    margin-top:10px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}