.job_wrap {
    background: #fbfafa;
    overflow: hidden;
	font-family: "微软雅黑" ;
}

.job-con {
    width: 80%;
	height:100%;
    background: #fff;
    margin:140px auto 0 auto;
    overflow: hidden;
	margin-top:150px;
}

.job-con .title {
    width: 1202px;
    height: 118px;
  
}

.join-us-text {
    margin: 36px 0 70px 36px;
}

.join-us-text p { 
    font-size: 24px;
    font-weight: normal;
    color: #333;
}

.join-us-text p .email {
    color: #006da5;
}

.job-con h3 {
    font-size: 30px;
    color: #4ab8e5;
    font-weight: normal;
    margin-left: 36px;
}

.join-text {
    margin: 24px 0 60px 36px;
}

.join-text p {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    color: #333;
	text-indent:2em;
}

.job-con .left-nav {
	display:none;
    width: 250px;
	position:fixed;
	top:2em;
}

.job-con .trangle-icon {
    width: 58px;
    height: 59px;
    display: inline-block;
    background: url(404.png) no-repeat;
}

.job-con .left-nav .job-title {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 24px 58px;
}

.job-con .left-nav ul {
    margin: 0 0 42px 58px;
}

.job-con .left-nav ul li {
    margin-bottom: 17px;
}

.job-con .left-nav ul li a {
    font-size: 18px;
    color: #333;
}

.job-con .left-nav ul li a.curr {
    color: #006da5;
}

.job-con .detail {
    padding: 15px 0 120px 40px;
    min-height: 1774px;
    border-left: 1px dashed #d3d3d3;
}

.job-con .detail .job-detail-title {
    font-size: 30px;
    color: #006da5;
    font-weight: normal;
    margin: 60px 0 18px 0;
}

.job-con .detail .job-description-title {
    font-size: 20px;
	color: #444;
	font-weight:bold;
	margin-bottom:15px;
	text-indent:2em;
}

.job-con .detail .job-description-text {
	padding-left:2em;
    font-size: 15px;
    color: #333;
    margin-bottom:10px;
	text-indent:2em;
}

.job-con .detail .email {
    font-size: 30px;
    color: #006da5;
    margin-top: 56px;
}


.job-con ul li a:hover{
	color:#006da5;}