.nores{
	background: #F7F7F7;
	height: 48px;
}
.nores p{
	margin-left: 12px;
	line-height: 48px;
}

.searchRes{
	width: 1200px;
	height: 100%;
	padding-bottom: 96px;
	display: flex;
	flex-direction: column;
}
.tuijian_goods{
	width: 100%;
	margin-top:32px ;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.tuijian_goods li{
	width: 284px;
	height: 388px;
	background: #FFFFFF;
	margin-right: 12px;
	margin-bottom: 16px;
	border: 1px solid #E0E0E0;
}
.tuijian_goods li img{
	/* width: 287px;
	height: 287px; */
	width: 285px;
	height: 285px;
}
.tuijian_goods li:nth-child(4n+4){
	margin-right: 0px;
}
.tuijian_goods .title{
	margin-top: 20px;
	margin-left:10px;
	margin-right: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 14px;
	line-height: 20px;
}
.tuijian_goods .price{
	font-size: 20px;
	font-weight: 700;
	color: #E50012;
	margin-left: 10px;
}