*{ font-size:14px; font-family:"Times New Roman";}
body { margin:0px; padding:0px; background-color:#FFFFFF;}
#main{ margin:0px auto; padding:0px; width:1002px;}
.main {
	margin:0px auto;
	padding:0px;
	width:1002px;
	background-image: url(../../images/bg_index.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

.logo {
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../../images/logo.jpg);
}
.SideBar1 { background: url(../images/bg_.jpg) no-repeat left top; width:333px; height:520px; float:left;}
.SideBar2 { background: url(../images/bg_.jpg) no-repeat left top; width:333px; height:520px; float:left;}

.MainBody { width:669px; float:right;}

.menu1 {
	color:#007988;
	margin:20px 20px 0px 100px;
	border-bottom: 1px  dashed #ccc;
	font: bold 18px/31px "Times New Roman", Times, serif;
}

.nav { color:#949494; padding: 10px 43px 0px 0px; text-align:right; line-height:25px; font-family:"Verdana"; font-size:11px;}

.nav a {color:#949494; text-decoration:none;font-size:11px; font-family:"Verdana";}
.nav a:hover { color:#FF0000; text-decoration:underline;font-size:11px; font-family:"Verdana";}

.title {
	color:#FF6000;
	padding-left:20px;
	background: url(../../images/icon_title.jpg) no-repeat left 13px;
	font: bold 18px/42px "Times New Roman", Times, serif;
}

.title2 {
	color:#FF6000;
	padding-left:20px;
	background: url(../../images/icon_title.jpg) no-repeat left 10px;
	font: bold 16px/26px "Times New Roman", Times, serif;
}
.title3 {
	color: #FF8000;
	font-size: 16px;
	font-weight: bold;
}
.title4 {
	font-size: 18px;
	font-weight: bold;
	color: #FF6000;
}



a.a-menu { color:#FF6600; text-decoration:none;line-height:20px;}
a.a-menu:hover { color:#FF6600; text-decoration:underline; }

a.a-menu2 {	color:#555555; text-decoration:none;line-height:20px;}
a.a-menu2:hover { color:#555555; text-decoration:underline;}
a.aindex {
	font-size: 18px;
	font-weight: bold;
	color: #FF6000;
	text-decoration: none;
}


a {	color:#888888; text-decoration:none;}
a:hover { color:#FF6000; text-decoration:underline;}
a.aline {
	color: #0000FF;
	text-decoration: underline;
}



.f-gray{ color:#626262; line-height:20px; text-align:justify;}
.content{
	color:#626262;
	line-height:23px;
	width:90%;
	min-height:300px;
	height: auto;
	overflow: visible;
}

.name {
	font-size:14px;
	font-weight:bold;
	color:#333333;
	font-style: italic;
}


ul {
  margin: 0px 0px 0px 100px;
  padding: 0px;
  list-style: none;
  width: 150px; /* Width of Menu Items */  
  /*border-top: 1px solid #ccc;*/
  }
  
ul li {
  position: relative;  
  }
  
li ul {
  position: absolute;
  left: 30px; /* Set 1px less than menu width */
  top: 0;
  display: none;
  border: 1px solid #ccc;
  background-color:#FFFFFF;
  }

/* Styles for Menu Items */
ul li a {
  display: block;
  text-decoration: none;
  color: #777;
  /*background: #fff;  IE6 Bug */
  padding: 5px;
  /*border: 1px solid #ccc;  IE6 Bug */
  border-bottom: 0;
  }
  
/* Holly Hack. IE Requirement */
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */

li:hover ul, li.over ul {
	display: block;
	background: #E9FBFF;
	border: 2px solid #C6EAF2;
} 
.over li
{
	font: 11px Arial, Helvetica, sans-serif;
	color: #666666;
	margin: 0px 3px 2px;
	padding: 0px 0px 0px 10px;
	background: url(../images/arrow.gif) no-repeat 5px 10px;
}

/* The magic */




/*新闻样式*/
.list{ margin:0px 0px 0px 20px; padding:0px;}
.list ul{ margin: 5px 0px 0px;	padding: 0px; }
.list li{
	color: #626262;
	text-decoration: none;
	list-style: none;
	padding-left: 12px;
	background: url(../images/arrow.gif) no-repeat left 12px;
	width:300px;
	padding-left: 12px;
	line-height: 120%;
	padding-top: 6px;
	padding-bottom: 6px;
}
.list a {
	color: #626262;
	text-decoration: none;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
}
