
.jobMenu {
	width: 100%;
	line-height: 60px;
	z-index: 100;
	background: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .04);
}
.jobMenu .inner {
	width: 1200px;
	margin: 0 auto;
	font-weight: 400;
}
.jobMenu .inner .subNavBtn {
	display: inline-block;
	padding-right: 30px;
	color: #333;
}
.jobMenu .inner .subNavBtn:hover {
	color: #CD3426;
}
.jobMenu .inner .active {
	color: #CD3426;
}

.wrapper-job {
	background: #FBFBFB;
}

.job-introduction {

}
.job-introduction ._title {
	font-size: 20px;
	line-height: 36px;
	padding: 30px 0 15px;
}
.job-introduction ._text {
	font-size: 14px;
	color: #666;
	line-height: 2em;
}

.job-left {
	padding-top: 24px;
}
.job-left ._box,
.job-right ._box {
	padding: 12px 20px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 8px rgba(0,21,41,.02);
	margin-bottom: 20px;
}
.job-left ._subtitle,
.job-right ._subtitle {
	position: relative;
	padding-left: 12px;
	color: #000;
	font-size: 16px;
}
.job-left ._subtitle::before,
.job-right ._subtitle::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 16px;
	border-radius: 4px;
	background: #CD3426;
}
.job-left ._share {
	font-size: 16px;
	color: #000;
}
.job-left ._share span {
	font-size: 12px;
	color: #999;
	float: right;
}
.job-left ._share span img {
	width: 14px;
	margin-left: 3px;
}
.job-left ._search {
	padding-bottom: 24px;
}
.job-left ._search ._search_txt {
	text-align: right;
	font-size: 12px;
	color: #999;
}
.job-left ._search ._search_txt ._red {
	color: #CD3426;
}
.job-left ._search ._search_txt i {
	color: #aaa;
	font-style: normal;
	padding: 0 8px;
}
.job-left ._search ._search_txt span {
	padding: 0 3px;
}
.job-left ._search ._search_txt img {
	width: 10px;
}
.job-left ._search ._input {
	width: 90%;
	height: 40px;
	line-height: 40px;
	padding: 10px 20px 10px 40px;
	border: 1px solid #A4A4A4;
	border-right: 0;
	border-radius: 20px 0 0 20px;
	float: left;
	color: #666;
}
.job-left ._search ._btn {
	float: left;
	width: 10%;
	background: #C5261D;
	text-align: center;
	color: #fff;
	height: 40px;
	line-height: 40px;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}
.job-left ._search ._select {
	width: 96%;
	height: 40px;
	line-height: 40px;
	padding: 10px 15px;
	border: 1px solid #A4A4A4;
	border-radius: 12px;
}

.job-left ._list {
	min-height: 40vh;
	padding-bottom: 40px;
}
.job-left ._list ._item {
	padding-bottom: 15px;
}
.job-left ._list ._item ._title {
	padding: 12px 0;
	cursor: pointer;
}
.job-left ._list ._item ._title ._left  {
	font-size: 16px;
	color: #333;
	line-height: 24px;
}
.job-left ._list ._item ._title ._left span {
	display: inline-block;
	padding: 0 10px;
	line-height: 24px;
	border-radius: 6px;
	background: #CD3426;
	font-size: 12px;
	color: #fff;
	margin-right: 10px;
	position: relative;
	top: -2px;
}
.job-left ._list ._item ._title ._right {
	text-align: right;
	font-size: 12px;
	color: #999;
}
.job-left ._list ._item ._title ._right span {
	padding: 0 4px;
}
.job-left ._list ._item ._title ._right img {
	width: 12px;
}
.job-left ._list ._item ._title ._right img._down,
.job-left ._list ._item ._title ._right img._up {
	display: none;
}
.job-left ._list ._item ._down ._right img._down {
	display: inline-block;
}
.job-left ._list ._item ._up ._right img._up {
	display: inline-block;
}
.job-left ._list ._item ._info {
	font-size: 12px;
	color: #999;
}
.job-left ._list ._item ._info i {
	color: #aaa;
	font-style: normal;
	padding: 0 8px;
}
.job-left ._list ._item ._text_down {
	display: none;
	padding: 15px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.job-left ._list ._item ._text_up {
	display: none;
	padding: 15px 0;
	font-size: 14px;
	color: #666;
	line-height: 2em;
}
.job-left ._list ._item ._text_up ._h4 {
	font-weight: 500;
	font-size: 15px;
	padding: 10px 0 5px;
}
.job-left ._list ._item ._text_up ._html {
	white-space: pre-wrap;
	word-wrap: break-word;
	padding-left: 2em;
}

.job-left ._list ._item ._current {
	display: block;
}
.job-left ._list ._item ._btn {
	padding-top: 15px;
	color: #999;
	font-size: 12px;
}
.job-left ._list ._item ._btn span {
	float: right;
	padding: 0 15px;
	line-height: 32px;
	border-radius: 6px;
	background: #CD3426;
	font-size: 13px;
	color: #fff;
	margin-right: 40px;
	cursor: pointer;
}

.job-right {
	padding-top: 24px;
}
.job-right ._hot_list {
	padding-top: 24px;
}
.job-right ._hot_list ul {
	padding: 10px 0;
}
.job-right ._hot_list ul li {
	font-size: 14px;
	line-height: 2em;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	padding: 4px 0;
}
.job-right ._hot_list ul li span {
	display: inline-block;
	padding: 0 8px;
	line-height: 20px;
	border-radius: 10px;
	background: #CD3426;
	font-size: 12px;
	color: #fff;
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.job-right ._qrcode {
	text-align: center;
}
.job-right ._qrcode ._title {
	text-align: center;
	padding: 10px 0;
}
.job-right ._qrcode ._img img {
	display: block;
	width: 100%;
}
.job-right ._qrcode ._mail {
	text-align: left;
	padding-bottom: 10px;
}
.job-right ._qrcode ._mail span {
	color: #999;
}
.job-right ._qrcode ._mail i {
	float: right;
	color: #CD3426;;
	font-size: 12px;
	font-style: normal;
	cursor: pointer;
}

.dialog-qrcode {
	padding: 0 30px;
	text-align: center;
}
.dialog-qrcode ._title {
	text-align: center;
	padding: 10px 0;
}
.dialog-qrcode ._img img {
	display: block;
	width: 100%;
}
.dialog-qrcode ._mail {
	text-align: left;
	padding-bottom: 10px;
}
.dialog-qrcode ._mail span {
	color: #999;
}
.dialog-qrcode ._mail i {
	float: right;
	color: #CD3426;;
	font-size: 12px;
	font-style: normal;
	cursor: pointer;
}

.alert {
	display: none;
	padding: 10px;
	margin-top: 10px;
	border-radius: 4px;
	font-size: 14px;
	background-color: #f8f9fa;
	border: 1px solid #e9ecef;
	position: fixed;
	top: 16%;
	left: 50%;
	width: 600px;
	margin-left: -300px;
}
.alert-success {
	background-color: #d4edda;
	border-color: #c3e6cb;
	color: #155724;
}
.alert-error {
	background-color: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

.fancybox__dialog {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}
#dialog-content {
	max-width: 360px;
}