.jobs-detail-section{
    background: #F4F9F8;
    padding-bottom: 110px;
}
.job-header{
    margin-bottom: 60px;
}
.job-title{
    line-height: 1;
    margin: 0;
    padding-top: 120px;
    padding-bottom: 25px;
    color: #00974F;
}
.job-meta .vertical-line:not(:last-child)::after {
    content: "|";
    margin-left: 16px;
    color: #000;
    margin-right: 16px;
}
.job-meta span{
    font-size: 18px;
    font-weight: 400;
}
.jobs-detail-section .job-content{
    margin-bottom: 40px;
}
.jobs-detail-section .job-content .section-title{
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    margin: 0;
    margin-bottom: 10px;
}
responsibilities-list, .requirements-list {
    list-style: none;
    margin-bottom: 30px;
}

.responsibilities-list p, .requirements-list p {
    /*padding: 12px 0;*/
    padding-left: 30px;
    position: relative;
    font-size: 20px;
    font-weight: 400;
    line-height: 2;
}

.responsibilities-list p:before, .requirements-list p:before {
    content: '';
    position: absolute;
    left: 0;
    top: 15px;
    width: 8px;
    height: 8px;
    background: #009850;
    border-radius: 50%;
}

/* 申请按钮样式 */
.job-apply {
    margin-top: 45px;
}
.apply-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 55px;
    background: #00974F;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 27.5px;
    text-decoration: none;
    transition: background 0.3s ease;
}
.apply-button:hover {
    background: #007d40;
    color: #fff;
}
@media screen and (max-width:1024px){
.job-meta{
flex-wrap:wrap;
}
.job-title{
padding:50px 0 15px 0;
font-size:20px !important;
}
.job-meta span{
font-size:14px !important;
}
.jobs-detail-section .job-content .section-title{
font-size:18px !important;
}
.responsibilities-list p, .requirements-list p{
font-size:16px !important;
}
.responsibilities-list p:before, .requirements-list p:before{
display:none;
}
.responsibilities-list p, .requirements-list p{
padding-left:0 !important;
margin-bottom:15px;
}
.job-header{
margin-bottom:30px !important;
}
.jobs-detail-section .job-content{
margin-bottom:0 !important;
padding-bottom:0px ;
}
.jobs-detail-section{
padding-bottom:30px !important;
}
.job-meta .vertical-line:not(:last-child)::after{
margin:0 12px !important;
}
responsibilities-list, .requirements-list{
margin-bottom:0 !important;
}



}