@charset "utf-8";
/* CSS Document */
body{
	background:#fff url(../images/news/bg.gif) repeat-x left top;
}

.shadow{
    float:left;
	background-image:url(../images/intro/shadow.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.mask {
    float:left;
	background-image:url(../images/intro/mask.gif);
	background-repeat:no-repeat;
	background-position:left top;
	padding:0 5px 5px 0;
}
.dis{
	display:block;
}
.undis{
	display:none;
}
#nav .hover{
	background: url(../images/news/hoverBg.gif) repeat-x left top;
	font-weight:bold;
	color:#fff;
}
#subNav li .here{
	color:#fff;
}
#fullNav .none{
	display:none;
}

#header{
	overflow:hidden;
	width:932px;
	margin:0 auto;
}
#logo{
	float:left;
	background:url(../images/news/logo.gif) no-repeat left bottom;
	width:225px;
	height:59px;
	padding-top:20px;
}
#fullNav{
	position:relative;
	float:right;
	width:600px;
	height:104px;
}
#nav{
	/*float:right;*/
	width:600px;
	height:82px;
}
#nav li{
	float:left;
}
#nav li a{
	display:block;
	width:76px;
	height:32px;
	text-align:center;
	color:#fff;
	border-right:1px solid #fff;
	padding-top:50px;
}
#nav li a:hover{
	background:url(../images/news/hoverBg.gif) repeat-x left top;
	font-weight:bold;
	color:#fff;
}
#header p{
	float:left;
	width:250px;
	height:30px;
	line-height:30px;
	color:#fff;
}
#header p a{
	color:#fff;
	line-height:30px;
	padding:0 5px;
}
#subNav{
	position:absolute;
	bottom:0px;
	right:180px;
	background:#222538;
	width:125px;
	height:22px;
	padding-left:3px;
}
#subNav li{
	float:left;
	line-height:22px;
}
#subNav li a{
	display:block;
	line-height:22px;
	color:#9c9c9c;
	padding:0 6px;
}

#subNav li a:hover{
	color:#fff;
}




#wrapper{
	width:930px;
	background:#fff;
	padding-top:3px;
	margin:5px auto 0;
	border:1px solid #666;	
}
#content{
	position:relative;
	width:930px;
	height:auto!important;
	height:481px;
	min-height:481px;
	background:url(../images/news/contentBgNo.gif) repeat-x left top;
}
#box{
	width:890px;
	padding:10px 20px;
}
#title{
	text-align:center;
}
#box h1{
	background:url(../images/news/topicBg.gif) no-repeat right top;
	width:460px;
	height:39px;
	line-height:39px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	padding-left:215px;
}
#fontzoom p{
	line-height:22px;
	text-align:left;
}



#box .prev{
	margin-top:10px;
	border-top:1px solid #999;
	padding-top:10px;
	padding-left:50px;
}
#box .prev span{
	display:inline-block;
	padding-bottom:7px;
}
#box .prev a{
	display:inline-block;
	color:#000;
	padding-bottom:7px;
}
#box .prev a:hover{
	text-decoration:underline;
}
#box .prev span b{
	color:#FF0000;
}





#footer{
	clear:both;
	width:932px;
	color:#999;
	margin:5px auto 0;
}
#footer p{
	line-height:26px;
	border-bottom:1px solid #999;
	margin-bottom:7px;
}
#footer span{
	color:#000099;
}