body {
}

.empty {
	background: url(../image/empty.png) no-repeat;
	height: 300px;
	width: 400px;
	background-size: 100%;
	margin: auto;
	position: relative;
	margin-bottom: 20px;
	margin-top: 20px;
}

.empty::before {
	content: '暂无职位，请尝试其他搜索条件...';
	position: absolute;
	bottom: -30px;
	width: 100%;
	left: 90px;
	font-size: 16px;
	color: #898989;
}

.main {
	position: absolute;
	height: 100%;
	width: 100%;
	display: inline-block;
	min-width: 1280px;
}

/* * * 头部 * * */
.nav {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0;
	z-index: 3;
}

.nav .nav-logo {
	background: url(../image/logo.png) no-repeat center;
	width: 155px;
	height: 68px;
	background-size: 100%;
	margin-left: 20px;
	display: block;
	float: left;
	cursor: pointer;
}

.nav .nav-bar {
	float: right;
	padding-right: 20px;
}

.nav .nav-bar a {
	display: block;
	float: left;
	font-size: 14px;
	color: #fff;
	height: 70px;
	line-height: 70px;
	width: 130px;
	text-align: center;
	cursor: pointer;
}


.nav .nav-bar a:hover {
	color: #ff7443;
}

.nav .nav-bar a:nth-child(3) {
	color: #ff7443;
}

.nav .nav-bar a:nth-child(3) span {
	display: inline;
	background: #ffefcd;
	padding: 12px 25px;
	border-radius: 24px;
}



/* * * 底部 * * */
.footer {
	width: 100%;
	background-color: #333;
	overflow: hidden;
}

.footer .foot_logo {
	width: 255px;
	height: 75px;
	background: url(../image/f-logo.png) no-repeat center;
	background-size: 100%;
	display: block;
	margin: 40px auto 36px;
}

.footer .foot_nav {
	height: 13px;
	padding: 32px 0;
	width: 95%;
	margin: 0 auto;
	border-top: 1px #3a3b3d solid;
	border-bottom: 1px #3a3b3d solid;
	justify-content: center;
	display: flex;
}

.footer .foot_nav a {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
	line-height: 13px;
	font-size: 14px;
	color: #fff;
	position: relative;
}

.footer .foot_nav a:after {
	content: "";
	display: block;
	width: 1px;
	height: 13px;
	background-color: #474a50;
	position: absolute;
	top: 0;
	right: 0
}

.footer .foot_nav a:last-child:after {
	display: none
}

.footer .foot_info {
	width: 95%;
	margin: 0 auto;
	padding-top: 40px;
	font-size: 14px;
	color: #666;
}

.footer .foot_info .copyright {
	display: block;
	float: left;
}

.footer .foot_info .bei {
	display: block;
	float: right;
}

.footer .foot_info a {
	color: #666;
	margin-left: 20px;
}

.footer .foot_info a:hover {
	color: #fff
}


.main .banner {
	background: url(../image/zhao.png) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 1079px;
	margin-bottom: 70px;
}

.search {
	margin: 100px auto;
	display: flex;
	position: relative;
	width: 800px;
	margin-top: 285px;
	margin-bottom: 20px;
}

.search input {
	float: left;
	flex: 4;
	height: 60px;
	outline: none;
	border: 1px solid white;
	box-sizing: border-box;
	padding-left: 69px;
	border-radius: 27px 0px 0px 27px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 12px rgba(0, 0, 0, .04);
}

.search button {
	float: right;
	flex: 1;
	height: 60px;
	background-color: #ff7443;
	color: white;
	border-style: none;
	outline: none;
	font-weight: bold;
	border-radius: 0px 27px 27px 0px;
	font-size: 18px;
	cursor: pointer;
	transition: .5s;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .12), 0 0 12px rgba(0, 0, 0, .04);
}

.search button:hover {
	background-color: #ee561f;

}

.search button i {
	font-style: normal;
}

.icon-search {
	display: block;
	height: 24px;
	color: #545c63;
	position: absolute;
	font-size: 20px;
	line-height: 24px;
	top: 21px;
	left: 23px;
	width: 24px;
	background: url(../image/search.svg) no-repeat;
	background-size: 100%;
}


.rules {
	margin: 0 auto;
	display: block;
	background: #fff;
	border-radius: 5px;
	width: 75%;
}

.layui-form-label {
	color: #666;
}

.layui-form-checkbox[lay-skin=primary] span {
	color: #333 !important;
	max-width: 300px;
}


.work_list {
	margin: 0 auto;
	width: 90.9%;
	flex-wrap: wrap;
	margin-top: 5px;
	display: flex;
	margin-bottom: 20px;
}

