*{font-family: "Microsoft Yahei", "SimSun", Arial, Helvetica, sans-serif;}
/*设置placeholder的属性*/
input:-moz-placeholder,   
textarea:-moz-placeholder {   
    color: #999;
}   
  
input:-ms-input-placeholder,   
textarea:-ms-input-placeholder {   
    color: #999;   
}   
  
input::-webkit-input-placeholder,   
textarea::-webkit-input-placeholder {   
    color: #999; 
} 

.wrap {
	background: #EFF4FA;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.container {
	margin: 0 auto;
	width: 1200px;
}

.ov_h {
	overflow: hidden;
}
.redTxt{
	color: #E91010;
}

.pd_t_20 {
	padding-top: 20px;
}

.pd_b_75 {
	padding-bottom: 75px;
}

.blueBg {
	background: #EFF4FA;
}

.commonHead {
	height: 80px;
	background: #fff;
}

.commonHead .container {
	height: 80px;
}

.logo {
	float: left;
	padding:17px 10px 17px 0;
}
.logo a{
	display: block;
}
.logo img {
	display: block;
	/*width: 46px;*/
}

.nav_l {
	float: left;
	height: 80px;
	line-height: 80px;
}

.nav_l_item {
	float: left;
	padding-left: 40px;
	font-family: MicrosoftYaHei;
	font-size: 16px;
	color: #2C3E4D;
}

.nav_l_item:hover,
.nav_l_item.nav_active {
	color: #1A92ED;
	text-decoration: none;
}

.nav_r {
	float: right;
	height: 80px;
	line-height: 80px;
}

.goSearch {
	float: left;
	margin: 30px 40px;
	cursor: pointer;
}

.helloBox {
	float: left;
	padding-left: 30px;
	font-family: MicrosoftYaHei;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.hello {
	color: #2C3E4D;
    min-width: 140px;
    text-align: center;
    display: block;
}

.userOperate {
	position: absolute;
	width: 140px;
	background: #FFFFFF;
	box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.2);
	text-align: center;
	z-index: 6;
	top: 65px;
	right: 0;
	display: none;
}
.triangleArrow{
	position: absolute;	
	left: 0;
	right: 0;
	top: -10px;
	margin: 0 auto;
	width: 12px;
	height: 11px;
	background: url(../images/triangleArrow.png);
}
.userOperate a {
	display: block;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-size: 14px;
	color: #2C3E4D;
	border-bottom: 1px solid #E9E9E9;
}


.userOperate a:hover {
	font-size: 14px;
	color: #1A92ED;
	text-decoration: none;
}

.link_changePwd {
	border: 1px solid #E9E9E9;
}

.hello:hover {
	font-size: 14px;
	color: #1A92ED;
	text-decoration: none;
}

/*公共底部*/
.homefilm-main{
	clear: both;
	padding-bottom: 75px;
}


.commonFooterBox {
	opacity: 0.94;
	 filter:alpha(opacity=94);
	background: #07111A;
	height: 300px;
	color: #fff;
	padding-top: 34px;
	background: url(../images/BottomBackground.png) no-repeat center;
    background-size: cover;
}

