
.pro-box {
	display: block;
}

.pro-box img {
	width: 100%;
	margin-bottom: 5px;
	border: 1px solid #999;
}

.pro-box p {
	margin-bottom: 0;
}

.pro-box p:nth-child(2) {
	font-size: 12px;
	color: #979797;
}

.pro-box p:nth-child(3) {
	color: #333;
	font-weight: bolder;
}
.btn-back{
	margin-top: 15px;
	float: right;
	text-align: center;
	display: block;
	border-radius:5px;
	width: 100px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #0081c5;
}
.btn-back:hover{
	border: 1px solid #0081C5;
	background: none;
	color: #0081C5;
}
