﻿/*
 * Author：严微
 * 开发者公司：严微科技（严微工作室）
 * http://www.ywcms.com
 * QQ：215730374
 * Phone：18565091288
 * Date: 2017-09-28
 */
.blkshoplistx {
	border:0px; 
	padding:0px; 
	overflow: hidden;
	ZOOM: 1; 
	position: relative;
	height:190px;
	width:750px;
}

.blkshoplistx .LeftButton {
	background: url(../images/arr_l.jpg) no-repeat;
	left:0px;
	float:left;
	width:23px;
	cursor: pointer;
	position: absolute;
	height:43px;
	top:70px;
}

.blkshoplistx .RightButton {
	background: url(../images/arr_r.jpg) no-repeat;
	right:0px;
	float:right;
	width:23px;
	cursor: pointer;
	position: absolute;
	height:43px;
	top:70px;
}

.blkshoplistx .Cont {
	padding:10px 5px 0px 5px;
	margin:0px 0px 0px 23px; 
	text-align:center;
	overflow: hidden;
}

.blkshoplistx .pro_box {
	float:left;
	text-align:center;
	margin:0px 5px;
	padding:4px;
	width:152px;
	height:176px;
	background:#ddd;
}
.blkshoplistx .pro_box span{ width:152px; float:left; line-height:25px; color:#333;}
.blkshoplistx .pro_box span a{ color:#333; text-decoration:none;}

.pro_box:hover{ background:#f8b856;}