table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
}

table th,
table td {
    word-break: break-word !important;
    padding: 12px 12px !important;
    border-color: #fff !important;
}

table th {
    background: #2e75b6 !important;
    color: #fff !important;
    font-weight: bold !important;
    border-color: #fff !important;
}

table th * {
    background: transparent !important;
    color: #fff !important;
    font-weight: bold !important;
    margin: 0 !important;
}

table td * {
    word-break: break-word !important;
    background: transparent !important;
    margin: 0 !important;
}


table tr:nth-of-type(2n+1) {
    background: #F2F2F2;
}

table tr:nth-of-type(2n) {
    background: #FFFFFF;
}

@media(max-width: 500px) {
    table.scroll-table {
        display: block;
        overflow-x: auto;
    }

    table.scroll-table tbody {
        display: block;
        width: 100%;
        min-width: 800px;
    }
}

.site-box .site-title {
    color: #6431A7;
}

.site-box {
    background: #E4DCF7;
}

.site-box .site-list-wrap li::before {
    background: #C794F9;
}

.news-list-box .item:hover h3.title {
    color: #422C74;
}

.footer-box .copyright a:hover {
    color: #6431A7;
}

@media (max-width: 1056px) {
    .header-top-right {
        background: linear-gradient(90deg, #027AB7 0%, #19816E 100%) !important;
    }
}