		#goods-line{
			width: 100%;
			background-color: #f5f5f5;
			/*border-top: 1px solid #e0e0e0;*/
			padding-top: 22px;
		}
		#goods-line .goods{
			width: 300px;
			margin-right: 20px;
			/*border: 1px solid #e0e0e0;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;*/
			float: left;
		}
		#goods-line .goods:last-child{
			margin-right: 0px;
		}
		#goods-line .goods img{
			display: block;
		}