body{
    background: #F8F8F8;
}
.banner-img{
    display: block;
    width: 100%;
}
.name-title{
    margin-top: 0.68rem;
    font-size: 0.48rem;
}
.name-title>p{
    color: #333333;
}
.name-title>div{
    color: #666666;
    margin-top: 0.1rem;
}
.name-title>a{
    display: block;
    width: 100%;
    height:0.02rem;
    margin-top: 0.86rem;
    background:#DCDCDC;
    margin-bottom: 0.65rem;
}
.job-list{
    margin-bottom: 1.4rem;
}
.job-list>span{
    color: #333333;
    font-size: 0.48rem;
    position: relative;
}
.job-list>span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    bottom: -0.05rem;
    left: 0;
    height:0.22rem;
    z-index: -1;
    background: #D5AE87;
}
.job-list .job-info{
    margin-top: 0.56rem;
}
.job-list .job-info>div{
    color: #333333;
    font-size: 0.36rem;
    margin-bottom: 0.25rem;
}

.job-list .job-info>p{
    font-size: 0.24rem;
    color: #666666;
    line-height: 0.48rem;
}
