.title_wrap{
	margin-bottom: 30px;
}
.details_wrap{
	/* background: linear-gradient(#fff,#f5f5f5); */
    background: #f7f7f7;
	padding-bottom: 30px;
    margin-bottom: 90px;
}
.details{
	width: 1000px;
	padding: 80px 100px 20px;
	margin: 0 auto 50px;
	border-top: none;
}
.details_top{
	margin-bottom: 45px;
    padding-bottom: 40px;
	border-bottom: 1px solid #d0d2d6;
}
.details_tit{
	font-size: 24px;
    text-align: center;
    line-height: 36px;
}
.details_date{
	font-size: 12px;
	color: #999;
    line-height: 40px;
    text-align: center;

}
/* .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: justify;
	text-indent: 0;
	line-height: 30px;
	margin-bottom: 15px;
}
.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:20px 0;
		margin: 10px auto;
		box-shadow: none;
		background: none;
		border-radius: 0 ;
		border: none;
	}
	.recomm{
		overflow: hidden;
	}
	.recomm_tit{
		font-size: 20px;
	}
	.details_tit {
		text-align: left;
		line-height: 30px;
		padding-bottom: 20px;
		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;
    	display: block;
	}
	.details_cont video{
		width: 100%!important;
		height: auto!important;
	}
	.position{
		display: none;
	}
	.leader_img{
		text-align:center;width:40%;margin:0 auto 40px;
	}
}