.cont {
    width: 1200px;
    overflow: hidden;
    margin: auto;
}
.about-wrap {
    padding: 40px 0 0 0;
    background: #FAFAFA;
    color: #777;
    font-size: 16px;
    padding-bottom: 50px;
}
.banner-about{height: 299px;background: #FFF url(../img/employment/banner.jpg) no-repeat center center;background-size:cover;margin-top:70px;}
.sidebar {
    width: 230px;
}
.sidebar ul li {
    position: relative;
    border-bottom: 1px solid #E5E5E5;
}
.sidebar ul li, .sidebar ul li a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.no-bor-bottom{border-bottom: 0px !important;}
.sidebar ul li.current a{
    background: #11A3e7 url(../img/employment/ey_1.png) no-repeat  55px center;
    color: #fff !important;
}
.content {
    width: 940px;
    background: #fff;
    padding:30px;
}
.content h3{
    color: #333;
    font-size: 22px;
   margin: 0 0  20px 0;
}
.search{
    position: relative;
    width: 496px;
    background-color: #fff;
    overflow: hidden;
}
.search input{
    width: 415px;
    height:42px;
    text-indent: 20px;
    border:0px;
    font-size: 14px;
    color: #333;
    border: 1px solid #ddd;
}
.search input::-webkit-input-placeholder{ font-size:14px; color: #999;}
.search input::-moz-placeholder{font-size: 14px;color: #999;}
.search input:-ms-input-placeholder{font-size: 14px;color: #999;}

.searchBtn{position: absolute;top:0px;right:0px;display: inline-block;width: 90px;height: 42px;background-color: #11a3e7;text-align: center;line-height: 42px; font-size: 16px;color: #fff;cursor: pointer;}
.searchBtn:hover{
    color: #fff;}

.jobCity{
   margin-top: 25px;
   margin-bottom: 10px;
}
.jobCity  label{
    color: #333;
    font-size: 14px;
    font-weight: normal;
}

.jobCity ul{
    display: inline-block
}
.jobCity ul li{

    float: left;
    margin-left: 30px;
    font-size: 14px;

}

.jobCity ul li a{
    display: block;
    color: #666;
    cursor: pointer;
}
.jobCityCur,.jobCity ul li a:hover{
    color: #11A3e7 !important;
}
.jobPosition{
    border-bottom: 1px solid  #e5e5e5;
    margin-bottom: 15px;
}

.jobPosition li{
    float: left;

}
.jobPosition li a{
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.jobPosition li .jobActive{
    background: #11A3e7;
    color: #fff !important;
}

.jobDetailList{
 margin-bottom: 30px;
}
.jobDetailList a{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}
.jobDetailList a:not(:last-child){margin-right: 30px;}
.jobDetailList a:hover,.jobDetailCur{
    color: #11a3e7 !important;
}
.particularTitle{
    position: relative;
    margin-bottom:25px;
}
.particularTitle span{
    display: inline-block;
    color: #1c3f4f;
    font-size: 20px;
}
.particularTitle .applyBtn{
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 10;
    width: 136px;
    height: 46px;
    background-color: #ff8417;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
}

.gist{
    margin-bottom: 23px;
} 
.gist li{
    float: left;
    width:45%;
}
.gist li div{
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}
.duty{
margin-bottom: 23px;
}
.dutyTitle{
    font-size: 16px;
    color: #1c3f4f;
    padding-bottom: 15px;
    background: url(../img/employment/ey_2.png) no-repeat left bottom;
}
.dutyMain{
margin-top: 10px;
}
.dutyMain p{
    color: #666;
    font-size: 14px;
    margin: 5px 0 0 0;
}

/*弹出层*/
.bark{
    position: fixed;
    top:0px;
    left:0px;
    right: 0px;
    bottom: 0px;
    z-index: 20;
    background: rgba(0,0,0,.5);
}
.formBark{
     position: fixed;
     left: 50%;
     top: 20%;
     width: 492px;
    height: 552px;
    background-color: #ffffff;
    margin-left: -246px;
    z-index: 30;
    border-radius:4px;

}

.formTitle{
    position: relative;
    width: 492px;
    height: 46px;
    background-color: #11a3e7;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    line-height: 46px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
}
.deleteIcon{
    position: absolute;
    top:-3px;
    right: 20px;
    display: inline-block;
    cursor: pointer;
}
deleteIcon img{
    width: 100%;
}
.formMain{
    padding: 25px 30px 25px 40px;
}
.jobDiv{
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
    white-space: nowrap;
}
.jobDiv span{
    display: inline-block;
    width: 65px;
    text-align: justify;
}
.jobhunterName input{
    width: 149px;
    height: 40px;
    border: solid 1px #ddd;
    text-indent: 15px;
    margin-right: 50px;
    margin-left: 4px;
}
.sexCheck{
    display: inline-block;
}
.sexCheckList{
    display: inline-block;
    position: relative;
    top:5px;
}
.sexCheckList li{
    float: left;
    margin-left: 15px;
}
.sexCheckList li i{
    display: inline-block;
    margin-right: 10px;
}
.sexCheckList .default-2{
    display: none;
}
.sexActive .default-1{
    display: none;
}
.sexActive .default-2{
    display: inline-block !important;
}
.jobInput{
    width: 276px;
    height: 40px;
    border: solid 1px #ddd;
    text-indent: 15px;
    font-size: 14px;
    color: #333;
}
.dropBox{display: inline-block;line-height: 40px;border: 1px solid #ddd;height: 40px;position: relative;padding: 0 12px;margin-right: 20px;cursor: pointer;}
.dropVal{font-size: 14px;}
.dropBox .down{width:10px;height:10px;position: absolute;right: 12px;top: 15px;background:url(../img/employment/f_1.png) no-repeat center;}
.dropBox .up{position: absolute;top: 41px;left: 0;right: 0;background: rgba(255,255,255,1);padding: 0 10px;max-height: 200px;overflow-y: auto;box-shadow: 0 2px 2px rgba(0,0,0,.3);-webkit-box-shadow: 0 2px 2px rgba(0,0,0,.3);border-bottom-left-radius: 3px;-webkit-border-bottom-left-radius: 3px;-moz-border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;-webkit-border-bottom-right-radius: 3px;-moz-border-bottom-right-radius: 3px;z-index: 99;display: none;}
.dropBox .up a{display: block;border-bottom: 1px dashed #DBDBDB;font-size: 14px;color: #666;}
.dropBox .up a:hover{color: #49A1DD;border-bottom: 1px dashed #49A1DD;}
.dropBox .up a.dropAactive{color: #49A1DD;}
.interval{float: left;color: #aaa;margin: 0 5px;}
.rotate{transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);-ms-transform: rotate(180deg);}

.jobDiv textarea{
    width: 352px;
    text-indent: 15px;
    font-size: 14px;
    color: #333;
    padding-top: 10px;
    height: 100px;
    border: solid 1px #dddddd;
    resize: none;
}
.submitForm{
    display: inline-block;
    width: 80px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #fe8417;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin-left: 62px;
    margin-top: 5px;
    cursor: pointer;
}
.submitForm:hover{ color: #fff !important;}
