
@media screen and (max-width: 1100px) {
	.proInfo-intro {
		width: 100%;
		margin: 0px auto;
	}
}
@media screen and (min-width: 1100px) {
	.proInfo-intro {
		width: calc( 100% - 240px );
		margin-left: 40px;
	}
}

.select-count {
	margin-top: 69px;
	font-size:18px;
	margin-bottom: 29px;
}
.proType-main {
	position: relative;
	overflow: hidden;
	margin-bottom: 49px;
}

.proInfo {
	width: 100%;
	overflow: hidden;
	margin-bottom: 44px;
}
.proInfo a {
	font-size: 15px;
	color: #333333;
}
.proInfo-img {
	width: 200px;
	height: 200px;
	float: left;
	border: none;
	font-size: 0px;
}
.proInfo-img img {
	width: 100%;
	margin: auto;
	height: 100%;
	background-repeat: no-repeat;
	border: none;
}
.proInfo-intro {
	height: 200px;
	float: left;
}
.proInfo-intro-title {
	margin: 18px 0px 34px 0px;
	font-weight: bold;
}
.proInfo-intro-text {
	color: #333;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
	text-align: justify;

	/* 多行文本溢出隐藏 */
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
}
.proInfo-intro-more {
	cursor: pointer;
	font-size: 15px;
	line-height: 30px;
	margin-top: 27px;
}
.proInfo-intro-more a {
	color: #dd0415;
}
.proInfo-over {
	width: 100%;
	text-align: center;
	margin-top: 43px;
	/* margin-bottom: 49px; */
}

/* 查询失败 */
.result-state-sorry {
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	margin: 10px auto;
}