.inner {
    width: 1200px;
    margin: 18px auto 0;
}

#left {
    float: left;
}

#right {
    float: left;
    width: 970px;
    padding-left: 30px;
}

.right-main .main-title {
    border-bottom: 1px solid #e7e7e7;
    font-size: 18px;
    color: #326fbb;
}

.right-main .main-title p {
    display: inline-block;
    padding: 10px 2px 13px 2px;
    border-bottom: 2px solid #326fbb;
}

.right-main .main-list {
    margin-top: 22px;
    margin-bottom: 28px;
}

.main-list .list-top td {
    height: 81px;
    border: 1px solid #e2e2e2;
}

.main-list .list-top a {
    display: table-cell;
    width: 333px;
    height: 81px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e7e7e7;
}

.main-list .list-top a:nth-last-child(1) {
    border: none;
}

.main-list .list-top a p:nth-child(1) {
    font-size: 21px;
    color: #ff6600;
    line-height: 30px;
}

.main-list .list-top a p:nth-child(2) {
    font-size: 12px;
    color: #4a4747;
}

.main-list .list-bottom td {
    height: 87px;
    border: 1px solid #e2e2e2;
    border-top: none;
}

.main-list .list-bottom a {
    display: table-cell;
    width: 333px;
    height: 87px;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #e7e7e7;
}

.main-list .list-bottom a:nth-last-child(1) {
    border: none;
}

.main-list .list-bottom a p:nth-child(1) {
    font-size: 21px;
    color: #ff6600;
    line-height: 30px;
}

.main-list .list-bottom a p:nth-child(2) {
    font-size: 12px;
    color: #4a4747;
}
