.cont_box .cont {
        padding: 22px 42px 67px 42px;
    }

    .content_text h2 {
        font-size: 18px;
        color: #333333;
        margin-bottom: 22px;
    }

    .content_text .panda_show {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .content_text .panda_show .swiper-container.statute_show {
        width: 100%;
        height: 120px !important;
        margin: 0px;
    }

    .content_text .panda_show .swiper-container .swiper-slide {
        width: 348px;
        height: 120px;
        margin-right: 36px;
        position: relative;
    }

    .content_text .statute_show .swiper-slide a span {
        width: 100%;
        height: 100%;
        line-height: 120px;
        color: #ffffff;
        position: absolute;
        top: 0;
        left: 0;
        font-size: 16px;
        text-align: center;
    }

    .content_text .statute_show .swiper-slide a span.inlineBlock {
        width: 100%;
        height: 100%;
        line-height: 120px;
        color: #ffffff;
        background: #333333;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.43;
        font-size: 16px;
    }

    .content_text .statute_show .swiper-slide:hover a span {
        background: transparent;
        color: transparent;
        border: 1px solid #4085ED;
    }

    .table_text h2 {
        font-size: 16px;
        color: #666666;
        margin: 16px 0px 13px;
    }

    /*table*/
    .table_text .table{
        margin-bottom: 0px;
    }

    .table_text .table-striped>tbody>tr:nth-of-type(odd) {
        background-color: #F7F7F7;
    }

    .table_text .table>tbody>tr>td {
        border: 0px;
        height: 24px;
        line-height: 24px;
        font-size: 14px;
        color: #333333;
        padding: 8px 0px;
    }

    .table_text .table>tbody>tr>td a:hover {
        color: #4085ed;
    }

    .table_text .table td:nth-child(1) {
        padding-left: 17px;
    }

    .table_text .table td:nth-child(2) {
        width: 8rem;
        color: #999999;
    }

    .content_text .panda_show .swiper-container .swiper-slide:nth-child(3) {
       margin: 0px;
    }

/*移动端样式*/
@media screen and (max-width: 768px){
    .cont_box .cont{ padding: 0;}
    .table_text .table td:nth-child(1){ padding-left: 0.5rem; padding-right: 0.5rem; width: 77%; }
    .table_text .table td:nth-child(2){ width: 23%; }
    .pagination>li>a.skip{ margin: 0 0.8333333333333334rem 0 0.666667rem; }
    .table_text h2{ padding-left: 1rem; }
    .content_text h2{ padding: 1rem 0 0 1rem; }
    .content_text .panda_show .swiper-container .swiper-slide{ width: 32.33%; margin: 0; }
    .content_text .panda_show .swiper-container .swiper-slide:nth-child(2){ margin: 0 1.5%; }
    .content_text .panda_show .swiper-container .swiper-slide img{ height: 10rem; } 
}