.linespace50 { width: 100%; height: 50px; clear: both; }

.pro-list-text {
	width: 100%;
	height: auto;
	line-height: 38px;
	font-size: 16px;
	color: #464646;
	overflow: hidden;
	text-align: center;
}

/*调整高度*/
@media screen and (min-width: 1200px) and (max-width:1440px){
	.linespace50{height: 50px;}
}
@media screen and (min-width: 900px) and (max-width:1200px){
	.linespace50{height: 40px;}
}
@media screen and (max-width:900px){
	.linespace50{height: 35px;}
}
@media only screen and ( max-width:767px ) {
	.linespace50{height: 30px;}
}
@media only screen and ( max-width:420px ) {
	.linespace50{height: 25px;}
}
@media only screen and ( max-width:370px ) {
	.linespace50{height: 20px;}
}
@media only screen and ( max-width:320px ) {
	.linespace50{height: 15px;}
}




