.hoverLi .pic {
	overflow: hidden;
}

.imgScale {
	display: block;
	max-width: 100%;
	transition: all 0.6s;
	margin: 0 auto;
	width: 100%;
}

.hoverLi:hover .imgScale {
	transform: scale(1.2);
}

.jm-news {
	padding-top: 70px;
}

.jm-news ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 1570px;
	max-width: 100%;
	margin: 0 auto;
}

.jm-news ul li,
.jm-news ul i {
	width: 31.25%;
}

.jm-news ul li {
	margin-bottom: 60px;
}

.jm-news ul li .text-title {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 34px;
	margin-top: 15px;
}

.jm-news ul li .text-des {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 1px;
}

.jm-news ul li .more {
	position: relative;
	width: 140px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-top: 33px;
}

.jm-news ul li .more:hover::before {
	transform: scale(1.1);
	background-color: #E61727;
	border-color: #E61727;
}

.jm-news ul li .more:hover a {
	color: #fff;
}

.jm-news ul li .more::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.jm-news ul li .more a {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 14px;
	color: #000;
}

.jm-pagination {
	margin: 140px 0 130px;
}

.jm-pagination ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.jm-pagination ul a {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 36px;
}

.jm-pagination ul li {
	margin: 0 5px;
}

.jm-pagination ul li span {
	display: block;
	min-width: 36px;
	height: 36px;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
	text-align: center;
}

.jm-pagination ul li span:hover {
	background-color: #000;
}

.jm-pagination ul li span:hover a {
	color: #fff;
}

.jm-pagination ul li.prev,
.jm-pagination ul li.next {
	margin: 0 15px;
}

.jm-pagination ul li.more {
	width: 100px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #000000;
	border-radius: 3px;
}

.jm-pagination ul li.more a {
	display: block;
	color: #fff;
}

.jm-news-m {
	padding-top: 66px;
	padding-bottom: 100px;
}

.jm-news-m ul {
	width: 1580px;
	max-width: 100%;
	margin: 0 auto;
}

.jm-news-m li {
	border-bottom: 1px solid #d2d2d2;
	margin-bottom: 24px;
}
.jm-news-m li a{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 14px;
}
.jm-news-m li .l {
	flex: 1;
	margin-right: 75px;
	display: flex;
}

.jm-news-m li .r .date {
	font-size: 48px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
}

.jm-news-m li .r .year {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	margin-top: 10px;
}

.jm-news-m li .l-r {
	flex: 1;
	/*margin-left: 40px;*/
}

.jm-news-m li .l .text-title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}

.jm-news-m li .l .text-des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 13px;
}




.jm-news-m li .r .more{
	position: relative;
	width: 140px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-top: 33px;
}

.jm-news-m li .r  .more:hover::before {
	transform: scale(1.1);
	background-color: #E61727;
	border-color: #E61727;
}

.jm-news-m li .r  .more:hover a {
	color: #fff;
}

.jm-news-m li .r  .more::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: auto;
	height: auto;
	border: 1px solid #000;
	border-radius: 5px;
	-moz-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-o-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.jm-news-m li .r .more a {
	position: relative;
	z-index: 2;
	display: block;
	font-size: 14px;
	color: #000;
}

@media (max-width:1400px) {
	.jm-news ul li .text-title {
		font-size: 20px;
		line-height: 1.5;
	}

	.jm-news ul li .text-des {}
}

@media (max-width:1024px) {

	.jm-news ul li,
	.jm-news ul i {
		width: 49%;
	}
	.jm-news-m li .l{
		margin-right: 25px;
	}
	.jm-news-m li .l .l-r{
		margin-left: 25px;
	}
}

@media (max-width:650px) {

	.jm-news ul li,
	.jm-news ul i {
		width: 100%;
	}

	.jm-pagination ul li.prev,
	.jm-pagination ul li.next {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.jm-pagination {
		margin: 0 0 70px;
	}
	.jm-news-m li{
		flex-wrap: wrap;
	}
	.jm-news-m li .l{
		margin-right: 0;
	}
	.jm-news-m li .r{
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
	.jm-news-m li .l .date{
		font-size: 26px;
	}
	.jm-news-m li .l .year{
		font-size: 14px;
	}
	.jm-news-m li .l .text-title{
		font-size: 18px;
	}
	.jm-news-m li .l .text-des{
		font-size: 14px;
		line-height: 1.8;
		margin-top: 15px;
	}
	.jm-news-m li{
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.jm-news-m li .l .l-r{
		margin-left: 15px;
	}
	.jm-news-m{
		padding: 70px 5.33333vw 60px;
	}
}
