@charset "utf-8";
*{
	margin:0;
	padding:0;
}

body
{
	font-family: Tahoma, Verdana, Arial;
	text-align: center;
	font-size: 10pt;
	word-spacing: 5px;
	color: #000000;
	background-color:#000000;
	/*background-image: url(../images/webbg.jpg);
	background-repeat: repeat-x;*/
	background:url(../images/webbg.jpg) center top no-repeat;
	background-position: top;
}
/*透明*/
#snake{
background-color:#A77112;
filter:alpha(opacity=90); /*IE*/
-moz-opacity:0.9; /*MOZ , FF*/
opacity:0.9; /*CSS3, FF1.5*/
}

#header
{
	top: 0;
	left:0;
	width: 1001px;
	margin:auto;
	/*position: absolute;*/
	height: 47px;
	text-align: left;
	/*background-color: Black;
	background-image: url(banner2.jpg);
	border-bottom:5px solid #43474A;*/
}

#header h1
{
	color:white;
	margin-left:1em;
	margin-top:0.8em;
}

#footer
{
	width:847px;
	color:#515557;
	/*border-top:5px solid #43474A;*/
}

#footer h2
{
	text-align:left;
	font-size:0.8em;
	font-weight:200;
	/*font-weight: bolder;*/
	padding:10px 0 10px 0;
}

#navbar
{
line-height:280%;
	/*position:absolute;
	bottom:0px;
	right:50px;*/
}

#navbar ul
{
	list-style: none;
	
}

#navbar li
{
	display:inline;
	
}

#navbar ul li a
{
	height: 28px;
	color: white;
	text-decoration: none;
	background-position: center;
	background-repeat: no-repeat;
	padding-top: 0px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight:bold;
	color: #A7A9AA;
	/*background-color:#43474A;*/
	
}

#navbar ul li a:hover
{
	color: #A7A9AA;
	font-weight:bold;
	/*background-color:white;*/
	background:url(../images/menubg.jpg);
	 
}
#content 
{
width:450px;
font-size:12px; color:#98959E;
float: right; display:inline;  text-align:left; line-height:200%;
}
#listnew 
{
font-size:12px; color:#C3D6E1;
float:left; display:inline; border-bottom:#BBD5E2 solid 1px; margin-left:22px; text-align:left; line-height:180%
}

#listnew SPAN {
	FONT-SIZE: 12px;  COLOR: #C3D6E1; FONT-FAMILY: Arial, Helvetica, sans-serif
}
#listnewp 
{
float:left; display:inline; text-align:center; font-size:12px; margin:auto;
color:#FFFFFF;margin-left:22px;
}
#listnewp a
{ 
color: #FFFFFF;
text-decoration: none;
}
#listnewp a:hover
{    
color: #F1F1F1;
}
#listnew a
{   size:10px;
	height: 29px;
	text-decoration: none;
	padding-top: 0px;
	padding-left: 4px;
	padding-right: 4px;
	color: #C3D6E1;
	/*background-color:#43474A;*/
	
}
#listnew a:hover
{   size:10px;
	color: #BBD5E2;
	
	
	 
}


#container
{
	text-align:left;
	/*padding-top:100px;*/
	margin-left:auto;
	margin-right:auto;
	width:847px;
	height:460px;
}

#middlecontent
{
	padding-top:11px;	
	text-align: center;
	width:100%;
}

h1
{
	margin-left:20px;
	text-align:left;
	padding:2px;
	font-size: 2.5em;
	font-weight: lighter;
	color: #43474A;
	letter-spacing: -2px;
}

p
{
	text-align:left;
	line-height: 1.8em;
	padding:10px;
}

#picturelist {
width:620px;
/*height:400px;*/
margin-top:30px;
margin-bottom:30px;
text-align:left;
margin-right:auto;
margin-left:auto;
}

#picturelist li {
list-style:none;
float:left;
margin-right:20px;
margin-bottom:10px;
font-weight:bold;
color:#43474A;
}

#picturelist img{
display:block;
border:2px solid #FFFFFF;
}

#picturelist img:hover{
border:2px solid #F4C0DA;
}

#picturelist a{
color:#43474A;
text-decoration:none;
}

#picturelist a:hover{
color:#999999;
}


#paginglist
{
	height:30px;
	list-style:none;
}

#paginglist li
{
	display:inline;
}

#paginglist li a
{
	font-size: 0.8em;
	font-weight:bold;
	color: #43474A;
	text-decoration:none;
}

#paginglist li a:hover
{
	border-bottom:5px solid #43474A;
}




#ScroRight{position:relative;float:right;height:100%;width:5px; background:url(../images/scrol.gif) center repeat-y;overflow:hidden;}
/*滚动条*/
#ScroLine{position:absolute;z-index:1;top:0px;left:0px;width:100%;height:45px;overflow:hidden;background:#B6B6B6}