.cont {
        padding: 1.8333333333333333rem 3.5rem 5.583333333333333rem 3.5rem;
    }

.table_text h2 {
    font-size: 1.5rem;
    color: #333333;
    margin-bottom: 2.0833333333333335rem;
    text-align: center;
}

/*table*/
.table_text .table{
    margin-bottom: 0px;
    font-size: 1.1666666666666667rem;
}

.table_text .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F7F7F7;
}

.table_text .table tbody {
    border: 1px solid #F7F7F7;
}

.table_text .table>tbody>tr>td {
    border: 0px;
    height: 2rem;
    line-height: 2rem;
    font-size: 1.1666666666666667rem;
    color: #999999;
    padding: 0.6666666666666666rem 0px;
}

.table_text .table>tbody>tr>td a:hover {
    color: #4085ed;
}

.table_text .table td:nth-child(1){
    padding-left: 1.4166666666666667rem;
}

.table_text .table td:nth-child(2){
    color: #999999;
}

.table_text tr th,.table_text tr td {
    text-align: center;
}

/*移动端样式*/
@media screen and (max-width: 768px){
    .cont_box .cont{ padding: 0; }
    .pagination>li>a.skip{ margin: 0 0.8333333333333334rem 0 0.666667rem; }
    .table_text .table td:nth-child(1){ padding-left: 0.5rem;text-align: left; }
    .table_text .table th:nth-child(2){ width: 7rem; }
    .table_text .table th:nth-child(3){ width: 8rem; }
    .table_text .table th:nth-child(4),
    .table_text .table th:nth-child(5){ width: 4rem; }
    .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
        padding: 0.3333333333333333rem;
        vertical-align: middle;
    }
    .info_search input{ margin-left: 3%; }
    .table_text h2{ margin-bottom: 0;line-height: 4rem; }
}