.subnav {
	background-color: #F7F7F7;
	border-bottom: 1px solid #CCCCCC;
}

.subnav li {
	width: 20%;
	border-right: 1px solid #B3B3B3;
	float: left;
}

.subnav li a {
	display: block;
	border-right: 1px solid #B3B3B3;
	height: 1.33rem;
	line-height: 1.33rem;
	text-align: center;
	font-size: 18px;
}

.subnav li:last-child {
	border: 0;
}

.subnav li .active {
	background-color: #7DC4EC;
	color: #FFFFFF;
}

body{
	background-color: #F7F7F7;
}

.course-main {
	width: 1340px;
	margin: 0 auto;
}

.course h2 {
	text-align: center;
	padding: 50px 0;
}

.course h2 span {
	border-bottom: 1px solid #CCCCCC;
	padding: 20px;
}

.course-info{
	position: relative;
	padding: 50px 0 200px;
}

#line{
	width: 2px;
	background-color: #BEBEBE;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}

#line img{
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -5px;
}

.course-time .fl img{
	position: absolute;
	top: 20%;
	right: -10px;
	width: 20px;
	height: 20px;
}
.course-time .fr img{
	position: absolute;
	top: 20%;
	left: -10px;
	width: 20px;
	height: 20px;
}

.course-time li:after{
	content: '';
	display: table;
	clear: both;
	height: 0;
}

.course-time li .time-list{
	width: 50%;
}

.time-list{
	position: relative;
}

.time-list div{
	width: 90%;
	background-color: #FFFFFF;
	box-shadow: 0 0 10px #CCCCCC;
	position: relative;
	padding: 30px;
}

.time-list div h3{
	font-size: 26px;
	margin-bottom: 20px;
	padding: 0 20px;
}

.time-list .fl h3{
	text-align: right;
}

.time-list .fr h3{
	text-align: left;
}
.time-list div p{
	font-size: 18px;
	line-height: 35px;
	padding: 0 20px;
}

.time-list .fl p{
/*	text-align: right;*/
}

.time-list .fr p{
	text-align: left;
}

.time-list .fl:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-left: 20px solid #FFFFFF;
	position: absolute;
	top: 20%;
	right: -30px;
}

.time-list .fr:before{
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-right: 20px solid #FFFFFF;
	position: absolute;
	top: 20%;
	left: -30px;
}

#more{
	font-size: 18px;
	width: 120px;
	text-align: center;
	background-color: #F7F7F7;
	line-height: 50px;
	position: absolute;
	left: 50%;
	margin-left: -60px;
	bottom: 80px;
	cursor: pointer;
}

@media (max-width: 1430px) {
	.course-main {
		width: 1170px;
	}
}

@media (max-width: 1200px) {
	.course-main {
		width: 970px;
	}
	.subnav li a {
		height: 80px;
		line-height: 80px;
	}
}

@media (max-width: 992px) {
	.course-main {
		width: 750px;
	}
	.subnav li a {
		height: 60px;
		line-height: 60px;
	}
}

@media (max-width: 768px) {
	.course-main {
		width: 90%;
	}
	.subnav li a {
		height: 0.8rem;
		line-height: 0.8rem;
		font-size: 0.3rem;
	}
	.course-time li .time-list{
		width: 100%;
		margin-bottom: 20px;
	}
	.course-time li .time-list div{
		width: 100%;
	}
	.course-time .time-list img{
		display: none;
	}
	.course-time .time-list div:before{
		display: none;
	}
	.course-time .time-list div h3{
		text-align: left;
	}
	.course-time .time-list div p{
		text-align: left;
	}
	#line{
		display: none;
	}
	.course h2 span{
		font-size: 0.4rem;
	}
}