.commonFooter {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

.cf_title {
	font-size: 18px;
	padding-bottom: 40px;
}

.cf_item {
	overflow: hidden;
    padding-bottom: 30px;
    display: block;
    color: #fff;
}
.cf_item:hover{
   color:#1A92ED;
}

.cf_item i {
	float: left;
}

.cf_item p {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: normal;
}

.cf_l,
.cf_m,
.cf_r {
	float: left;
	overflow: hidden;
}

.cf_l{
	width: 162px;
	padding-right: 140px;
}

.cf_l .cf_item p {
	padding-top: 13px;
	
}

.cf_m {
	width: 260px;
	padding-right: 140px;
	float: right;
}

.cf_m .cf_item {
	float: left;
	padding-right: 30px;
	width: 100px;
}
.cf_r{
	width: 290px;
	display: none;
}
.cf_r .cf_item {
	float: left;
	width: 112px;
	padding-right: 60px;
}

.cf_r .noPadding {
	padding: 0;
}
.cf_r .cf_item p{
	width: 100%;	
	width: 112px;
}
.cf_r .ewm {
	display: block;
	margin: 0 auto;
}

.cf_r .cf_item p {
	float: none;
	padding: 10px 0;
}

.copyRight {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #2C3E4D;
	text-align: center;
}


/*弹出层公用*/

.alertCommonHead {
	border-bottom: 1px solid #E9E9E9;
	position: relative;
}

.alertCommonHead h2 {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	color: #2C3E4D;
}

.alertCommonCon {
	padding-top: 30px; padding-left: 15px; padding-right: 15px;
}

.icon-Close {
	position: absolute;
	right: 0;
	top: 15px;
}


/*公共表单组件*/

.control_group {
	padding-bottom: 20px;
	overflow: hidden;
}

.cg_label {
	float: left;
	width: 84px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #2C3E4D;
}

.controls {
	overflow: hidden;
	position: relative;
}

.controls input,
.controls select {
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #EFF4FA;
}

.grayTxt {
	color: #939BA9;
}

.blueTxt {
	color: #1A92ED;
}

.blueBtn {
	background: #1A92ED;
	cursor: pointer;
	display: block;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	width: 160px;
	text-align: center;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	font-size: 14px;
}


/*自定义复选框样式开始*/

input[type=checkbox] {
	visibility: hidden;
	visibility: visible\9;
	width: 16px;
	height: 16px;
	padding: 0;
	line-height: 0;
}

.checkBox {
	position: relative;
}

.checkBox label {
	cursor: pointer;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	background: url(../images/choose_no.png) no-repeat 0 0;
	display: none\9;
}

.checkBox input[type=checkbox]:checked+label,
label.yes {
	background: url(../images/choose_yes.png) no-repeat 0 0;
}


/*自定义复选框样式结束*/


/*弹框遮罩层样式*/
/*
.mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: #000;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	 filter:alpha(opacity=50);
	opacity: 0.5;
}*/
.commonAlertWrap{
	display: none;
    padding: 50px 0 10px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background:rgba(0,0,0,0.5);
    overflow: auto;
}
.commonAlertBox {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
	z-index: 999;
	background: #fff;
	
}
.fixed_container{
	position: fixed;
    width: 1200px;
    top: 0;
    left: 50%;
    margin-left: -600px;
    z-index: -1;
}

/*查看职位详情弹框*/

.alertCommonBtn_confirm {
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	background: #1A92ED;
	font-size: 14px;
	cursor: pointer;
	color: #FFFFFF;
	margin: 0 auto;
}


/*自定义下拉框样式*/

.dropArrow {
	position: absolute;
	right: 15px;
	top: 16px;
	width: 16px;
	height: 16px;
	background: url(../images/DropDownArrow.png);
	cursor: pointer;
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	background: #EFF4FA;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	font-size: 14px;
	color: #2C3E4D;
	height: 50px;
	line-height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100px;
}

.select2-container--default .select2-selection--single {
	border: none;
	border-radius: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: absolute;
	top: 15px;
	right: 16px;
	width: 16px;
	height: 16px;
	background: url(../images/DropDownArrow.png);
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	visibility: hidden;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #EFF4FA;
	color: #2C3E4D;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	/*background-color: #1A92ED;*/
	color: #2C3E4D;
}

.select2-container--default .select2-selection--single.border_red {
	border: 1px solid #FF5858;
}


/*滚动条自定义样式*/

.industryBox::-webkit-scrollbar {
	width: 8px;
	position: absolute;
	z-index: 999;
}

.industryBox::-webkit-scrollbar-thumb {
	background: #1A92ED;
	border-radius: 4px;
}

.industryBox::-webkit-scrollbar-thumb:hover {
	background-color: #5CABEC;
}

.industryBox::-webkit-scrollbar-thumb:active {
	background-color: royalblue;
}


/*修改密码*/

#changePwd {
	padding: 0 30px;
	width: 540px;
	height: 432px;
}

