
.hide {
	display: none;
}

/*****班级详情*****/
.container .courseInfo{
	padding: 15px 20px;
	background: #fff;
	zoom: 1;
}
.container .courseInfo:after{
	display: block;
	content: '';
	height: 0;
	clear: both;
	visibility: hidden;
}  
.container .courseInfo .courseImg{
	float: left;
	width: 450px;
	height: 300px;
	border: 1px solid #c6c6c6;
	padding: 5px;
}
.container .courseInfo .courseImg img{
	width: 100%;
	height: 100%;
	display: block;
}
.container .courseInfo .courseInfos{
	float: left;
	margin-left: 30px;
	width: 660px;
}
.container .courseInfo .courseInfos h3{
	font-size: 18px;
	color: #333;
	margin-bottom: 15px;
}
.container .courseInfo .courseInfos p{
	font-size: 15px;
	color: #666;
	line-height: 24px;
	margin-bottom: 10px;
}
.container .courseInfo .courseInfos p span{
	color: #333;
	font-weight: bold;
	margin-right: 10px;
}
.container .courseInfo .courseInfos .btn{
	height: 36px;
	margin-top: 25px;
}
.container .courseInfo .courseInfos .btn a{
	float: left;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	-webkit-border-radius: 6px;
	   -moz-border-radius: 6px;
			border-radius: 6px;
}
.container .courseInfo .courseInfos .btn .zx{
	background: #5987ed;
}
.container .courseInfo .courseInfos .btn .zx:hover{
	background: #0d3387;
}
.container .courseInfo .courseInfos .btn .xb{
	margin-left: 100px;
	background: #f22929;
}
.container .courseInfo .courseInfos .btn .xb:hover{
	background: #c00101;
}

/*课程详情*/
.kecheng{
	margin-top: 30px;
}
.kecheng .title{
	height: 48px;
	line-height: 48px;
	background: #ebebeb;
}
.kecheng .title p{
	width: 175px;
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #5987ed;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	text-indent: 60px;
	background: url(../img/doc.png) no-repeat 30px center #fff;
}
.kecheng .kcxq{
	background: #fff;
	padding: 15px 20px 40px;
}
.kecheng .kcxq h4{
	font-size: 15px;
	color: #333;
	padding: 16px 0 6px;
}
.kecheng .kcxq p{
	padding: 0 10px;
	font-size: 14px;
	color: #666;
	line-height: 20px;
}

/*开班详情*/
.container .courseBox{
	margin-top: 30px;
}
.container .courseBox .tabBox{
	height: 48px;
	background: #ebebeb;
}
.container .courseBox .tabBox p{
	float: left;
	width: 175px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
	text-indent: 60px;
	background: url(../img/kaike.png) no-repeat 30px center #fff;
	height: 46px;
	line-height: 46px;
	border-top: 2px solid #5987ed;
}

.container .courseBox .tabBox .time{
	float: left;
	margin-top: 11px;
	margin-left: 60px;
	font-size: 15px;
}
.container .courseBox .tabBox .time input{
	width: 100px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #ababab;
	margin: 0 15px;
	text-indent: 5px;
	vertical-align: middle;
	background: url(../img/calendar.png) no-repeat 78px center #fff;
	cursor: pointer;
}
.container .courseBox .tabBox .time span{
	color: #333333;
	font-weight: bold;
	vertical-align: middle;
}
.container .courseBox .tabBox .time a{
	display: inline-block;
	width: 92px;
	height: 26px;
	line-height: 25px;
	text-align: center;
	background: #0d3387;
	color: #fff;
	margin-left: 15px;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}

.container .courseBox .tabTable{
	background: #fff;
	padding: 30px 0 40px;
}
.container .courseBox .tabTable table{
	width: 1160px;
	border: 1px solid #8f8f8f;
	margin: 0 auto;
}
.container .courseBox .tabTable table tr th{
	height: 40px;
	font-size: 15px;
	color: #333333;
	border: 1px solid #8f8f8f;
}
.container .courseBox .tabTable table tr td{
	height: 46px;
	font-size: 14px;
	text-align: center;
	color: #666666;
	border: 1px solid #8f8f8f;
}
.container .courseBox .tabTable table tr td.red{
	color: #f22929;
}
.container .courseBox .tabTable table tr td a{
	display: block;
	width: 80px;
	height: 30px;
	line-height: 30px;
	background: #f22929;
	color: #fff;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
			border-radius: 5px;
}
.container .courseBox .tabTable table tr td a:hover{
	background: #c00101;
}