.work_list #list {
	flex: 0 0 24.925%;
	cursor: pointer;
}


.work_list .box {
	background: #fff;
	margin: 5px;
	height: 100px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	border: 1px solid #fff;
}

.work_list .box::before {
	content: "";
	display: block;
	width: 140px;
	height: 140px;
	position: absolute;
	bottom: -140px;
	transition: .5s;
	left: 55%;
	z-index: 1;
}

.work_list .box:hover {
	border: 1px solid #feccb0
}

.work_list .box:hover:before {
	bottom: -50px;

}



.work_list #work_type1:before {
	background: url(../image/work_type1.png) no-repeat;
	background-size: 100%;
}

.work_list #work_type2:before {
	background: url(../image/work_type2.png) no-repeat;
	background-size: 100%;
}

.work_list #work_type3:before {
	background: url(../image/work_type3.png) no-repeat;
	background-size: 100%;
}

.work_list #work_type4:before {
	background: url(../image/work_type4.png) no-repeat;
	background-size: 100%;
}

.work_list #work_type5:before {
	background: url(../image/work_type5.png) no-repeat;
	background-size: 100%;
}



.work_list .box p {
	font-size: 20px;
	color: #333;
	margin: 20px;
	display: inline-block;
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	z-index: 2;
}

.work_list .box p::after {
	content: "";
	margin-left: 15px;
	padding-left: 15px;

	height: 12px;
	display: inline-block;
	vertical-align: middle;
}

.work_list .box .hot1 {
	float: right;
	margin: 20px;
	background: #fff7df;
	padding: 2px;
	height: 20px;
	width: 20px;
	border-radius: 5px;
	border: 1px solid #f98f4a;
	color: #f98f4a;
	text-align: center;
}

.work_list .box div {
	font-size: 14px;
	color: #999;
	display: block;
	margin-left: 20px;
}

.work_list .box div span:nth-child(1)::after {
	content: "";
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid #eee;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
}



/** 分页 **/
#list-page {
	text-align: center;
	margin-bottom: 20px;
}

#list-page a,
#list-page span {
	margin: 0 5px;
	border-radius: 5px;
	border: none;
}

#list-page a:hover {
	color: #ff7443
}

/* 新增 */
.details {
	padding-bottom: 20px;
}

.details .title {
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #f2f2f2;
	display: flex;
	box-sizing: border-box;
	align-items: center;
}

.details .title .name {
	flex: 1;
	font-size: 18px;
}

.details .title p {
	color: #999;
}

.details .title span {
	height: 15px;
	background-color: #ccc;
	width: 1px;
	margin: 0 15px;
	display: inline-block;
}

.details .join {
	position: relative;
	padding: 20px;
	box-sizing: border-box;
}
.details .join  img{
	width: 100px;
}
.details .join a{
	float: right;
}
.join-li .text {
	font-size: 15px;
	margin: 20px 0;
}

.join-li p {
	line-height: 25px;
	font-size: 13px;
	color: #666;
}

.process-box {
	margin-top: 20px;
	padding: 20px;
}

.process {
	padding: 20px;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	/* background-color: #dedede; */
}

.process .li {
	width: 100%;

	display: flex;
	margin-left: 20px;
}

.process .li .index {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #ccc;
	margin-left: -5px;
	margin-top: 10px;
}

.process .li .info {
	flex: 1;
	padding-top: 6px;
	padding-left: 20px;
}

.process .li .info p {
	margin-bottom: 10px;
}

.return {
	margin-top: 15px;
	text-align: right;

}

.return p {
	float: right;
	cursor: pointer;
	width: 80px;
	text-align: center;
	justify-content: center;
	padding: 10px 0;
	display: flex;
	align-items: center;
	border-radius: 10px;
	border: 1px solid #333;
}

.return i {
	width: 17px;
	height: 17px;
	display: inline-block;
	background: url("../image/fanhui.png");
	background-size: 100% 100%;
}

.footer-logo {
	width: 100%;
	padding-top: 50px;
	text-align: center;
}

.footer-logo div {
	width: 300px;
	height: 90px;
	display: inline-block;
	background: url("../image/logo.png");
	background-size: 100% 100%;
	margin-bottom: 30px;
}

.footer-item {
	width: 84%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.footer-item a {
	flex: 1;
	cursor: pointer;
	text-align: center;
	font-size: 22px;
	color: #fff;
}

.process-box-t {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.process-con {
	width: 100%;
	display: flex;
}

.line {
	width: 1px;
	height: 250px;
	position: relative;
	margin-right: -20px;
	background-color: #ccc;
	top: 10px;
}

.process-info {
	flex: 1;
}

