.news-con {
	margin-bottom: 160px;
}

.crumbsnav .nav-right {
	margin-top: 20px;
}

.pagination {
	margin-top: 64px;
}

.m-news-list1 li {
	padding: 30px 0;
	border-bottom: 1px solid #adadad;
}

.m-news-list1 .news-wrap {
	overflow: hidden;
	margin-left: 20px;
}

.m-news-list1 .date-l {
	float: left;
}

.m-news-list1 .date-l .arr-l {
	position: relative;
	display: block;
	width: 34px;
	height: 36px;
	background: url(../images/arr.png) no-repeat left center;
	transition: background-color 0.3s ease-in-out;
}

.m-news-list1 .date-l .bgarr-move {
	position: absolute;
	left: -50px;
	top: 0px;
	display: block;
	width: 34px;
	height: 36px;
	opacity: 0;
	background: url(../images/arr_c.png) no-repeat left center;
}

.m-news-list1 .date-l>p {
	margin: 16px 0;
}

.m-news-list1 .date-l .date-b {
	font-size: 25px;
}

.m-news-list1 .date-l .date-s {
	font-size: 12px;
}

.m-news-list1 .news-r {
	float: left;
	width: 90%;
}

.m-news-list1 .news-r .img {
	display: block;
	float: left;
	width: 240px;
	height: 160px;
	margin: 0 64px;
}

.m-news-list1 .news-r .img>img {
	width: 100%;
	height: 100%;
}

.m-news-list1 .text {
	    position: relative;
	    left: 0;
	float: left;
	width: 40%;
	line-height: 1.5;
}

.m-news-list1 .text h4 {
	font-size: 18px;
	/* color: #374e82; */
}

.m-news-list1 .text p {
	margin-top: 20px;
	font-size: 12px;
	color: #333;
}

.m-news-list1 li:hover a {
	color: #374e82;
}


/*.m-news-list1 li:hover .arr-l {
  background: url(../images/arr_c.png) no-repeat left center;
}*/

.m-news-list1 a {
	color: #333;
}