.news_paragraph{
	background-color: #F3F3F3;
	padding-top: 20px;
	padding-bottom: 34px;
}
.news_paragraph .news_content{
	width: 795px;
	margin: 0 auto;
	background-color: #fff;
	padding: 59px 32px;
	text-align: center;
	position: relative;
}

.news_paragraph .news_content_img{
	width: 473px;
	height: 379px;
	margin: auto;
	margin-top: 19px;
	margin-bottom: 39px;
	position: relative;
}
.news_paragraph .news_content_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.right_box{
	width: 30px;
	height: 45px;
	background: #0D6108;
	color: #FFFFFF;
	text-align: center;
	padding-top: 4px;
	position: absolute;
	top: 0;
	left: 796px;
}
.right_box span:first-child{
	border-bottom: 1px solid #FFFFFF;
}