.news{
	float: left;
	width: 100%;
	background: #F2F2F2;
}
.news .box{
	width: 1160px;
	margin: 0 auto;
}

.news .box ul{
	float: left;
	margin-left: -40px;
	
	margin-top: 40px;
}
.news .box ul li{
	float: left;
	margin-left: 40px;
	width: 360px;
	margin-bottom: 40px;
}
.news .box ul li img{
	float: left;
	width: 360px;
	height: 240px;
	margin-bottom: 10px;
}
.news .box ul li .date{
	float: left;
	width: 50px;
	font-size: 16px;
	color: #656565;
}
.news .box ul li .date div{
	font-size: 40px;
	color: #E3007F;
	height: 40px;
	width: 50px;
	line-height: 40px;
}
.news .box ul li .news-info{
	float: right;
	width: 300px;
}
.news .box ul li .news-info h2{
	font-size: 16px;
	color: #333;
	margin: 0;
	line-height: 28px;
	text-align: left;
	height: auto;
	margin-bottom: 10px;
}
.news .box ul li .news-info a:hover h2{
	color: #009FE9;
}

.news ul li .news-info p{
	font-size: 14px;
	color: #656565;
}
.news .box .btn{
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ccc;
	margin-top: 20px;
}
.news .box .btn:hover{
	background: #44A6DE;
}

.btn-more{
	margin-top: 10px;
}
