.list-teacher-def{
  display: none;
  background: url('../images/teacher-def.jpg') no-repeat -410px;
  height: 260px;
}
.list-title{ 
	height: 30px;
	line-height: 30px;   
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#E9E9E9));
    background: -moz-linear-gradient(top, #ffffff, #E9E9E9);
    background: -ms-linear-gradient(top, #ffffff, #E9E9E9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#E9E9E9');
}
.list-title .title{height: 30px;line-height: 30px;font-size: 18px;padding-left: 20px;}
.teacher-list .li-teacher{
	border-bottom: 1px solid #ddd;
    display: block;
    padding-bottom: 30px;
    margin-top: 35px;
    height: 128px;
}
/*老师信息*/
.teacher-list .li-teacher .w65{width: 60%;}
.teacher-list .li-teacher .teacher-thumb{
	background: #fff;
    display: block;
    height: 128px;
    width: 170px;
    overflow: hidden;
    margin-right: 25px;
}
.teacher-list .li-teacher .name{height: 20px;line-height: 20px;}
.teacher-list .li-teacher .name .teacher-name{font-size: 14px;color: #004E9C;}
.teacher-list .li-teacher .name .zhicheng{margin-left: 10px;}
.teacher-list .li-teacher .yxzc{height: 20px;line-height: 20px;margin-top: 10px;} 
.teacher-list .li-teacher .min-info{line-height: 20px;margin-top: 10px;color: #999;}
/*最近所讲课程*/
.teacher-list .li-teacher .w35{width: 40%;}
.teacher-list .li-teacher .w35 .last-course{margin-left: 25px;margin-bottom: 10px;font-size: 14px;color: #004E9C;}
.teacher-list .li-teacher .w35 .pl10{margin-left: 10px;}
.teacher-list .li-teacher .w35 .pl10 .course-li{position: relative;margin-left: 16px; width: 120px;}
.teacher-list .li-teacher .w35 .pl10 .course-li a img{border: 1px solid #e2e2e2;display: block;height: 75px;width: 120px;}
.teacher-list .li-teacher .w35 .pl10 .course-li a{text-decoration: none;}
.teacher-list .li-teacher .w35 .pl10 .course-li a p{height: 20px;line-height: 20px;color: #888;}
.teacher-list .li-teacher .w35 .pl10 .course-li a:hover p{color: #f00;}