html,body {
	min-height: 100%;
}

html,body,h1,h2,h3,h4,h5,h6,hr,p,iframe,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft Yahei","\5FAE\8F6F\96C5\9ED1","Hiragino Sans GB","Helvetica Neue","WenQuanYi Micro Hei",Helvetica,tahoma,arial,Verdana,sans-serif,"\5B8B\4F53";
	font-size: 14px;
	color: #363636;
	font-weight: 400;
	background-color: #f2f2f2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color: #333;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: #f30;
	text-decoration: none;
}

ul,ol,dl {
	list-style-type: none;
}

.main_top {
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	background: #fff;
	--border-bottom: 1px solid #dedede;
	/*box-shadow:0 2px 20px 0 rgba(15,12,70,.1);*/
}

.head {
	margin: 10px auto;
	width: 980px;
	background: #fff;
}

.head .logo {
	width: 175px;
	height: 65px;
	/*margin-top: 15px;*/
}

.head .info {
	display: block;
	float: right;
	width: 780px;
	height: 65px;
	line-height: 65px;
	font-size: 18px;
	color: rgb(135, 148, 143);
}

.head .info h1 {
	float: left;
	height: 65px;
	line-height: 62px;
	padding-right: 5px;
	font-size: 42px;
}

.head .info span {
	float: right;
	padding-right: 10px;
	text-align: center;
	line-height: 65px;
	font-size: 16px;
	color: #333;
}

.main_bottom {
	margin: 20px;
	text-align: center;
}

.main_wrap {
	margin: 0 auto;
	margin-top: 30px;
	width: 980px;
	overflow: hidden;
	background: #fff;
	--border: 1px solid #dedede;
	/*box-shadow:0 2px 20px 0 rgba(15,12,70,.1);*/
}

.main_title {
	display: block;
	overflow: hidden;
	padding: 20px;
	width: 100%;
	border-bottom: 10px solid #f2f2f2;
}

.main_title .nav li {
	float: left;
	display: inline-block;
    text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
}

.main_title .nav li a {
	padding: 10px 16px;
	font-size: 18px;
	--border-bottom: 3px solid #fff;
}

.main_title .nav li a:hover {
	color: #e7463c;
	border-bottom: 1px solid #e7463c;
}

.main_title .nav li a.curr {
	color: #e7463c;
	border-bottom: 1px solid #e7463c;
}

/* =============================== */
.resume_left {
	float: left;
}

.resume_right {
	float: right;
	padding: 20px;
	width: 800px;
	min-height: 500px;
	border-left: 1px solid #e6e6e6;
}

.resume_left .nav {
	width: 175px;
	padding: 10px 20px;
}

.resume_left .nav .tit {
	display: block;
	padding: 10px 0;
	width: 100%;
	font-size: 16px;
	text-align: center;
	line-height: 35px;
}

.resume_left .nav a.pwd {
	display: block;
	margin-bottom: 10px;
	width: 100%;
	font-size: 16px;
	color: #ff6600;
	text-align: center;
	line-height: 35px;
	border: 1px solid #ffffff;
}

.resume_left .nav a.pwd:hover {
	border-color: #ff6600;
}

