@charset "utf-8";
/* CSS Document */

#content {
	padding:0 20px;
	float:right;
	width:700px;
	border-left:1px dashed #CCC;
}

#content h1 {
	margin-bottom:12px;
	color:#008EC7;
}

#content p {
	line-height:24px;
	text-indent:24px;
	margin-top:12px;
}
/*----------招生简章-----------*/
#content li {
	line-height:24px;
}
#content ul li {
	list-style:inside square;
}
#content ol {
	margin-left:24px;
}

#content ol li {
	list-style:inside disc;
}
#content ul p {
	margin:0;
	text-indent:0px;
}
/*------学习流程--------*/
#content img {
	margin:0 0 0 48px;
	border:none;
	display:block;
}
/*--------star----------------*/
#star {
	padding:0 20px;
	float:right;
	width:700px;
	border-left:1px dashed #CCC;
}

#star h1 {
	margin-bottom:12px;
	color:#008EC7;
}
#star span {
	font-size:12px;
}
#star span a {
	font-size:12px;
	color:#F09;
}
#star table td {
	border:1px solid #999;
	text-align:center;
}
#star table {
	/*border-collapse:collapse;*/
	border:1px solid #999;
	margin-top:12px;
}























