.xxgk-right {
    width: 720px;
    padding: 0 25px;
}

.table_title {
    font-size: 20px;
    color: #333333;
    font-family: "FZXiaoBiaoSong-B05S";
    height: 70px;
    line-height: 70px;
}

.table_content {
    width: 100%;
    font-family: "宋体";
    font-size: 16px;
    color: #333333;
}

.table_content tr {
    height: 80px;
}

.table_content tr:nth-child(2n) {
    background: #eeeeee;
}

.table_content td {
    text-align: center;
}

.table_content .index {
    width: 8%;
}

.table_content .content_title {
    width: 71%;
    text-align: left;
}

.table_content .download {
    width: 21%;
}

.table_content .content_title .title_top {
    display: block;
    font-weight: bold;
    line-height: 30px;
    margin-left: 70px;
}

.table_content .content_title .title_bottom {
    display: block;
    line-height: 24px;
    color: #333;
    font-size: 14px;
    margin-left: 60px;
}

.table_content .download {
    font-size: 14px;
    line-height: 24px;
}


/*分页*/