@charset "UTF-8";
/* 头部 */
#nav{
    width: 100%;
    cursor:pointer;
	}
#nav .gation{
	height:90px;
	color:#000;
	line-height: 90px;
	margin-left: 550px;
}

#nav .gation a{
	color:#000;
	text-decoration: none;
	font-size:16px;
}
#nav .gation a:hover{
	border-bottom:3px solid #000;
}


/*内容*/
#content{
	height:494px;
	}
#content .up{
	width: 440px;
}

#content .up>li:nth-of-type(2){
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
	margin: 40px 0 28px 0;
}

#content .np{
	width:390px;
}	

#content .np>li:nth-of-type(2){
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 27px;
	letter-spacing: 0px;
	color: #333333;
	margin: 40px 0 28px 0;
}	
	