.news_white {
	width: 100%;
	height: 60px;
	background-color: #fff;
}

.news_white_sall {
	width: 100%;
	height: 24px;
	background-color: #fff;
}

.news_swiper_wrapper {
	width: 100%;
	height: 400px;
	background-color: #ccc;

}

.news_swiper_container_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-left: 16px;
	font-size: 1.1em;
	color: #626262;
	background-color: #fff;
}


.news_swiper_container {
	height: 340px;
	background-color: #fff;
	padding: 0;
	position: relative;
}

.mySwiper {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.mySwiper .swiper-slide {
	background: #fff;
}

.news_swiper_container .swiper-button-prev {
	color: #ccc;
	width: 60px;
	height: 70px;
	background-image: url('../images/news/left.png');
	background-size: 100% 100%;
	left: -70px;
}

.news_swiper_container .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	cursor: pointer;
}

.news_swiper_container .swiper-button-next {
	color: #ccc;
	width: 60px;
	transform: rotate(180deg);
	height: 70px;
	background-image: url('../images/news/left.png');
	background-size: 100% 100%;
	right: -70px;
}

.swiper_slide_card {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	padding-right: 16px;
	padding-left: 16px;
	justify-content: space-between;
}

.swiper_slide_card img {
	display: block;
	width: 30%;
	height: 70%;
}

.swiper_slide_card_content {
	width: 62%;
}

.swiper_slide_card_content h2 {
	font-size: 1.4em;
	color: #1B1B1B;
	margin: 0 0 8px 0;
}

.swiper_slide_card_content h4 {
	font-size: 1em;
	font-weight: normal;
	color: #707070;
	margin: 0 0 12px 0;
}

.swiper_slide_card_content p {
	margin: 0;
	font-size: 1em;
	color: #1B1B1B;
}

.swiper_slide_card_content a {
	background: #EC6941;
	border-radius: 23px;
	padding: 4px 14px;
	color: #fff;
	display: block;
	float: right;
	margin-top: 16px;
}

.news_list {
	width: 100%;
	padding-bottom: 80px;
	padding-top: 80px;
}

.news_list_container {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	justify-content: space-between;
}

.container:before,
.container:after {
	display: none;
}

.news_item {
	width: 30%;
	display: block;
	background-color: #fff;
	box-shadow: 0px 10px 22px 6px rgba(23, 68, 110, 0.15);
	margin-bottom: 48px;
}

.news_item:not(:nth-child(3n)) {
	margin-right: 3.33%;
}

.news_item_img {
	display: block;
	width: 100%;
	height: 240px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.news_item_news-info {
	display: block;
	width: 100%;
	height: 180px;
	padding: 16px 37px;
}

.news_item_news-info a {
	display: block;
	margin-top: 12px;
	text-align: right;
	color: #1b1b1b;
	font-size: 1em;
	cursor: pointer;
}

.news_item_news-info a:hover {
	color: #ff9725;
}

.news_item_news-timestamp {
	text-align: right;
	color: #333;
	font-size: 1em;
	margin-bottom: 16px;
}

.news_item_news-text {
	color: #333;
	width: 100%;
	font-size: 1.1em;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣 */
	overflow: hidden;
	margin-bottom: 24px;
}

.list_pag {
	display: flex;
	align-items: center;
	margin-top: 36px;
	justify-content: center;
}

.list_pag a {
	font-size: 1em;
	color: #707070;
	padding: 4px 16px;
	background: #EEEEEE;
	border-radius: 23px;
	cursor: pointer;
}

.list_pag .current {
	margin-left: 16px;
	margin-right: 16px;
}

.list_pag .first {
	margin-right: 36px;
}

.list_pag .last {
	margin-left: 36px;
}

@media screen and (max-width: 768px) {
	.news_white {
		height: 12px;
	}

	.news_white_sall {
		height: 8px;
	}

	.news_swiper_wrapper {
		height: auto;
	}

	.news_swiper_container_title {
		height: 24px;
		line-height: 24px;
		padding-left: 16px;
		font-size: 1em;
		text-align: center;
	}


	.news_swiper_container {
		height: auto;
	}

	.news_swiper_container .swiper-button-prev {
		width: 40px;
		height: 50px;
		left: 0;
	}

	.news_swiper_container .swiper-button-next {
		width: 40px;
		height: 50px;
		right: 0;
	}

	.swiper_slide_card {
		padding-right: 48px;
		padding-left: 48px;
		box-sizing: border-box;
		flex-direction: column;
	}

	.swiper_slide_card img {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 12px;
	}

	.swiper_slide_card_content {
		width: 100%;
		margin-top: 12px;
	}

	.swiper_slide_card_content h2 {
		font-size: 1.1em;
		margin: 0 0 4px 0;
		text-align: center;
	}

	.swiper_slide_card_content h4 {
		font-size: 0.9em;
		margin: 0 0 6px 0;
		text-align: center;
	}

	.swiper_slide_card_content p {
		font-size: 0.8em;
	}

	.swiper_slide_card_content a {
		padding: 2px 12px;
		margin-top: 12px;
	}

	.news_list {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.news_list_container {
		display: block;
		padding: 0 16px;
	}

	.container:before,
	.container:after {
		display: none;
	}

	.news_item {
		width: 100%;
		margin-bottom: 24px;
	}

	.news_item:not(:nth-child(3n)) {
		margin-right: 0;
	}

	.news_item_img {
		height: 220px;
	}

	.news_item_news-info a {
		margin-top: 8px;
	}


	.news_item_news-timestamp {
		text-align: right;
		color: #333;
		font-size: 1em;
		margin-bottom: 8px;
	}

	.news_item_news-text {
		color: #333;
		width: 100%;
		font-size: 1em;
		word-break: break-all;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		/* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣 */
		overflow: hidden;
		margin-bottom: 12px;
	}

	.list_pag {
		display: flex;
		align-items: center;
		margin-top: 36px;
		justify-content: center;
	}

	.list_pag a:nth-child(1) {
		display: none;
	}

	.list_pag a:nth-last-child(1) {
		display: none;
	}

	.list_pag a {
		font-size: 1em;
		color: #707070;
		padding: 4px 16px;
		background: #EEEEEE;
		border-radius: 23px;
		cursor: pointer;
	}
}
