* {
	margin: 0;
	padding: 0;
}



/* 搜索 */
.search_body {
	padding: 0.05rem 0.2rem 0.25rem;
	box-sizing: border-box;
	box-shadow: 0 0.02rem 0.06rem 0 rgba(0, 0, 0, 0.1);
}


.flexBox {
	border-bottom: 0.01rem solid #eeeeee;
	padding-bottom: 0.08rem;
	padding-top: 0.12rem;
	display: flex;
}

.search_body .search_title {
	white-space: nowrap;
	padding: 0.02rem 0.12rem;
	font-size: .16rem;
}
.search_body .search_list,
.search_body .search_list_needle {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	height: 0.37rem;
}

.search_body .search_list .search_key {
	display: flex;
	flex-wrap: wrap;
}

.search_body .search_list.act {
	height: auto;
	overflow: auto;
}

.search_body .search_item {
	padding: 0.03rem 0.1rem;
	cursor: pointer;
	margin-bottom: 0.1rem;
	text-align: center;
	font-size: 0.16rem;
}

.search_body .search_item a {
	font-size: 0.16rem;
}

.search_body .search_item.active,
.search_body .search_item.active a {
	background: #4A90E2;
	border-radius: 0.02rem;
	color: #ffffff !important;
}
.search_body .search_item:hover,
.search_body .search_item:hover a {
	background: #4A90E2;
	border-radius: 0.02rem;
	color: #ffffff !important;
}

.search_body .cities_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	border: 0.02rem dashed #4A90E2;
	padding: 0.1rem 0.1rem 0 0.1rem;
	box-sizing: border-box;
}

.search_body .search_more,
.search_body .search_more_inline {
	padding: 0.03rem 0.15rem;
	flex: 0 0 0.4rem;
	font-weight: 500;
	color: #1F68AC;
	cursor: pointer;
	display: flex;
	white-space: nowrap;
}
.search_body .search_more span,
.search_body .search_more_inline span {
	font-size: 0.14rem;
}
.search_body .search_more .img,
.search_body .search_more_inline .img {
	display: inline-block;
	width: 0.08rem;
	height: 0.08rem;
	vertical-align: middle;
	margin-top: 0.08rem;
	margin-left: 0.05rem;
}


.flexBox_line {
	display: flex;
	flex-wrap: wrap;
}

.flexBox_line div {
	font-size: 0.16rem;
	font-weight: 500;
	color: #666;
	padding: 0.03rem 0.1rem;
}

.flexBox_line a {
	width: auto;
	height: auto;
}





.search_bot {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-top: 0.15rem;
	margin-left: 0.13rem;
}

.search_bot .keyword_input {
	position: relative;
}
.search_bot .form-group {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 0.1rem;
}
.search_bot .form-group .control-label {
	width: 1rem;
}
.search_bot .form-group .form-control {
	border-radius: 0.04rem;
	border: 0.01rem solid #DCDFE6;
	height: 0.34rem !important;
	width: 2.5rem !important;
	padding: 0 0.32rem 0 0.1rem;
	font-size: 0.16rem;
	color: #444;
	line-height: 0.4rem;
}
.search_bot .form-group .form-control::placeholder {
	color: #aaa;
}
.search_bot .form-group .form-control.keywords {
	width: 3rem !important;
}
.search_bot .form-group .form-control:focus {
	outline: none;
	border: 1px solid #4A90E2;
}
.search_bot .keyword_input .el-selection {
	position: absolute;
	top: 0.36rem;
	left: 0;
	border: 0.02rem solid #DCDFE6;
	width: auto;
	background-color: #fff !important;
	border-radius: 0.04rem;
	z-index: 1000;
	box-shadow: 0 0.02rem 0.06rem 0 rgba(0, 0, 0, 0.1);
	max-height: 3.6rem;
	overflow-y: scroll;
	display: none;
}
.search_bot .keyword_input .el-selection .el-selection-item	 {
	font-size: .16rem;
	border-bottom: 0.01rem solid #DCDFE6;
	display: inline-block;
	white-space: normal;
	word-break: break-all;
	min-width: 3rem;
	padding: 0.06rem 0.1rem;
	line-height: 0.24rem;
}
.search_bot .keyword_input .el-selection .el-selection-item:hover {
	background: #f5f5f5;
	border-left: 0.04rem solid #ff7f01;
	cursor: pointer;
	color: #000;
}

