.content_title{
	width: 510px;
	margin: 0 auto;
	display: flex;
	height: 44px;
	font-size: 28px;
	color: #000000;
	line-height: 26px;
	margin-top: 24px;
}
.content_title img{
	margin-left: 5px;
	margin-right: 5px;
	height: 26px;
}
.content_title p:nth-of-type(2){
	color: #A64fb0;
}
.cases_items{
	margin: 0 auto;
}
.cases_items .cases_item{
	width: 474px;
	height: 180px;
	margin: 0 auto;
	box-shadow: 0px 0px 10px #EFEFEF;
	border-radius: 20px;
	margin-top: 60px;
	position: relative;
}
.cases_items .cases_item:nth-of-type(1){
	margin-top: 20px;
}
.cases_item img{
	position: absolute;
	top: -18px;
	left: 36px;
}
.cases_item .cases_txt{
	width: 218px;
	height: 180px;
	margin-left: 256px;
}
.cases_item .cases_txt p:nth-of-type(1){
	font-size: 24px;
	font-weight: 600;
	height: 68px;
	line-height: 68px;
	color: #000000;
}
.cases_item .cases_txt p:nth-of-type(2){
	font-size: 22px;
	height: 28px;
	line-height: 28px;
	color: #000000;
}
.cases_item .cases_txt p:nth-of-type(3){
	font-size: 20px;
	height: 24px;
	line-height: 24px;
	color: #000000;
}
.cases_item .cases_txt p:nth-of-type(4){
	font-size: 22px;
	height: 60px;
	line-height: 60px;
	color: #964FB0;
}
.cases_data{
	width: 474px;
	margin: 0 auto;
	text-align: right;
	line-height: 20px;
	font-size: 14px;
	margin-top: 20px;
	height: 20px;
	color: #000000;
}
			
			