.wrapper{
	width: 1200px;
	margin: 0 auto;
}

.wrapper_list{
	margin-top: 42px;
	margin-bottom: 48px;
}

.wrapper_list li{
	overflow: hidden;
	margin-top: 26px;
	padding-bottom: 28px;
	border-bottom: 1px solid #E4E4E4;
	cursor: pointer;
}

.list_img{
	width: 258px;
	height: 144px;
}

.list_img img{
	width: 100%;
	height: 100%;
}

.list_msg{
	margin-left: 40px ;
	width: 900px;
}

.list_msg p{
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.list_courseware,
.list_plan{
	float:left;
	font-size: 15px;
	padding-left: 26px;
}

.list_courseware{
	margin-right: 66px;
	background: url(../img/courseware_bg.png) no-repeat 0 center;
}
.list_plan{
	background: url(../img/plan_bg.png) no-repeat 0 center;
}

.msg_txt{
	clear: both;
	color: #999999;
	font-size: 14px;
	margin-top: 60px;
	border-top: 1px dashed #EFEFEF;
	padding-top: 12px;
   line-height: 22px;
   
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}










.redColor{
	color: #F85847;
}
