.talent_con {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}

/* 分公司 */

.talent_con .word_address {
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.talent_con .word_address span {
	font-weight: bold;
	font-size: 16px;
	margin: 0 20px 0 0;
}

.talent_con .word_address .active, .talent_con .word_address a:hover {
	background: #224E89;
	color: #fff;
}

.talent_con .word_address a {
	color: #575757;
	padding: 4px 10px;
	margin: 0 5px;
	border-radius: 15px;
	line-height: 30px;
	cursor: pointer;
}

/* 表格 */

.talent_job {
	width: 100%;
	padding-top: 28px;
	font-size: 12px;
}

.campus_b {
	font-size: 12px;
	line-height: 26px;
}

.campus_b .campus_b_a {
	height: 50px;
	line-height: 50px;
	color: rgb(51, 51, 51);
	clear: left;
	border: 1px #e7e7e7 solid;
	margin: -1px 0 0;
	overflow: hidden;
}

/* 表格内容 */

.talent_job ul li {
	border: 1px #e7e7e7 solid;
	margin: -1px 0 0;
	overflow: hidden;
	width: 100%;
	min-height: 60px;
	line-height: 50px;
	color: #1e1e1e;
	display: block;
}

.talent_job .toggle {
	width: 100%;
	min-height: 60px;
	line-height: 50px;
	color: #1e1e1e;
	display: block;
}

.talent_job ul li .name {
	width: 16%;
	float: left;
	text-align: center;
}

.talent_job ul li .class {
	width: 12%;
	float: left;
	text-align: center;
}

.talent_job ul li .num {
	width: 12%;
	text-align: center;
	float: left;
}

.talent_job ul li .address {
	width: 30%;
	text-align: center;
	float: left;
}

.talent_job ul li .time {
	width: 12%;
	text-align: center;
	float: left;
}

.talent_job ul li .join {
	width: 16%;
	text-align: center;
	float: left;
}

.talent_job ul li .join span {
	border-radius: 15px;
	padding: 6px 10px;
	background: #e7e7e7;
	cursor: pointer;
}

.talent_job ul li .toggle:hover {
	color: #224E89;
}

.talent_job ul li .join span:hover {
	background-color: #224E89;
	color: #fff;
}

/* 遮罩层 */

.popup {
	display: none;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.5);
}

.modal {
	position: fixed;
	top: 100px;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}

.modal .modal-dialog {
	transform: translate(0, 0);
	width: 900px;
	margin: 0 auto;
	position: relative;
	top: 0px;
	left: 0px;
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
}

.modal .modal-header {
	background-color: #337ab7;
}

/* 表格头部 */

.modal .modal-header {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
}

.modal .bootstrap-dialog-title {
	color: #fff;
	display: inline-block;
	font-size: 16px;
}

/* 表格体 */

.modal-body {
	position: relative;
	padding: 15px;
	margin: 20px;
}

.form-group {
	margin-bottom: 15px;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0;
	visibility: hidden;
	display: block;
}

.form-control {
	display: block;
	width: 100%;
	/* height: 34px; */
	padding: 6px 12px;
	margin-top: 10px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.formbox__error_name, .formbox__error_phone, .formbox__error_file {
	/* display: none; */
	font-size: 12px;
	color: red;
}

.a-upload {
	height: auto;
	position: relative;
	cursor: pointer;
	color: #888;
	border: none;
	overflow: hidden;
	display: inline-block;
	width: auto;
}

.validity-note {
	font-size: 12px;
	color: #606266;
	margin-top: 7px;
}

#new_content {
	font-size: 15px;
	float: right;
	width: 86%;
	line-height: 1.5em;
}

.job_detail {
	margin-bottom: 20px;
}

input:focus {
	outline: none;
}

.form-group_list {
	display: flex;
	justify-content: space-between;
}

.form_list {
	width: 40%;
}

/* 表格底 */

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}

.modal-footer .btn {
	color: #fff;
	background-color: #f62b27;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 52px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	margin-bottom: 0;
	margin-left: 5px;
}

@media screen and (max-width:1200px) {
	.talent_con {
		width: 90%;
	}
}

@media screen and (max-width:992px) {
	.modal .modal-dialog {
		width: 80%;
	}
	.modal {
		top: 50px;
	}
	.modal-body {
		height: 600px;
		overflow-y: auto;
	}
	#new_content {
		width: 84%;
	}
}

@media screen and (max-width:768px) {
	.talent_job ul li .name {
		width: 25%;
	}
	.talent_job ul li .class {
		display: none;
	}
	.talent_job ul li .num {
		width: 18%;
	}
	.talent_job ul li .address {
		width: 30%;
		overflow: hidden;
		height: 60px;
	}
	.talent_job ul li .time {
		display: none;
	}
	.talent_job ul li .join {
		width: 25%;
	}
	#new_content {
		width: 82%;
		font-size: 14px;
	}
	.modal-body {
		height: 550px;
	}
	.modal {
		top: 78px;
	}
}

@media screen and (max-width:500px) {
	.form_list {
		width: 45%;
	}
}