.con_background {
    background-color: #ffffff;
}

.shadow {
    box-shadow: 0 0 2px 2px #e9e5df;
}

.con {
    width: 1200px;
    margin: auto;
    padding: 34px 0 70px 0;
}

.con .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.con .title .text {
    width: 196px;
    text-align: center;
}

.con .title .name {
    font-size: 36px;
    color: #a25b0b;
}

.con .title .subname {
    font-size: 15px;
    color: #ebc79f;
}

.navigation {
    margin-top: 35px;
    display: flex;
}



.route_list {
    width: 380px;
    height: 458px;
    padding-top: 93px;
    background-image:url('/static/p/img/map_back.jpg');
}

.route {
    padding: 0 30px 50px 30px;
    display: flex;
}

.route .img {
    width: 32px;
    height: 32px;
    margin-right: 14px;
    padding-top: 6px;
}
.route .name {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}
.route .text {
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}