.condition {
user-select:none;}
.condition-mapsite {
	color: #707481;
}

.selected-condition {
	margin-left: 24px;
}

.selected-condition-options > .tag {
	margin-left: 8px;
}

.industry-options {
	width: 100%;
	margin-top: 32px;
	border-top: 1px solid #e3e3e3;
}

.city-options {
	width: 100%;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
}

.industry-options-level-1 span {
	width: 96px;
	cursor: pointer;
	font-size: 14px;
	padding: 16px 8px;
	margin-left: 16px;
	display: inline-block;
	text-align: center;
}

.industry-options-level-2, .city-options-level {
	margin-left: 164px;
}

	.industry-options-level-2 span, .city-options-level span {
		width: 96px;
		cursor: pointer;
		font-size: 13px;
		padding: 10px 0px;
		display: inline-block;
		color: grey;
		overflow: hidden;
	}

.industry-options-left, .city-options-left {
	width: 112px;
	background: #f3f3f3;
	float: left;
	height: auto;
	min-height: 60px;
}

.industry-options-left-title, .city-options-left-title {
	width: 32px;
	height: 14px;
	margin: auto;
	letter-spacing: 2px;
}

.industry-options-right, .city-options-right, {
	width: 1080px;
	float: left;
	height: auto;
	min-height: 40px;
}

.content {
	margin-top: 40px;
}

.clear-condition-options {
	margin-left: 32px;
}

.content-more {
	border-bottom: 1px solid #e3e3e3;
	height: 32px;
	text-align: right;
	color: #707481;
}

	.content-more a, .content-more a:visited {
		color: #707481;
	}

.content-item {
	border-bottom: 1px solid #e3e3e3;
	min-height: 112px;
	padding: 16px;
	display: flex;
	align-items: center;
}

	.content-item div {
		float: left;
	}

.content-item-left {
	width: 280px;
}

	.content-item-left img {
		border: 1px solid #eee;
		height: 72px;
		width: auto;
		padding: 12px;
	}

.bidding-state {
	width: 8px;
	height: 8px;
	border-radius: 10px;
	overflow: hidden;
	background: darkgray;
	display: inline-block;
}

.is-bidding {
	background: #67C23A;
}

.is-not-bidding {
	background: #F56C6C;
}


.content-item-center {
	width: 720px;
}


.content-item-title {
	width: 100%;
}

.content-item-tag {
	width: 720px;
	margin-top: 12px;
}

.content-item-time {
	width: 720px;
	margin-top: 20px;
	color: #707481;
}

.content-item-title a {
	color: black;
}

	.content-item-title a:visited {
		color: black;
	}

.content-item-label {
	display: inline-block;
	padding: 4px 8px;
	border: 1px solid #fde2e2;
	background-color: #fef0f0;
	color: #f56c6c;
}

.bidding-expire-register-capital, .bidding-expire-time {
	margin-left: 32px;
}

.content-item-right {
	width: 160px;
	text-align: center;
}

.content-item-right-expire-time {
	margin-top: 8px;
}

.content-item-right-expire-time, -content-item-right-button {
	width: 100%;
}

.calc-expire-date {
	background: rgb(233, 233, 235);
	border-radius: 4px;
	color: #909399;
	font-weight: bold;
	padding: 5px 10px;
	margin-right: 5px;
}

.check-botton {
	width: 160px;
	height: 40px;
	cursor: pointer;
	color: white;
	background-color: #EE3C35;
	line-height: 40px;
	margin: 8px auto 0px;
}
#industry-options-level-two span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.banner-font-will-publishing {
	background: linear-gradient(180deg, #E3261B 0%, #E60013 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.publish-btn {
width:120px;height:36px;
line-height:36px;
}
.index-area {
	background: #F6F8FC !important;
}