.recruit_job span {
    display: inline-block;
    padding: 0 30px;
    line-height: 34px;
    font-size: 15px;
    cursor: pointer;
    margin: 0 30px 25px 0;
    letter-spacing: 1px;
}

.recruit_box {
    box-sizing: border-box;
    -webkit-box-shadow: 0 0 5px #E3E4E5;
    -moz-box-shadow: 0 0 5px #E3E4E5;
    box-shadow: 0 0 5px #E3E4E5;
}

.recruit_info {
    background: #f3f3f3;
    margin-top: 5px;
    padding: 18px 25px;
}

.recruit_info h4 {
    margin: 0 0 12px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 1px;
}

.recruit_info span {
    font-size: 14px;
    color: #908f8f;
    margin-right: 20px;
}

.recr_t:before {
    content: "";
    background-image: url(../../img/time.png);
    position: absolute;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    left: 0;
    margin-top: 2px;
}

.recr_l:before {
    content: "";
    background-image: url(../../img/location.png);
    position: absolute;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    left: 0;
    margin-top: 2px;
}

.recr_p:before {
    content: "";
    background-image: url(../../img/pcount.png);
    position: absolute;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    left: 0;
    margin-top: 2px;
}

.recr_s:before {
    content: "";
    background-image: url(../../img/salary.png);
    position: absolute;
    background-size: 16px 16px;
    height: 16px;
    width: 16px;
    left: 0;
    margin-top: 2px;
}

.recr_t,
.recr_l,
.recr_p,
.recr_s {
    position: relative;
    padding-left: 22px;
}

.recruit_desc_box {
    position: relative;
    padding: 15px 25px;
}

.recruit_btn {
    position: absolute;
    width: 200px;
    text-align: center;
    line-height: 40px;
    right: -35px;
    bottom: 30px;
    cursor: pointer;
}

.recruit_btn div {
    width: 35px;
    height: 30px;
    position: absolute;
    bottom: 59px;
    right: 0;
}

.recruit_btn i {
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
}

.recruit_desc {
    min-height: 180px;
    margin-right: 160px;
}
