/* 重点推荐 */
.edu_recommend{
	width: 1200px;
	margin: 16px auto 20px;
	overflow: hidden;
}
.left_tree{
    float: left;
    width: 255px;
    height: 712px;    
    overflow: auto;
    border: 1px solid #ebebeb;
}
.right_content{
    float: right;
    width: 920px;
}
.content_top{
    overflow: hidden;
}
.content_top>a{
    float: left;
    border: 1px solid #ebebeb;
}
.content_top>a img{
    width: 460px;
    height: 240px;
}
.top_tit{
    float: right;
    width: 440px;
    height: 240px;
    overflow: auto;
}
.top_tit p{
    font-size: 16px;
    font-weight: bold;
    line-height: 36px;
}
.top_tit p:nth-child(3) {
    height: 180px;
    overflow: auto;
}
.top_tit .top_content{
    line-height: 25px;
    font-weight: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
	overflow: hidden;
}
.content_list{
    overflow: hidden;
    margin-top: 35px;
}
.content_list>li{
	overflow: hidden;
    float: left;
	width: 222px;
    margin-left: 10px;  
    margin-bottom: 17px;
}
.content_list .list_align:first-child,.content_list .list_align:nth-child(5){
	margin-left: 0;  
}
.list_therein{
    float: left;
    width: 100%;
}
.list_therein:first-child{    
	margin-left: 0;
}
.therein_img a{
	display: block;
}
.therein_img a img{
    width: 222px;
    height: 165px;
}
.therein_title{
	font-weight: bold;
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	height: 38px;
	line-height: 38px;
}
.therein_time{
	color: #bfbfbf;
    width: 100%;
    overflow: hidden;
}
.therein_time span{
	float: left;
	width: 50%;
	font-size: 13px;
	height: 13px;
	line-height: 13px;
	color: #6d6d6d;
}