.joinTop .info {
    margin: 0px 0 25px 0;
    font-size: 24px;
    line-height: 35px;
}
.joinTop .info .email {
    color: #D92626;
}
.job_box {
    width: 100%;
    height: auto;
    padding-top: 50px;
}
 .job_box .job_title {
    width: 100%;
    line-height: 32px;
}
 .job_box .job_title .left {
    float: left;
}
 .job_box .job_title .right {
    float: right;
    position: relative;
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.job_box .job_info {
    width: 100%;
    height: auto;
}

 .job_box .job_info .job_left {
    width: 49%;
}
 .job_box .job_info .job_right {
    width: 49%;
    margin-left: 2%;
}
 .job_box .job_info .job_left, .job_box .job_info .job_right {
    float: left;
}

 .job_box .job_info .job_left .name, .job_box .job_info .job_right .name {
    width: 100%;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    padding-top: 15px;
    font-weight: bold;
}
.job_box .job_info .job_left .desc p, .job_box .job_info .job_right .desc p {
    line-height: 30px;
    font-size: 16px;
    position: relative;
}
.job_title h2{
    margin-bottom: 5px;
}
/*.job_box .job_info .job_left .desc p:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #D92626;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}
.job_box .job_info .job_right .desc p:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #0e7eff;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}*/
.job_title_desc{color: #939393;}