.banner {
	width: 100%;
	height: 35rem;
	background-image: url(../../hyjob.oss-cn-shanghai.aliyuncs.com/res/site/tj/jobs/banner.jpg);
	background-size: cover;
}

.job_view {
	margin: 2.5rem 0;
	min-height: 80vh;
}

.cates,
.jobs {
	background-color: #f9f9f9;
	padding: 2.5rem;
	min-height: 100%;
}

.cates {}

.cates .item {
	color: #333;
	margin-bottom: 1.2rem;
	cursor: pointer;
}

.cates .item.active {
	color: #b33131;
	font-weight: bold;
}

.cates .item b{
	color: #b33131;
	font-weight: bold;
}


.cates .item:hover {
	color: #1A264B;
	font-weight: bold;
}

.jobs {
	min-height: 100vh;
}

.job {	
	padding: 1.875rem 0;
	color: #666;
	border-bottom: 1px solid #ddd;
	position: relative;
}

.job:first-child {
	padding-top: 0;
}

.job .jobName {
	font-size: 1.25rem;
	color: #1a264b;
	font-weight: bold;
}

.job .props {
	font-size: 1rem;
}

.job .joinBtn {
	display: inline-block;
	cursor: pointer;
	background-color: #1A264B;
	color: #fff;
	width: 6.25rem;
	height: 1.875rem;
	text-align: center;
	line-height: 1.875rem;
	padding: 0 1rem;
	font-size: 0.75rem;
}
pre{
	display: block;
	font-family: -moz-fixed;
	white-space: pre-wrap;
	margin: 1em 0
	
}

.joinBtn:hover {
	background-color: #273c75;
}

.job .cos_btn {
	display: inline-block;
	cursor: pointer;
	color: #1A264B;		
	padding-left: 0.625rem;
	font-size: 1.5rem;
	height: 1.25rem;
	width: 1.25rem;
	text-align: left;
	font-weight: bold;
	color: #1A264B;	
}

.cos_btn.collapsed::after{
	display: inline-block;
	content: "+";
		
}
.cos_btn::after{
	display: inline-block;
	content: "-";
}
.job .brand {
	background-size: contain;
	background-repeat: no-repeat;
	width: 6.25rem;
	height: 1.875rem;
}

.job .brand[data-brand='motorview'] {
	background-image: url(../../hyjob.oss-cn-shanghai.aliyuncs.com/res/site/tj/logos/motorview.png);
}

.job .brand[data-brand='healthview'] {
	background-image: url(../../hyjob.oss-cn-shanghai.aliyuncs.com/res/site/tj/logos/healthview.png);
}

.job .brand[data-brand='finance'] {
	background-image: url(../../hyjob.oss-cn-shanghai.aliyuncs.com/res/site/tj/logos/finance.png);
}

.job .brand[data-brand='smartlink'] {
	background-image: url(../../hyjob.oss-cn-shanghai.aliyuncs.com/res/site/tj/logos/smartlink.png);
}

.job .brand[data-brand='tekview'] {
	background-image: url(../../hyjob.oss-cn-shanghai.aliyuncs.com/res/site/tj/logos/tekview.png);
}

.detail .label {
	font-size: 1rem;
	color: #1A264B;
	font-weight: bold;
	line-height: 2rem;
}

.detail .value {
	color: #666;
	font-size: 0.875rem;
	line-height: 2rem;
}