.search_bot .searchBtn {
	background: #4A90E2;
	border-radius: 0.06rem;
	cursor: pointer;
	height: 0.34rem !important;
	padding: 0 0.2rem;
	color: #fff;
	font-size: 0.16rem;
	margin-left: 0.12rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search_bot .searchBtn:hover {
	box-shadow: 0 0.06rem 0.08rem 0 rgba(74, 144, 226, 0.5);
}
.search_bot .resetBtn {
	background: #8a8a8a;
	border-radius: 0.06rem;
	cursor: pointer;
	height: 0.34rem !important;
	padding: 0 0.2rem;
	color: #fff;
	font-size: 0.16rem;
	margin-left: 0.12rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.search_bot .resetBtn:hover {
	box-shadow: 0 0.06rem 0.08rem 0 rgba(138, 138, 138, 0.5);
}

.search_bot .handle_icon {
	margin-left: auto;
	display: flex;
}

.search_bot .handle_icon .handle_list,
.search_bot .handle_icon .handle_box {
	width: 0.18rem;
	height: 0.18rem;
	cursor: pointer;
}

.search_bot .handle_icon .handle_list {
	background: url(../img/leftIcon1.png) center no-repeat;
	background-size: contain;
}

.search_bot .handle_icon .handle_box {
	background: url(../img/rightIcon1.png) center no-repeat;
	background-size: contain;
	margin-left: 0.25rem;
	margin-right: 0.2rem;
}

.search_bot .handle_icon .handle_list.act {
	background: url(../img/leftIcon.png) center no-repeat;
	background-size: contain;
}

.search_bot .handle_icon .handle_box.act {
	background: url(../img/rightIcon.png) center no-repeat;
	background-size: contain;
}





/* 列表 */
.row_content {
	border: 0.01rem solid #ccc;
	background-color: #fff;
	margin-top: 0.25rem;
	padding-top: 0.3rem;
	padding-left: 0.3rem;
	padding-bottom: 0.3rem;
	position: relative;
	overflow: hidden;
}

.row_content .row_title {
	font-size: 0.24rem;
	margin-bottom: 0.15rem;
}

.row_content .row_cont {
	margin-top: 0.1rem;
	font-size: 0.16rem;
}

.row_content .row_txt {
	padding-top: .25rem;
}

.row_content .row_txt,
.row_content .row_time,
.row_content .row_address {
	display: flex;
	align-items: center;
}

.row_content .row_time,
.row_content .row_address {
	font-size: 0.16rem;
	color: #333;
	margin-right: 1.2rem;
}
.row_content .row_time i,
.row_content .row_address i{
	width: 0.18rem;
	height: 0.18rem;
	display: block;
	margin-right: 0.1rem;
}
.row_content .row_time i{
	background: url(../img/rili.png) center no-repeat;
	background-size: contain;
}
.row_content .row_address i{
	background: url(../img/dingwei.png) center no-repeat;
	background-size: contain;
}
.row_content .row_more {
	width: 1.4rem;
	height: 0.34rem;
	border-radius: 0.15rem;
	background: #4A90E2;
	color: #fff;
	font-size: 0.16rem;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: -0.4rem;
	right: 1rem;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}

.row_content:hover {
	border: 0.01rem solid #4A90E2;
}

.row_content:hover .row_title {
	font-weight: bold;
	color: #4A90E2;
}

.row_content:hover .row_more {
	bottom: 0.8rem;
}


/*分页*/

.el-pagination {
	white-space: nowrap;
	padding: 2px 5px;
	color: #303133;
	font-weight: 700;
	margin: 30px auto 50px !important;
}

.el-pagination:after, .el-pagination:before {
	display: table;
	content: ""
}

.el-pagination:after {
	clear: both
}

.el-pagination button, .el-pagination span:not([class*=suffix]) {
	display: inline-block;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.el-pagination .el-input__inner {
	text-align: center;
	-moz-appearance: textfield;
	line-height: normal
}

.el-pagination .el-input__suffix {
	right: 0;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8)
}

.el-pagination .el-select .el-input {
	width: 100px;
	margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
	padding-right: 25px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.el-pagination button {
	border: none;
	padding: 0 6px;
	background: 0 0
}

.el-pagination button:focus {
	outline: 0
}

.el-pagination button:hover {
	color: #409eff
}

.el-pagination button:disabled {
	color: #c0c4cc;
	background-color: #fff;
	cursor: not-allowed
}

.el-pagination .btn-next, .el-pagination .btn-prev {
	background: 50% no-repeat #fff;
	-moz-background-size: 16px;
	background-size: 16px;
	cursor: pointer;
	margin: 0;
	color: #303133
}

.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
	display: block;
	font-size: 12px;
	font-weight: 700
}

.el-pagination .btn-prev {
	padding-right: 12px
}

.el-pagination .btn-next {
	padding-left: 12px
}

.el-pagination .el-pager li.disabled {
	color: #c0c4cc;
	cursor: not-allowed
}

.el-pager li, .el-pager li.btn-quicknext:hover, .el-pager li.btn-quickprev:hover {
	cursor: pointer
}

.el-pagination--small .btn-next, .el-pagination--small .btn-prev, .el-pagination--small .el-pager li, .el-pagination--small .el-pager li.btn-quicknext, .el-pagination--small .el-pager li.btn-quickprev, .el-pagination--small .el-pager li:last-child {
	border-color: transparent;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
	min-width: 22px
}

.el-pagination--small .arrow.disabled {
	visibility: hidden
}

.el-pagination--small .more:before, .el-pagination--small li.more:before {
	line-height: 24px
}

.el-pagination--small button, .el-pagination--small span:not([class*=suffix]) {
	height: 22px;
	line-height: 22px
}

.el-pagination--small .el-pagination__editor, .el-pagination--small .el-pagination__editor.el-input .el-input__inner {
	height: 22px
}

.el-pagination__sizes {
	margin: 0 10px 0 0;
	font-weight: 400;
	color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
	font-size: 13px;
	padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
	border-color: #409eff
}

.el-pagination__total {
	margin-right: 10px;
	font-weight: 400;
	color: #606266
}

.el-pagination__jump {
	margin-left: 24px;
	font-weight: 400;
	color: #606266
}

.el-pagination__jump .el-input__inner {
	padding: 0 3px
}

.el-pagination__rightwrapper {
	float: right
}

.el-pagination__editor {
	line-height: 18px;
	padding: 0 2px;
	height: 28px;
	text-align: center;
	margin: 0 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px
}

.el-pager, .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
	padding: 0
}

.el-pagination__editor.el-input {
	width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
	height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button, .el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
	margin: 0 5px;
	background-color: #f4f4f5;
	color: #606266;
	min-width: 30px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
	color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
	color: #409eff
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
	background-color: #409eff;
	color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next, .el-pagination.is-background.el-pagination--small .btn-prev, .el-pagination.is-background.el-pagination--small .el-pager li {
	margin: 0 3px;
	min-width: 22px
}

.el-pager, .el-pager li {
	vertical-align: top;
	display: inline-block;
	margin: 0
}

.el-pager {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	list-style: none;
	font-size: 0
}

.el-pager .more:before {
	line-height: 30px
}

.el-pager li {
	padding: 0 4px;
	background: #fff;
	font-size: 13px;
	min-width: 35.5px;
	height: 28px;
	line-height: 28px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.el-pager li a,
.el-pager li span {
	font-size: .20rem !important;
	min-width: 35.5px;
}
.el-pager li.active a,
.el-pager li.active span {
	background-color: #409eff;
	color: #fff !important;
}

.el-pager li:hover a,
.el-pager li.hover span {
	background-color: #409eff;
	color: #fff !important;
}

.el-pager li.btn-quicknext, .el-pager li.btn-quickprev {
	line-height: 28px;
	color: #303133
}

.el-pager li.btn-quicknext.disabled, .el-pager li.btn-quickprev.disabled {
	color: #c0c4cc
}

.el-pager li.active+li {
	border-left: 0
}

.el-pager li:hover {
	color: #409eff
}

.el-pager li.active {
	color: #409eff;
	cursor: default
}


.list_body .table_btn{
	display: flex;
	align-items: center;
	border: 0.01rem solid #f7a710;
	margin: 0 auto;
	border-radius: 0.02rem;
	font-size: 0.16rem;
	font-weight: bold;
	background: #eff0e0;
	color: #000;
	width: 1.6rem;
	height: 0.43rem;
	white-space: nowrap;
	word-break: keep-all;
}
.list_body .table_btn i{
	width: 0.36rem;
	height: 100%;
	background: #f7a710;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 0.2rem;
}
.list_body .table_btn:hover {
	border: 0.01rem solid #f78410;
	box-shadow: 0 0.01rem 0.03rem #f78410;
}
.list_body .table_btn:hover i{
	background: #f78410;
}
.list_body .table_btn i img{
	width: 0.24rem;
	height: auto;
	object-fit: contain;
}
