.newsFlash_w {
	width: 950px;
	margin: 0 auto;
}

.newsFlash_w1 {
	height: 54px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-top: 42.5px;
	border-top: 1px solid #f4f4f4;
	border-bottom: 1px solid #f4f4f4;
}

.newsFlash_w1 .newsFlashkx {
	width: 91px;
	height: 31px;
}

.newsFlash_w1 .jiantou {
	width: 10px;
	height: 10px;
	margin-left: 10px;
	margin-right: 10px;
}

.newsFlash_w1 .newsFlash_title a {
	height: 20px;
	font-size: 15px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: Regular;
	text-align: left;
	color: #999999;
	line-height: 20px;
}

.newsFlash_w1 .newsFlash_title a:hover {
	color: #9D1518;
}

.newsFlash_w2 {

	height: 20px;
	font-size: 14px;
	font-family: PingFang SC, PingFang SC-Regular;
	font-weight: Regular;
	text-align: left;
	color: #333333;
	line-height: 20px;
	margin-top: 20px;
	margin-bottom: 30px;
}


.newsFlash_w3 .title {


	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Bold;
	font-weight: Bold;
	text-align: left;
	color: #333333;
	line-height: 24px;
	margin-bottom: 36px;
}

.newsFlash_w3 .newsFlash_content {
	font-size: 15px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: Regular;

	color: #333333;
	line-height: 25px;
	text-align: justify;
}

.newsFlash_w3 .newsFlash_content p {
	font-size: 15px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: Regular;
	text-align: left;
	color: #333333;
	line-height: 25px;
	word-break: break-word;
	text-indent: 2em;
	padding-bottom: 26px;
}

.newsFlash_w3 img {
	width: 100%;
}

	.newsFlash_tag {
		margin-left:0px;
		margin-bottom: 23.5px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
	}

		.newsFlash_tag a {
			margin-right: 8px;
			padding-left: 8px;
			padding-right: 8px;
			height: 25px;
			background: #f2f2f2;
			border-radius: 2px;
			font-size: 13px;
			font-family: PingFang SC, PingFang SC-Regular;
			font-weight: Regular;
			color: #333333;
			line-height: 25px;
			border: 1px solid #f2f2f2;
		}

@media screen and (max-width: 768px) {
	html {

		background: #ffffff;
	}

	body {
		background: #ffffff;
	}

	.jiantou {
		display: none;
	}

	.newsFlash_title {
		display: none;
	}

	.newsFlash_w1 {
		height: 31px;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #ffffff;
	}

	.newsFlashkx {

		height: 31px;
	}

	.newsFlash_w1 {
		margin-top: 10px;

		margin-left: 15px;
		margin-right: 15px;
	}

	.newsFlash_w {
		width: 100%;
	}

	.newsFlash_w2 {
		margin-top: 0px;
		margin-bottom: 0px;
		height: 40px;
		font-size: 14px;
		font-family: PingFang SC, PingFang SC-Regular;
		font-weight: Regular;
		text-align: left;
		color: #333333;
		line-height: 40px;
		border-bottom: 1px solid #F4F4F4;
		margin-left: 15px;
		margin-right: 15px;
	}

	.newsFlash_w3 {
		margin-left: 15px;
		margin-right: 15px;
	}

	.newsFlash_w3 .title {

		font-size: 18px;
		font-family: Microsoft YaHei, Microsoft YaHei-Bold;
		font-weight: Bold;
		text-align: left;
		color: #222222;
		line-height: 25px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.newsFlash_w3 p {
		font-size: 15px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		font-weight: Regular;
		text-align: left;
		color: #333333;
		line-height: 25px;
	}
}