.user-center-head{
	margin-top: 40px;
}
.center-tit{
	width: 1170px;
	height: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: block;
}
.center-body{
	width: 1170px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
	display: flex;
	clear: both;
}
.center-tit a{
	display: flex;
	float: right;
	padding: 20px 0;
}
.center-tit svg{
	fill: #BA2A17;
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.center-body .center-left{
	width: 220px;
	height: auto;
	display: inline-table;
	margin-bottom: 40px;
}
.center-left ul.center-menu{
	padding-left: 0;
	background: #FFFFFF;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	border-top: 10px solid #BA2A17;
}
.center-body .center-left li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 20px;
	cursor: pointer;
}
.center-body .center-left li a{
	width: 180px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}
.center-body .center-left li.line-child{
	border-bottom: 1px solid #E4E4E4;
}
.center-body .center-left li span{
	color: #D43F3A;
	font-weight: bold;
	/*font-size: 12px;*/
}
.center-body .center-left li:hover,
.center-body .center-left li:hover a,
.center-body .center-left li:hover span,
.center-body .center-left li.on,
.center-body .center-left li.on span{
	background: #F1F1F1;
	color: #BA2A17;
}
.center-body .center-left li.on a{
	font-weight: bold;
	border-left: 4px solid #BA2A17;
	color: #BA2A17;
}
.center-body .center-right{
	width: 930px;
	display: inline-block;
	background: #FFFFFF;
	margin-left: 20px;
	margin-bottom: 40px;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
	padding: 20px;
}
.center-body .center-right .cen-con-tit{
	padding-left: 20px;
	border-left: 4px solid #BA2A17;
	font-size: 20px;
}
.center-body .center-right .cen-con-tit-toggle{
	font-size: 16px;
}
.center-body .center-right .cen-con-tit-toggle ul{
	display: inline-block;
}
.center-body .center-right .cen-con-tit-toggle li{
	float: left;
	margin-right: 20px;
	padding-bottom: 10px;
	cursor: pointer;
}
.center-body .center-right .cen-con-tit-toggle li:hover{
	color: #BA2A17;
}
.center-body .center-right .cen-con-tit-toggle li.on,
.center-body .center-right .cen-con-tit-toggle li.on:hover{
	color: #333333;
	border-bottom: 2px solid #BA2A17;
}
.cen-con-tit-toggle a.infor-set{
    float: right;
    font-size: 14px;
}
.cen-con-tit-toggle a.infor-set:hover{
	color: #BA2A17;
}
.center-content-main{
	display: inline-flex;
}
.content-left-l{
	height: 160px;
	text-align: center;
	margin-bottom:5px;
}
.content-left-l img{
	width: 120px;
	height: 160px;
	margin: 0 auto;
	border: 1px solid #CCCCCC;
}
.content-left-l span{
	padding: 10px 0;
	display: block;
	color: #666666;
}
table.user-center-table{
	width: 100%;
	border: 1px solid #E4E4E4;
	margin: 20px 0 40px 0;
	display: table;
}
table.user-center-table thead{
	background: #f2f2f2;
}
table.user-center-table thead th{
	color: #666;
	font-weight: normal;
	border-right: 1px solid #E4E4E4;
	text-align: center;
}
table.user-center-table tr{
	height: 38px;
	border-bottom: 1px solid #E4E4E4;
	display: table-row;
}
table.user-center-table td,
table.user-center-table th{
	padding: 10px;
	display: table-cell;
}
table.user-center-table td{
	border-right: 1px solid #E4E4E4;
}
.center-content td.tb-tit{
	color: #666;
	text-align: right;
}
.center-content td.edit{
	text-align: center;
}
.center-content tr.disabled{
	background: #F7F7F7;
	color: #666;
}
.center-content table button{
	height: 22px;
	line-height: 22px;
	border: none;
	font-size: 12px;
	padding: 0px 10px;
	border-radius: 2px;
	cursor: pointer;
}
.center-content table button.yes{
	background-color: #2F4056;
	color: #FFFFFF;
}
.center-content table button.erro{
	background-color: #BA2A17;
	color: #FFFFFF;
}
.center-content table button.disabled{
	background-color: #FBFBFB;
	color: #C9C9C9;
	cursor: inherit;
}
.center-content table button:last-child{
	margin-right: 0;
}
.center-content table button:hover{
	opacity: 0.9;
}
.center-content ul.second-tit{
	width: 100%;
	margin: 20px 20px 20px 0;
	border-bottom: 2px solid #BA2A17;
	box-sizing: border-box;
}
.center-content ul.second-tit li{
	width: 120px;
	padding: 1px 20px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	cursor: pointer;
}
.center-content ul.second-tit li.on,
.center-content ul.second-tit li.on:hover{
	background: #BA2A17;
	color: #FFFFFF;
}
.center-content ul.second-tit li:hover{
	color: #BA2A17;
}
.second-content ul.third-tit{
	width: 100%;
	margin: 20px 0;
}
.second-content ul.third-tit li{
	width: 120px;
	height: 28px;
	padding: 0 20px;
	text-align: center;
	line-height: 28px;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #52647b;
	color: #2F4056;
}
.second-content ul.third-tit li.on,
.second-content ul.third-tit li.on:hover{
	background: #2F4056;
	color: #FFFFFF;
}
.second-content ul.third-tit li:hover{
	background: #f1f7ff;
}
table.job-table td{
	color: #666666;
}
table.job-table td:first-child,
table.job-table td:nth-child(3n),
table.job-table td:nth-child(4n){
	text-align: center;
	color: #999;
}
table.job-table i{
	cursor: pointer;
	display: block;
	color: #EEA236;
}
table.job-table i:hover{
	opacity: 0.8;
}
button.job-btn{
	background: #BA2A17;
	color: #FFFFFF;
	padding: 0 12px;
}
table.job-table a{
	color: #333;
	display: block;
}
table.job-table a:hover{
	color: #BA2A17;
}
table.intervew td:nth-child(3n),
table.intervew td:nth-child(4n){
	color: #333333;
}
table.intervew td:first-child,
table.cor-intervew td:first-child{
	color: #333;
	font-weight: bold;
}
table.intervew tr.disabled td{
	color: #999999;
	font-weight: normal;
}
.asan-page_con {
    padding: 15px 20px 0 20px;
    color: #2b2b2b;
    font-size: 13px;
    line-height: 24px;
    font-family: Arial, Helvetica, sans-serif;
}
.asan-page_con ul{
	list-style: none;
}
.asan-page_con ul li{
	font-size:14px;  
	color:#888;
	border-bottom: 1px dotted #CCCCCC;
	margin: 0 10px;
	padding: 10px 0;
}
.asan-page_con ul li a{
	color:#2b2b2b; 
	display: block;
	line-height: 20px;
}
.list1_time{float: right; color: #888; font-size:12px; font-weight:normal; padding:0 10px;}
.asan-page_con a:hover{ 
	color: #BA2A17;
}
li.unread,
li.unread span{
	font-weight: bold;
}
li.unread a span{
	color: #ffffff;
	background: #D43F3A;
	padding: 2px 4px;
	margin-right: 10px;
	font-weight: normal;
	border-radius: 2px;
	font-size: 12px;
}
.center-content form{
	margin: 30px 0;
}
.center-content form .layui-input-inline{
	width: 400px;
}
.center-content form .erro{
	color: #FF5722;
}
td.auditing{
	color: #D7A138!important;
}
td.success{
	color: #5FB878!important;
}
td.fail{
	color: #D9534F!important;
}
/*个人主页改*/
.center-content .center-tab{
	width: 100%;
	height: 20px;
	margin: 10px 0 30px 0;
	border-bottom: 1px solid #CCCCCC;
}
.center-content .center-tab p{
	width: auto;
	text-align: left;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 0 0 40px;
	border: none;
	box-shadow: none;
	background: #FFFFFF;
	color: #333333;
	display: inline;
	font-weight: bold;
}
.center-content .center-tab a{
	width: 40px;
	padding: 0 20px;
	right: 20px;
	background: #FFFFFF;
	color: #BA2A17;
	margin-left: 614px;
}
.center-content .center-tab a:hover{
	color: #CF3F2C;
}
#stu-gxhxx .layui-inline{
	width: 210px;
}
#stu-gxhxx .layui-input-inline{
	width: 210px;
}
.center-content .stu-inline-mid,
#stu-gxhxx .stu-inline-mid{
	width: 320px;
}
#stu-gxhxx .stu-inline-icon{
	width: 20px;
	text-align: right;
}
.center-content .stu-inline-icon a{
	cursor: pointer;
}
.center-content .stu-inline-icon svg{
	fill: #999;
}
.center-content .stu-inline-icon svg:hover{
	fill: #BA2A17;
}
.center-content .layui-inline p{
	float: left;
	padding: 9px 0px;
	line-height: 20px;
	max-width: 220px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.center-content .layui-inline span{
	display: block;
	text-align: center;
	color: #999;
}
.center-content .nlines-item-3 p{
	height: 60px;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	white-space: initial;
	padding-bottom: 0;
	margin-bottom: 9px;
}
.center-content .nlines-item-3 input{
	margin-bottom: 50px;
}
#stu-gxhxx .layui-form-label{
	color: #666;
	width: 80px;
	padding: 9px 15px 9px 0;
}
#stu-gxhxx input:focus{
	outline: none;
	border-color: #c62c17!important;
}
.layui-form-select dl dd.layui-this{
	background: #BA2A17;
}
.add-info{
	width: 100%;
	height: 50px;
	border: 2px solid #F1F1F1;
	background: #f7f7f7;
	text-align: center;
}
.add-info a{
	font-size: 20px;
	display: block;
	line-height: 50px;
	color: #CCCCCC;
	cursor: pointer;
}
.add-info:hover{
	background: #F5F5F5;
	border-color: #EAEAEA;
}
.add-info:hover a{
	color: #999999;
}
.none-info{
	width: 100%;
	height: 50px;
	text-align: center;
	color: #CCCCCC;
	font-size: 20px;
}
.qzyx-tag{
	width: auto;
	height: 30px;
	line-height: 30px;
	background: #F7f7f7;
	border: 1px solid #F1F1F1;
	text-align: center;
	color: #666666;
	position: relative;
	padding: 0 20px;
}
.qzyx-tag-edit{
	padding-right: 30px;
}
.qzyx-inline{
	width: auto;
	margin: 0 5px 10px 0;
	display: inline-block;
	position: relative;
}
.qzyx-tag span{
	position: absolute;
	right: 4px;
	top: 8px;
}
.qzyx-tag-edit:hover{
	background: #f9f9f9;
	border-color: #E7E7E7;
}
.qzyx-tag-edit:hover span{
	color: #CF3F2C;
	font-weight: bold;
}
.btn-add{
	background: rgb(47,64,86);
	margin-bottom: 5px;
	width: 98px;
}
p.tag-num{
	display: inline-block;
	margin-left: 10px;
	color: #999999;
}
p.tag-num span{
	color: #BA2A17;
}
.img-inline{
	width: 200px;
	height: 150px;
	display: inline-block;
	margin: 0 10px 10px 0;
	position: relative;
}
.img-inline span{
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	position: absolute;
	top: 0px;
	right: 0px;
	background: rgba(0,0,0,0.8);
	color: #FFFFFF;
	z-index: 99;
}
.img-inline span:hover{
	background: #CF3F2C;
}
.img-inline img{
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.img-inline img:hover{
	opacity: 0.8;
}

.cen-con-tit a.resume-set{
	font-size: 14px;
	float: right;
	color: #BA2A17;
}
.cen-con-tit a.resume-set:hover{
	color: #CF3F2C;
}
.list-block ul{
	margin-top: 10px;
}
.list-block li{
	height: 40px;
    line-height: 40px;
    padding-left: 20px;
    border-bottom: 1px dashed #CCCCCC;
    display: block;
    margin: 0 0 5px 0;
}
.list-block p.resume-list{
	width: 340px;
	display: inline-block;
}
.list-block .rate{
	display: inline-block;
	color: #999999;
	margin-right: 60px;
}
.list-block .rate-slip{
	display: inline-block;
	width: 160px;
	position: relative;
	bottom: 14px;
	margin: 0 4px;
}
.list-block .rate-slip span{
	height: 16px;
}
.list-block .rate-slip .rate-orange{
	background: rgb(233,141,110);
	position: absolute;
	z-index: 9999;
}
.list-block .rate-slip .rate-green{
	background: rgb(112,187,142);
	position: absolute;
	z-index: 9999;
}
.list-block .rate-slip .rate-gray{
	width: 100%;
	background: #F1F1F1;
	position: absolute;
	z-index: 999;
}
.list-block .resume-act{
	margin-right: 40px;
}
.list-block .resume-act:hover{
	color: #BA2A17;
}
.list-block .resume-act:last-child{
	margin-right: 0;
	color: #999;
}
.list-block .resume-act:last-child:hover{
	color: #8C8C8C;
}
.resume-step{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: rgb(176,186,202);
	color: #FFFFFF;
	margin: 20px 0;
	padding: 0 20px;
	box-sizing: border-box;
}
.modle-block,.see-block{
	display: block;
	width: 100%;
	padding-bottom: 40px;
	margin: 40px 0;
}
ul.resume-modle{
	display: flex;
	width: 100%;
}
ul.resume-modle li{
	height: 140px;
	width: 100px;
	text-align: center;
	flex: 1;
}
ul.resume-modle li img{
	width: 100px;
	height: 140px;
	border: 1px solid #F1F1F1;
	margin-bottom: 8px;
}
.modle-block .layui-form-radio>i:hover, 
.modle-block .layui-form-radioed>i,
.see-block .layui-form-radio>i:hover, 
.see-block .layui-form-radioed>i{
	color: #BA2A17;
}
ul.see-block{
	display: flex;
	padding: 0 20px;
	box-sizing: border-box;
}
.see-block li{
	flex: 1;
}
.btn-block{
	width: 100%;
	text-align: center;
	margin: 40px 0;
}
.btn-block button{
	width: 120px;
}
button.btn-resume{
	background: rgb(47,64,86);
}
button.btn-resume-primary,
button.btn-resume-primary:hover{
	background: #FFFFFF;
	color: rgb(47,64,86);
	border: 1px solid rgb(47,64,86)
}
button.btn-resume-primary:hover{
	opacity: 0.8;
}
p.rec-tips{
	margin-top: 40px;
	color: #999999;
}
/*就业去向管理*/
.employ-second-tit{
	width: 100%;
	display: block;
	border-bottom: 1px solid #E4E4E4;
}
.employ-second-tit ul{
	display: flex;
	padding: 10px 0;
}
.employ-second-tit li{
	text-align: center;
	flex: 1;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	border-right: 1px solid #E4E4E4;
	cursor: pointer;
}
.employ-second-tit li span{
	color: #D43F3A;
	font-weight: bold;
	padding: 0 4px;
}
.employ-second-tit li.on,
.employ-second-tit li:hover{
	color: #BA2A17;
}
.employ-second-tit li:last-child{
	border-right: none;
}
p.employ-tips{
	text-align: center;
	font-size: 20px;
	color: #CCCCCC;
	height: auto;
	line-height: 30px;
	margin: 40px 20px;
}
p.content-location{
	height: 20px;
	line-height: 20px;
	margin: 20px 20px 10px 20px;
	color: #999999;
}
p.content-location span{
	color: #007AFF;
	cursor: pointer;
}
p.content-location span:hover{
	opacity: 0.8;
	text-decoration: underline;
}
p.date-tips{
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	background: #f1f1f1;
	color: #666;
}
p.employ-tips i{
	font-size: 50px;
	color: #5CB85C;
}
p.date-tips a{
	color: #007AFF;
}
p.employ-state{
	margin: 20px 0;
}
p.employ-state span{
	margin-right: 10px;
	padding: 0 4px;
	text-align: center;
	color: #FFFFFF;
	display: inline-block;
	border-radius: 2px;
}
p.employ-state span.state-green{
	background: #5CB85C;
}
p.employ-state span.state-orange{
	background: #EB9316;
}
p.employ-state span.state-red{
	background: #CF3F2C;
}
p.employ-state a{
	float: right;
	color: #BA2A17;
}
.employ-step{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f3f8ff;
	display: flex;
	color: #666;
}
.employ-step1,
.employ-step2,
.employ-step3{
	width: 33.33%;
	flex: 1;
	text-align: center;
	position: relative;
}
.employ-step1{
	background: #ddeafb;
}
.employ-step2{
	background: #E7F0FC;
}
.employ-step1:after,
.employ-step2:after,
.employ-step .on:after{
	content: "";
    position: absolute;
    left: 100%;
    top: 0px;
    width: 0;
    height: 0;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
}
.employ-step1:after{
	border-left: 30px solid #ddeafb;
	z-index: 999;
}
.employ-step2:after{
	border-left: 30px solid #E7F0FC;
	z-index: 99;
}
.employ-step .on:after{
	border-left: 30px solid #86a4cc;
}
.employ-step .on{
	color: #ffffff;
	background: #86a4cc;
}
.employ-step3:after{
	border-left: transparent!important;
}
#employ-form-log-1 .layui-form-label,
#employ-form-log-2 .layui-form-label{
	width: 140px;
}
.second-content .layui-form-label{
	color: #666666;
}
.btn-block .layui-btn-primary:hover{
	border-color: rgb(47,64,86);
}
#employ-preview tr:nth-child(odd){
	background: #f7f7f7;
}
.list-block span{
	color: #999;
}

