.content-product-list{
	padding: 2% 0;
	margin-top: 6.5em;
    border-top: 1px solid #EFEFEF;
    font-family: "宋体";
}
.content-product-list h5{
	font-size: 15px;
}
.content-product-list .text-muted{
	color: #999;
}
.l-list{
	background-color: #FBFBFB;
	border : 1px solid #eaeaea;
	font-size: 13px;
}
.l-list ul{
	margin-bottom: 0;
}
.l-list ul li:first-child,
.l-list ul li a{
	line-height: 40px;
	padding-left: 33%;
}
.l-list ul li:first-child{
	color: #333;
}
.l-list ul li a{
	text-decoration: none;
	color: #7F7F7F;
	display: inline-block;
	width: 100%;
}
.list-active{
	background: #F0F0F0;
	color: #7F7F7F;
}
.r-list{
	margin-top: 4%;
}
.r-list ul li{
	/*padding-left: 0;*/
	text-align: center;
	margin-bottom: 14px;
	position: relative;
	overflow: hidden;
}
.r-list ul li .list-div{
	position: relative;
	/*padding: 10% 0;*/
	text-align: center;
	/*background: #FFD1DF;*/
	overflow: hidden;
}
.r-list ul li .list-div img{
	/*width: 296px;
	height: 206px;*/
	width: 275px;
	height: 234px;
}
.r-list li span.ListNmae{
	opacity: 0.6;
	background-color: #000;
	color: #fff;
	display: inline-block;
	/*width: 100%;*/
	width:98%;
	height: 28px;
	line-height: 28px;
	text-align: center;
	position: absolute;
	bottom: -28px;
	left: 2px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 8px;
	-webkit-transition: bottom 0.15s ease-in-out;
	-moz-transition: bottom 0.15s ease-in-out;
	transition: bottom 0.15s ease-in-out;
}
.r-list li:hover span.ListNmae{
	bottom: 0;
}
.r-list .pagination-div{
	text-align: center;
}
.r-list .pagination-div .pagination{
	font-family: 'arial';
}
.r-list .pagination-div .pagination > li:first-child a,
.r-list .pagination-div .pagination > li:last-child a{
	padding-top: 0;
}
.r-list .pagination-div .pagination > li > a{
	border:none;
	color: #5F5F5F;
	padding: 2px 6px 0;
}
.r-list .pagination-div .pagination > li > a:hover,
.r-list .pagination-div .pagination > li > a:focus{
	background: none;
	color: #079EFF;
}
.proList-color{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#prolist_content p{
	margin:0;
}
@media (min-width: 768px){
	.content-product-list .col-sm-2 {
  		width: 20.666667%;
	}
	.content-product-list .col-sm-10 {
		width:  79.333333%;
	}
}
@media(max-width: 991px){
	.content-product-list h5{
		font-size: 14px;
	}
	.l-list .product-list-content li:first-child,
	.l-list .product-list-content li a{
		padding-left: 20%;
	}
	.r-list .product-list-content li .list-div{
		padding:10%;
	}
}
@media(max-width: 767px){
	.r-list .product-list-content li{
		padding-right: 15px;
		padding-left: 15px;
	}
	.r-list .pagination-div .pagination > li > a{
		padding: 2px 4px 0;
	}
}