@charset "utf-8";
#content{
	margin-top: 20px;
}
#content .left_nav{
	width: 250px;
	padding: 20px 0;
	float: left;
}
#content .left_nav h3{
	width: 142px;
	height: 71px;
	background: url(../img/navleft.png) no-repeat;
	color: #fff;
	margin: 0 auto;
}
#content .left_nav font{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 20px;
	line-height: 28px;
	padding-top: 31px;
}
#content .left_nav span{
	width: 100%;
	text-align: center;
	display: block;
	font-size: 12px;
	line-height: 12px;
	font-family: arial;
}
#content .left_nav ul{
	margin-top: 20px;
}
#content .left_nav ul li{
	width: 184px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 15px;
}
#content .left_nav ul li>a{
	border-radius: 8px;
	height: 48px;
	display: block;
	line-height: 48px;
	font-size: 20px;
	font-weight: bold;
}

#content.about .left_nav ul li>a{
	background: #bbcae3;
	color: #a43bc7;
}
#content.condition .left_nav ul li>a{
	background: #b37dc5;
	color: #fff;
}
#content.course .left_nav ul li>a{
	background: #cddfad;
	color: #fff;
}
#content.recruiting .left_nav ul li>a{
	background: #dff3be;
	color: #de621f;
}
#content.teacher .left_nav a{
	background: #dff3be;
	color: #a1d44a;
}
#content .left_nav .down_nav span{
	width: 146px;
	text-align: center;
	margin: 10px auto;
}

#content .left_nav .down_nav a{
	border-radius: 8px;
	height: 38px;
	display: block;
	line-height: 38px;
	font-size: 16px;
	font-weight: bold;
}
#content.about .left_nav .down_nav a{
	background: #bbcae3;
	color: #a43bc7;
}
#content.recruiting .left_nav .down_nav a{
	background: #dff3be;
	color: #de621f;
}
#content.teacher .left_nav .down_nav a{
	background: #dff3be;
	color: #a1d44a;
}
#content.teacher .left_nav  a{
	background: #dff3be;
	color: #ff8e51;
}
#content.news .left_nav  a{
	background: #dff3be;
	color: #ff8e51;
}
#content .right_content{
	float: left;
	width: 708px;
	margin-left: 20px;
}
#content .right_content p{
	line-height: 26px;
	font-size: 16px;
}
#content .right_content h4{
	font-size: 22px;
	margin-bottom: 10px;
}

#content.about .right_content h4{
	color: #a43bc7;
}
#content.condition .right_content h4{
	color: #a43bc7;
}
#content.course .right_content h4{
	color: #a43bc7;
}
#content.recruiting .right_content h4{
	color: #de621e;
}
#content.teacher .right_content h4{
	color: #a1d44a;
}
#content.teacher .right_content h4{
	color: #ff8e51;
}
#content .down_nav{
	display: none;
}
.teacher table td{
	padding: 10px;
}
.teacher h6{
	font-size: 20px;
	line-height: 26px;
}
.news .news_list li img{
	width: 152px;
	height: 112px;
	float: left;
}
.news .news_list .time{
	font-size: 12px;
	color: #999;
}
.news .news_list h6{
	font-size: 20px;
	margin-top: 4px;
}
.news .news_list  h6 a{
	color: #ff8e51;
}
.news_list li .text{
	width: 540px;
	margin-left: 10px;
	float: right;
}
.news_list li p{
	font-size: 12px !important;
	color: #999;
	height: 24px;
	overflow: hidden;
}
.news_list li a.more{
	color: #999;
	margin-top:25px;
	display: inline-block;
}
#login{
	width: 513px;
	height: 511px;
	background: url(../img/login.png) no-repeat;
	margin: 40px auto;
	position: relative;
}
#login form{
	position: absolute;
	bottom: 0px;
	width: 513px;
	height: 225px;
}
#login .class{
	width: 200px;
	height: 55px;
	background: #fff;
	border: none;
	border-radius: 27.5px;
	padding: 0 24px;
	font-size: 24px;
	outline: none;
}
#login #password{
	width: 152px;
	height: 55px;
	background: #fff;
	border: none;
	border-radius: 27.5px;
	padding: 0 24px;
	font-size: 24px;
	outline: none;
}
#login table{
	width: 300px;
	margin: 0 auto;
	margin-top: 10px;
}
#login table td{
	padding: 10px 20px;
	text-align: center;
	font-size: 26px;
}
#login input[type=submit]{
	background: #92d3f1;
	width: 86px;
	height: 30px;
	border: none;
	outline: none;
	position: absolute;
	right: 15px;
	bottom: 20px;
}






