@-webkit-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-moz-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@-o-keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}
@keyframes bottom1 {
0%, 100% {
bottom:40px
}
50% {
bottom:15px
}
}

.news_box {
	padding: 50px 0 80px;
	background: #f8f8f8
}
.news_item {
	padding: 25px;
	background: #fff;
	margin-bottom: 40px
}
.news_item a {
	flex-wrap: nowrap
}
.news_item .img_box {
	width: 310px;
	height: 190px;
	margin-right: 40px
}
.news_date {
	width: 110px;
	margin-right: 30px;
	text-align: center;
	padding: 25px 0;
	border-left: 1px solid #dadada
}
.news_date h2 {
	color: #5f5f5f;
	font-size: 50px;
	margin-bottom: 10px
}
.news_date h4 {
	color: #5f5f5f
}
.news_info {
	width: 680px;
	box-sizing: border-box;
	padding-right: 40px
}
.news_info h1 {
	font-size: 26px;
	color: #282828;
	font-weight: bold
}
.news_info h4 {
	color: #797979;
	line-height: 1.4;
	margin-top: 15px
}
.news_list1 .news_item:hover {
	-moz-box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05);
	-webkit-box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05);
	box-shadow: 4px 4px 10px rgba(0,0,0,0.05), -4px 4px 10px rgba(0,0,0,0.05), 4px -4px 10px rgba(0,0,0,0.05), -4px -4px 10px rgba(0,0,0,0.05)
}
.news_list1 .news_item:hover .news_date h2, .news_list1 .news_item:hover .news_info h1 {
	color: #1370b7
}
.news_list1 .news_item:hover .img_box img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-moz-transform: scale(1.2)
}
