/*成功案例*/
.successful_case_content{
	margin-top: 45px;
	margin-left: -28px;
}
.successful_case_content ul li{
	width: 280px;
	height: 360px;
	margin-left: 27px;
	float: left;
}
.successful_img{
	width: 280px;
	height: 210px;
	overflow: hidden;
	text-align: center;
}
.successful_img a{
	width: 280px;
	height: 210px;
	line-height: 210px;
}
.successful_img a img{
	vertical-align: middle;
	width: auto;
	height: auto;
}
.successful_text a{
	width: 280px;
	height: 35px;
	line-height: 35px;
	display: block;
	text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
    text-align: center;
    color: #444d52;
    font-size: 18px;
}
.successful_text span{
	line-height: 25px;
	font-size: 14px;
	color: #848e94;
	width: 280px;
	height: 50px;
	display: block;
	text-align: center;
	word-wrap: break-word;
	overflow: hidden;
}