* {
    margin: 0px;
    padding: 0px;
}

.job_details_table {
    width: 1200px;
    border-collapse: collapse;
    background-color: rgba(92, 255, 51, 0);
    margin: auto;
}

.job_details_table td {
    width: 25%;
    text-align: left;
    padding-left: 3%;
}

.job_details_table th {
    background-color: rgba(228, 228, 228, 1);
    width: 1200px;
    height: 80px;
    margin-left: 10px;
}

.job_details_table td,
th {
    border: 1px rgba(228, 228, 228, 0.91) solid;
}

.job_details_firstTr,
.job_details_secondTr {
    width: 25%;
    height: 80px;
}

.job_details_thirdTr td {
    width: 25%;
}

.job_details_firstTh_div {
    width: 100%;
    height: 80px;
    text-align: left;
}

.job_details_firstTh_span {
    color: dimgrey;
    font-family: 微软雅黑;
    font-style: normal;
    line-height: 80px;
    font-size: 20px;
    font-weight: 800;
    padding-left: 3%;
}

.job_details_ul {
    width: 100%;
    height: 100%;

}

.job_details_firstTr_left_span {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-size: 14px;
    color: #666666;
}

.job_details_firstTr_right_span {
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    padding-left: 2%;
    color: #666666;
}

.job_details_ul ol {
    padding-left: 17px;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    text-align: left;
    line-height: 200%;
}

.job_details_thirdTr span {
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    line-height: 100px;
}

.job_details_root {
    width: 1200px;
    height: 100px;
    background-color: rgba(242, 242, 242, 1);
    margin: 0px auto;
    text-align: center;
}

.job_details_root {
    margin-top: 50px;
    width: 200px;
    height: 50px;
    background-color: #4687ff;
    line-height: 50px;
}

.job_details_root a {
    text-decoration: none;
}

.job_details_root:hover {
    background-color: #65a6ff;
}

.job_details_root span {
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
}
 .mar-l{
     padding-bottom: 40px
 }