﻿.viewcat{
    margin-bottom: 20px;
}
.viewcat .heading {
    position: relative;
    border-bottom: 2px solid #e49706;
    margin-bottom: 10px;
}
.viewcat .heading h2 {
    display: inline-block;
    padding: 0px 50px 0 10px;
    background: url(../images/cat-bg.png) no-repeat center center;
    background-size: 100% 45px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.viewcat .related{
    margin: 0;
    padding: 0;
}
.viewcat .related li{
    display: inline-block;
    margin-bottom: 15px;
    width: 100%;
}
.viewcat .related li:last-child{
    margin: 0;
}
.viewcat .related img{
    display: inline-block;
    max-width: 100px;
    float: left;
    margin-right: 10px;
}
.viewcat .related h4{
    font-weight: 500;
    color: #333;
    transition: 0.5s;
}
.viewcat .related li:hover h4{
    color: #2060a0
}
.top-news{
    position: relative;
    padding: 20px 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;
    background-color: #5f5f5fe0;
    padding: 10px 20px;
    color: #fff;
    font-size: 13px;
}
.newscenter .info-box h3{
    font-size: 16px;
    font-weight: 500;
    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: 22px;
}
.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;
}
.box-large p{
    color: #333;
    font-size: 14px;
    margin: 0;
}
.viewpage h2, .viewpage h3{
    margin-bottom: 10px;
}
.viewpage h2 a, .viewpage h3 a{
    font-size: 16px;
    font-weight: 500;
}
.viewpage img{
    margin-right: 12px;
}
.viewpage ul li{
    margin-bottom: 6px;
    font-size: 14px;
}
.viewpage p{
    margin: 0;
    font-size: 14px;
}

.other-news .h3{
    font-size: 16px;
    margin: 10px 0;
}
.other-news h4{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
}
@media (max-width:767px){
    .newscenter .info-box{
        position: relative;
        margin-bottom: 10px;
    }
    .newscenter .info-box h3{
        max-height: 48px;
        overflow: hidden;
    }
    .box-large{
        margin-bottom: 10px;
    }
    .viewpage img{
        margin: 0 0 10px 0;
        width: 100%;
    }
}