.title-c {
    margin       : 0;
    line-height  : 1;
    font-size    : 18px;
    font-weight  : 600;
    margin-bottom: 10px;
}

.zhanghu1 {
    background: #f1f1f1;
    padding   : 10px;
}

th {
    text-align    : center;
    line-height   : 180%;
    padding       : 5px;
    font-size     : 14px !important;
    /* font-weight: bold; */
}

td {
    text-align : center;
    padding    : 0;
    line-height: 180%;
    padding    : 5px;
    font-size  : 14px !important;
}

tr {
    background-color: #eee;
}

.clearfix::before,
.clearfix::after {
    display   : block;
    clear     : both;
    content   : "";
    visibility: hidden;
    height    : 0;
}

.clearfix:before,
.clearfix:after {
    display   : block;
    clear     : both;
    content   : "";
    visibility: hidden;
    height    : 0;
}

.tabs {
    border-bottom: 1px solid #ccc;
}

.tabs div {
    margin-right: 50px;
    font-size   : 22px;
    float       : left;
    text-align  : center;
    cursor      : pointer;
    color       : #000;
}

.tabs .active {
    cursor       : default;
    color        : #000;
    font-weight  : bold;
    border-bottom: 3px solid #000;
}

.tabs>div>a {
    color          : #000;
    text-decoration: none !important;
}

.title {
    margin    : 0px;
    padding   : 0px;
    color     : rgb(51, 51, 51);
    text-align: center;
    font-size : 24px;
}

.sa-h1 {
    font-size    : 24px;
    line-height  : 26px;
    margin-top   : 45px;
    margin-bottom: 30px;
    text-align   : center;
    font-weight  : bold;
}

.sa-h2 {
    font-size    : 20px;
    line-height  : 22px;
    margin-bottom: 16px;
    font-weight  : bold;
}

.sa-h3 {
    font-size    : 16px;
    line-height  : 18px;
    font-weight  : bold;
    margin-bottom: 8px;
}

.sa-p {
    line-height  : 24px;
    text-align   : justify;
    margin-bottom: 20px;
}

.sa-16px {
    width : 100%;
    height: 20px;
}

@media (max-width: 768px) {
    .tabs div {
        margin: 0;
    }

    .tabs>div>a {
        display     : block;
        margin-right: 0;
    }

    .news_tab1>div {
        margin-right: 8px !important;
    }

    #home #article a {
        display  : block;
        font-size: 17px;
    }

    .title {
        margin    : 0px;
        padding   : 0px;
        color     : rgb(51, 51, 51);
        text-align: center;
        font-size : 19px;
    }

    .sa-h1 {
        font-size: 22px;
    }

    .sa-h2 {
        font-size: 18px;
    }
}