@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #DBDFE9;
}
body,td,th {
	font-family: 微软雅黑;
	font-size: 14px;
}
.allctrl{
	width:100%; height:5px; margin:0 auto; background-color:#282D3A;
}
.main{
	width:950px; margin:0px auto;padding-bottom:20px; background-color:#e2e6ef;
}
.main .top{
	width:950px; height:111px; margin:0px auto;
}
.main .texts{
	width:910px; margin:20px; background-color:#FFF;
}
.main .texts .lefts{
	width:267px;
	height:auto;
	float:left;
}
.main .texts .lefts .titles{
	width:207px;
	height:33px;
	background:url(class.png) no-repeat center;
	clear:both;
	padding-left:60px;
	padding-top:15px;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#FFF;
}
.main .texts .lefts .content{
	width:207px;
	height:auto;
	font-size:14px;
	font-family:"微软雅黑";
	padding-left:30px;
	line-height:12px;
}
.main .texts .lefts .content ul{
	padding:0px;
	margin:10px 0px;
	line-height:200%;
}

.main .texts .rights{
	width:643px;
	height:auto;
	float:right;
}
.main .texts .rights .titles{
	width:583px;
	height:33px;
	background:url(right.png) no-repeat center;
	padding-left:60px;
	padding-top:15px;
	font-size:16px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#213BAA;
}

.main .texts .rights .content{
	width:583px;
	height:auto;
	font-size:14px;
	font-family:"微软雅黑";
	padding-left:30px;
	line-height:200%;
}

.main .texts .rights .content ul {
	list-style-type:none;
	counter-reset:sectioncounter;
	padding:0px;
	margin:10px 0px;
}
.main .texts .rights .content li:before {
	content:counter(sectioncounter) "、"; 
	counter-increment:sectioncounter;
}

.c{
	clear:both;
}
.main .footer{
	text-align:center;
	font-size:14px;
	font-family:"微软雅黑";
	color:#FFF;
}