@charset "utf-8";

/*.innerText_inner h1 {
    padding: 0 0 20px;
}

.innerText_inner h1 {
    text-align: center;
    padding-bottom: 150px;
    position: relative;
}

.innerText_inner h1:before,
.innerText_inner h1:after {
    display: block;
    content: '';
    width: 1px;
    height: 50px;
    background: #666;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}

.innerText_inner h1:before {
    top: -60px;
}

.innerText_inner h1:after {
    top: 115px;
} */

.innerText_inner h1 span {
    background: #ccc;
}

.overview_table {
    width: 1440px;
    margin: 0 auto;
    border-top: 5px solid #0d3c96;
    border-bottom: 5px solid #0d3c96;
}

.overview_table tr {
    line-height: 35px;
}

.overview_table th {
    width: 300px;
    text-align: center;
    background: #0d3c96;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,.9);
    font-weight: 500;
}

.overview_table td {
    background: rgba(255,255,255,.7);
    padding: 10px 20px;
    border-bottom: 1px solid #0d3c96;
}

.overview_table tr:last-child td {
    border-bottom: 0;
}



@media (max-width: 1460px) {

    .overview_table {
        width: 100%;
    }


}


@media (max-width: 1280px) {

    .overview_table td {
        padding: 10px 15px;
    }

}


@media (max-width: 947px) {

    .overview_table th {
        width: 180px;
    }

}

@media (max-width: 737px) {

    .overview_table tr {
        height: 55px;
    }

    .overview_table th {
        width: 160px;
    }

    .overview_table td {
        padding: 10px 13px;
    }

}

@media (max-width: 550px) {


    .overview_table tr {
        height: 45px;
        font-size: 14px;
    }

    .overview_table th {
        width: 130px;
    }

    .overview_table td {
        padding: 7px 10px;
    }

}


@media (max-width: 400px) {

    .innerText_inner {
        width: 97%;
    }

    .overview_table {
        width: 100%;
    }

    .overview_table tr {
        height: 42px;
    }

    .overview_table th {
        width: 100px;
        font-size: 13px;
    }

    .overview_table td {
        padding: 7px 9px;
    }

}