.title_wrap{
	margin-bottom: 30px;
}
.details_wrap{
	background: linear-gradient(#fff,#f5f5f5);
	padding-bottom: 30px;


}

.details{
	width: 1000px;
	padding: 80px 100px;
	margin: 0 auto 50px;
	/* box-shadow: 0 0 10px #f6f6f6; */
	/* background: url("../images/hualu/icon/detiles_icon.jpg") no-repeat top right; */
	/* border-radius: 0 127px 0 0; */
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	/* background: linear-gradient(#fff,#f5f5f5); */
}
.recomm_tit{
	padding: 20px 0 10px;
	border-top: 1px solid #e6e6e6;
	margin: 60px 0 0;
	color: #08308f;
}
.recomm{
	overflow: hidden;
}
.recomm_txt{
	padding: 15px 0;
	border-bottom: 1px dotted #e6e6e6;
	background: url(../images/hualu/cir.png) no-repeat left center;
    padding-left: 20px;
}
.recomm_txt>a{
	color: #333;
}
.recomm_txt>a:hover{
	color: #08308f;
}
/* .recomm .con_img{
	max-width: calc(100%/ 4 - 10px);
	width: auto;
	height: 200px;
	margin-right: 10px;
	float: left;
}
.recomm .con_img img{
	width: 100%;
	height: 100%;
} */

.details_tit{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	margin-bottom: 30px;
}
.details_sub {
	color: #b3b3b3;
	text-align: center;
	border-bottom: 1px dotted #e6e6e6;
	padding-bottom: 40px;
}
.details_sub>span{
	margin-left: 10px;
	margin-right: 30px;
}
.details_span{
	margin-right: 40px;
}
.details_cont{
	text-align: center;
	margin-top: 40px;
	/* line-height: 30px; */
	color: #333;
}
.details_cont p{
	text-align: left;
	text-indent: 0;
	line-height: 30px;
	text-indent: 32px;
	margin-bottom: 15px;
}
.details_cont table{
	margin: 0 auto;
}
.details_cont table td{
	border-style: solid;
}
.details_cont table p{
	text-indent: 0;
}
.img{
	text-align: center;
}
.details_cont img{
	margin: 20px 0 0;
	width: 60%;
}
.position{
	float: none;
	padding: 30px 0 0;
}
.leader_img{
	text-align:center;width:300px;margin:0 auto 40px;
}
.details_span img{
	margin-right: 10px;
}
@media screen and (max-width: 750px) {
	.details {
		width: 96%;
		padding:0;
		margin: 10px auto;
		box-shadow: none;
		background: none;
		border-radius: 0 ;
		border: none;
	}
	.recomm{
		overflow: hidden;
	}
	.recomm_tit{
		
		font-size: 20px;
	}
	.details_tit {
		font-size: 18px;
		font-weight: bold;
		text-align: left;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.details_sub {
		color: #b3b3b3;
		text-align: left;
		border-bottom: none;
		padding-bottom: 0;
	}
	.details_span {
		margin-left: 0!important;
		display: inline-block;
		margin-right: 10px!important;
		font-size: 14px;
	}
	.details_cont {
		width: 96%;
		margin: 0 auto;
		text-align: left;
		margin-top: 20px;
		text-indent: 0;
    	overflow: hidden;
	}
	.details_cont p{
		/* text-indent: 0!important; */
	}
	.details_cont img{
		width: 100%!important;
		height: auto!important;
		margin-left: -32px;
	}
	.details_cont video{
		width: 100%!important;
		height: auto!important;
	}
	.position{
		display: none;
	}
	.leader_img{
		text-align:center;width:40%;margin:0 auto 40px;
	}
}