body{
    font-family:"Microsoft Yahei",
        "Hiragino Sans GB",
        "Helvetica Neue",
        Helvetica,
        tahoma,
        arial,
        Verdana,
        sans-serif,
        "WenQuanYi Micro Hei",
        "\5B8B\4F53";
}
.fz-14{
    font-size: 14px !important;
}
a {
    color: #333 !important;
    text-decoration: none !important;
}
a:hover {
    color: #ff3300 !important;
    text-decoration: none !important;
}
.bkmenu:hover{
    border-color:#ff7f00;
}
.logo{
    height:36px !important;
}
.catcon{
    min-width: 0;
}
.catcon h5{
    color: unset !important;
}
.preimg{
    width: 40px;
    height: 40px;
}
.infopic{
    width: 60px !important;
    height: 60px !important;
}
.infologo{
    width: 30px !important;
    height: 30px !important;
}
.comlogo {
    width: 60px !important;
    height: 60px !important;
}
/* 默认手机端：2列 */
.vertical-columns {
    display: block !important;
    column-count: 2;
    column-gap: 20px;
}
@media (min-width: 768px) {
    .vertical-columns {
        column-count: 3;
    }
}
@media (min-width: 1200px) {
    .vertical-columns {
        column-count: 6;
    }
}
.column-item {
    display: inline-block;
    width: 100%;
    break-inside: avoid;
}
.tabulator-cell a:link,
.tabulator-cell a:visited {
    color: #3671c9;
    text-decoration: none;
    font-size: 14px;
}

.tabulator-row .tabulator-cell {
    cursor: default !important;
    font-size: 14px;
}

.tabulator-page-counter span {
    font-size: 14px;
}

.tabulator-paginator .tabulator-page, .tabulator-paginator label, .tabulator-paginator .tabulator-page-size {
    font-size: 14px;
    font-weight: normal;
}

.tabulator-col-title {
    font-size: 14px;
}

.tabulator-footer {
    background-color: #ffffff !important;
    padding-top: 15px;
}

.tabulator-row.tabulator-selectable:hover {
    background-color: #eceef5;
}

.tabulator-row.tabulator-row-even {
    background-color: #f9fafd;
}

.tabulator-row {
    border-bottom: 1px solid #eeeeee;
}

.tabulator .tabulator-header {
    border-bottom: 1px solid #eeeeee;
}

.tabulator-row.tabulator-selected {
    background-color: #fef2d8;
}