.news_bod{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding:20px;
	box-sizing: border-box;
	text-align: center;
}
.news_bod>h1{
	width: 100%;
	height: auto;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	font-weight: 400;
}
.news_bod>p{
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	line-height: 30px;
	text-indent: 2em;
	color: #555;
	font-size: 14px;
	margin-top: 20px;
	text-align: left;
}
.news_bod>p b{
	color: #007cc3;
}
.news_bod>img{
	margin-top: 20px;
	max-width: 600px;
}




@media (max-width:600px ) {
	.news_bod{
		padding: 10px;
	}
	.news_bod>img{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.news_bod>h1{
		font-size: 18px;
	}
}
