*{
	margin: 0;
	padding: 0;
}
.pg{
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
	position: relative;
	background: #faf9f7;
}
.news_top{
	min-width: 1400px;
	height: 411px;
	overflow-x: hidden;
	position: relative;
}
.news_top img{
	width: 1920px;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}
.news_bg{
	min-height: 1200px;
	background: #faf9f7;
	padding-bottom: 20px;
	/*background: url("/custom/img/detail/news_bottom_bg.png") no-repeat center;*/
}
.news_cover{
	width: 100%;
	height: 1200px;
	background: url("/custom/img/detail/news_bottom_bg.png") no-repeat center;
	z-index: 100;
	position: absolute;
	pointer-events: none;
}
.news_mid{
	border-bottom: 1px solid #ebebeb;
}
.news_inner{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	padding: 20px 0;
}
.news_mid_left{
	display: inline-block;
	z-index: 100;
}
.news_mid_back{
	background: #d5bb7e;
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.news_mid_back a{
	color: #fff;
	text-decoration: none;
}
.news_mid_navbar{
	padding-top: 100px;
}
.news_mid_navbar ul{
	display: flex;
	flex-direction: row;
}
.news_mid_navbar li{
	list-style: none;
	color:#4b5255;
	font-size: 14px;
}
.news_mid_navbar a{
	text-decoration: none;
	color:#4b5255;
	font-size: 14px;
}
.news_mid_mid{
	flex: 1 ;
	margin: 50px 0;
}
.news_mid_title{
	width: 795px;
	font-size: 25px;
	font-weight: 700;
	color:#4b5255;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news_mid_right{
	padding-top: 137px;
	display: flex;
	flex-direction: row;
	color:#4b5255;
	font-size: 14px;
	align-items: center;
}
.news_mid_time{
	padding-right: 10px;
}
.news_mid_share{
	display: flex;
	flex-direction: row;
}
.news_mid_weixin{
	width: 24px;
	height: 22px;
	background: url("/custom/img/detail/share_icon.png");
	background-position: 0 0;
	background-size: 72px 22px;
	display: inline-block;
}
.news_mid_weibo{
	width: 24px;
	height: 22px;
	background: url("/custom/img/detail/share_icon.png");
	background-position: -24px 0;
	background-size: 72px 22px;
	display: inline-block;
}
.news_mid_qqzone{
	width: 24px;
	height: 22px;
	background: url("/custom/img/detail/share_icon.png");
	background-position: -48px 0;
	background-size: 72px 22px;
	display: inline-block;
}
.news_bottom{
	/*background: #faf9f7;*/
}
.news_bottom_inner{
	width: 1200px;
	margin: 0 auto;
}
.news_content{
	margin-top: 42px;
}
.news_content img{
	width: 600px;
	text-align: center;
}
.news_content video{
	 width: 600px;
	 margin: 0 auto;
	 text-align: center;
	 display: block;
	 padding-left: 34px;
 }
.news_content p{
	line-height: 2em;
	margin: 0 auto;
}
