@charset "utf-8";

/* 东源汇金样式 utf-8*/
.center {
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover {
    border-bottom: 2px solid #000;
}

a:visited {
    color: #000;
}

.footer {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
}

.title {
    text-align: center;
}

.title span {
    border-bottom: 2px solid #BBB;
}
.code{color: #569;}
table{ width: 100%; border-spacing: 0;}
table th{
    text-align: center;
    color: #666;
    padding: 20px 20px;
    border-bottom: 1px solid #666;
}
table td {
    color: #333;
    text-align: left;
    padding: 20px 20px;
    border-bottom: 1px solid #EEE;
}