<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.xui-bg-dark {
    background-color: #21252C;
    color: #fff;
}

.xui-bg-black {
    background-color: #1C2026;
    color: #fff;
}

.bg-blue {
    background-color: #215CA1;
    color: #fff;
}

.xui-bg-default{
    background-color: #691719;
    border-color: #691719;
    color: #00FFFF;
}

.xui-link-active{
    color: #941207 !important;
    font-weight: bold;
}

.xui-link-active:hover,.xui-link-active:focus {
    color: #941207 !important;
}

.xui-border-default{
    border-color: #941207 !important;
}

.xui-text-default{
    color: #941207 !important;
}

.xui-line-clamp1 {
    overflow: hidden;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    text-align: justify !important;
}

.xui-line-clamp2 {
    -webkit-line-clamp: 2;
    height: 3rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify !important;
}

.xui-line-clamp3 {
    -webkit-line-clamp: 3;
    height: 3.75rem;
    line-height: 1.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-align: justify !important;
}

.xui-line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xui-img-cover {
    object-fit: cover;
}

.xui-tab-list li img {
    width: 56px;
    height: 56px;
    margin-bottom: -20%;
}

.xui-tab-list li .active {
    background-color: #502c6c !important;
    color: #fff !important;
}

.xui-tab-list li .active img {
    margin-top: 1rem;
}

.xui-grid {
    display: flex;
    text-align: center;
}

.xui-grid-item {
    display: inline-block;
    width: 20%;
}

.xui-grid-item .grid_text {
    padding-top: 5px;
}

.xui-border-radius-0{
    border-radius: 0 !important;
}

.lh-2 {
    line-height: 2em !important;
}

.line-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1 !important;
}

.line-2 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2 !important;
}

.line-4 {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
}

.display-inline-block {
    display: inline-block;
}

.display-inline-flex {
    display: inline-flex;
}

html,
body {
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    /*font-weight: 400;*/
    background: #f9fafc;
    /*font-size: 14px;*/
    /*color: #555;*/
}

a {
    color: #555;
    text-decoration:none;
}

a:hover,
a:focus {
    color: #007bff;
}

.text-white a{
    color: #FFFFFF;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    color: #1e2022;
    margin-bottom: .5rem;
    font-weight: 400;
    line-height: 1.6
}

h1,.h1 {
    font-size: 2.3rem
}

@media (max-width: 1200px) {
    h1,.h1 {
        font-size:calc(1.355rem + 1.26vw)
    }
}

h2,.h2 {
    font-size: 2rem
}

@media (max-width: 1200px) {
    h2,.h2 {
        font-size:calc(1.325rem + .9vw)
    }
}

h3,.h3 {
    font-size: 1.75rem
}

@media (max-width: 1200px) {
    h3,.h3 {
        font-size:calc(1.3rem + .6vw)
    }
}

h4,.h4 {
    font-size: 1.5rem
}

@media (max-width: 1200px) {
    h4,.h4 {
        font-size:calc(1.275rem + .3vw)
    }
}

h5,.h5 {
    font-size: 1.25rem
}

h6,.h6 {
    font-size: 1rem
}

@media (min-width: 768px) {
    .topnav {
        background: rgba(0, 0, 0, 0.1);
        color: #FFFFFF;
    }

    .topnav .navbar-brand img {
        height: 56px;
    }
}

@media (max-width: 767px) {
    .topnav .navbar-brand img {
        height: 34px;
    }
}

.xui-line{
    border-top: 1px solid #502c6c;
    width: 30px;
}

.xui-line-big{
    margin: 30px auto 26px;
    border-width: 2px;
    width:80px;
}

.page-link {
    color: #941207;
}
.active&gt;.page-link, .page-link.active {
    z-index: 3;
    color: #FFFFFF;
    background-color: #941207;
    border-color: #941207;
}

.xui-top-60 {
    top: 60px;
}

.form-control {
    font-size: inherit;
}

footer {
    padding: 0;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #007bff;
}

