table.job-list{
	position: relative;
	float: left;
	width: 72%;
}
.job-list tr{
	width: 100%;
	cursor: pointer;
}
.job-list td{
	width: 25%;
	text-align: center;
	font-size: 16px;
	line-height: 2.4em;
}
.job-list tr:nth-child(4n){
	background: #eee;
}
.job-list .title{
	color: #fff;
	background: #0066cc !important;
	
}
.job-list .detail{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	cursor: default;
	display: none;
}
.job-list tr:nth-of-type(3){
	display: table-row;
}
.job-list .detail td{
	width: 100% !important;
	padding: 2em 3em;
	text-align: left;
	font-size: 14px;
}
.job-list .detail a{
	display: inline-block;
	font-size: 16px;
	line-height: 2.3em;
	padding: 0 2em;
	color: #fff;
	background: #0066cc;
	border-radius: 3px;
	text-decoration: none;
	cursor: pointer;
}

.contact-info{
	position: relative;
	float: right;
	width: 25%;
	min-height: 100px;
	padding: 20px;
	margin-left: 2%;
	border: 2px solid #eee;
}
.contact-info h4{
	font-weight: bolder;
}
.contact-info img{
	margin: 1em 0;
}

.resume h1 ~ p{
	color: #666;
	margin: 0;
	line-height: 1.6em;
}
.resume-info{
	position: relative;
	width: 100%;
	margin: 2em 0;
	overflow: hidden;
}
.resume-info li{
	position: relative;
	float: left;
	display: block;
	width: 47.5%;
	min-height: 1em;
	padding: 0.5em 2em;
	margin: .8em 0;
	line-height: 2em;
	background: #f8f8f8;
}
.resume-info li.right{
	float: right;
}
.resume-info li input,
.resume-info li select{
	margin: 0;
	background: #f8f8f8;
}
.resume-info li label{
	color: #333;
	margin-right: 1em;
}
.resume-info li input,
.resume-info li select{
	width: 75%;
}

.resume-info li option{
	line-height: 2em;
	border: none;
}
.required:after{
	content: '*';
	position: absolute;
	width: 1em;
	height: 1em;
	top: 1em;
	right: 1em;
	color: #f00;
}

.file {
    position: relative;
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    padding: 4px 12px;
    overflow: hidden;
    color: #666;
    text-decoration: none;
    text-indent: 0;
    line-height: 20px;
}
.file input {
    position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.file:hover {
    color: #333;
    text-decoration: none;
}
#resume{
}
.resume-info .tip{
	position: relative;
	float: left;
	width: 100%;
	color: #999;
	font-size: 12px;
	clear: both;
}
#resume-submit{
	display: block;
	position: relative;
	margin: auto;
	font-size: 18px;
	line-height: 2em;
	color: #fff;
	padding: 0 2em;
	margin-top: 2em;
	background: #0066cc;
	border-radius: 3px;
}
.error-tip:after,
.success-tip:after{
	content: '*提交成功';
	position: absolute;
	left: 100%;
	top: 50%;
	width: 10em;
	height: 1em;
	line-height: 1em;
	font-size: 14px;
	text-align: left;
	text-indent: 1em;
	margin-top: -0.5em;
	color: #62b900;
}
.error-tip:after{
	content: '*提交失败';
	color: #f00;
}
