<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.top-news{
    position: relative;
    padding: 20px 0 0;
}
.newscenter .img-box{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.newscenter .img-box img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    transition: filter .6s, opacity .6s, transform .6s, box-shadow .3s;
}
.newscenter .info-box{
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #5f5f5fe0;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
}
.newscenter .info-box h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.newscenter .owl-nav{
    position: absolute;
    top: 35%;
    width: 100%;
}

.newscenter .owl-nav div{
    background-color: #ddd;
    padding: 8px 15px;
    position: absolute;
    opacity: 0.5;
}
.newscenter:hover .owl-nav div{
    opacity: 1;
}
.newscenter .owl-nav .owl-prev{
    left: 5px;
}
.newscenter .owl-nav .owl-next{
    right: 5px;
}

.groups_style1 .item{
    position: relative;
    margin-bottom: 15px;
}
.groups_style1 .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.groups_style1 .thumb img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.groups_style1 h3{
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #484848b8;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.4s;
}
.groups_style1 h3 a{
    color: #fff;
}
.groups_style1 h3:hover a{
    color: #ccc9c9;
}

.box-large .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 70%;
    background-position: 50% 50%;
    background-size: cover;
}
.box-large .thumb img{
        right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}
.box-large h3{
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    color: #333;
    text-align: justify;
}
.box-large p{
    color: #333;
    font-size: 14px;
    margin: 0;
    text-align: justify;
}

.viewcat .related{
    margin: 0;
    padding: 0;
}
.viewcat .related li{
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
    max-height: 75px;
    overflow: hidden;
}
.viewcat .related li:last-child{
    margin: 0;
}
.viewcat .related img{
    display: inline-block;
    float: left;
    margin-right: 10px;
    max-width: 100px
}
.viewcat .related h4{
    font-weight: 500;
    color: #333;
    transition: 0.5s;
    text-align: justify;
}
.viewcat .related li:hover h4{
    color: #1f5a9b
}
.other-news li{
    display: flex;
}
.other-news .fa{
    margin-top: 4px;
    margin-right: 6px;
}
.other-news .h3{
    margin: 10px 0 15px;
    font-size: 16px
}
.other-news h4{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}

.viewcat-page h2,
.viewcat-page h3{
    font-size: 16px;
    font-weight: 500;
}
.viewcat-page img{
    margin-right: 20px;
}

@media (max-width: 767.98px){
    .top-news{
        padding: 0 20px;
        margin-top: 15px;
    }
    .viewcat-page img{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .newscenter .info-box p{
        display: none;
    }
    .groups_style1 .thumb{
        padding-top: 50%
    }
    .groups_style1 h3{
        background-color: #525252e8
    }
    .box-large{
        margin-bottom: 15px;
    }
}</pre></body></html>