#myHotPinDiv{
	background: #eee;
}
#myHotPinDiv .myHotPinDivOne{
	background: #eee;
	position: relative;
}
#myHotPinDiv .myHotPinUl{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	/*border: 1px solid red;*/
}
#myHotPinDiv .myHotPinUl li{
	float: left;
	width: 50%;
	/*border: 1px solid red;*/
	text-align: left;
	height: 35px;
	line-height: 35px;
}
#myHotPinDiv .myHotPinUl li a{
	font-size: 14px;
	color: #666;
	font-weight: 100;
	text-decoration: none;
}
#myHotPinDiv .myHotPinUl li a:hover{
	color: #666;
	text-decoration: none;
}
/*
.ind_redianzp_ul{
	height: auto;
	overflow: hidden;
	margin-top:10px;
}
.ind_redianzp_ul li{
	float: left;
	margin-left: 10px;
	line-height: 25px;
	width: 45%;
}
.ind_redianzp_ul li a{
	color: #666;
}*/