/*授权门店*/
/*$$
{"color":[{"val":"#555555","title":"标题颜色+标题引文颜色+正文小标题+列表正文"},
{"val":"#226659","title":"标题颜色"},
{"val":"#f08519","title":"标题颜色"},
{"val":"#04a659","title":"鼠标滑过标题颜色"}],
"background":[{"val":"#f08519","title":"标题横线"}],
"border":[{"val":"#00723c","title":"列表图片边框"}]}
$$*/
#stores_157 {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}

#stores_157 .indexTit {
	width: 100%;
}

#stores_157 .indexTit .indexLine {
	width: 1px;
	height: 45px;
	margin: 0 auto;
	background: #f08519;
}

#stores_157 .indexTit .indexTitBold {
	margin-top: 10px;
	font-size: 28px;
	font-weight: bold;
	line-height: 46px;
	color: #555555;
	text-align: center;
}

#stores_157 .indexTit .indexTitBold span {
	color: #f08519;
}

#stores_157 .indexTit .indexTitChar {
	font-size: 18px;
	line-height: 46px;
	color: #555555;
	text-align: center;
}

#stores_157 .storesBody {
	margin-top: 40px;
	width: 100%;
}

#stores_157 .storesBody ul {
	width: 100%;
	overflow: hidden;
}

#stores_157 .storesBody ul li {
	width: calc(25% - 20px);
	margin:0 10px;
	cursor: pointer;
	float: left;
	overflow: hidden;
}

#stores_157 .storesBody ul li .itemImg{
	width: 100%;
	height: 200px;
	margin: 0 auto;
	display: block;
	border: #00723c solid 1px;
	overflow: hidden;
}
#stores_157 .storesBody ul li .itemImg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition:transform .3s ease;
}
#stores_157 .storesBody ul li:hover img{
	transform: scale(1.1);
}
#stores_157 .storesBody ul li p {
	font-size: 14px;
	line-height: 46px;
	margin: 0 0 20px 0;
	text-align: center;
	color: #555555;
	height: 46px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
#stores_157 .storesBody ul li:hover p{
	color: #04a659;
}
@media screen and (max-width:1200px) {
	#stores_157 {
		width: 96%;
	}
}


/* ipad */

@media screen and (max-width:992px) {
	#stores_157 {
		width: 96%;
	}
	#stores_157 .storesBody ul li .itemImg{
		height: 140px;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#stores_157 {
		width: 96%;
		padding: 20px 0;
	}
	#stores_157 .storesBody ul li {
		width: calc(50% - 10px);
		margin: 5px;
	}
	#stores_157 .storesBody ul li .itemImg{
		margin:0;
		height:120px;
	}
	#stores_157 .storesBody ul li p{
		line-height: 30px;
		margin: 0;
		height: 30px;
	}
	#stores_157 .indexTit .indexLine{
		height: 30px;
	}
	#stores_157 .indexTit .indexTitBold{
		font-size: 22px;
		line-height: 40px;
	}
	#stores_157 .indexTit .indexTitChar{
		font-size: 16px;
		line-height: 30px;
	}
	#stores_157 .storesBody{
		margin-top: 10px;
	}
}

