@charset "utf-8";
/* CSS Document */
html,body{ margin:0; padding:0;}
.head{ width:800px; height:100px; margin:0 auto;}
.head ul{ margin:0; padding:0;}
.head ul li{
	float: left;
	list-style-type: none;
}
.head #loge{ float:left;}
.head #tu{ float:right;}
.head .dh{ width:100%; height:10px; background-color:#03C; float:left;}
.bod{width:800px; height:auto; margin:0 auto;}
.bod ul{ margin:0; padding:0;}
.bod ul li{
	width: 100%;
	height: 170px;
	position: relative;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999;
	padding-bottom: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bod ul li #img{
	width: 250px;
	height: 160px;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 5px;
	border: 1px solid #CCC;
}
.bod ul li h2{
	width: 530px;
	height: 20px;
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	text-align: center;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	float: right;
	padding-bottom: 5px;
}
.bod ul li h2 a{
	font-size: 18px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
}
.bod ul li #jianjie{
	width: 520px;
	height: 120px;
	padding: 5px;
	border: 1px solid #CCC;
	margin-top: 0px;
	position: absolute;
	left:230px;
	top:40px;	
}
.foot{
	width: 800px;
	height: 100px;
	background-color: #000;
	float: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;	
}
.bod .list{
	width: 98.2%;
	height: auto;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #CCC;
	float: left;
}
.bod .list h1{
	font-size: 24px;
	line-height: 26px;
	color: #000;
	text-decoration: none;
	text-align: center;
	height: 30px;
	width: 100%;
}
.bod .list #xian{
	color: #CCC;
	height: 5px;
	width: 99%;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
}