.new .new-t {
	display: flex;
	flex-flow: wrap;
}

.new .new-t .nmw-img {
	width: 55%;
	background-image: url(/wp-content/themes/jinqiu/images/new-2.jpg);
	background-repeat: no-repeat;
	background-size: cover, cover;
	background-position: center;
}

.new .new-t .nmw-text {
	width: 45%;
	padding: 60px;
	background-color: #f9f9f9;
}

.new .new-t .nmw-text:hover {
	background-color: #f1f1f1;
}

.new .new-t .nmw-text .time span {
	display: inline-block;
	color: #999999;
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 3px solid #0664B4;
}

.new .new-t .nmw-text h2 a {
	display: inline-block;
	color: #000000;
	font-size: 24px;
	line-height: 1.5;
}

.new .new-t .nmw-text p {
	padding: 20px 0 30px;
	color: #555555;
	line-height: 2;
}

.new .new-t .nmw-text:hover h2 a {
	color: #0664B4;
}

.new .new-t .nmw-text:hover .time span {
	color: #555555;
}

.new .new-t .nmw-text p:hover {
	color: #000000;
}

.new ul {
	padding-top: 60px;
}

.new ul li:nth-of-type(2n-1) {
	background-color: #f9f9f9;
}

.new ul li {
	padding: 60px;
	padding-left: 0px;
	display: flex;
	flex-flow: wrap;
	align-items: center;
}

.new ul li .li-time {
	width: 250px;
}

.new ul li .li-text {
	width: calc(100% - 250px);
}

.new ul li .li-time span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}

.new ul li .li-time span+span {
	font-size: 60px;
	padding-top: 10px;
}

.new ul li .li-text h2 a {
	display: inline-block;
	color: #000000;
	line-height: 1.5;
	padding-bottom: 20px;
}

.new ul li .li-text p {
	color: #555555;
	line-height: 2;
	padding-bottom: 30px;
}

.new ul li:hover {
	background-color: #0664B4;
}

.new ul li:hover .li-time span {
	color: #ffffff;
}

.new ul li:hover .li-text h2 a {
	color: #ffffff;
}

.new ul li:hover .li-text p {
	color: #ffffff;
}

.new ul li:hover .more2 a {
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: #0664B4;
}

.new ul li:hover .more2 a .more-img-1 {
	display: none;
}

.new ul li:hover .more2 a .more-img-2 {
	display: block;
}

.new ul li:hover .more2 a {}

.new ul li:hover .more2 a:hover {
	background-color: #ffffff;
	color: #0664B4;
}

.new ul li:hover .more2 a:hover .more-img-1 {
	display: block;
}

.new ul li:hover .more2 a:hover .more-img-2 {
	display: none;
}

@media (max-width:1080px) {
	.new .new-t .nmw-img {
		width: 50%;
	}
	.new .new-t .nmw-text {
		width: 50%;
		padding: 50px;
	}
	.new ul li {
		padding: 50px;
		padding-left: 0px;
	}
}

@media (max-width: 768px) {
	.new .new-t .nmw-img {
		width: 100%;
		height: 400px;
	}
	.new .new-t .nmw-text {
		width: 100%;
		padding: 50px;
	}
	.new ul {
		padding-top: 2px;
	}
	.new ul li {
		padding: 50px;
	}
	.new ul li .li-time {
		display: none;
	}
	.new ul li .li-text {
		width: 100%;
	}
}

@media (max-width: 500px) {
	.new .new-t .nmw-img {
		height: 200px;
	}
	.new .new-t .nmw-text {
		padding: 30px 20px;
	}
	.new .new-t .nmw-text .time span {
		font-size: 20px;
		padding-bottom: 10px;
		margin-bottom: 15px;
		border-bottom: 2px solid #0664B4;
	}
	.new .new-t .nmw-text h2 a {
		font-size: 20px;
	}
	.new .new-t .nmw-text p {
		padding: 10px 0 15px;
	}
	.new ul li {
		padding: 30px 20px;
	}
	.new ul li .li-text h2 a {
		font-size: 20px;
		padding-bottom: 10px;
	}
	.new ul li .li-text p {
		padding-bottom: 20px;
	}
}