﻿/* CSS Document */
*{
margin:0;
padding:0;
font-size:12px;
}
a img{
border:none;}
a,a:visited {
	text-decoration:none;
	color:black;}
a:hover{
color:#CC0000;
}

body {
	text-align:center;
}
#head,#main,#menu ul{
	width:922px;
	margin:0 auto;
	text-align:left;
}
#head{
	height: 60px;
	padding-top:0px;
	margin-top:-10px;
}
#menu{
	width:922px;
	height:24px;
	padding:3px;
	background-color:#FFCC00;
	line-height:24px;
	margin:0 auto;
}
#menu ul{
	list-style:none;
}
#menu ul li{
float:left;
text-align:center;
padding:0 10px;
border-right:1px dotted #EEE;
}

#menu ul li a{
}
#main{
	margin-top:5px;
}
#main_l{
	width:270px;
	float:left;
	overfllow:hidden;
}
#main_l ul{
	list-style:none;
	letter-spacing: 1px;
	line-height:200%;
}
#main_l .menu{
padding-left:35px;
background:url(img/left_li.jpg) no-repeat 10px 3px;
}
#main_l li{
padding-left:50px;
}
#main_r{
	width:652px;
	float:right;
}
#main_r_l{
	width:490px;
	float:left;
}
#main_r_r{
	width:162px;
	float:right;
}
#footer{
	background-color:#eee;
	margin-top:10px;
	padding:10px;
	clear:both;
}
.h1_body{
	background-color:#F5F5F5;
	padding:5px;
	width:470px !important;
	width:480px;
	overfllow:hidden;
}
.h1_body h1{
	font-size:16px;
	margin:-5px 0 10px 4px;
	font-family: "黑体";
	border-bottom:3px solid #FBE440;
	overfllow:hidden;
}
.img_list a{
	position:relative;
	float:left;
	padding:3px;
	margin:0 4px 0px 0px;
	text-align:center;
	background-color:white;
	display:inline;
	overfllow:hidden;
	}
.img_list img{

}
.img_list p{
	position:absolute;
	padding:3px;
	bottom:6px;
	left:0px;
	background:white;
	width:146px;
}
.text_list ul{
	list-style:none;
	line-height:200%;}
.text_list ul li{
	background:url(img/li.jpg) no-repeat 20px 5px;
	padding-left:40px;
}
#main_r_r .text_list ul li{
	background:url(img/li.jpg) no-repeat 3px 5px;
	padding-left:25px;
}
.h2_body{
	background-color:#F5F5F5;
	padding:10px;
	width:240px !important;
	width:260px;
	
}
.h2_body h2{
	font-size:16px;
	margin:-10px 0px 10px 0px;
	font-family: "黑体";
	border-bottom:3px solid #FBE440;
	overflow:hidden;
}
.h3_body{
	background-color:#F5F5F5;
	padding-left:5px;
	overfllow:hidden;
}
.h3_body h3{
	font-size:16px;
	margin:0px 0px 10px 10px;
	font-family: "黑体";
	border-bottom:3px solid #FBE440;
	overflow:hidden;
}
.clear{
	clear:both;
	overflow:auto;
	font-size:1px;
	height:1px;
	_height:1%;
}
.date{
	display:inline;
	margin-right:10px;
	float:right;
}
#pages{
	display:block;
	border-top:1px solid #EEE;
	margin-top:10px;
	padding-top:10px;
}
.text_con{
	margin:15px 10px 10px 10px;
	line-height:200%;
	overfllow:hidden;
}
