.right-content{
	padding-top:0 !important;
}
.course-div{
	padding:60px 20px;
}
.img-div{
	float: left;
	position: relative;
	width: 600px;
	height: 360px;
	overflow: hidden;
}
.img-div img{
	width: 600px;
	height: 360px;
	background: #999;
}
.img-div:before{
	position: absolute;
	top: 130px;
	left: 255px;
	content: '';
	width: 90px;
	height: 90px;
	background: url(../../image/www/course/play.png) no-repeat center;
	background-size: cover;
}
.course-img{
	float: left;
	width: 600px;
	height: 350px;
	background: #999;
}
#iframeVideo{
	float: left;
	width: 600px;
	height: 350px;
}
.course-info{
	float: left;
	margin-left: 24px;
}
.course-info h3{
	font-size: 24px;
	font-weight: normal;
}
.course-info .fee{
	font-size: 26px;
	color: #ff4000;
	margin: 20px 0 28px;
}
.course-info .tag{
	font-size: 14px;
	color: #0958ce;
	padding: 6px;
	border: solid 1px #0958ce;
	margin-right: 8px;
}
.course-info .online,.offline{
	font-size: 14px;
	line-height: 40px;
	color: #333;
}
.course-info .service{
	width: 480px;
	text-align: justify;
	color: #666;
	margin: 24px 0 37px;
	line-height: 24px;
}
.course-more{
	margin:20px;
}
.course-more .tab{
	height: 50px;
	border-bottom: solid 1px #e5e5e5;
	font-size:0;
}
.course-more .tab li{
	display:inline-block;
	width: 120px;
	font-size: 16px;
	color: #666;
	text-align: center;
	line-height:46px;
	cursor: pointer;
}
.course-more .tab li.on{
	color: #e50112;
	border-bottom: 4px solid #e50112;
}
.item{
	padding:30px;
	display:none;
}
.appraises-list li{
	padding:20px 0;
	font-size: 14px;
	border-bottom: 1px solid #eeeeee;
}
.com{
	color: #333;
	margin-bottom: 12px;
	text-align: justify;
}
.com-time{
	color: #999;
}
.no-data{
	font-size:16px;
	color:#999;
}
.outline{
	display:block;
	overflow-x:hidden;
}
.outline img,.outline table{
	max-width:100%;
}