
.item_list_domain{position:relative;padding:0;box-sizing: border-box}
.item_domain{
	font-family:Cambria, Verdana, Georgia, serif, "微软雅黑", "宋体";
	width:188px;overflow:hidden;margin:15px 0 0 0;
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
	}
.hrtest{
	border-top:1px solid #ccc;
	margin: 5px;

}
.item_main{padding:10px 8px 10px;height: 185px}
.item_main .item_main_img{background-color:#FFFFFF;margin:0;position:relative;width:100%;height: 60px;}
.item_main .item_main_img img{width:100%; height: 60px; }
.item_main .item_main_img:hover{background:antiquewhite;}
.item_main .item_main_img:hover img{filter:alpha(opacity=80);-khtml-opacity:0.8;opacity:0.8;-webkit-transition:all 0.3s ease-out;-khtml-transition:all 0.3s ease-out;}

.item_main .item_price{
	position:absolute;bottom:10px;right:0px;background-color:rgba(0, 0, 0, 0.2);color:#FFF;
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#33000000, endcolorstr=#33000000);
}
.item_domain .btns{display:none;}
.whois_btn{top:0px;right:0px;position:absolute;background:#FF6600;color:#ffffff;height:20px;line-height:20px;width:60px;border-radius:3px;text-align:center; 
/*opacity: 0.4;filter: "alpha(opacity=40)"; filter: alpha(opacity=40); -moz-opacity: 0.4;  */
}
.whois_btn:hover{color:#ffffff;}
.item_main .domain{padding:0 0 6px;line-height:18px; border-bottom:1px solid #ccc;white-space: pre-wrap;
	word-wrap: break-word;}
.item_main  .domain span a,.item_main  .domain span a:hover,.item_main .domain span a:active{color:red;font-size: 18px;font-weight: bold;}
.domain_description span{
	padding: 4px 0;
	height: 80px;
	/* white-space: nowrap; */
	overflow: hidden;
	display: block;
	/* text-overflow: ellipsis; */
	font-size: 12px !important;
	font-family: "微软雅黑", Cambria, Verdana, Georgia, serif;}

.domain_bold{
	color: #00a23f;
	font-size: 14px;
	font-weight: bold;
}
.item_price{ width:100%; height:30px; background-color:#f0f0f0;}
.item_price .domain_price{	
position:absolute;bottom:5px;left:10px;color:red;
	font-size:12px; 
}
.item_price .domain_price a{	
color:red;
text-decoration:none;
}
.item_price .domain_price_right{position:absolute;bottom:5px;right:12px;
	font-size:12px; color:red;
	}
.item_price .domain_price_right a{color:red;}
