@CHARSET "UTF-8";
.main-container{
	width: 1200px;
	margin:  0 auto;
}
.message_top{
	margin: 20px 0px;
}
.message_top > span{
	display: inline-block;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #333333;
}
.img_margin{
	margin-top: -3px;
	margin-left: 16px;
	margin-right: 16px;
}
.main{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
.main > .left{
	float: left;
	width: 150px;
	margin-right: 20px;
	background: #FFFFFF;
	border-radius: 10px;
	overflow: hidden;
}

.main > .left .three li{
	text-align: center;
	width: 100%;
	height: 36px;
	line-height: 36px;
}
.main > .left .three li a{
	width: 100%;
	height:36px;
	text-decoration: none;
	text-align: center;
	font-style: normal;
	font-weight: 350;
	font-size: 16px;
	text-align: center;
	line-height: 36px;
}
.in{
	background-color: #E91B05;
	color: #FFFFFF!important;
}
.main .right{
	float: left;
	width: 1030px;
	/* min-height: 200px; */
	background-color: #FFFFFF;
	padding: 30px 20px;
}
.course_list{
	width: 475px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #DCDCDC;;
}
.course_list a{
	color: #333333;
	width: 370px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
}
.course_time{
	display: inline-block;
	width: 100px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: #999999;
}
.course_margin{
	margin-right: 40px;
}
