body{
	font-family: "Microsoft YaHei" ! important;
	overflow-y: auto;
	overflow-x:auto;
	background: #ebedf0;
}
.nheader{
	height: 70px;
	background: #fff;
}
.nlogo {
	background: url("../../login/images/logo.png") no-repeat;
	height: 49px;
	width: 600px;
	position: absolute;
	top: 10px;
	left: 140px;
}
.curtime{
	position: absolute;
	top: 25px;
	right: 325px;
	font-size: 14px;
	color: #b0b0b0;
}
.backlogin {
	top: 20px;
	position:absolute;
	right: 215px;
	width: 91px;
}

.backlogin a {
	background: url("../images/backbtn.png") no-repeat;
	width: 91px;
	height: 30px;
	display: inline-block;
	text-indent: 10px;
	text-align: center;
	line-height: 28px;
	color: #696969;
}

.backlogin a:hover {
	background-position: -91px 0px;
}
.nbody{
	width: 1200px;
	margin: 0px auto;
	background: #fff;
	margin-top: 30px;
	min-height: 480px;
}
.footer {
	clear:both;
	background: #ebebeb;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width:100%;
	color: #666;
	font-size: 14px;
}