/* 案例 */
.caseContent {
	padding: 50px 0 30px;
}
.caseList {
	display: block;
	width: 49%;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	border-radius: 3px;
	float: left;
	margin-right: 2%;
	padding: 30px;
	margin-bottom: 30px;
}
.caseList:hover {
	border: 1px solid #007AFF;
	box-shadow: 2px 2px 3px 1px rgba(0,122,255,0.2);
	-webkit-transition: all .2s ease-out;
}
.caseList:hover .caseListInfo h3{
	color: #007AFF;
}
.caseList:nth-child(2n) {
	margin-right: 0;
}
.caseList .caseListImg {
	display: block;
	width: 19%;
	float: left;
}
.caseList .caseListImg img{
	display: block;
	width: 100%;
	margin: 0 auto;
}
.caseList .caseListInfo {
	float: left;
	width: 80%;
	padding-left: 30px;
	box-sizing: border-box;
}
.caseList .caseListInfo h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 20px;
	font-weight: bold;
}
.caseList .caseListInfo p {
	text-align: center;
	font-size: 16px;
	color: #666;
	line-height: 32px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 72px;
}
.caseInfoContent h4 {
	color: #007AFF;
	margin-top:30px;
	font-weight: bold;
}
.caseInfoContent h4:nth-child(1) {
	margin-top:0;
}
.caseInfoContent h4 .iconfont {
	margin-right: 8px;
	font-size: 17px;
	position: relative;
	top: 1px;
}
.caseInfoContent p {
	font:16px/32px "微软雅黑";
	text-indent:2em;
}
.caseInfoContent p span {
	font-family: "微软雅黑"
}
.caseInfoContent img {
	display: block;
	width: 80%;
	margin: 20px auto;
}
.caseInfoContent p h3 {
	color: #007AFF;
	font-weight: 600;
}
.caseInfoContent h3 {
	color: #007AFF;
	margin-top: 25px;
	text-indent: 2em;
}