.list{
	position: relative;
	margin-bottom: 20px;
}
.goods{
	position: relative;
	width: 100%;
	border-bottom: 1px dotted #ccc;
	line-height: 35px;
}
.goods a{
	position: relative;
}
.clear{
	height:0; 
	overflow:hidden; 
	clear:both;
}
.goods p.bg{
	position: relative;
	width: 3%;
}
.goods p.goods-tex{
	position: relative;
	width: 80%;
}
.goods p.goods-tex a{
	text-overflow:ellipsis; 
	overflow:hidden; 
	white-space:nowrap;
	text-indent: 10px;
}
.goods p.goods-time{
	text-align: right;
	position: relative;
	width: 15%;
}