#changePwd .control_group {
	padding-bottom: 20px;
	overflow: hidden;
}

#changePwd .control_group span {
	float: left;
	height: 50px;
	line-height: 50px;
	width: 68px;
}

#changePwd .control_input {
	width: 290px;
	float: left;
}

#changePwd .tip {
	font-size: 14px;
	color: #FF5858;
	padding: 10px 0 0 68px;
}

/*修改密码弹框*/
#changePwd .loginIcon {
	width: 20px;
	height: 20px;
	margin: 15px;
	float: left;
}
#changePwd .control_input {
	float: left;
	width: 240px;
	height: 50px;
	line-height: 50px;
	border: none;
}

#changePwd .tip {
	font-size: 14px;
	color: #FF5858;
	padding: 10px 0 0 15px;
	display: none;
}
/*点击弹出搜索框*/

#searchAlert {
	width: 100%;
	height: 80px;
	position: absolute;
	top: 0;
	z-index: 999;
	background: #fff;
	display: none;
}

#searchAlert .container {
	overflow: hidden;
	height: 80px;
}

#searchAlert .link_index {
	float: left;
	padding-top: 17px;
	padding-right: 50px;
}

.link_index img {
	display: block;
	/*width: 46px;*/
}

.searchInputBox {
	position: relative;
	float: left;
	margin-top: 17px;
	width: 880px;
}

.searchInputBox .closeSearch {
	position: absolute;
	top: 10px;
	right: 15px;
	cursor: pointer;
	color: #999;
	font-size: 14px;
}

#searchAlert .searchInput {
	width: 860px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1A92ED;
}

.searchInput:focus {
	border: 1px solid #1A92ED;
}

#searchAlert .searchBtn {
	cursor: pointer;
	float: right;
	margin-top: 17px;
	width: 90px;
	color: #fff;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	background: #1A92ED;
	border-radius: 5px;
	position: relative;
}

#searchAlert .icon-Search2 {
	float: left;
	margin: 8px 2px 0 15px;
}

#searchAlert .sb_txt {
	float: left;
}


/*搜索结果*/

.search_result {
	margin-top: 20px;
	line-height: 50px;
	height: 50px;
	padding-left: 20px;
	background: #fff;
	font-size: 14px;
	color: #939BA9;
}

.search_words {
	color: #2C3E4D;
}

.noSearchResult {
	padding: 50px;
}

.noSearchResult img {
	display: block;
	margin: 0 auto;
	width: 122px;
}

.noSearchResult p {
	font-size: 16px;
	color: #939BA9;
	text-align: center;
}

#offAlert_detail,#offAlert_on_detail{
	height: 224px;
}
#delAlert_detail{
	height: 224px;
}

/*编辑弹框*/

.editAlert {
	width: 310px;
	height: 224px;
}

.editAlert .alertCommonHead h2 {
	font-size: 14px;
	color: #939BA9;
}

.alertCommonBtn {
	overflow: hidden;
	padding: 40px 0;
}

.editAlert .alertCommonCon {
	text-align: center;
	font-size: 16px;
	color: #2C3E4D;
}

.editAlert .alertCommonBtn {
	padding: 30px 20px;
}

.editAlert .alertCommonBtn button {
	border-radius: 3px;
	width: 130px;
	height: 50px;
	line-height: 50px;
	float: left;
	cursor: pointer;
	font-size: 14px;
	color: #FFFFFF;
}

.editAlert .alertCommonBtn_cancle {
	background: #C6CCD6;
	margin-right: 10px;
}

.editAlert .alertCommonBtn_confirm {
	background: #1A92ED;
	float: left;
}


/*查看简历*/

