@charset "utf-8";
/* CSS Document */

/* contact */
#course{
	clear:both;
	float:left;
	background:#fff;
	width:998px;
	margin:20px 0px 0px;
	border:1px solid #ddd;
	border-radius:5px;
	padding:20px 0px 30px;
}

.course_title{
	clear:both;
	float:left;
	height:30px;
	width:940px;
	padding:0px 29px;
	font-size:40px;
	color:#2279be;
}

.course_content{
	clear:both;
	float:left;
	width:940px;
	padding:20px 29px 20px;
}

.course_content h2{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	line-height:34px;
	color:#555;
}

.course_content img{
	display:block;
	margin:30px auto;
}

.course_content p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	text-indent:30px;
	line-height:26px;
	color:#555;
}

/* course_list */
.course_list{
	clear:both;
	float:left;
	padding:5px 0px;
}

.course_list_title{
	cursor:pointer;
	clear:both;
	float:left;
	background:url(../img/table_bg.png) no-repeat center;
	background-color:#62a1b9;
	height:28px;
	width:900px;
	margin:0px 29px;
	border-radius:5px;
	padding:12px 20px 0px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:16px;
	color:#fff;
	transition: background-color 0.3s;
}

.course_list_title:hover{
	background-color:#477b8f;
	transition: background-color 0.3s;
}

.course_list_detail{
	display:none;
	clear:both;
	float:left;
	background:#fafafa;
	width:920px;
	margin:0px 29px;
	border:1px solid #ddd;
	border-top:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	padding:10px 9px 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	line-height:26px;
	color:#555;
}

.course_list_detail p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	text-indent:30px;
	line-height:26px;
	color:#555;
}

.course_list_detail_img{
	overflow:hidden;
	clear:both;
	float:left;
	height:100px;
	width:100px;
	border:1px solid #ddd;
}

.course_list_detail_text{
	float:left;
	width:800px;
	margin:0px 0px 0px 15px;
}

.course_list_detail_text p{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	text-align:left;
	text-indent:30px;
	line-height:26px;
	color:#555;
}