.content{
	background: #f7f7f7;
	padding-top: 50px;
	padding-bottom: 70px;
}
.content .item{
	background: #fff;
	padding: 30px 0;
	margin-bottom: 25px;
	min-height: 192px;
}
.content .item .date{
	width: 68px;
	height: 68px;
	border-radius: 5px;
	border: 1px solid #dbdbdb;
	background: url('../img/bg_news.jpg') no-repeat center 15px;
	padding-top: 45px;
	padding-bottom: 10px;
	text-align: center;
	color: #626262;
	font-size: 12px;
	margin: 0 auto;
    margin-left: 15px;
}
.content .item .info{
	padding-right: 30px;
}
.content .item img{
	margin-right: 10px;
	max-width: 110px;
	max-height: 90px;
}
.content .item .title{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 24px;
}
.content .item .summary{
	font-size: 12px;
	color: #6a6a6a;
	line-height: 20px;
}
.content .item .more{
	display: block;
	border: 1px solid #a5db01;
	color: #a5db01;
	width: 85px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin-top: 15px;
	font-size: 12px;
	text-decoration: none;
}
@media (max-width: 768px){
	.content{
		background: #fff;
		padding-top: 0;
		padding-bottom: 0;
	}
	.content .item{
		
		padding: 20px 0;
		margin-bottom: 10px;
		min-height: 0;
	}
}