/*最新资讯样式*/
.c_list{
	width:1180px;
	margin:0 auto;
    overflow: hidden;
}
.c_list li{
	float: left;
	width: 580px;
	height: 260px;
    margin-top: 50px;
}
.c_list li.l{
	float:left;
}
.c_list li.r{
	float:right;
}
.c_list li .teachers_img{
	width: 208px;
	height: 260px;
	float: left;
	margin-right: 30px;
}
.c_list li .teachers_img img{
	width: 100%;
	height: 100% ;
}
.c_list li .teachers_title{
	width: 340px;
	height: 30px;
	line-height: 30px;
	float: left;
	margin-top: 35px;
}
.c_list li .teachers_title a{
	font-size: 16px;
	color: #282828;
}
.c_list li .teachers_title a:hover{
    color: #e60045;
    text-decoration: underline;
}
.c_list li .teachers_subtitle{
	width: 340px;
	height: 26px;
	line-height: 26px;
	float: left;
	font-size: 14px;
	color: #626262;
	padding-bottom: 14px;
	border-bottom: 1px solid #e4e4e4;
}
.c_list li .teachers_con{
	width: 340px;
	padding-top:10px;
	float: left;
	line-height: 24px;
	height: 87px;
	color: #626262;
	overflow:hidden;
}
/*最新资讯样式*/