﻿
.contain_cont .left{
	width:100%;
	height:100%;
	float:left;
	background:rgba(255,255,255,0.8);
	box-shadow: 0px 2px 5px #888;
}

.pro_content{
	 padding: 0 10px;
	/*width: 94%;*/
	height: 325px;
	overflow: auto;
	margin: 10px auto;
	/* margin-top: 10px; */
	/* border-top: 1px solid #ebebeb; */
}

.pro_content .contentlist{
	width: 100%;
	height: auto;
	cursor: pointer;
	padding: 15px;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #d8d8d8;
	border-top: 0px;
	overflow: hidden;
}
.pro_content .contentlist a{
	display:inline-block;
	width:100%;
	height:100%;
}
.pro_content .contentlist a>img{
	display: block;
	width: 245px;
	height: 135px;
	float: left;
	background-color: #d8d8d8;
	margin-right: 20px;
}
.pro_content .contentlist .title{
	width: 66%;
	height: auto;
	font-size:18px;
	font-family:"微软雅黑";
	font-weight:bold;
	color:#333;
	line-height:20px;
	word-wrap: break-word;
	margin:0 0 20px 0;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pro_content .contentlist .type{
	display:inline-block;
	width:auto;
	height:20px;
	line-height:20px;
	padding:0 10px;
	font-family: "微软雅黑";
	font-size:14px;
	color: #f75b2a;
	text-align:center;
	border:1px solid #f75b2a;
	margin-right:15px;
}
.pro_content .contentlist .progress{
	display:inline-block;
	width:auto;
	height:20px;
	line-height:20px;
	padding:0 10px;
	font-family: "微软雅黑";
	font-size:14px;
	color: #f75b2a;
	text-align:center;
	border:1px solid #f75b2a;

}

.pro_content .contentlist .address{
	width: 66%;
	height: auto;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666;
	line-height: 25px;
	position: absolute;
	left: 275px;
	bottom: 25px;
}

.pro_content .contentlist .address  .time{
	margin-left:20px;
}
.pro_content .contentlist .address>img{
	display: inline-block;
	width: 19px;
	height: 25px;
	margin-right: 5px;
	float: left;
	/* position: relative; */
	/* bottom: 3px; */
}

.pro_content .contentlist .price{
	font-family: "微软雅黑";
	font-size:26px;
	font-weight:bold;
	line-height:30px;
	color: #f75b2a;
	position: absolute;
	top: 85px;
	right: 40px;
}

.pro_content .contentlist .area{
	font-family: "微软雅黑";
	font-size:14px;
	font-weight: bold;
	line-height:23px;
	color: #666;
	position: absolute;
	top: 88px;
	left: 275px;
}
.pro_content .contentlist .area>img{
	display: inline-block;
	width: 24px;
	height: 23px;
	margin-right: 5px;
	float: left;
	/* position: relative; */
	/* top: -3px; */
}
