@charset "utf-8";
*{
	margin:0px;
	padding:0px;
}
Body{
	margin: 0 auto;
	text-align:center;
	background: #fff;
	color: #333;
	font: 12px Arial, Helvetica, sans-serif,'宋体';
	text-align:center;
	line-height:160%;
}
img{border:0;}
#Container{
	overflow:hidden;
	zoom:1;
	margin:0 12px;
	text-align:left;
	background-color:#fff;
	width:auto!important;width:1190px;
	min-width:980px;
}

/*Head start*/
#NtFileCenterHead{
	width:100%;
	height:97px;
}
	#NtFileCenterHead .Logo{
		float:left;
		width:20%;
		min-width:190px;
		font-size:18px;
		font-weight:bold;
		line-height:50px;
		color:#333;
	}
		.Logo span {font-size:16px;}
		.Logo em {color:#ccc;padding:0 6px;} 
	.NtFileCenter{
		float:left;
		width:80%;
		text-align:left;
	}
		.NtFileCenterLeft{
			float:left;
			width:80%;
		}
			.NtFileCenterLeft h2 {
				height:25px;
				line-height:25px;
			}
		.NtFileCenterRight{
			float:right;
			width:20%;
			text-align:right;
			height:55px;
		}
				
			.NtFileSearch{
				margin-top:25px;
			}
				.NtFileSearch input{
					width:70%;
					border:1px solid #8E909C;
					padding: 0.2em 0;
					margin-bottom:8px;
				}
				*html .NtFileSearch input{
					margin-bottom:4px;
				}
			    *+html .NtFileSearch input{
					margin-bottom:4px;
				}
				.NtFileSearch span{
					padding:0;
					margin:0;
				}

/*Menu start*/
	.NtFileMenuTabs{
		padding-bottom: 31px;
	}
		.NtFileMenuTabs a {
			float: left;
			padding: 0 8px;
			margin-right: 2px;
			color:#fff;
			text-decoration: none;
			height: 30px;
			line-height: 30px;
			background:#8B8B8B;
			font-weight:bold;
		}
		.NtFileMenuTabs a.current {
			color: #fff;
			cursor: default;
			border-bottom: 1px solid #024E7B;
			background: #024E7B;
			height:30px;
			line-height: 30px;
		}
		.NtFileMenuTabs a:hover {
			color: #fff;
			background: #026DAE;
		}
	.NtFileSubMenu{
		clear:both;
		height:30px;
		background:#024E7B;
		line-height:30px;
		color:#0CC;
		text-align:right;
		padding-right:10px;
	}
		.NtFileSubMenu strong{
			display:block;
		
			float:left;
			margin-left:10px;
			font-weight:normal;
			text-align:left;
		}
		.NtFileSubMenu a{color:#fff;padding:0 8px;}
		.NtFileSubMenu a:link,.NtFileSubMenu a:visited{
			text-decoration:none;
		}
		.NtFileSubMenu a:hover,.NtFileSubMenu a:active{
			color:#eee;
			text-decoration:underline;
		}
		.FeedbackPannel {
			overflow:hidden;
			position:absolute;
			right:12px;
			top:98px;
			background:#fff url(../images/popupBG.png) repeat-x left top;
			border:1px solid #000;
			width:386px;
			text-align:left;
			clip:rect(auto, auto, auto, auto);
			z-index:50;
		}
		*html .FeedbackPannel {
			right:35px;
			}
		.FeedbackPannel p {padding:5px 20px;}
/*Menu end*/

/*Head end*/

/*Body start*/
#NtFileBody{
	clear:both;
	overflow:hidden;
	zoom:1;
	width:100%;
	background:#fff;
	min-height:500px;
	margin:0 auto;
}
	.NtBodyMenu{
		overflow:hidden;
		zoom:1;
		float:left;
		width:20%;
		min-height:188px;
	}
		.NtMenuNav{
			margin-top:10px;
			width:90%;
			overflow:hidden;
			zoom:1;
			border:1px solid #CCCCCC;
			background:#fff url(../images/menubg.jpg) repeat-x 1px 1px;
		}
			ul.MenuList{
				list-style:none;
				padding:10px;
			}
			.MenuList li a{
				color:#0477BA;
				font-weight:normal;
			}
			.MenuList a:link,.MenuList a:visited{
				color:#0477BA;
				text-decoration:none;
			}
			.MenuList a:hover,.MenuList a:active{
				color:#024E7B;
				text-decoration:underline;
			}
	.NtBodyContent{
		overflow:hidden;
		zoom:1;
		float:right;
		width:80%;
	}
		.NtBodyContent h2{
			border-bottom:1px dashed #ccc;
			line-height:40px;
			font-size:12px;
			height:40px;
			font-weight:normal;
		}
			.NtBodyContent h2 strong{
				padding-left:10px;
			}
		.NtBody{
			overflow:hidden;
			zoom:1;
			margin-top:15px;
		}
		.NtContent{
			float:left;
			overflow:hidden;
			zoom:1;
			width:75%;
		}
			.NtContent a:link,.NtContent a:visited{
				color:#0477BA;
				text-decoration:none;
			}
			.NtContent a:hover,.NtContent a:active{
				color:#024E7B;
				text-decoration:underline;
			}
		.NtRightBar{
			float:right;
			overflow:hidden;
			zoom:1;
			width:19%;
			min-width:160px;
			margin-top:15px;
			text-align:center;
		}
			.NtContent h3{
				font-size:12px;
				line-height:240%;
			}
			.NtContent P{
				text-indent:2em;
			}
			.NtContent h4{
				font-size:10px;
				line-height:360%;
				color:#024E7B;
				font-weight:bold;
			}
			.NtContent h4 a:link,.NtContent h4 a:visited{
				color:#024E7B;
				text-decoration:none;
			}
			.NtContent h4 a:hover,.NtContent h4 a:active{
				color:#024E7B;
				text-decoration:underline;
			}
/*Body end*/

/*Copyright start*/
#NtFileCopyright{
	clear:both;
	overflow:hidden;
	zoom:1;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #ccc;
	padding:15px 0;
	color:#999;
}
	#NtFileCopyright strong{
		font-weight:normal;
		padding-top:15px;
	}
	#NtFileCopyright em{
		font-style:normal;
		font-size:10px;
	}
	#NtFileCopyright a{
		color:#999;
	}
	#NtFileCopyright a:link,#NtFileCopyright a:visited{
		text-decoration:none;
	}
	#NtFileCopyright a:hover,#NtFileCopyright a:active{
		color:#666;
		text-decoration:underline;
	}
/*Copyright end*/

/*戏水加入*/
#Feedback
{
	float:right;
}
/*Bighead*/
.Nthint{overflow:hidden;zoom:1;border:1px dashed #333;background-color:#ebf7ff;padding:15px;margin:10px 0;}
	.Nthint img {float:left; margin:15px;margin-top:0;}
.msgheader {margin:0px 2em;margin-top:5px;background:#8B8B8B;padding: 5px;font-size:12px;color:#FFF;font-weight:bold;}
.msgborder {margin:0px 2em;margin-bottom:5px;padding:5px;border:1px solid #8B8B8B;background-color:#F8F8F8;}
.subtitle { font-size: 14px; font-weight: bold; color: #000000; padding: 5px 0; }
ul { color: #666666; margin-left: 12px; padding-bottom: 14px; }
p { padding: 10px 0px; }

.bodybox td td { padding:1px 4px; }
