<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.topnews-center{
    position: relative;
    margin-bottom: 20px;
}

.topnews-center .box-large{
    position: relative;
    background-color: #f8f8f8;
    margin-bottom: 20px;
    border-radius: 4px;
    overflow: hidden;
}

.topnews-center .post-large-thumbnail img{
    width: 100%;
    max-height: 350px;
    object-fit: cover;
}

.topnews-center .box-large .post-large-content{
    width: 100%;
    padding: 10px 15px;
}

.topnews-center .box-large .post-large-meta{
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.topnews-center .box-large .post-large-meta a{
    color: #444;
}

.topnews-center .box-large .post-large-meta span{
    margin-right: 10px;
}

.topnews-center .box-large h3{
    font-size: 20px;
    line-height: 26px;
    margin: 0;
}

.topnews-center .box-large p{
    font-size: 14px;
}

.topnews-center .scrollbar-inner &gt; .scroll-element.scroll-y{
    display: none;
}

.topnews-center .scrollbar-inner:hover &gt; .scroll-element.scroll-y{
    display: block;
}

.topnews-item .post-thumbnail img{
    height: 110px;
    object-fit: cover;
}

.topnews-item .post-content h3{
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin: 6px 0;
}

.topnews-mid{
    background-image: linear-gradient(180deg,#e5e6ed 42%,#f1f2f4 81%,#fff 97%);
}

.topnews-mid .topnews-mid-item{
    position: relative;
    margin-bottom: 10px;
}

.topnews-mid .topnews-mid-item:last-child{
    border: none;
    margin: 0;
    padding: 0;
}

.topnews-mid .topnews-mid-item h3{
    font-size: 15px;
    font-weight: 600;
    margin: 8px 0;
    padding: 0 8px;
}

.topnews-list h3{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
    background-color: #ff8200;
    padding: 5px 20px 5px 35px;
    border-radius: 4px;
    color: #fff;
}

.topnews-list h3:before{
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    z-index: 4;
    left: 24px;
    top: 14px;
    background-color: #315b4d;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.topnews-list h3:after{
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    z-index: 3;
    left: 21px;
    top: 11px;
    background-color: #315b4d;
    opacity: 0.3;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 3px rgb(255 148 37);
    -moz-box-shadow: 0 0 0 3px rgb(255 148 37);
    box-shadow: 0 0 0 3px rgb(255 148 37);
}

.topnews-list h4{
    font-size: 14px;
    font-weight: 600;
}

.topnews-list ul{
    padding: 0;
}

.topnews-list ul li{
    border-bottom: 1px dotted #E9E9E9;
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
}

.topnews-list ul li:last-child{
    border: 0;
    margin: 0;
}

.main-cat-box{
    position: relative;
    margin-bottom: 20px;
}

.main-cat-box hgroup{
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.main-cat-box hgroup:after{
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #eee;
    top: 18px;
}

.main-cat-box h2{
    display: inline-block;
    width: auto;
    margin-bottom: 0;
    color: #fff;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    line-height: 1.1;
    padding: 8px 30px 8px 25px;
    background-color: #315b4d;
    font-size: 18px;
    font-weight: 500;
    z-index: 99;
}

.main-cat-box h2:before{
    content: "";
    width: 2px;
    height: 15px;
    background-color: #f88001;
    position: absolute;
    top: 10px;
    left: 8px;
    bottom: 0;
}

.main-cat-box h2 a{
    color: #fff;
}

.box-large .box-thumb{
    position: relative;
    overflow: hidden;
}

.box-large .box-thumb img{
    width: 100%;
    height: 255px;
    object-fit: cover;
}

.box-large h3{
    font-size: 22px;
    color: #222;
    line-height: 28px;
    font-weight: 500;
    margin: 10px 0 5px;
}

.box-large{
    color: #444;
    font-size: 15px;
    margin-bottom: 2px;
}

.box-large p {
    position: relative;
    color: #444;
    font-size: 16px;
    margin: 0;
}

.post-meta{
    margin: 5px 0px 10px 0px;
}

.post-meta span{
    display: inline-block;
    margin-right: 10px;
    color: #707070;
    font-size: 15px;
    line-height: 20px;
    padding: 0px 4px 0px 0px;
}

.post-meta span &gt; i {
    margin-right: 5px;
}

.post-meta span:last-child{
    margin-right: 0;
}

.related{
    margin: 0;
    padding: 0;
}

.related li{
    display: inline-block;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.related li:first-child{
    padding-top: 0;
}

.related li:last-child{
    border: none;
    padding-bottom: 0;
}

.related .post-thumbnail{
    margin-left: 5px;
    max-height: 70px;
}

.related img{
    width: 110px;
    height: 70px;
    object-fit: cover;
}

.related h3{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 5px;
}

.related p {
    color: #666;
    font-size: 15px;
}

.viewcatpage-item{
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 25px;
}

.viewcatpage-item .post-thumbnail{
    margin-right: 10px;
}

.viewcatpage-item .post-thumbnail img{
    width: 260px;
    height: 180px;
    object-fit: cover;
}

.viewcatpage-item h2,
.viewcatpage-item h3{
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.news-detail{
    margin-top: -16px;
}

.news-detail img{
    max-width: 100%;
    height: auto;
    margin-bottom: 5px;
}

.post-header{
    margin-bottom: 15px;
    position: relative;
}

.head-thumbnail {
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.head-thumbnail:before {
    position: absolute;
    left: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(90deg, #717171 0, #171821bd 100%));
    background: -o-linear-gradient(90deg, #717171 0, #171821bd 100%);
    background: linear-gradient(90deg, #717171 0, #171821bd 100%);
    content: "";
    width: 100%;
    height: 100%;
    opacity: 0.83;
}

.head-thumbnail img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.head-desc .post-title {
    font-size: 25px;
    font-weight: 500;
    line-height: 32px;
    margin: 15px 0;
}

.head-desc .entry-meta span{
    margin-right: 10px;
}

.head-desc .entry-meta a{
    color: #333;
}

.bodytext h2{
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.bodytext h3{
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
}

.post-author img {
    width: 20px;
    height: 20px;
    border-radius: 100px;
    background: #dde8f0;
    vertical-align: middle;
    margin-right: 5px;
}

.socialbutton{
    display:flex;
    align-items:flex-start;
    justify-content: right;
}

.RelatedPosts .heading{
    margin: 30px 0 20px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    background-color: #2869970d;
    border-left: 3px solid #315b4d;
    padding-left: 15px;
}

.RelatedPosts ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin: 0;
    padding: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.RelatedPosts ul li {
    position: relative;
    list-style: none;
}

.RelatedPosts .lk_image {
    float: left;
    margin-right: 15px;
}

.RelatedPosts .lk_image img {
    width: 110px;
    height: 75px;
    object-fit: cover;
}

.RelatedPosts .lk_description h3{
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
}

.RelatedPosts .lk_meta span {
    display: inline-block;
    font-size: 13px;
    margin-right: 5px;
    color: #999;
}

@media (max-width: 1119.98px) {
    .topnews-center .post-large-thumbnail img{
        max-width: 350px;
    }
}

@media (max-width: 991.98px) {
    .main-news-content .box-large p{
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #eaeaea;
    }
}

@media (max-width: 767.98px) {
    .viewcatpage-item .post-thumbnail{
        margin-right: 0;
        max-width: 100%;
        margin-bottom: 10px;
    }

    .socialbutton{
        justify-content: left;
        margin-top: 12px;
    }

    .RelatedPosts ul{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .topnews-center .box-large{
        display: block;
    }

    .topnews-center .box-large img{
        width: 100%;
    }

    .topnews-item .post-thumbnail{
        display: inline-block;
        max-width: 160px;
        float: left;
        margin-right: 15px
    }

    .topnews-list{
        margin-top: 20px;
    }
}

@media (max-width: 499.98px) {
    .topnews-center .box-large {
        display: block;
    }

    .topnews-center .post-large-thumbnail img{
        width: 100%;
    }

    .topnews-center .box-large h3{
        font-size: 20px;
    }
}

@media (max-width: 299.98px) {
    .topnews-center .box-large .post-large-content{
        padding: 10px;
    }
    .topnews-item .post-thumbnail{
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
</pre></body></html>