/*单位中心*/
.cor-job-table td{
	text-align: center;
}
.center-content table.cor-job-table button{
	margin-right: 0;
}
.center-content table button.job-btn-border{
	border: 1px solid rgb(47,64,86);
}
.cen-con-tit a.cor-job-set{
	font-size: 14px;
	color: #ffffff;
    background: #BA2A17;
    padding: 4px 8px;
    border-radius: 2px;
    float: right;
}
ul.create-inline{
	float: left;
	display: inline-flex;
	width: 720px;
	padding: 0 10px;
	margin-left: 26px;
}
ul.create-inline li{
	width: 30%;
	display: inline-block;
}
ul.create-inline li .layui-form-radio>i:hover, 
ul.create-inline li .layui-form-radioed>i{
	color: #BA2A17;
}
.recruit-post{
	clear: both;
    display: block;
    margin-left: 110px;
	margin-bottom: 10px;
}
.up-inline span.img-text{
	width: 100%;
}
.up-inline button,
.up-inline button:hover{
	border-color: rgb(47,64,86);
	color: rgb(47,64,86);
	background: #FFFFFF;
}
.up-inline button.up,
.up-inline button.up:hover{
	background: rgb(47,64,86);
	color: #FFFFFF
}
.cor-job-table tr.passed,
.cor-job-table tr.passed a{
	background: #F7F7F7;
	color: #999;
}
table.cor-intervew td{
	color: #333333!important;
	text-align: center;
}
table.cor-intervew td a{
	text-decoration: underline;
}
table.cor-intervew i{
	display: inline-block;
	margin-right: 4px;
}
table.cor-intervew i.layui-icon-ok-circle{
	color: #5FB878 ;
}
table.cor-intervew tr.disabled,
table.cor-intervew tr.disabled td{
	background: #FFFFFF;
	color: #999999!important;
	font-weight: normal;
}
table.cor-table{
	display: table;
}
table.cor-table tr{
	display: table-row;
}
table.cor-table td{
	display: table-cell;
}
table.cor-table tr td:first-child{
	text-align: right;
}
table.cor-table tr td:nth-child(3n){
	text-align: center;
}
table.cor-post td,
table.cor-post td:first-child, 
table.cor-post td:nth-child(3n), 
table.cor-post td:nth-child(4n){
	text-align: center;
	color: #333333;
}
table.cor-post td i{
	display: inline-block;
	margin-right: 4px;
	cursor: initial;
}
table.cor-post td i.layui-icon-ok-circle{
	color: #5FB878;
}
table.cor-post td i.layui-icon-face-cry{
	color: #CF3F2C;
}
table.cor-post td a,
table.cor-post td a:hover,
table.cor-intervew td a,
table.cor-intervew td a:hover{
	text-decoration: underline;
	color: #19B6DE;
}
table.cor-post td a:hover{
	opacity: 0.8;
}
.cor-post-form .layui-input-inline{
	width: 24.5%;
}
table.cor-booking-table td{
	text-align: center;
}



#job-infor,
#se-con-02,
#select-infor,
#speaking-infor,
/*#message-infor,*/
#set-infor,
#feedback-infor,
#stu-gxhxx,
#infor-set,
#resume-infor,
#rec-form,
#employ-set,
#employ-form-empty,
#employ-form-log-1,
#employ-form-log-2,
#employ-form-log-3,
/*#employ-preview,*/
#employ-draft-list,
#employ-form-act,
#favorite,
#online-interview,
#user-infor,
#recruit-infor,
#students-infor,
#online-post,
#booking{
	display: none;
}
