.news-home-item {
	width:320px;
	height: 384px;
	padding: 37px 58px 42px;
	background-image: linear-gradient(#E1EEDD,#D0E9DC);
	text-align: center;
}
.news-home-item.news-home-all {
	padding: 37px 40px 42px;
}
.news-home .date {
	font-size: 48px;
	font-weight: bold;
}
.news-home .date span {
	color:#65CE9C;
}
.news-home .news-home-all .date span {
	font-size: 24px;
}
.news-home .title {
	margin-top: 54px;
}
.news-home .line {
	width: 80px;
	border-bottom: #65CE9C solid 1px;
	margin: 35px auto 0;
}
.btn-small {
	width:204px;
	height:50px;
	color:#F2F2F2;
	text-align: center;
	background-color: #424242;
	padding-top: 16px;
	margin: 0 auto;
}
@media only screen and (max-width:1439px) {
	.news-home-item:nth-child(3){
		display: none;
	}
}
@media only screen and (max-width:1120px) {
	.news-home-item:nth-child(2){
		display: none;
	}
}
@media only screen and (max-width:749px) {
	.news-home-item {
		width:100%
	}
	.news-home .container.flex-row {
		flex-direction: column;
		/*padding: 0;*/
	}
	.news-home-item.news-home-all{
		background: #424242;
		height: 276px;
		padding-top: 54px;
	}
	.news-home-item.news-home-all .date {
		color:#F2F2F2;
	}
	.news-home-item.news-home-all .btn-small {
		background-color: #65CE9C;
		color: #424242;
	}
}
