/*当前位置*/

.btn-search {
	background-color: #979797;
	text-align: center;
	color: #fff;
	font-family: SimSun;
	cursor: pointer;
	height: 26px;
	line-height: 26px;
	width: 50px;
	float: left;
	font-size: 14px;
	outline: none;
	border: 0;
}


/*列表*/

.content {
	width: 1100px;
	margin: 0 auto;
}

.content .item {
	margin-top: 20px;
}

.content .item .title {
	font-size: 18px;
	line-height: 28px;
	padding-left: 10px;
	border-left: 6px solid #82BB30;
}

.content .item .title .onload {
	float: right;
	color: #b7b7b7;
	font-size: 14px;
}

.content .item .list {
	display: inline-block;
	width: 230px;
	height: 260px;
	margin: 20px 4px 0 4px;
	padding: 20px 15px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.content .item .list:hover {
	box-shadow: 0px 0px 5px #9E9E9E;
	-webkit-box-shadow: 0px 0px 5px #9E9E9E;
	-moz-box-shadow: 0px 0px 5px #9E9E9E;
	-ms-box-shadow: 0px 0px 5px #9E9E9E;
	-o-box-shadow: 0px 0px 5px #9E9E9E;
}

.content .item .list .img {
	display: block;
	height: 150px;
	line-height: 150px;
	text-align: center;
}

.content .item .list .img img {
	max-width: 230px;
	max-height: 150px;
	min-height: 100px;
	vertical-align: middle;
}

.content .item .list .name {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.content .item .company a {
	height: 24px;
	color: #9E9E9E;
	font-size: 14px;
	line-height: 24px;
}

.content .item .company span {
	display: inline-block;
	color: #FFFFFF;
	padding: 0 5px;
	font-size: 12px;
	margin-left: 5px;
	vertical-align: middle;
	background-color: #fd5026;
}

.content .item .inform {
	margin-top: 10px;
}

.content .item .inform p {
	display: inline-block;
	width: 150px;
}

.content .item .inquiry {
	display: inline-block;
	width: 58px;
	height: 28px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	border-radius: 5px;
	background-color: #F80000;
}