@charset "utf-8";
/* CSS Document */

body{
	font-size:12px;
	margin:0;
	padding:0;
	background:#064151;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
img{
	border:0;
}
#main{
	margin:0 auto;
	width:870px;
}
#header{
	background:url(img/header.gif);
	width:851px;
	height:199px;
	margin:0 auto;
	position:relative;
}
#nav{
	position:absolute;
	bottom:10px;
	right:40px;
	margin:0;
	padding:0;
}
#nav li{
	padding:10px;
	font-size:14px;
	font-family:"微软雅黑","黑体";
	display:inline;
	list-style:disc;
	font-weight:bold;
}
#nav li a{
	color:#000;
}
#content{
	background:url(img/body.gif) no-repeat top #fff;
	width:851px;
	_width:841px;
	margin:0 auto;
	position:relative;
}
#article{
	height:1047px;
}
#editor{
	width:430px;
	padding:10px 0 10px 30px;
}
#editor_title{
	font-size:14px;
	font-weight:bold;
	padding:10px;
}
#editor_comment{
	line-height:20px;
	padding:10px 20px;
}
#left_all{
	float:left;
	margin-left:5px;
	z-index:4;
}
.left_plate_list{
	padding:1px 0 0 40px;
	*padding:0;
}
.left_plate_list li{
	margin:10px;
	*margin:7px;
	list-style:none;
}
.right_plate_list{
	padding:15px 0 15px 25px;
	*padding:0 0 20px 0px;
}
.right_plate_list li{
	margin:10px;
	list-style:none;
}
#right_all{
	float:right;
	margin:60px 10px 0 180px;
	z-index:4;
}
#s1, #s2, #s3, #s4, #s5, #s6{
	position:absolute;
	z-index:0;
}

#s1{
	top:920px;
	right:423px;
}
#s2{
	top:808px;
	right:278px;
}
#s3{
	top:674px;
	right:422px;
}
#s4{
	top:551px;
	right:272px;
}
#s5{
	top:398px;
	right:401px;
}
#s6{
	top:287px;
	right:329px;
}
.fake{
	position:absolute;
	display:none;
	width:200px;
	overflow:hidden;
	padding:20px 25px 15px 25px;
	font-size:12px;
	background-color:#fefbf1;
	color:#333;
	line-height:19px;
	border:dotted 1px #000000;
}
#fake1{
	left: 453px;
	top:950px;
}
#fake1{
	left: 453px;
	top:950px;
}
#fake2{
	left: 620px;
	top:780px;
}
#fake3{
	left: 470px;
	top:590px;
}
#fake4{
	left: 595px;
	top:430px;
}
#fake5{
	left: 470px;
	top:430px;
}
#fake6{
	left: 570px;
	top:220px;
}


#blog_titlle{
	padding:10px 0 0 15px;
}
#blog_content{
	padding:10px 80px;
	*padding:10px 45px;
	width:700px;
	font-size:14px;
}
#blog_content li{
	float:left;
	list-style:none;
	margin:15px;
}
#blog_content li a span{
	display:block;
	width:70px;
	padding:2px 0 0 30px;
}
#copyright{
	 color:#fff;
	 background-color:#000;
	 width:851px;
	 text-align:center;
	 padding:2px 0;
	 margin-top:10px;
}
#copyright p{
	margin:10px;
}
.clear{
	clear:both;
}
