/*进度条样式*/
 #fullbg{
		background-color: Gray;
		display:none;
		z-index:3;
		position:absolute;
		left:0px;
		top:0px;
		filter:Alpha(Opacity=30);
		/* IE */
		-moz-opacity:0.4;
		/* Moz + FF */
		opacity: 0.4;
	}
	
	#dialog {
		position:absolute;
		width:530px;
		height:140px;
		background:#FFFFFF;
		border: 1px #000000 solid;
		display: none;
		z-index: 5;
	}
/*进度条样式--结束*/

/*样式省略号*/
.wrapCSS {
	width: 400px;
	height: 28px;
	line-height: 28px;
	margin: 50px 0 0 50px;
	border: 1px solid red;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.job-experience-content {
	width: 98%;
	margin: 10px auto;
}
/*表格样式 start*/
.job-table {
	table-layout: fixed;
	width: 100%;
	background-color: #fff;
}

.job-table th, .job-table td {
	height: 36px;
	line-height: 30px;
	border: 1px solid #b7d1eb;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding: 0 3px;
	font-size: 14px;
	color: #919191;
	/*word-break: break-all; 
	word-wrap:break-word;*/
}

.job-table th {
	color: #0053c5;
}

.edit-btn, .delete-btn {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: -5px;
	cursor: pointer;
}

.edit-btn {
	background: url("../img/edit.png") no-repeat center center;
}

.delete-btn {
	background: url("../img/delete.png") no-repeat center center;
}
/*表格样式 end*/
/* 新增按钮 start */
.new-box {
	background-color: #eff5fd;
	border: 1px solid #b7d1eb;
	border-top: none;
}

.new-btn {
	display: block;
	width: 100px;
	height: 44px;
	line-height: 44px;
	margin: auto;
	padding-left: 28px;
	background: url("../img/add.png") no-repeat left center;
	font-size: 16px;
	color: #024ecd;
}
/* 新增按钮 end */
body {
	background-color: #f0f6ff;
}


.wrap {
	width: 1265px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 40px;
}

.cv-left {
	float: left;
	width: 294px;
}

.person-con {
	height: 190px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	position: relative;
}

.person {
	
}

.person img {
	position: absolute;
	top: 16px;
	left: 16px;
}

.person span.photoExists {
	font-size: 19px;
    color: red;
    position: absolute;
    top: 22px;
    right: 16px;
}

.person span.name {
	font-size: 18px;
	color: #000;
	position: absolute;
	top: 60px;
	right: 16px;
}

.person span.date {
	font-size: 12px;
	color: #acabab;
	position: absolute;
	top: 100px;
	right: 16px;
}

.person-menu {
	width: 100%;
	height: 50px;
	border-top: 1px solid #d2d2d2;
	background-color: #e3eeff;
	position: absolute;
	bottom: 0;
}

.person-menu li {
	float: left;
	line-height: 50px;
	cursor: pointer;
	color: #0053c5;
}

.person-menu li:hover {
	color: #f48d00;
}

.person-menu li.person-menu-li1 {
	margin-right: 30px;
	margin-left: 10px;
}

.person-menu li.person-menu-li2 {
	margin-right: 30px;
}

.person-menu li.person-menu-li3 {
	
}

.person-menu li img {
	vertical-align: -3px;
	margin-right: 4px;
}

.person-item {
	border: 1px solid #d2d2d2;
	margin-top: 20px;
}

.person-item h4 {
	padding-left: 10px;
	font-size: 16px;
	color: #fff;
	height: 40px;
	background-color: #0053c5;
	line-height: 40px;
}

.person-item ul {
	background-color: #fff;
}

.person-item li {
	height: 40px;
	line-height: 40px;
	color: #706e6e;
	padding-left: 10px;
	cursor: pointer;
}

.person-item li#grxx {
	background-color: #fff1dd;
	color: #f48d00;
}

.person-item li:hover {
	background-color: #fff1dd;
	color: #f48d00;
}

.person-item li img {
	margin-right: 4px;
	vertical-align: -4px;
}

.textarea_style {
	position: relative;
	bottom: 30px;
}

/*教育经历*/
.cv-right {
	width: 950px;
}

.education-experience {
	width: 950px !important;
	border: 1px solid #c1d7f9;
	background-color: #e3eeff;
	display: block;
}

.education-experiences {
	width: 1250px !important;
	border: 1px solid #c1d7f9;
	background-color: #e3eeff;
	display: block;
}

.right-content-title {
	text-align: center;
	background-color: #fff;
	padding: 0 10px;
	*position: relative;
	*padding-bottom: 10px;
}

.right-content-title hr {
	border: none;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 370px;
	border-top: 1px solid #a1c0f0;
	position: relative;
	top: -4px;
	*position: absolute;
}

