.news_show{
	width: 100%;
	padding: 0 20px;
}
.news_show_all{
	width: 100%;
	max-width:820px;
	margin: auto;
}
.news_show_all a:hover{
	color: #38598d;
	
}
.news_show_content{
	padding-top: 90px;
	padding-bottom: 200px;
}
.news_show_title{
	font-family: 'GeometricMediumA';
	font-size:22px ;
}
.news_show_date{
	font-family: 'Geometric415BTLt';
	margin-top: 15px;
}
.news_show_img img{
	margin: 40px 0;
}
.news_show_description{
	font-size: 14px;
	margin-bottom: 125px;
	line-height: 40px;
	text-indent: 28px;
	
}
.news_show_buttom_left{
	font-family: 'Geometric415BTLt';
	float: left;
}
.news_show_buttom_right{
	font-family: 'Geometric415BTLt';
	float: right;
}
.news_show_buttom_center{
	display: inline-block;
	margin: auto;
}
.news_show_buttom img{
	margin: 0;
}
.news_show_img img{
	width: 100%;
}
.news_show_lxfs{
	margin-bottom: 45px;
	text-align: center;
}
.news_show_buttom a img{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
