﻿



.filters li {
	display: inline-block;
	margin: 0 18px
}

.filters li span {
	display: inline-block;
	white-space: nowrap;
	padding: 10px 20px;
	position: relative;
	cursor: pointer;
	background-color: #fafafa;
	border-radius: 20px
}

.btn-more a {
	display: inline-block;
	white-space: nowrap;
	padding: 10px 30px;
	background-color: #43b66b;
	color: #fff;
	font-weight: 700;
	border-radius: 20px
}

.filters li.on span {
	background-color: #ef2f1e;
	color: #fff;
	font-weight: 700
}

.pro-list .pro-item,
.news-list .news-con {
	display: none
}

.pro-list .on,
.news-list .on {
	display: block
}

.col-md-4 a img{ height:190px;width:300px}



