.service-wrapper {
    width: 930px;
    margin-left: 30px;
}

.service-wrapper .p-img-wrapper {
    width: 930px;
    height: 523px;
    background: #F5F8F3;
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-wrapper .p-img-wrapper .p-img {
    display: block;
    max-width: 930px;
    max-height: 523px;
}

.service-wrapper .transp-wrapper {
    margin: 40px 0;
}

.service-wrapper .transp-wrapper .t-head {
    display: flex;
    width: 930px;
    height: 64px;
    background: #EEEEEE;
    border-bottom: 2px solid #fff;
}

.service-wrapper .transp-wrapper .t-head .head-item {
    padding: 0 20px;
    font-size: 18px;
    font-weight: bold;
    color: #2E3A59;
    line-height: 64px;
}

.service-wrapper .transp-wrapper .t-head .head-item.bus {
    width: 150px;
}

.service-wrapper .transp-wrapper .t-head .head-item.time {
    width: 244px;
}

.service-wrapper .transp-wrapper .t-head .head-item.transp {
    flex: 1;
}
.service-wrapper .transp-wrapper .t-body{
    width: 930px;
}
.service-wrapper .transp-wrapper .t-body .body-tr{
    display: flex;
    align-items: center;
    width: 930px;
    min-height: 84px;
    padding: 12px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
}

.service-wrapper .transp-wrapper .t-body .body-tr:nth-child(2n+1){
    background: #DFEBFF;
}
.service-wrapper .transp-wrapper .t-body .body-tr:nth-child(2n+2){
    background: #FAEBE2;
}


.service-wrapper .transp-wrapper .t-body .body-tr .body-item{
    padding: 0 20px;
    font-size: 16px;
    color: #2E3A59;
}

.service-wrapper .transp-wrapper .t-body .body-tr .body-item.body-bus{
    width: 150px;
}
.service-wrapper .transp-wrapper .t-body .body-tr .body-item.body-time{
    width: 244px;
}
.service-wrapper .transp-wrapper .t-body .body-tr .body-item.body-transp{
    flex: 1;
    line-height: 1.3;
}