.position-list-new{
    padding-top: 124px;
}
.position-item-flex{
    display: flex;
    justify-content: space-between;
    padding-bottom: 63px;
}
.position-left{
    width: 20%;
    padding-right: 20px;
}
.position-left-con-mobile{
    display: none;
}
.position-left-con{
    border-top: 4px solid #0062FF;
    box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
    padding-top: 50px;
    padding-left: 20px;
    padding-bottom: 50px;
    position: relative;
}
.arrow{
    position: absolute;
    top: 20px;
    right: -22px;
}
.position-icon{
    width: 50px;
    margin-bottom: 40px;
}
.position-name{
    font-size: 24px;
    color: #212224;
    margin-bottom: 20px;
}
.position-count{
    font-size: 16px;
    color: #505050;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}
.position-count img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.position-count span{
    font-weight: 600;
}
.position-btn{
    color: #0D6AFF;
    font-size: 14px;
    margin-top: 55px;
    display: block;
}
.stages-right{
    width: 80%;
}
.stage-item{
    border: 1px solid #E9E9E9;
    margin: 0 5px;
    padding: 10px;
    cursor: pointer;
}
.stage-item:hover{
    border-color: #fff;
    box-shadow:0px 10px 30px 0px rgba(0,0,0,0.1);
}
.stage-item img{
    width: 100%;
    height: 190px;
    display: block;
    margin-bottom: 30px;
    background: #e7e7e7;
}
.stage-title{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    height: 50px;
    margin-bottom: 6px;
    overflow: hidden;
}
.stage-desc{
    color: rgba(0,0,0,0.45);
    font-size: 14px;
    height: 50px;
    overflow: hidden;
    line-height: 26px;
}
/* swiper */
.swiper-container{
    padding-bottom: 18x;
    padding-top: 1px;
    min-height: 366px;
}
.swiper-button-next, .swiper-button-prev{
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    background: rgba(0,0,0,.45);
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 18px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
    opacity: 0;
}
.recommend-position{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.recommend-position .rec-line{
    width: 4px;
    height: 24px;
    background: #0062FF;
    margin-right: 10px;
}
.recommend-position .rec-title{
    font-size: 16px;
    font-weight: 500;
    color: rgba(0,0,0,0.85);
    margin-right: 36px;
}
.recommend-position .rec-item-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.recommend-position .rec-item{
    color: #0062FF;
    font-size: 14px;
    padding: 3px 5px;
    background:rgba(0,98,255,0.1);
    margin: 5px 10px 5px 0;
}


@media (min-width:768px) and (max-width:1080px){ 
    .position-left{
        width: 25%;
    }
    .stages-right{
        width: 75%;
    }
    .position-left-con{
        padding-left: 25px;
    }
    .position-name{
        font-size: 24px;
    }
    .position-count{
        font-size: 14px;
    }
    .swiper-container{
        padding-bottom: 20px;
    }
}

@media (max-width:767px){ 
    .position-list-new{
        padding-top: 24px;
    }
    .position-item-flex{
        display: block;
        padding-bottom: 24px;
    }
    .position-left{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
        padding: 0 5px;
    }
    .stages-right{
        width: 100%;
    }
    .stage-item img{
        height: 124px;
    }
    .arrow{
        display: none;
    }
    .position-left-con{
        display: none;
    }
    .position-left-con-mobile{
        display: flex;
        border-top: 2px solid #0062FF;
        padding: 14px;
        box-shadow:0px 2px 10px 0px rgba(0,0,0,0.1);
    }
    .position-icon{
        margin-bottom: 0;
        margin-right: 10px;
        width: 40px;
        height: 40px;
    }
    .position-name{
        font-size: 18px;
        margin-bottom: 0;
    }
    .position-btn{
        margin-top: 0;
    }
    .mr-5{
        margin-right: 5px;
    }
    .ml-5{
        margin-left: 5px;
    }
    .position-count{
        margin-bottom: 5px;
        font-size: 12px;
    }
    .fl-1{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 5px;
    }
    .position-count img{
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
    .position-count i{
        width: 1px;
        height: 18px;
        display: inline-block;
        margin: 0 10px;
        background: #aaa;
    }
}