/*小区域内滚动
#seeResume {
	display: none;
	width: 840px;
	height: 500px;
	padding: 30px;
	background: #fff;
}

.resumeDetailBox{
	height: 500px;
	overflow-y: auto;
}
.resumeDetailBox::-webkit-scrollbar {
	width: 8px;
	position: absolute;
	z-index: 999;
}

.resumeDetailBox::-webkit-scrollbar-thumb {
	background: #1A92ED;
	border-radius: 4px;
}

.resumeDetailBox::-webkit-scrollbar-thumb:hover {
	background-color: #5CABEC;
}

.resumeDetailBox::-webkit-scrollbar-thumb:active {
	background-color: royalblue;
}

*/

#seeResume {
	display: none;
	background: none;
	padding:100px 0 10px;
	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99994;
    overflow: auto;
}

#seeResume .icon-Close2{
   position: absolute;
    right:70px;
    top: 40px;
    cursor: pointer;
    z-index: 99995;
}
.resumeDetailBox{
	width: 840px;
	padding: 30px;
	margin: 0 auto;
	overflow-y: auto;
	background: #fff;
}


/****/

.resumeHeader {
	overflow: hidden;
}

.resume_picBox {
	width: 140px;
	height: 140px;
	overflow: hidden;
	padding-right: 30px;
	float: left;
}

.resume_pic {
	width: 100%;
}

.resume_baseInfo {
	float: left;
	font-size: 14px;
	color: #2C3E4D;
	letter-spacing: 0px;
}

.baseInfo_row {
	overflow: hidden;
	padding-bottom: 20px;
}

.resume_name {
	font-size: 16px;
	color: #2C3E4D;
	font-weight: bold;
	padding-right: 15px;
	float: left;
}

.state {
	font-size: 12px;
	color: #178FF2;
	padding: 2px 0;
	width: 70px;
	text-align: center;
	border: 1px solid #178FF2;
	border-radius: 10px;
	float: left;
}

.baseInfo_tel,
.baseInfo_email {
	padding-top: 10px;
	float: left;
	overflow: hidden;
}

.baseInfo_tel p,
.baseInfo_email p {
	padding: 4px 20px 4px 4px;
	float: left;
}

.resumeCell {
	padding-top: 20px;
}

.rc_title {
	padding: 20px 0;
	overflow: hidden;
	border-bottom: 1px solid #E9E9E9;
}

.rc_title h3 {
	float: left;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	font-size: 16px;
	color: #2C3E4D;
}

.rc_con {
	font-size: 14px;
	line-height: 26px;
	padding-top: 30px;
}

.rc_con dt {
	padding-bottom: 10px;
	color: #2C3E4D;
}

.rc_con dd {
	color: #939BA9;
	padding-bottom: 10px;
}

.rc_con .rc_time {
	color: #939BA9;
	padding-left: 15px;
}

.jobIntention dl {
	overflow: hidden;
	padding-bottom: 15px;
}

.jobIntention dt {
	float: left;
	padding-right: 20px;
}

.jobIntention dd {
	float: left;
}

.commonCircleBox {
	position: relative;
}

.circle {
	width: 10px;
	height: 26px;
	background: url(../images/circleBar2.png) no-repeat 0 0;
	position: absolute;
	left: -4px;
	top: 0;
}

.rc_con .commonCircleBox:first-child .circle {
	background: url(../images/circleBar1.png) no-repeat 0 0;
}

.commonCircleBox dl {
	padding-left: 10px;
	padding-top: 20px;
	border-left: 2px solid #E9EFF8;
}

.commonCircleBox .dt {
	padding-bottom: 10px;
}

.icon-Close2 {
	position: absolute;
	right: -60px;
    top: -50px;
}


