.news1 {
	padding: 20px 0 0;
}

.news1 .ev {
	margin-top: 80px;
}

.news1 .intr {
	width: 50%;
	padding-right: 5%;
	padding: 25px 5% 0 0;
}

.news1 .intr h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}

.news1 .intr p {
	font-size: 16px;
	color: #000000;
	line-height: 1.8;
	margin-bottom: 30px;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}



.news1 .pic {
	width: 50%;
	overflow: hidden;
}

.news1 .pic img {
	width: 100%;
	transition: all ease .8s;
}

.news1 a:hover .pic img {
	transform: scale(1.1);
}

.news2 {
	margin-top: 46px;
}

.news2::after {
	content: '';
	display: block;
}

.news2::after,
.news2 .ev {
	width: 30%;
}

.news2 .ev {
	margin-bottom: 60px;
}

.news2 .ev .pic {
	overflow: hidden;
}

.news2 .ev .pic,
.news2 .ev .pic img {
	width: 100%;
	transition: all ease .8s;
}

.news2 .ev:hover .pic img {
	transform: scale(1.1);
}

.news2 .ev .intr {
	width: 100%;
	padding: 25px 30px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.news2 .ev .intr .type {
	display: inline-block;
	padding: 6px 15px;
	border: 1px solid #D2D2D2;
	font-size: 12px;
	color: #B2B2B2;
}

.news2 .ev .intr h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all ease .3s;
}
@media (min-width:769px) {
	.news2 .ev .intr h2 {
		height: 50px;
		line-height: 1.5;

	}
	
}

.news2 .ev:hover .intr h2 {
	color: #0C9898;
}

.news3 {
	padding: 0 0 0px;
}

.time {
	font-size: 14px;
	color: #7C8081;
}

.time img {
	margin-right: 5px;
}

.np2 {
	padding: 65px 0 130px;
	align-items: flex-start;
}

.np2 .left {
	width: 75%;
	padding-right: 5%;
}

.np2 .left .title {
	border-bottom: 1px solid #DBDBDB;
}

.np2 .left .title h2 {
	font-weight: bold;
	font-size: 24px;
	color: #030303;
}


.np2 .left .title .time {
	margin: 22px 0;
}

.np2 .left .empty {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 2;
}

/* .np2 .left .empty p,
.np2 .left .empty img {
	margin: 10px 0 28px;
} */

.np2 .left .empty img {
	max-width: 100%;
}


.np2 .left .empty * {
	white-space: normal !important;
}

.np2 .right {
	width: 25%;
	padding: 20px 32px 40px;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.06);
}

.np2 .right .title {
	font-size: 24px;
	font-weight: bold;
	border-bottom: 1px solid #DBDBDB;
	padding-bottom: 20px;
}

.np2 .right .ev {
	padding: 28px 0;
	display: block;
	border-bottom: 1px solid #DBDBDB;
}

.np2 .right .ev h2 {
	font-size: 16px;
	line-height: 2;
	color: #666666;
	display: -webkit-box;
	display: box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	transition: all ease .3s;
}

.np2 .right .ev:hover h2 {
	color: #0C9898;
}

.np2 .right .ev .time {
	margin-top: 10px;
}

/* 
*======================================================media===============================================================
*/
@media screen and (max-width:1919px) {}

@media screen and (max-width:1519px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1250px) {
	.news1 .ev {
		flex-direction: column-reverse;
	}

	.news1 .intr,
	.news1 .pic {
		width: 100%;
	}

	.news1 .intr h2 {
		font-size: 20px;
	}

	.news2::after,
	.news2 .ev {
		width: 47%;
	}

	.news1 {
		padding: 2px 0 0;
	}

	.news3 {
		padding: 0 0 14px;
	}

	.np2 .left {
		width: 100%;
		padding-right: 0;
	}

	.np2 .right {
		width: 100%;
		margin-top: 10%;
	}

	.np2 {
		padding: 41px 0;
	}
}

@media screen and (max-width:991px) {}

@media screen and (max-width:768px) {
	.news2 .ev {
		margin-bottom: 30px;
	}

	.news2::after,
	.news2 .ev {
		width: 100%;
	}

	.np2 .left .title h2 {
		font-size: 20px;
	}
}

@media screen and (max-width:480px) {}