.layout .contact .right-content .contact-body {
    margin-top: 20px;
}

.contact-body .contact-main {
    overflow: hidden;
    padding: 0 15px;
}

.contact-body .contact-main table {
    width: 100%;
}

.con-table tr {
    height: 35px;
}

.con-table tr td:first-child a {
    font-size: 14px;
    color: #333;
    text-align: right;
}

.con-table tr td:last-child {
    font-size: 14px;
    color: #666;
    text-align: right;
}

.con-table tr td a:focus,
.con-table tr td a:hover,
.con-table tr td a:active {
    color: #075fa7;
}