@charset "utf-8";
/* CSS Document */
body{
	padding:0px;
	margin:0px;
	font-size:14px;
}
ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
li{
	float:left;
	width:80px;
	background:url(../images/bg_menu.gif) no-repeat 50% left;
	height:30px;
	text-align:center;
	padding-top:12px;
	font-size:14px;
	font-weight:bold;
	display:block;
	cursor:pointer;
}
li a{
	color:#fff;
}
.current{
	background:url(../images/bg_menu.gif) no-repeat 50% right;
	color:#fff;
}
#s1{
	display:block;
	 height:205px;
	 width:348px;
	 float:right;
}
#s2{
	display:none;
	height:205px;
	width:348px;
	 float:right;
}

.newsTile{
	font-size:18px;
	color:#06F;
	text-align:center;
	font-family:黑体;
}
.red{
	font-size:12px;
	color:#F00;
}

.blue{
	color:#00F;
}


a{
	text-decoration:none;
	color:#006;
	font-size:14px;
 }
 
 a:link{
	text-decoration:none;
	color:#006;
	font-size:14px;
 }
 
 a:active,a:visited{
	text-decoration:none;
	color:#999;
	font-size:14px;
 }
 a:hover{
	 color:#36F;
	 text-decoration:underline;
 }
 
 /*左侧导航*/
 #nav{
	 line-height:150%; 
	 margin-left:20px; 
	 background:url(../images/ad_arrow.jpg) no-repeat; 
	 padding-left:15px;
 }
 #nav a{
	 color:#03C;
	 text-decoration:none;
 }
 
  #nav a:link, #nav a:visited{
	  color:#03C;}
#nav a:hover{
		   color:#033;
		   font-weight:bold;
		     }
			   
.optiton{}
.optiton a{
	color:#333;
}

.optiton a:link,.optiton a:visited{
	color:#333;
}

.optiton a:hover{
	color:#900;
}

.sub_title{
background:url(../images/bg_menu2.jpg) no-repeat;
color:#FFFFFF;
text-align:left;
padding-left:13px;

}

.sub_title2{
background:url(../images/bg_menu2.jpg) no-repeat;
color:#FFFFFF;
text-align:left;
padding-left:5px;
}

/*head菜单*/
#menu{
color:#003333;
font-size:14px;
}

#menu a{
text-decoration:none;
}
#menu a:visited,#menu a:link{
color:#003333;}
#menu a:hover{
color:#990000;
font-weight:bold;
}