.job-text{
	line-height: 30px;
}
.job-nav{
	margin-top: 30px;
}
.job-nav>a{
	margin-right: 20px;
	font-size: 18px;
	color: #014f6d;
}
.job-nav>a:hover,.job-nav>a.active{
	color: #e14b4a;
}
.job-item{
	margin-top: 40px;
}
.job-item .tit{
	font-size: 20px;
	font-weight: bold;
}
.job-item .ms{
	margin: 15px 0 0 15px;
}
.job-item .ms .p1{
	font-size: 18px;
}
.job-abtn{
	margin-top: 20px;
	text-align: center;
}
.job-abtn>a{
	padding: 15px 50px;
    background-color: #014f6d;
    border: 0;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
}
.job-tip{
	margin-top: 50px;
    color: #e14b4a;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
}
ul.job-list{
	margin: 15px 0 0 35px;
	width: 90%;
}
ul.job-list li{
	list-style: decimal outside;
	padding-left: 10px;
	line-height: 28px;
}

.job-apply-box{

}
.job-apply-box .top{
	overflow: hidden;
}
.job-apply-box .top .item{
	float: left;
	width: 33.3%;
}
.job-apply-box .item span{
	display: inline-block;
}
.job-apply-box .item span input[type="text"]{
	border-radius: 5px;
	border: 1px solid #999;
	height: 40px;
	line-height: 40px;
	width: 175px;
	padding-left: 10px;
}
.job-apply-box .tables{
	margin-top: 20px;
}
.job-apply-box table{
	width: 100%;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	font-size: 14px;
}
.job-apply-box table td{
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	height: 40px;
	text-align: center;
}
.job-apply-box table td.tit{
	font-weight: bold;
	font-size: 16px;
}
.job-apply-box table td .opt{
	display: inline-block;
	margin-right: 10px;
}
.job-apply-box table input[type="text"]{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	color: #014f6d;
}
.job-apply-box .tip{
	color: red;
	margin-top: 15px;
}
.job-apply-box .edit-time{
	text-align: right;
}
.job-apply-box .edit-time .item{
	display: inline-block;
}
.job-apply-box .edit-time .item span{

}
.job-btn{
	text-align: center;
	margin-top: 20px;
}