/**
 * main
 */
.main .sub_nav{
	font-size: 16px;
	color: #181818;
	padding:16px 0 16px 0;
}
/**
 * 筛选
 */
.search_list{
	font-size: 14px;
	color:#666;
	box-sizing: border-box;
	border-radius:9px;
	background-color:#fff;
	padding:28px 0 42px 0;
	margin-bottom:20px;
}
.search_list_con{
	display:flex;
	/* margin-right:20px; */
	margin-bottom:22px;
}
.search_list_con:last-child{
	margin-bottom:0;
}
.search_list_con div:first-child{
	width:109px;
	height: 18px;
	text-align:right;
	box-sizing: border-box;
	border-right: 1px solid #8A8A8A;
	padding-right: 17px;
}
.search_list_con span{
	cursor:pointer;
	margin-right:8px;
	padding: 0px 9px;
	margin-bottom:16px;
}
.search_span{
	width:940px;
	display:flex;
	flex-wrap: wrap;
	position: relative;
}
.showAll {
	display: inline-block;
	font-size: 14px;
	color: var(--text-color);
	cursor: pointer;
	margin-bottom:0;
	position: absolute;
	right: -65px;
	top: 0;
}
.showAll img{
	width: 11px;
	height: 7px;
	margin-left: 9px;
	transition: .2s;
}
.showAll em{
	font-style: normal;
}
.none_search{
	color: var(--text-color);
}
.none_search2{
	width:50px;
	height:20px;
	text-align: right;
}

/* 设备租赁/租赁公告 */
.zulin{
	margin-bottom:24px;
}
/**
 * 导航栏
 */
.lease_nav{
	height: 68px;
	background-color:#fff;
	box-sizing: border-box;
	padding: 16px;
	margin-bottom:20px;
	overflow: hidden;
}
.eq-status{
	width: 88px;
	height: 36px;
	font-size: 14px;
	color:var(--text-color) !important;
	line-height:32px;
	border: 1px solid var(--text-color);
	box-sizing: border-box;
	margin-left:14px;
	text-align: center;
}
.eq-status.active{
	color: #FFFFFF !important;
	line-height:36px;
	background-color: var(--bg-color);
}
.push_btn{
	width: 88px;
	height: 36px;
	font-size: 14px;
	color: #FFFFFF;
	line-height:36px;
	background: var(--orange-color);
	margin-left: 14px;
	text-align: center;
	cursor: pointer;
}
.lease_nav_total{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}
.lease_nav_total span{
	color: #ff0000;
}

/**
 * 列表
 */
.lease_list{
	display:flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
}
.lease_item{
	width: calc(50% - 10px);
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 30px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.lease_item_top{
	display:flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 20px;
}
.lease_item_top_left{
	display:flex;
	align-items: flex-start;
}
.info_blue{
	width: 56px;
	height: 24px;
	font-size: 12px;
	color: var(--text-color);
	line-height: 22px;
	border:1px solid var(--text-color);
	border-radius: 4px;
	box-sizing: border-box;
	margin-right:14px;
	text-align: center;
}
.info_bold{
	max-width: 290px;
	font-weight: bold;
	font-size: 16px;
	color: #181818;
	line-height: 24px;
	cursor: pointer;
}
.lease_item_position{
	max-width: 180px;
}
.lease_item_position img{
	width: 14px;
	height: 16px;
}
.lease_item_position span{
	font-size: 14px;
	color: #333333;
}
.lease_item_no{
	font-size: 14px;
	color: #222222;
	line-height: 16px;
	margin-bottom: 16px;
}
.lease_item_company{
	font-size: 14px;
	color: #555555;
	line-height: 16px;
	margin-bottom: 16px;
}
.lease_item_time{
	font-size: 14px;
	color: #222222;
	line-height: 16px;
	margin-bottom: 16px;
}
.lease_item_bottom{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.lease_item_eqs{
	display:flex;
	flex-wrap: wrap;
	align-items: center;
	width: 400px;
}
.lease_item_eqs .time_blue{
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	color: var(--text-color);
	background: #E8F1EE;
	padding: 0 8px;
	margin:5px 10px 5px 0;
}
.lease_item_detail{
	width: 90px;
	height: 34px;
	font-size:14px;
	color:#ffffff;
	line-height:34px;
	background-color: var(--bg-color);
	box-sizing: border-box;
	cursor:pointer;
	text-align: center;
}
/* 无数据 */
.data-none{
	background-color: #FFFFFF;
	width: 100%;
	padding: 40px 0;
}


