/*$${"color":[{"val":"#3e3d42","title":"文字颜色"},{"val":"#555555","title":"信息文字颜色"}],"background":[{"val":"#fff","title":"栏目边框"}],"border":[{"val":"#3e3d42","title":"栏目边框线"},{"val":"#e5e5e5","title":"信息内容边框"}]}$$*/
#store_149{
	width: 100%;
	padding: 60px 0;
}
#store_149 .classname{
	width: 100%;
}
#store_149 .classname .tit-1{
	color: #3e3d42;
	font-family: arial;
	font-size: 14px;
	width: 100%;
	text-align: center;
	line-height: 30px;
}
#store_149 .classname .tit-2{
	width: 375px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	margin-top: 20px;
}
#store_149 .classname .tit-2 .nr{
	background: #fff;
	font-size: 28px;
	color: #3e3d42;
	width: auto;
	padding: 0 10px;
	position: absolute;
	top:-18px;
	left:50%;
	transform: translateX(-50%);
	z-index:10;
	line-height: 36px;
	font-weight: bold;
}
#store_149 .classname .tit-2::before{
	position: absolute;
	content: '';
	left:50%;
	background:url(/static/images/NP00017_01.png) no-repeat center bottom;
	background-size:100%;
	width: 44px;
	height: 44px;
	bottom: 0;
	margin-left: -22px;
	z-index: 10;
}
#store_149 .classname .tit-2::after{
	position: absolute;
	border: #3e3d42 solid 1px;
	content: '';
	width: 100%;
	height: 58px;
	left:0;
	top:0;
}
#store_149 .storeList{
	width: 1200px;
	margin:30px auto 0 auto;
}
#store_149 .storeList .itemLi{
	border: #e5e5e5 solid 1px;
	width: calc(25% - 16px);
	padding-bottom: 25px;
	margin: 0 8px;
	float: left;
}
#store_149 .storeList .itemImg{
	width: 100%;
	overflow: hidden;
}
#store_149 .storeList .itemImg img{
	width: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}
#store_149 .storeList .itemLi:hover .itemImg img{
	transform: scale(1.1);
}
#store_149 .storeName{
	font-size: 24px;
	color: #555555;
	font-weight: bold;
	line-height: 80px;
	padding: 0 20px;
}
#store_149 .stroeDz{
	font-size: 14px;
	line-height: 34px;
	padding: 0 20px;
	color:  #555555;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
@media screen and (max-width:1200px){
	#store_149 .storeList{
		width: 100%;
	}
	#store_149 .storeList .itemLi{
		/* width: 50%; */
		padding-bottom: 20px;
	}
	#store_149 .stroeDz{
		padding: 0 10px;
		line-height: 32px;
	}
	#store_149 .storeName{
		padding: 0 10px;
		line-height: 60px;
	}
	#store_149{
		padding: 60px 0 30px 0;
	}
}
@media screen and (max-width: 767px){
	#store_149{
		padding: 20px 0;
	}
	#store_149 .storeList{
		padding: 0 5px;
	}
	#store_149 .storeList .itemLi{
		width: calc(50% - 10px);
		margin: 0 5px 15px 5px;
		padding-bottom: 5px;
	}
	#store_149 .storeName{
		font-size: 16px;
		line-height: 30px;
	}
	#store_149 .stroeDz{
		font-size: 14px;
		line-height: 24px;
		
	}
	#store_149 .classname{
		width: 80%;
		margin: 0 10%;
	}
	#store_149 .classname .tit-2{
		width: 100%;
		height: 53px;
	}
	#store_149 .classname .tit-2::after{
		height: 40px;
	}
	#store_149 .classname .tit-2 .nr{
		font-size: 22px;
	}
	#store_149 .classname .tit-2::before{
		width: 30px;
		height: 30px;
	}
}