.contents{
    height: auto;
    width: 60%;
    margin: 0 auto;
    padding-top: 50px;
}
.route{
    width: 100%;
    height: auto;
    
}
.redTel{
    color: #e54d06;
    font-size: 25px;
    margin-top: 25px;
    font-weight: bold
}
.route-title{
    display: flex;
    text-align: center;
    justify-content: center;
    height: 50px;
    margin-top: 20px;
}
.route-title img{
    width: 30px;height: 35px;
}
.route-title .lylx-span{
    font-size: 20px;font-weight: bold;color: #0a3e80;margin-top: 5px;
}
.route-left{
    display: flex;border: 1px solid #ddd;padding: 10px;
}
.route-left .line{
    width: 200px;height: 8px;background-color: #0a3e80;position: absolute;top: -10px;left: -10px;
}
.route-left .spann{
    font-size: 18px;font-weight: bold;color: #0a3e80;display: block;margin: -30px 30px;
}

.map{
    border: 1px solid #ddd;
}
.map-left{
    width: 200px;
    height: 100%;
    border-top: #0a3e80 8px solid;
    color: #333;
    padding: 10px;
    box-sizing: border-box;
}
.map-div{
    display: flex;
    margin: 10px auto;
}
.map-div img{
    width: 40px;
    height: 40px;
}
.map-left p{
    margin: 0;
    padding: 0;
}
.yellow{
    font-size: 20px;
    color: #0a3e80;
}
.anchorBL{
    display: none;
}

@media  (min-width:1460px) and (max-width:1760px) {
    .contents{
        width: 70%;
    }
}
@media  (max-width:1460px) {
    .contents{
        width: 80%;
    }
}