* {
	box-sizing: border-box;
}

ol {
	margin-bottom: 0;
}

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

.img_top {
	width: 100%;
}

.content {
	width: 100%;
	background-color: #f2f2f2;
	padding: 0 16%;
	border: 0
}

.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;
	max-width: 1320px;
	background-color: #fff;
	margin: 0 auto;
}

.content_val {
	line-height: 35px;
}

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

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

p {
	margin-bottom: 0;
}

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

	.content_introduce {
		margin: 0 40px;
	}

	.content_swiper {
		height: 400px;
	}
}