/* 案例Css */
.detail_title{
	font-size:22px;
	line-height:26px;
	color:rgb(63, 63, 63);
	margin-top:50px;
}
.detail_content{
	font-size:16px;
	line-height:26px;
	color:rgb(63, 63, 63);
}
.detail_content p{
	margin-top:15px;
}
.detail_content p img{
	max-width:100%;
	width:auto !important;
	height:auto !important;
}