<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix:after { display: block; height: 1%; line-height: 0; font-size: 0; visibility: hidden; clear: both; content: ''; }
.clearfix { zoom: 1; }

.job-container{
	min-width: 1200px;
	margin: auto;
	width: 100%;
	/* height: calc(100vh - 152px); */
	box-sizing:border-box;
	position: relative;
}
.job-banner{
	width: 100%;
	font-size: 0px;
	/* position: absolute;
	top: 0;
	left: 0; */
}
.job-image{
	width: 100%;
}
.job-mian{
	margin:auto;
	width: 1200px;
	padding: 0px 45px;
	box-sizing:border-box;
	position: relative;
	z-index: 9;
}
.job-place{
	z-index: 1;
	width: 100%;
	position: relative;
	margin-top: -100px;
}
.job-tab{
	float: left;
	width: 342px;
	margin-right: 42px;
	height: 250px;
	background: #dddddd;
	padding: 18px 24px;
	box-sizing:border-box;
	cursor: pointer;
}
.job-tab.active{
	background: #6ab3e4;
	color: #fff;
}
.job-tab:last-child{
	margin-right: 0px;
}
.job-left{
	float: left;
	text-align: left;
}
.job-left p {
	width: 30px;
}
.job-right{
	width: calc(100% - 54px);
	float: left;
	text-align: left;
}
.job-line{
	float: left;
	width: 1px;
	background: #fff;
	height: 64px;
	margin:0px 10px; 
	margin-top: 8px;
}
.job-title{
	line-height:40px; 
	color: #fff;
	font-size: 30px;
}
.job-des{
	color: #00000c;
	font-size: 16px;
	text-align: left;
	line-height: 2;
}

.job-des p{
	margin: 0;
}

.active .job-des{
	color: #fff;
}

.job-position{
	margin-top: 40px;
}

.position-item-box{
	display: none;

}

.position-item-box.act{
	display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.position-item{
	/* float: left; */
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	cursor: pointer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.position-item::after{
	display: none !important;
}

.position-item::before{
	display: none !important;
}

.job-position .position-item.active span{
	color: #000000 !important;
	font-weight: bold;
}
.job-position span.label{
	display: inline-block;
	font-size: 18px;
	color: #666666;
}
.job-position span.line{
	display: inline-block;
	width: 1px;
	background: #666;
	height: 22px;
	margin: 0px 12px;
	margin-top: 4px;
	float: left;
}
.job-info-box{
	display: none;
}
.job-info-box.act{
	display: block;
}
.job-info{
	display: none;
	font-size: 14px;
}
.job-info.act{
	display: block;
}
.job-pos{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	text-align: left;
	padding: 16px 0px;
	margin-top: 50px;
}
.info-h{
	font-weight: bold;
}
.info-item{
	font-size: 16px;
	text-align: left;
	line-height: 2;
	margin-bottom: 20px;
}
.info-t{
	text-decoration: none;
	color: #1d8bd6;
}</pre></body></html>