.needsMain{
	background-image: url(../../img/needsbj.png);
	background-size: 100% 100%;
	position: relative;
	min-height: 100vh;
}
.needsCon{
	padding: 10px;
}
.needsList{
	background-color: white;
	padding: 10px;
	margin: 10px;
	float: left;
	width: calc(50% - 20px);
	height: 550px;
}
.needsTitle{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.modalneedsTitle{
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.needsImg img{
	width: 100%;
	height: 440px;
}
.needsContent{
	font-size: 22px !important;
	color: #999999 !important;
	font-family: "微软雅黑" !important;
	height: 120px;
	line-height: 40px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	overflow: hidden;
}
.needsContent img{
	display: none;
}
.needsContent *{
	font-size: 22px !important;
	color: #999999 !important;
	font-family: "微软雅黑" !important;
	line-height: 40px !important;
}
.modal{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0,0,0,0.5);
	display: none;
}
.modalInner{
	background-image: url(../../img/modalbj.png);
	background-size: 100% 100%;
	background-color: white;
	width: 80%;
	margin: 300px auto;
	padding: 50px;
}
.modalInnerimg{
	text-align: center;
}
.modalInnerimg img{
	width: 100%;
}
.modalTitle{
	font-size: 30px;
	width: 80%;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.keySpan span{
	background-image: url(../../img/keybj.png);
	background-size: 100% 100%;
	padding: 5px 20px;
	color: white;
	font-size: 22px;
	margin: 0 20px;
	border-radius: 3px;
}
.modalNeedsContent{
	font-size: 22px !important;
	color: black !important;
	font-family: "微软雅黑" !important;
	height: 120px;
	line-height: 40px;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:3; 
	overflow: hidden;
}
.modalNeedsContent *{
	font-size: 22px !important;
	color: black !important;
	font-family: "微软雅黑" !important;
	line-height: 40px !important;
	margin: 0 !important;
	padding: 0 !important;
}
.more{
	margin-top: 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: #fafafa;
}
.more a{
	display: inline-block;
	width: 100%;
	height: 60px;
	color: #1ab4e7;
	font-size: 28px;
}
