* {
	box-sizing: border-box;
}

ol {
	margin-bottom: 0;
}

li::marker {
	font-weight: bold;
}

.img_top {
	width: 100%;
}

.content {
	width: 100%;
	background-color: #fff;
	max-width: 1320px;
	border: 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.content_title {
	margin: 100px 0;
}

.content_introduce {
	line-height: 32px;
	margin: 0 80px;
}

.breadcrumb-item a {
	text-decoration: none;
	color: #000;
}

.breadcrumb-item a:hover {
	color: #1E98D7;
}

.content_box {
	flex: 1;
	padding: 20px;
	overflow: hidden;
	min-height: 500px;
}

.content_box .content_val img {
	max-width: 100%;
	width: 100%;
}

.content_box_title {
	border-bottom: 1px dotted #cecece;
}

p {
	margin-bottom: 0;
}

.news_more {
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 10px;
	margin: 100px 0;
}

.news_menu {
	width: 300px;
	min-height: 200px;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 0;
	padding: 20px;
	margin: 10px 0;
}

.news_more .header_title {
	margin-bottom: 10px;
	text-align: left;
	color: #555555;
	width: 100%;
	padding: 5px 10px;
	font-weight: bold;
	font-size: 18px;
}

.news_menu a h5 {
	font-size: 15px;
}

.news_menu:hover h5 {
	color: #cf261c;
}

.news_menu:hover img {
	transform: scale(1.1);
}

.news_menu a {
	color: #000;
}

.news_menu img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 0px;
	margin-bottom: 10px;
}

.news_menu h4 {
	text-align: left;
}

@media screen and (max-width: 768px) {
	.content {
		padding: 0 5%;
		display: block;
	}

	.content_introduce {
		margin: 0 40px;
	}

	.content_swiper {
		height: 400px;
	}

}

@media screen and (max-width: 960px) {
	.content {
		display: block;
	}

	.news_more {
		width: 100%;
	}

	.news_menu {
		width: 100%;
	}
}