.proLi {
	width: calc((100% - 80px) / 3);
	padding-right: 40px;
	display: inline-block;
	margin: 0;
	margin-bottom: 60px;
	position: relative;
	overflow: hidden;
	float: left;
}

.proLi:nth-of-type(3n){
	padding-right: 0;
}


.proZbox {
	background-color: #fff;
}

.porTbox {
	  display: flex;
	  text-align: center;
	  align-items: center;
}

.productb-proImg-a{
	display: block;
	width: 100%;
}

.proImg {
	width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}


.showBox {
	display: none;
}

.showBoxLink {
	font-size: 16px;
}

.porBbox {
	padding: 20px 20px;
	padding-bottom: 20px;
	border: 1px solid rgba(229, 229, 229,0.5);
}

.leftBox {
	line-height: 16px;
	box-sizing: border-box;
}

.proTitle {
	color: rgba(49, 49, 49);
	margin-top: 14px;
	margin-bottom: 16px;
	font-size: 16px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;

}

.proSummry {
	color: rgba(124, 124, 124);
	font-size: 14px;
	display: inline-block;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.line2 {
	margin: 14px auto;
}

.line2-1 {
	border-top: 1px solid rgba(229, 229, 229);
}

.lookDetail {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.details {
	color: rgba(119, 119, 119);
}
.proTitle:hover{
	color: #1d51be;
}
.proSummry:hover{
	color: #1d51be;
}
.details:hover{
	color: #1d51be;
}

.arrowsR{
    width: 24px;
    height: 8px;
    background-image: url(../img/white-arrow.png);
    background-repeat: no-repeat;
    position: absolute;
    right: 2px;
    bottom: 8px;
}
.arrowsR:hover{
	background: url(../img/blue-arrow.png) center no-repeat;
}

.barr {
	vertical-align: middle;
}

.productb-page{
	text-align: center;
	margin-bottom: 60px;
}
.pagination li{
	display: inline-block;
	padding: 0px 9px;
}
@media screen and (max-width: 1300px) {
.proLi {
	margin-bottom: 50px;
}
} 
@media screen and (max-width: 1200px) {
.proLi {
	width: calc((100% - 60px) / 3);
    padding-right: 30px;
	margin-bottom: 40px;
}
	.productb-page {
	margin-bottom: 40px;
	}
} 
@media screen and (max-width: 1100px) {
.proLi {
	width: calc((100% - 50px) / 3);
    padding-right: 25px;
	margin-bottom: 30px;
}
.porBbox {
    padding: 15px 15px;
	}
	.productb-page {
	margin-bottom: 30px;
	}
} 
@media screen and (max-width: 1000px) {
.proLi {
	width: calc((100% - 40px) / 3);
    padding-right: 20px;
	margin-bottom: 20px;
}
.porBbox {
    padding: 13px 13px;
	}
	.productb-page {
	margin-bottom: 20px;
	}
}  
@media screen and (max-width: 800px) {
	.proLi {
		width: calc((100% - 20px) / 2);
	padding-right: 20px;
		margin-bottom: 20px;
	}

.proLi:nth-of-type(3n){
	padding-right: 20px;
}
.proLi:nth-of-type(2n){
	padding-right: 0;
}
.proTitle {
margin-top: 5px;
margin-bottom: 14px;
}
}