﻿

.route_view.contact{
     min-height: 300px;
}
.route_view.contact img{
    max-width: 100%;
}
.route_view.contact .contact_header .text {
    padding: 70px 0 74px 186px
}

.route_view.contact .contact_header .text h1 {
    font-weight: normal;
    font-size: 28px;
    color: #333;
    padding-bottom: 25px
}

.route_view.contact .contact_header .text h2 {
    color: #424242;
    font-size: 20px;
    font-weight: normal;
    padding-bottom: 10px
}

.route_view.contact .contact_header .text ul li {
    color: #757575;
    line-height: 2.1
}

.route_view.contact .contact_content .box {
    margin: 70px 186px 0 186px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px
}

.route_view.contact .contact_content .box h3 {
    font-weight: normal;
    color: #ff6700;
    font-size: 28px
}

.route_view.contact .contact_content .box .item {
    float: left;
    _display: inline;
    width: 50%;
    margin: 20px 0
}

.route_view.contact .contact_content .box .item dt {
    margin-bottom: 10px;
    color: #424242;
    font-size: 20px
}

.route_view.contact .contact_content .box .item dd {
    margin: 0;
    color: #757575;
    line-height: 2
}

.route_view.contact .contact_content .box.last {
    border-bottom: none
}
