.content{
	background: #f7f7f7;
	padding-top: 40px;
	padding-bottom: 70px;
}
.content .news{
	background: #fff;
	padding: 75px 100px;
}
.content .title{
	text-align: center;
	font-size: 25px;
	font-weight: bold;
	color: #2a2929;
}
.content .info{
	padding-top: 18px;
	padding-bottom: 13px;
	border-bottom: 1px dashed #dcdcdc;
	text-align: center;
}
.content .news_content{
	padding-top: 50px;
	padding-bottom: 120px;
}
@media (max-width: 768px){
	.content{
		background: #fff;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.content .news{
		padding: 10px;
	}
	.content .title{
		font-size: 22px;
	}
	.content .info{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.content .news_content{
		padding-top: 10px;
		padding-bottom: 10px;
	}
}