.proLi {
	width: calc((100% - 120px) / 4);
	padding-right: 40px;
	display: inline-block;
	margin: 0;
	position: relative;
	overflow: hidden;
	float: left;
}

.proLi:last-of-type {
	padding-right: 0;
}


.proZbox {
	background-color: #fff;
}

.porTbox {}

.proImg {
	width: 100%;
    height: 0;
    padding-bottom: 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.showBox {
	display: none;
}

.showBoxLink {
	font-size: 16px;
}

.porBbox {
	padding: 20px 20px;
	padding-bottom: 20px;
	border-top: 1px solid rgba(229, 229, 229, 0.5);
}


.leftBox {
	line-height: 16px;
	box-sizing: border-box;
}

.proTitle {
	color: #313131;
	margin-top: 14px;
	margin-bottom: 16px;
	font-size: 16px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.proSummry {
	color: #707070;
	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;
}

@media screen and (max-width: 1100px) {
	.proLi {
		width: calc((100% - 90px) / 4);
		padding-right: 30px;
	}
	.proBox {
	    margin-top: 13px;
	}
	.porBbox {
	    padding: 10px 15px;
	    padding-bottom: 15px;
	}
	
}
@media screen and (max-width: 1000px) {
	.proLi {
	    width: calc((100% - 60px) / 4);
	    padding-right: 20px;
		}
	.proBox {
	    margin-top: 30px;
	}
}

@media screen and (max-width: 800px) {
	
		.proTitle {
			margin-top: 5px;
			margin-bottom: 14px;
		}
	.proLi {
		width: calc((100% - 20px) / 2);
		padding-right: 20px;
		margin-bottom: 20px;
	}

	.porBbox {
		padding: 15px 15px;
		padding-bottom: 10px;
	}
	.proLi:nth-of-type(2n) {
		padding-right: 0;
	}
}