footer .media .fa {
    width: 15px;
}

footer ul li {
    padding: 0.25em 0;
}

.loadmore {
    width: 80%;
    margin: 1.5em auto;
    line-height: 1.6em;
    font-size: 14px;
    text-align: center;
    clear: both;
}

.loadmore-tips {
    display: inline-block;
    vertical-align: middle;
}

.loadmore-line {
    border-top: 1px solid #eeeeee;
    margin-top: 2.4em;
}

.loadmore-line .loadmore-tips {
    position: relative;
    top: -0.9em;
    padding: 0 .55em;
    background-color: #FFFFFF;
    color: #808080;
}

.btn-loadmore {
    clear: both;
}

.position-right-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
}

.article-metas {
    overflow: hidden;
    margin-bottom: 1em;
    text-align: center;
}

.article-metas .metas-title {
    font-size: 1.35em;
    line-height: 1.45;
    color: #444;
}

.article-metas .metas-title a {
    color: #444;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-metas .metas-title a:hover {
    color: #007bff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.article-metas .metas-body * {
    color: #999;
    margin: 0 auto;
}

.article-metas .metas-body span {
    margin-right: 10px;
}

.article-metas .metas-body span i {
    margin-right: 5px;
}

.article-metas .metas-body p {
    margin-bottom: 0;
    margin-top: 0px;
    font-size: 12px;
}

