@charset "utf-8";
/* CSS Document */
#content{
	margin-top:11px;
	margin-bottom:11px;
	min-height:1137px;
	max-height:none;
	_height:1137px;
	background-color:#004DAD;
	}
	
/*中间左边的部分*/
#content #content_left{
	float:left;
	width:180px;
	height:100%;
	}
/* 左登录*/
#content_left #left_login{
	width:100;
	height:148px;
	background-color:#004DAD;
	text-align:center; 
	line-height:2.5em; 
	padding-top:6px;
	color:#CCC;
		}
#left_login a{
	color:#CCC;
}
#content_left #left_login #UserNum,#UserPwd{
	width:120px;
}
#left_login #but_LoginSubmit{
	background-image:url(/Templets/images/loginButton.jpg);
	width:50px;
	height:17px;
	border:none;
	color:white;
	line-height:17px;
}
#left_login #Loginreset{
	background-image:url(/Templets/images/loginButton.jpg);
	width:50px;
	height:17px;
	border:none;
	color:white;
	line-height:17px;
}
#left_login #login_img{
	margin-top:15px;
	}
#left_login span{ display:none;}
	
/*左下部分*/
#content_left #left_three{
	min-height:969px;
	max-height:none;
	_height:969px;
	background:#004DAD no-repeat top;
	padding-top:15px;
	padding-left:15px;
	}

#left_three ul li {
	width:140px;
	height:40px;
	border-bottom:1px  solid #000;
	line-height:40px;
	text-indent:1em;
		}
#left_three li a{
	font-size:15px;
	color:white;
	font-family:"黑体";
	}
#left_three table {
	width:145px;
	height:130px;
	margin-top:5px;
	margin-left:5px;
	}
	
/*中间右边*/
#content_right_right{
	float:right;
	width:820px;
	height:100%;
	background-color:white;
}
#content #content_right{
	float:right;
	width:806px;
	min-height:1137px;
	max-height:none;
	_height:1137px;
	border:1px solid #CECFCE;
	}
#content_right #content_location{
	line-height:30px;
	text-indent:1em;
	border-bottom:1px solid #CECFCE;
	}
#content_location a:hover{
	color:#184d94;
	}
/*h1为标题*/
#content_right h1{
	text-align:center;
	font-size:20px;
	font-family:"黑体";
	padding-top:25px;
	padding-bottom:18px;
	border-bottom:1px dashed #cecfce;
	margin:0px 10px;
	}
#content_right h5{
	font-size:12px;
	color:#004cAE;
	text-align:center;
	margin-top:8px;
	margin-bottom:35px;
		}
/*内容部分*/
#content_right #pageContent{
	font-size:15px;
	line-height:250%;
	padding:0 35px 0 20px;
	}

#content_right #prevPage{
	margin-top:30px;
	margin-left:20px;
	margin-bottom:10px;
	}
#prevPage a{
	color:#000;
	}
#prevPage a:hover{
	text-decoration:underline;
	color:#184d94;
}
#content_right #nextPage{
	margin-left:20px;
	}
#nextPage a{
	color:#000;
	}
#nextPage a:hover{
	text-decoration:underline;
	color:#184d94;
}
#content_right #pageFontSize{
	float:right;
	margin-top:10px;
	margin-right:20px;
	}
