@charset "utf-8";
/*listbox*/
.entry .main .inmain{background-color:transparent;}
.entry .listbox{
	background-color:#fff;
	border:1px solid #d3d4d5;
	height:96px;
	padding:10px 10px;
	margin-bottom: 4px;
}
.listbox .pic{
	width:127px;
	padding:0 17px;
}
.listbox .detail{
	padding:0 10px;
	overflow:hidden;
	height:90px;
}
.detail h3{
	width:100%;
	height: 22px;
	border-bottom: 1px dashed #ababab;
	margin-bottom: 3px;
}
.detail h3 span{
	font-size: 13px;
}
.detail h3 span ins{}
.detail h3 label.r{
	color:#333;
	font-size: 12px;
}
.detail p{ text-indent:24px;line-height:22px;}

