@charset "utf-8";
/* CSS Document */
#content img{
	padding:1px;
	border:1px solid #ccc;
	margin:5px;
}


#content .floatLeft{
	float:right;
}


h3{
	color:#060;
	font-size:14px;
}





#ZT_left_con{
	width:515px;
	float:left;
	padding:15px;
	border-right:1px solid #ccc;
}


#ZT_left_con ul li{
	width:145px;
	float:left;
	padding:10px;
	text-align:center;
}


#ZT_left_con ul li img{
	width:90%;
	height:90%
	float:left;
	padding:5px;
}



/*right_con部分样式*/
#ZT_right_con{
	width:230px;
	float:left;
	padding:10px;
}

hr{
	border:1px dashed #ccc;
	height:0;
}

