.visit {
    width: 1140px;
    margin: 30px auto;
}

.visit .tip {
    color: #8b1c21;
    font-size: 14px;
    text-align: right;
    line-height: 30px;
}

.visit .title {
    color: #FFF;
    font-size: 18px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    background: #8b1c21;
    margin-bottom: 3px;
}

table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

table th {
    background: #f1f1f1;
    line-height: 23px;
    border: 1px solid #cfcfcf;
    border-top: 2px solid #8b1c21;
    color: #8b1c21;
    padding: 10px 0;
}

table td {
    border: 1px solid #cfcfcf;
    padding: 10px 0;
}
table td a{
    color: inherit;
}