.article-text {
    line-height: 30px;
    margin-bottom: 15px;
    text-align: justify;
    word-wrap: break-word;
    white-space: pre-line;
}
.article-text h3{
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.text-indent-0, .text-indent-0 p {
    text-indent: 0 !important;
}

.text-indent-2, .text-indent-2 p {
    text-indent: 2em !important;
}

.article-text img {
    margin: 10px auto;
    display: block;
    max-width: 100%;
    height: auto;
    cursor: zoom-in;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.article-text ul li {
    line-height: 30px;
}

.article-text a {
    text-decoration: none;
    color: #007bff;
    border-bottom: 1px solid #b3d7ff;
}

.article-text a img {
    cursor: pointer;
}

.article-copyright {
    margin-bottom: 15px;
}

.article-copyright p {
    color: darkgray;
    line-height: 1.5em;
    font-size: 1em;
    text-align: justify !important;
}

.article-action-btn {
    color: #999;
}

.article-action-btn a {
    color: #999;
}

.article-prevnext {
    color: #666;
}

.entry-meta ul {
    overflow: hidden;
    margin: 0 0 10px 0;
    padding: 10px 0 10px 0;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
}

.entry-meta ul li {
    line-height: 26px;
}

.text-justify-line5 {
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-height: 1.8em;
}

.xui-tabs .nav-link.active,.xui-tabs .nav-item.show .nav-link {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHQAAAAHCAYAAADZLGlIAAAA2ElEQVRIS2N8aaz8n2EUDJsQYBxWEfofmjYZGYmLIFLVE2fqgKoi0ucD6kaSLH+iIS3MwsW+g5GR0QSfxv///5/58+2nh8yNp29JsmCQKx52EQoK79fqIrz/uPnWMTAyumAN////9zB9/RQkevPN50EePyQ7b1hGKCgUbquosPPx/VvOwMgYiBIq//+v//SJKVL1zp2fJIfWENAwbCMUFPb/GRiYXhspzf7PyJgE4jP+/z9P9Ny9VEYGhn9DIG7IcuKwjlBopDK+MlLqALHFzt2rYATH8/AFAGuTOoSPwSVZAAAAAElFTkSuQmCC) top/100% 7px no-repeat;
    color: #e93323;
    /*border-bottom: 2px solid #b04741 !important;*/
}

.panel-default {
    border: none;
    padding: 0 1em;
    margin-bottom: 1em;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
}

.panel-default &gt; .panel-heading {
    position: relative;
    padding: 0.8rem 0;
    border-bottom: 1px solid #f5f5f5;
}

.panel-default &gt; .panel-heading .panel-title {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 40px;
}

.panel-heading .nav-pills .nav-link.active, .panel-heading .nav-pills .show &gt; .nav-link {
    color: #b04741;
    background-color: transparent;
    font-weight: bold;
}

.panel-default &gt; .panel-heading .panel-title &gt; i {
    display: none;
}

.panel-default &gt; .panel-heading small {
    font-weight: normal;
    color: #999;
    font-size: 13px;
}

.panel-default &gt; .panel-heading .more {
    position: absolute;
    top: 13px;
    right: 0;
    display: block;
    color: #919191;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 13px;
}

.panel-default &gt; .panel-heading .more:hover {
    color: #616161;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.panel-default &gt; .panel-heading .panel-bar {
    position: absolute;
    top: 7px;
    right: 0;
    display: block;
}

.panel-default &gt; .panel-heading .list-group &gt; a {
    display: inline-flex;
    padding: 6px 6px;
    margin-bottom: 0;
}

.panel-default &gt; .panel-body {
    position: relative;
    padding: 1em 0;
}

.panel-default &gt; .panel-footer {
    padding: 1em 0;
    background: none;
}

a.xgui-this {
    color: #ffffff !important;
    background-color: #941207 !important;
}

.panel-heading .form-control {
    border-bottom: 1px solid #ccc !important;
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 1%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: 14px;
    height: 36px;
    width: auto;
}

.panel-page {
    padding: 45px 50px 50px;
    min-height: 500px;
}

.panel-page .panel-heading {
    background: transparent;
    border-bottom: none;
    margin: 0 0 30px 0;
    padding: 0;
}

.panel-page .panel-heading h2 {
    font-size: 25px;
    margin-top: 0;
}

h1 .breadcrumb {
    padding: 0 5px;
    margin-bottom: 5px;
    background: none;
}

h1 .breadcrumb li {
    font-size: 12px;
    font-weight: 400;
}

.panel-blockimg {
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.panel-blockimg img {
    width: 100%;
}

.main-content {
    min-height: 100%;
    margin: 0 auto;
}

.main-content:after {
    content: "";
    display: block;
}

@media (max-width: 768px) {
    .article-metas .metas-title {
        margin-bottom: 0.5em;
    }
}

.list-partner li {
    display: inline-block;
    margin: 0 12px 12px 0;
    padding: 10px 15px;
    width: 140px;
    text-align: center;
    border: 1px solid #efefef;
}

.list-partner li:hover {
    border: 1px solid #363f48;
}

.list-partner li img {
    height: 30px;
}

aside .list-group-item.active, aside .list-group-item.active:hover, aside .list-group-item.active:focus {
    background-color: #941207;
    border-color: #941207;
}

.category-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #444;
}

.category-title .breadcrumb li {
    font-size: 14px;
}

.category-order li &gt; a.active {
    color: #007bff;
}

.img-zoom {
    overflow: hidden;
    display: inline-block;
}

.img-zoom img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.img-zoom:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-header {
        width: 44px;
        overflow: hidden;
    }
}

@media (max-width: 767px) {
    .panel-page {
        padding: 15px;
        min-height: 300px;
    }

    .article-list .media .media-left a {
        width: 110px;
    }

    .article-list .media .media-body .article-title {
        font-size: 1em;
    }

    .article-list .media-body .article-tag {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 1;
    }
}

.xui-icon-box {
    text-align: center;
    display: inline-block;
}

.xui-icon-box.icon-small {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1rem;
}

.xui-icon-box.icon-medium {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
}

.xui-icon-box.icon-medium i {
    font-size: 60px;
}

.xui-icon-box.icon-large {
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 2.2rem;
}

.xui-icon-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.xui-icon-2x {
    font-size: 2em;
}
.xui-icon-3x {
    font-size: 3em;
}
.xui-icon-4x {
    font-size: 4em;
}
.xui-icon-5x {
    font-size: 5em;
}</pre></body></html>