.Driving_route{
    margin-bottom: 50px;
}
.Driving_route img{
    max-width: 100%;
}
.Driving_route .order{
    border: solid 1px #eeeeee;
    padding: 30px;
    position: relative;
    text-align: justify;
    background: url(../images/Schoolprofile/trafficbg1.png) no-repeat 98% bottom;
    background-size: auto;
    margin-bottom: 20px;
}
.Driving_route .order2{
    background: url(../images/Schoolprofile/trafficbg2.png) no-repeat 98% bottom;
    background-size: auto;
}
.Driving_route .order3{
    background: url(../images/Schoolprofile/trafficbg3.png) no-repeat 98% bottom;
    background-size: auto;
}
.Driving_route .order h6{
    background-color: #005bac;
    font-size: 16px;
	font-weight: bold;
	line-height: 40px;
    color: #ffffff;
    text-align: center;
    padding: 0 19px;
    position: absolute;
    white-space: nowrap;
    top: -20px;
}
.Driving_route .order p{
    font-size: 14px;
	line-height: 24px;
    color: #666666;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.Driving_route .order p label{
    width: 15px;
	height: 15px;
    border: solid 1px #065fae;
    display: block;
    border-radius: 50%;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #065fae;
    position: absolute;
    left: 0;
    top: 5px;
}
.Driving_route .order p span{
    display: block;
    position: relative;
    padding-left: 15px;
}
.Driving_route .order p span i{
    display: block;
    width: 11px;
    height: 12px;
    background: url(../images/home/icon1.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 5px;
    left: 0;
}
.Driving_route .order h5{
font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
    color: #e08c28;
    background-color: rgba(240,163,70,.1);
    padding: 12px 20px;
}
@media screen and (max-width:1365px){
    .Driving_route .order h6{
        font-size: 14px;
        line-height: 35px;
        padding: 0 15px;
    }
    .Driving_route .order p{
        font-size: 12px;
        line-height: 22px;
    }
    .Driving_route .order p label{
        top: 3px;
    }
}
@media screen and (max-width:1023px){
    .Secondary_title{
        margin-bottom: 1rem;
    }
    .Driving_route{
        margin-bottom: .7rem;
    }
    .Driving_route .order{
        padding: .6rem .2rem;
        margin-bottom: .2rem;
    }
    .Driving_route .order h6{
        font-size: .28rem;
        line-height: 2.5;
        padding: 0 15px;
        font-weight: normal;
    }
    .Driving_route .order p{
        font-size: .26rem;
        line-height: 1.7;
        padding-left: .35rem;
    }
    .Driving_route .order p label{
        top: 3px;
    }
    .Driving_route .order p label {
        width: .2rem;
        height: .2rem;
        font-size: .2rem;
        line-height: .21rem;
        top: .1rem;
    }
    .Driving_route .order p span i {
        width: .2rem;
        height: .21rem;
        position: absolute;
        top: 5px;
        left: 0;
    }
    .Driving_route .order{
        background-size: 1.21rem auto;
    }
    .Driving_route .order2,.Driving_route .order3{
        background-size: 1.29rem auto;
    }
    .Driving_route .order h5{
        font-size: .26rem;
        padding: .15rem .2rem;
        line-height: 1.7;
    }
    
}

