/*=-=-=-=-=-=-=-[首页图片导航]-=-=-=-=-=-=-=-*/
/*图片导航样式*/
.cn_dh_tp li{/*图片导航边框大小*/
	display: inline;
	width: 116px;
	margin: 6px;
}
.cn_dh_tp li #tpdh_pd_img img{/*图片导航图片大小*/
	width:55px;
	height: 55px;
	
}
.cn_dh_tp li #tpdh_pd_img{/*图片导航边框样式及背景*/
	background-image: url(images/DH_file_X.gif);
	padding-top: 8px;
	padding-right: 5px;
	padding-bottom: 7px;
	padding-left: 5px;
	float:left;
}
.cn_dh_tp li #tpdh_pd_name{/*图片导航图片名称*/
	border: 1px dotted #cccccc;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 5px;
	float:left;
}