.container {
	background: #f8f8f8;
}
.list_banner {
	position: relative;
	width: 100%;
	height: 265px;
	background: url('../img/common/search_banner.png');
	background-size: 100% 100%;
}
.breadcrumb1 a:not(:first-child)::before {
	content: '➤';
	font-size: 8px;
	top: 27%;
	left: -3px;
	position: absolute;
}
.breadcrumb1 {
	display: flex;
	color: #474747;
	font-family: 'pingfang';
	font-size: 14px;
	font-weight: 400;
	padding: 0 10px;
	margin-bottom: 20px;
}
.breadcrumb1_box {
	display: flex;
	align-items: center;
}
.breadcrumb1_box img {
	padding: 0 10px;
	width: 17px;
}
.breadcrumb1 ul li {
	font-family: 'pingfang';
	font-size: 14px;
	font-weight: 400;
}
.breadcrumb1 div a {
	color: #e9e9e9;
	padding: 0 11px;
	position: relative;
}
.breadcrumb1 div a:last-child {
	color: #fff;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
}
.nodata {
	margin-top: 50px;
}
.search_container {
	position: relative;
	width: 73%;
	max-width: 1400px;
	min-height: 500px;
	margin: -140px auto 80px auto;
}
.header_box_search {
	opacity: 0;
	pointer-events: none;
}
.search_box {
	width: 100%;
	height: 50px;
	padding: 4px 0 30px 0;
	display: flex;
}
.search_input {
	width: calc(100% - 130px);
	background: #fff;
	border: none;
	padding: 0 20px;
	font-size: 14px;
}
.search_btn3 {
	width: 130px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to right, #FF390E, #EA002C);
}
.searchBtn {
	width: 30px;
	height: 50px;
	background: url('../img/common/search_icon.png') no-repeat;
	background-position: center;
	cursor: pointer;
	background-size: 20px;
}
.search_btn3 span {
	font-family: 'pingfang';
	font-size: 16px;
	color: #fff;
}
.search_content {
	margin-top: 20px;
	width: 100%;
}
.search_result {
	font-size: 14px;
	color: #888888;
}
.searchdata {
	margin-top: 70px;
}
.search_result span {
	color: #1F1F1F !important;
	margin: 0 5px;
	font-weight: bold;
}
.search_list {
	margin: 30px auto;
}
.search_list li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.search_list li a span {
	color: #2042bf;
	font-family: 'pingfang';
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}
.search_date {
	font-size: 14px !important;
	color: #b5b5b5 !important;
}
.search_list li a div:nth-child(1) {
	font-size: 18px;
	color: #323232;
	font-weight: bold;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.search_list li:hover a div:nth-child(1) {
	color: #00683d;
}
.search_list li a div:nth-child(2) {
	margin: 20px 0;
	font-size: 20px;
	color: #1f1f1f;
	font-family: 'pingfang';
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	line-height: 1.8;
	font-weight: bold;
}

.search_list li a div:nth-child(3) {
	font-size: 14px;
	color: #898989;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 1.8;
}
.search_content_svg {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 145px;
}

.nodata_pic {
	width: 100%;
	display: flex;
	justify-content: center;
}
.nodata_pic svg {
	width: 30% !important;
	margin: 50px 0;
}
@media screen and (max-width: 1000px) {
	.search_container {
		width: 90%;
	}
}
@media screen and (max-width: 700px) {
	.search_list li a div:nth-child(1) {
		font-size: 14px;
	}
	.search_list li a div:nth-child(2) {
		font-size: 12px;
	}
	.search_list li a div:nth-child(3) {
		font-size: 12px;
	}
	.nodata_pic img {
		width: 70%;
	}
}
@media screen and (max-width: 500px) {
	.search_btn3 {
		width: 90px;
	}
	.search_input {
		width: calc(100% - 90px);
	}
}
