.probox {
	display: flex;
	width: 1180px;
	margin: 0 auto;
}

.show-contentbox {
	width: 935px;
	border: 1px solid #e6e6e6;
	border-right: 0;
	overflow: hidden;
}

.showtitle {
	display: flex;
	justify-content: space-between;
	margin: 10px 0 10px 10px;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 10px;
}

.showtitle-left {
	color: #db0708;
	font-size: 16px;
	
}

.onepro {
	display: flex;
	margin: 10px;
	padding: 10px 0;
	justify-content: space-around;
	
	border-bottom: 1px solid #e6e6e6;
}

.onepro-pic {
	margin: 30px 30px;
}

.onepro-pic>a>img {
	width: 137px;
	height: 100px;
	object-fit: contain;
}

.onerpo-desc {
	width: 370px;
}

.onerpo-descname {
	font-size: 15px;
	color: red;
	padding: 10px 0;
}

.onerpo-descdetail {
	font-size: 12px;
	color: #666666;
}

.prodetails:hover {
	color: red;
}