body{
    background-color: #f3f3f3;
}
main .sec-1{
    width: 100%;
    height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../../images/bg_careers.png) no-repeat;
    background-size: cover;
}
main .sec-1 h2{
    font-size: .18rem;
    color: #fff;
    text-align: center;
    font-weight: bold;
}
main .sec-2{
    padding: .3rem .15rem 1.5rem .15rem;
    box-sizing: border-box;
}
main .sec-2 .list-title{
    display: flex;
}
main .sec-2 .list-title p{
    width: 25%;
    text-align: center;
    font-weight: bold;
}
main .sec-2 .list-title{
    line-height: .32rem;
    border-bottom: .01rem solid #2737AB;
}
main .sec-2 .list-content dd{
    line-height: .32rem;
    border-bottom: .01rem solid #D7D7D7;
    cursor: pointer;
}
main .sec-2 .list-content dd a{
    width: 100%;
    height: 100%;
    display: flex;
}
main .sec-2 .list-content dd p{
    width: 25%;
    text-align: center;
    position: relative;
    color: #737373;
    box-sizing: border-box;
}
main .sec-2 .list-content dd p.more{
    position: relative;
    padding-right: .15rem;
}
main .sec-2 .list-content dd p.more img{
    position: absolute;
    width: .1rem;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}