.right-content-title hr.title-hr1 {
	*border: none;
	*height: 0;
	*border-top: 1px solid #a1c0f0;
	*left: 10px;
	*top: 20px;
}

.right-content-title hr.title-hr2 {
	*border: none;
	*height: 0;
	*border-top: 1px solid #a1c0f0;
	*right: 10px;
	*top: 20px;
}

.right-content-title h4 {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 134px;
	height: 30px;
	line-height: 30px;
	background-color: #0054ff;
	behavior: url(../PIE.htc);
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	top: 4px;
	margin: 0 15px;
}

.education-form-wrap {
	
}

.education-form-wrap li {
	margin: 10px 0;
}

.education-form-wrap li label { 
	padding:0;
	/* border:1px solid green;*/
}

.education-form-wrap li span {
	/* border:1px solid red; */
	font-size: 16px;
	color: #909090;
	display: inline-block;
	width: 20%;
	text-align: right;
	*position: relative;
	*top: -6px;
}

.education-form-wrap li span>b {
	color: #df1818;
	margin-right: 2px;
}

.education-form-wrap li select {
	padding: 0;
	margin:0;
} 

.education-form-wrap li.study select {
	width: 27%;
	height: 26px;
	margin-left: 1px;
} 

.education-form-wrap li input {
	line-height: 26px;
}
.education-form-wrap li.study input {
	width: 27%;
	height: 26px;
	margin-left:1px;
}
.education-form-wrap li.study input[type=checkbox] {
	height: 18px; 
}
 

.education-form-wrap li.attachment input {
	width: 430px;
	height: 26px;
	margin: 0 10px;
	background-color: transparent;
}

.education-form-wrap li.study textarea { 
	margin-left: 1px;
} 


.education-form-wrap li.btn {
	display: block;
	position: relative;
	height: 30px;
}

.education-form-wrap .btn button {
	border: 0;
	font-family: "\5FAE\8F6F\96C5\9ED1", "\5B8B\4F53";
	behavior: url(/gkzp/page/PIE.htc);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	overflow: hidden;
	cursor: pointer;
}

.education-form-wrap .btn .hold {
	width: 84px;
	height: 36px;
	background-color: #f1a338;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 240px;
}

.education-form-wrap .btn #hold {
	background-color: #f1a338;
	position: absolute;
	left: 280px;
	z-index: 10;
}

.education-form-wrap .btn .new {
	width: 84px;
	height: 36px;
	background-color: #83b1f9;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: 350px;
}

.education-form-wrap .btn .delete {
	width: 80px;
	height: 20px;
	line-height: 20px;
	background-color: #ffe2e2;
	border: 1px solid #f4caca;
	color: #e91515;
	text-align: center;
	position: absolute;
	top: 16px;
	left: 520px;
}

.education-form-wrap li.btm-table {
	background-color: #fff;
	width: 98%;
	margin: 0 auto;
	margin-bottom: 14px;
	border: 1px solid #cdcdcd;
	border-bottom: transparent;
}

.education-form-wrap li.btm-table ul.ul-title li {
	color: #000;
}

.education-form-wrap li.btm-table ul {
	border-bottom: 1px solid #cdcdcd;
}

.education-form-wrap li.btm-table ul li {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #5c5c5c;
	padding: 0 6px;
	margin: 0;
	height: 36px;
	line-height: 36px;
}

.btm-li1 {
	width: 100px;
}

.btm-li1 label {
	position: relative;
	top: 1px;
	margin-right: 10px;
}

.education-form-wrap li.btm-table ul li.btm-li1-c {
	width: 72px;
	padding-left: 34px;
}

.btm-li2 {
	width: 70px;
}

.btm-li3 {
	width: 90px;
}

.btm-li4 {
	width: 90px;
}

.btm-li5 {
	width: 80px;
}

.btm-li6 {
	width: 80px;
}

.btm-li7 {
	
}

/*个人信息*/
.personal-news {
	float: left; 
	border: 1px solid #c1d7f9;
	background-color: #e3eeff;
}

.personal-news .education-form-wrap .btn .hold {
	position: static;
}

.personal-news .btn {
	text-align: center;
}
/* 备注的样式 */
.remark{
	color: red; 
	border-bottom: 1px solid #c1d7f9;
    height: auto;
    line-height: 30px;
    text-align: center;font-weight: bolder;
}
/* 伪类，没有什么用，只是为了jQuery点击事件改变样式 */
.changeStyleClass {
	
}

.myresume-footer {
	/* margin-top: 20px; */
	width: 100%;
	height: 95px;
	background-color: #1f5987;
	/*    height: 120px!important;
    bottom: -20px!important;
    position: relative; */
}