/*邀请面试弹出层*/
.select2-selection__placeholder{
	color: #999;
}
#inviteInterview_detail{
	background: #fff;
	width: 540px;
	height: 644px;
	padding: 0 30px 20px; overflow-y: auto;
}
#inviteInterview .cg_label{
	width: 80px;
}
#inviteInterview .controls{
	width: 460px;
	overflow: hidden;
}
#inviteInterview .controls p {
	height: 50px;
	line-height: 50px;
}
#inviteInterview .controls_inner{
	margin-right: 23px;
}
#inviteInterview select{
	width: 460px;
}
#inviteInterview .controls_inner.mg_0 {
	margin: 0;
}
#inviteInterview .province_select,#inviteInterview .city_select,#inviteInterview .area_select{
	width: 138px;
}
#inviteInterview .select2-selection__rendered{
	padding: 0;
}
#inviteInterview .control_input {
	width: 430px;
}
#inviteInterview .times {
		cursor: pointer;
	}
.icon-Selected {
	float: left;
	margin-top: 15px;
}

.invitedPerson {
	float: left;
	padding-right: 20px;
}

.invite_name {
	float: left;
	padding-left: 5px;
}
#inviteInterview .invite_input_addr,
#inviteInterview .invite_textarea_tip {
	width: 430px;
}

.invite_textarea_tip {
	background: #EFF4FA;
	resize: none;
	overflow: auto;
	padding: 10px 15px;
}

.invite_input_addr {
	margin-top: 10px;
}

.icon-Close {
	position: absolute;
	right: 0;
	top: 15px;
}

.controls_inner {
	position: relative;
	float: left;
	margin-right: 20px;
}



#inviteInterview .checkBox input {
	width: auto;
}

.controls_time {
	width: 456px;
}

.controls_time #interviewTime_input {
	width: 100%;
}
.interviewJob{
	width: 450px;
}
#inviteInterview .invite_input_contact {
    width: 100px;
    float: left;
    }
#inviteInterview .invite_input_tel{
	width: 288px;
    margin-left: 12px;
    float: left;
}
.saveTip{
	overflow: hidden;
}
.saveTip .checkBox{
	float: left;
}
.saveTip span{
	float: left;
	color: #333;
    font-size: 12px;
}
.contact_inputBox,.contact_selectBox{
	overflow: hidden;
}
.contact_inputBox{
	display: none;
}
.contactWrap{
	overflow: hidden;
	float: left;
}
.save_defaultBox,.save_contactBox{
	overflow: hidden;
	padding-top: 10px;
}
.save_defaultBox{
	float: right;
	margin-left: 20px;
}
.save_contactBox{
	float: right;
}
.save_defaultBox .checkBox{
	margin: 2px 5px 0 0; 
}
.save_contactBox .checkBox{
	margin: 2px 5px 0 0;
}
.invite_select_contact{
	width: 456px;
}
.inputShow{
	padding-top: 10px;
}
.selectShow{
	overflow: hidden;
	float: right;
	padding-top: 10px;
    margin: 0 10px;
}
.inputShow a,.selectShow a,.save_contactBox a{
	color: #333;
    font-size: 12px;
	float: right;
	cursor: pointer;
	text-decoration: none;
	
}
.inputShow a:hover,.selectShow a:hover,.save_contactBox a:hover{
	text-decoration: underline;
}
.contact_selectBox .select2-container .select2-selection--single .select2-selection__rendered{
	width: 170px;
}
/*邀请面试结束*
 /*分页样式代码*/

.pageBox {
	text-align: center;
	color: #ccc;
	width: 100%;
	padding: 20px 0;
	background: #fff;
	font-size: 12px;
}
.type-page-box{
	font-size: 12px;
}
.pageBox a {
	display: inline-block;
	color: #000000;
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	border: 1px solid #E1E7F0;
	margin: 0 5px;
	border-radius: 4px;
	vertical-align: middle;
}

.pageBox a:hover {
	text-decoration: none;
	border: 1px solid #1A92ED;
	color: #1A92ED;
}

