.layout .contact .right-content .contact-body {
    margin-top: 20px;
}

.contact-body .contact-main {
    overflow: hidden;
    padding: 0 15px;
}

.con-table tr {
    height: 35px;
}

.con-table tr td:first-child {
    font-size: 14px;
    color: #333;
    text-align: right;
}

.con-table tr td:last-child {
    font-size: 14px;
    color: #666;
    text-align: left;
}

.con-table tr td a {
    color: #666;
}

.con-table tr td a:focus,
.con-table tr td a:hover,
.con-table tr td a:active {
    color: #075fa7;
}

.contact-main .elect-map {
    width: 800px;
    height: 500px;
    border: 1px solid #ccc;
    margin-top: 20px;
}

.elect-map h3 {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    background-color: #ececec;
}

.elect-map iframe {
    width: 100%;
    height: 100%;
}