.Train_div_default{
	width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
}
.Train_div_default_title{
	width: 100%;
	height: 42px;
	background-image: url(../images/title_head.fw.png);
	background-size: cover;
	background-position: center;
}
.Train_div_default_title p{
	line-height: 42px;
    font-size: 18px;
    color: #5f4731;
    padding-left: 50px;
    float: left;
}
.Train_div_default_title a{
	display: block;
    line-height: 42px;
    font-size: 16px;
    color: #5f4731;
    padding-right: 24px;
    float: right;
    text-decoration: none;
}
.Train_div_default_title a:hover{
	color: #fff;
}
.course{
	min-height: 300px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 25px;
}
.searchContent{
	display: inline-block;
	height: 29px;
	border: 1px solid #69533D;
	border-radius: 20px;
	margin-left: 46px;
}
.searchname{
	font-size: 16.2px;
	color: #69533D;
	padding:0 10px;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	text-align: center;
}
.searchContent ul li a:HOVER{
	color: white;
	display: block;
	height: 29px;
	background-color: #9F795F;
	border-radius: 20px;
}
.select a{
	color: white;
	display: block;
	height: 29px;
	background-color: #9F795F;
	border-radius: 20px;
}
.course_message{
	width: 265px;
	height: 328px;
	background-image:url(../images/train_message.fw.png); 
	background-position:center;
	float: left;
	margin-top: 20px;
	margin-left: 28px;
	cursor: pointer;
}
.course_message:HOVER{
	box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.63);
	background-image: url(../images/course.fw.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.trainTyle{
	width: 78px;
	height: 31px;
	font-size: 16.2px;
	color: white;
	line-height: 31px;
	text-align: center;
	position: relative;
	left: 187px;
	top:-172px;
	display: block;
}
.review{
	display: inline-block;
	width: 61px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	color: white;
	background-color: #000000;
	position: relative;
	left: 203px;
	top:-54px;
}
.treview{
	display: inline-block;
	width: 61px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	position: relative;
	left: 203px;
	top:-54px;
}
.preview{
	display: inline-block;
	width: 61px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}
.course_message_title{
	width: 233px;
	font-size: 16px;
	margin: 0px 0px 0px 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.usurl{
	background-repeat: no-repeat;
	background-position: center left;
	margin: 7px 0px 0px 20px;
	padding-left: 18px;
	line-height: 20px;
	font-size: 14px;
	color: #b0b0b0;

}
.registration_time{
	background-image: url(../images/time.fw.png);
}
.classHour{
	background-image: url(../images/classHour.fw.png);
	width: 33%;
	display: inline-block;
}
.people{
	background-image: url(../images/people.fw.png);
	width: 33%;
	display: inline-block;
}

/*培训师资*/
.train_teacher{
	background-color: white;
	text-align: center;
	padding-bottom: 25px;
}
.teacher_message{
	width: 265px;
	height: 267px;
	background-image:url(../images/teacherBack.fw.png); 
	float: left;
	margin-top: 20px;
	margin-left: 27px;
	cursor: pointer;
}
.teacher_message:HOVER{
	box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.63);
	background-image: url(../images/teacher.fw.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #5F4731;
}
.teacher_img{
	width: 135px;
	height: 135px;
	border-radius:50%;
	margin-top: 15px;
}
.teacher_name{
	font-size: 18px;
}
.teacher_abstract{
	font-size: 14px;
	width: 220px;
	margin-left: 25px;
	color: #666666;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	margin-top: 2px; 
}

/*在线培训*/
.train_online{
	background-color: white;
	padding-bottom: 25px;
}
.online_message{
	width: 265px;
	height: 319px;
	float: left;
	margin-top: 20px;
	margin-left: 28px;
	cursor: pointer;
}
.online_message:HOVER{
	box-shadow: 1px 4px 20px rgba(0, 0, 0, 0.63);
	background-image: url(../images/online.fw.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.online_message_title{
	width: 233px;
	font-size: 16px;
	margin: -16px 0px 0px 20px;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}