@charset "GB2312";
/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}
#main {
	width: auto;
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 10px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 25px;
	text-shadow: none;
}
#main img {
	width: 100%;
	height: auto;
}
#main p {
	text-indent: 38px;
	text-align:justify;
	padding:9px 0;
}
#main h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px 10px 8px 10px;
}
#main #infos  li{ 
	list-style-type: square;
	list-style-position: inside;
    margin-left: 18px;
    height:25px; 
	line-height:25px; font-size:14px; }

	
	
	
	