.resume_left .nav ul {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.resume_left .nav ul li {
	padding: 8px 0;
	text-align: center;
}

.resume_left .nav ul li a {
	text-decoration: none;
}

.resume_left .nav ul li.current {
	color: #3c86cf;
}

.resume_left .nav ul li:hover {
	color: #3c86cf;
	cursor: pointer;
}

.resume_item {
	*margin: 0 auto;
	-width: 100%;
	-overflow: hidden;
	-padding: 20px;
	-background: #fff;
	-border: 1px solid #ddd;
	-margin-top: 20px;
	-margin-bottom: 20px;
	-box-shadow: 0 0 30px 0 rgba(154,161,171,0.4);
}

.resume_item .row-item {
	width: 100%;
	border-bottom: 1px #ddd dashed;
	padding: 20px 0;
}

.resume_item .row-item:hover {
	background: #fafafa;
}

.resume_item .row-item td {
	font-size: 14px;
	color: #999;
}

.resume_item .row-item .row-title {
	display: block;
	height: 40px;
	font-size: 18px;
	color: #000000;
}

.resume_item .jl-editbox {
	position: relative;
	width: 100%;
	background: #fff;
	padding: 10px;
	border: 1px #ff6600 solid;
	border-top: 4px #ff6600 solid;
	margin: 0 auto;
	display: inline-block;
}

.resume_item .jl-butbox {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px #ddd solid;
	text-align: center;
}

.resume_item .jl-butbox button {
	margin: 0 20px;
	min-width: 100px;
}

.resume_item .jl-cmd-edit {
	float: right;
	padding-left: 20px;
	background: url(../img/edit1.png) left top no-repeat;
	width: 60px;
	height: 16px;
	font-size: 14px;
	line-height: 16px;
	cursor: pointer;
}

.resume_item .jl-cmd-edit:hover {
	color: #ff6600;
	background: url(../img/edit2.png) left top no-repeat;
}

.resume_item .jl-cmd-closeIcon {
	position: absolute;
	right: -15px;
	top: -15px;
	background: url(../img/close.png) no-repeat 0px 0px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}

.resume_item .jl-cmd-closeIcon:hover {
	background: url(../img/close.png) no-repeat 0px -50px;
}

.resume_item .info {
	width: 100%;
	border: 0;
}

.resume_item .info td {
	padding: 8px 0;
}

.resume_item .edit {
	display: none;
}

.resume_item .table-edit {
	-margin: 0 auto;
	width: 620px;
	border: 0;
}

.resume_item .table-edit td {
	padding: 8px 0;
}

/* =============================== */
.form-label {
	text-align: right;
}

.form-group {
	border-bottom: 1px dotted #E1EDF1;
}

.required {
	vertical-align: middle;
	color: #fe6157;
	font-size: 20px;
	margin-right: 7px;
}

/*  =============================== */
.upload-container {
	display: block;
	overflow: hidden;
	cursor: pointer;
	width: 100px;
	height: 100px;
}

.upload-container img {
	width: 100px;
	height: 100px;
}

.upload-container input {
	display: none;
}

/*  =============================== */
.modifypwd {}

.modifypwd table {
	margin: 0 auto;
	width: 90%;
}

.modifypwd table td {
	padding: 12px 0;
}

.modifypwd .tit {
	padding-top: 30px;
	font-size: 16px;
	color: #ff6600;
}

.modifypwd .wrap_btn {
	padding: 10px;
    position: absolute;
	z-index: 10;
    left: 0;
    bottom: 0;
    width: 100%;
	text-align: center;
	border-top: 1px #ddd solid;
}

/*  =============================== */
.interest {
	padding: 10px;
	background: #fff;
}

.interest td {
	padding: 6px 0;
}

.interest .butbox {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px #ddd solid;
	text-align: center;
}

/*  =============================== */
.joblist {}

.joblist .item-box {
	position: relative;
	margin: 0;
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border-bottom: solid 1px #f2f5f7;
}

.joblist .item-box .item-left {
	float: left;
	width: 90%;
	height: 50px;
}

.joblist .item-box .item-right {
	float: left;
	padding-top: 5px;
	width: 10%;
	height: 50px;
}

.joblist .item-box .name, .joblist .item-box .name a {
	font-size: 16px;
	-color: #276bf2;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.joblist .item-box .info-label {
	color: #999;
	margin-top: 10px;
}

.joblist .item-box:hover {
	box-shadow:0 2px 20px 0 rgba(15,12,70,.1);;
	border-bottom-color: #eaebef;
	border-top-color: #eaebef;
	z-index: 10;
}

.joblist .pagination,.myapply .pagination {
	margin: 10px;
}

/*  =============================== */
.myapply {}

.myapply .item-box {
	position: relative;
	margin: 0;
	display: block;
	overflow: hidden;
	padding: 15px 20px;
	border-bottom: solid 1px #f2f5f7;
}

.myapply .item-box:hover {
	box-shadow:0 2px 20px 0 rgba(15,12,70,.1);;
	border-bottom-color: #eaebef;
	border-top-color: #eaebef;
	z-index: 10;
}

.myapply .item-box .l1 {
	float: left;
    width: 400px;
}

.myapply .item-box .l1 .gs {
	float: left;
    max-width: 300px;
	line-height: 38px;
    color: #ff6600;
}

.myapply .item-box .l1 .gw {
	float: left;
	max-width: 900px;
	line-height: 20px;
	margin: 9px 0 9px 12px;
	padding-left: 10px;
	border-left: 1px solid #ddd;
	color: #ff6600;
}

.l1 .zhn,.l1 .gs,.l1 .gw {
    font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.myapply .item-box .l1 .zhn {
	float: left;
	display: block;
    width: 390px;
	line-height: 38px;
    font-size: 14px;
    color: #666;
}

.myapply .item-box .l2 {
	float: left;
	width: 180px;
	padding: 0 20px 0 10px;
	border-right: 1px solid #ddd;
}

.myapply .item-box .l2 .zt {
	display: inline-block;
	margin: 5px 0;
	padding: 2px 4px;
	text-align: center;
	color: #999;
	border: 1px solid #ddd;
	border-radius: 5px;
}

.myapply .item-box .l2 .rq {
	display: block;
	line-height: 38px;
	color: #999;
}

.myapply .item-box .l3 {
	float: left;
	width: 260px;
	padding: 0 20px;
	line-height: 25px;
}

.myapply .item-box .l3 span {
	display: block;
	margin: 0;
	padding: 0;
	color: #666;
}

.myapply .item-box .l4 {
	float: right;
	width: 100px;
	line-height: 35px;
	text-align: center;
}

.myapply .item-box .l4 a {
	padding: 5px;
	border: 1px solid #ddd;
	display: inline;
}

.myapply .item-box .l4 a:hover {
	border: 1px solid #ff6600;
	color: #ff6600;
}

/*  =============================== */
.onlogin {
	display: block;
	background: url(../img/onjl.jpg) no-repeat;
	background-size: 100% auto;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 22px;
	font-weight: 400;
	color: #000;
}

.sign_wrap {
	margin: 100px auto;
	width: 980px;
	overflow: hidden;
}

.sign_tab {
	margin-bottom: 20px;
	border-bottom: 1px solid #dbe1ea
}

.sign_tab li {
	float: left;
	cursor: pointer;
	padding: 10px;
	width: 112px;
	font-size: 18px;
	color: #bac3d3;
	font-weight: 700;
	text-align: center;
	border-bottom: 2px solid #fff;
}

.sign_tab .tag_active {
	color: #333;
	border-bottom: 2px solid blue;
	transition: all 1s;
}

.sign_tab_pass {
	display: block;
}

.sign_tab_sms {
	display: none;
}

.sign_picture {
	padding: 20px;
	float: left;
	width: 500px;
	height: 480px;
	-background: #fff;
	--border-right: 1px solid #dedede;
	background: url(../img/loginimg.png) 0 0 / 500px auto no-repeat;
}

.sign_form {
	padding: 30px;
	float: right;
	width: 400px;
	background: #fff;
	border: 0px solid #e6e6e6;
	border-radius: 5px;
}

.sign_form form ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.sign_form form li {
	position: relative;
	margin-bottom: 20px;
}

.sign_form form .forget_password {
	float: right;
	margin-top: 8px;
	font-size: 14px;
}

.sign_form form .authcode {
	position: absolute;
	top: 8px;
	right: 0;
	width: 100px;
	height: 24px;
	color: #198afa;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	border-left: 1px solid #ccc;
}

.sign_form form .authcode img {
	cursor: pointer;
}

.sign_form form.was-validate .authcode {
	right: 22px;
}

.sign_form form .ui-icon-info-circle {
	padding: 14px 0;
	font-size: 14px;
	color: #ff6600;
}

.sign_form .tips {
	background-color: #FD6E6E;
	line-height: 30px;
	padding: 0 20px;
	color: #fff;
	font-size: 14px;
}


.allpager {
	padding: 10px 0;
}