.pageBox span.current {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	margin: 0 5px;
	color: #fff;
	background-color: #1A92ED;
	border: 1px solid #E1E7F0;
	border-radius: 4px;
	vertical-align: middle;
}

.pageBox span.disabled {
	display: inline-block;
	height: 34px;
	line-height: 34px;
	padding: 0 15px;
	margin: 0 5px;
	color: #bfbfbf;
	background: #fff;
	border: 1px solid #E1E7F0;
	border-radius: 4px;
	vertical-align: middle;
}


/*分页结束*/


/*职位管理相关图标精灵图代码*/

.icon-JobPlace {
  background-image: url(../images/spritePosition.png);
  background-position: 0px 0px;
  width: 16px;
  height: 16px;
}
.icon-NatureWork {
  background-image: url(../images/spritePosition.png);
  background-position: -20px 0px;
  width: 16px;
  height: 16px;
}
.icon-RecordSchooling {
  background-image: url(../images/spritePosition.png);
  background-position: 0px -20px;
  width: 16px;
  height: 16px;
}
.icon-WorkExperience {
  background-image: url(../images/spritePosition.png);
  background-position: -20px -20px;
  width: 16px;
  height: 16px;
}
/*职位管理相关图标精灵图代码结束*/

/*企业信息页面公共样式*/
.center_commonLeft{
	float: left;
    margin-right: 20px;
    width: 285px;
}
.center_commonRight{
    float: left;
    width: 895px;
}
.tab_itemBox {
  font-size: 14px;
  color: #2C3E4D;
  padding: 30px 30px 0 10px;
  background: #fff;
  overflow: hidden;
}
.tab_item,.tab_item:hover{
  padding-left: 16px;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  display: block;
  color: #2C3E4D;
  text-decoration: none;
}
.tab_item .icon-BlueArrowRight {
  position: absolute;
  right: 5px;
  opacity: 0;
}
.tab_item.active {
  border-left: 4px solid #1A92ED;
}
.tab_item.active .icon-BlueArrowRight {
    position: absolute;
    top: 3px;
    right: 5px;
    opacity: 1;
}

/*简历详情,职位详情*/
.commonDetail_left{
	    float: left;
    margin-right: 20px;
    width: 895px;
    min-height: 640px;
    
}
.commonDetail_right{
	    float: left;
    width: 285px;
}
.commonDetail_stateBox{
	background: #fff;
	margin-bottom: 20px;
	display: none;
}
.commonDetail_title{
	    font-size: 16px;
    color: #2C3E4D;
    border-bottom: 1px solid #D8D8D8;
       font-weight: normal;
       padding: 15px;
       text-align: center;
}
.commonDetail_state{
	padding: 15px;
	text-align: center;
	font-size: 14px;
}
.doBox{
	width: 285px;
	background: #fff;
	position: fixed;
	top: 100px;
	z-index: 5;
}
.doBox.fixed{
	top: 0;
}
.doBox .talent_operation {
	overflow: hidden;
	padding: 15px;
	text-align: center;
	float: none;
}

.doBox .talent_operation li {
	display: inline-block;
	cursor: pointer;
	width: 30%;
	text-align: center;
	float: none;
    margin-left: 0;
}
.doBox i{
	display: block;
	margin: 0 auto;
}
.doBox .talent_operation li p{
	padding-top: 10px;
	font-size: 12px;
}

/*简历*/
.talentCell .talent_name,.jobCell .job_name{
	cursor: pointer;
}
.talentCell:hover,.jobCell:hover{
	box-shadow: 0 3px 11px rgba(0,0,0,.2);
	transform: translateY(-2px);
    -webkit-transform: translateY(-2px);
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}  
.talentCell .talent_name:hover,.jobCell .job_name:hover{
	text-decoration: underline;
}
.talentCell .talent_pic{
	cursor: pointer;
}
/*去掉黄色底*/
input:-webkit-autofill {-webkit-box-shadow: 0 0 0 1000px #EFF4FA inset !important;}