.currentAddress{
	height: 50px;
	line-height: 50px;
	color:#999;
	width: 1000PX;
	margin: 0 auto;
}
.content{
	height: 300px;
	overflow: hidden;
	border-radius: 8px;
}
.courseImg{
	width: 300px;
	height: 260px;
	margin:20px;
}
.courseImg img{
	width: 300px;
	height:260px;
}
.courseInfo,.courseImg{
	float: left;
}
.courseName{
	margin-top: 30px;
	font-size: 20px;
	font-weight: bold;
}
.courseTime{
	margin-top: 20px;
	color:#999;
}
.courseAddress{
	margin-top: 10px;
	color:#999;
}
.coursePrice{
	font-size: 32px;
	color:#F6831B;
	margin-top: 20px;
}
.mySignUp a{
	display: inline-block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background-color: #F6831B;
	border:none;
	color:#FFF;
	text-align: center;
	font-size: 18px;
	margin-top: 35px;
}
.courseIntroduce{ 
	background-color: #FFF;
	width: 1000px;
	margin:0 auto;
	box-shadow: 0px 0px 10px #d9d9d9;
	margin-bottom: 50px;
	padding:2px 0px;
	box-sizing: border-box;
}
.introduceTit{
	margin: 20px 20px 5px 20px;
	padding-left: 10px;
	font-size: 20px;
	border-left: 2px solid #FF0000;
	height: 20px;
	line-height: 20px;
}
.introduceDetails{
	padding-top:30px;
	border-top: 1px solid #D9D9D9;
	margin: 0px 20px;
}
.apply,.advantage{
	font-size: 20px;
	margin-top: 35px;
}
.introduceDetailsText p,.applyInfo,.advantageInfo{
	color:#666;
}
.applyInfo,.advantageInfo{
	margin-top: 10px;
}
