﻿.newscenter{
    position: relative;
    margin-bottom: 15px;
}
.newscenter .img-box{
    position: relative;
    max-height: 320px;
    overflow: hidden;
}

.newscenter h3{
    padding: 10px 0 6px;
    font-size: 16px;
}
.othernews {
    padding: 4px 8px 5px 8px !important;
    margin: 0px;
    max-height: 450px;
    background: #f5f8fb;
    list-style: none;
    clear: both;
}

.othernews li {
    padding: 6px 5px 6px 15px;
    position: relative;
    background: url(../images/bullet.png) no-repeat left;
    border-bottom: 1px dotted #e2e2e3;
}

.othernews li:last-child{
    border-bottom: none;
}

.othernews li span{
    font-style: italic;
    font-size: 13px;
}

.viewcat-news h2,
.viewcat-news h3{
    font-size: 18px;
    font-weight: 500;
}

.viewcat-news img{
    margin-right: 10px;
}

.other-news .h3{
    font-size: 16px;
    font-weight: 500;
    margin: 10px 0;
}

.other-news li{
    font-size: 16px;
    margin-bottom: 2px !important;
}

.viewcat-main-right{
    position: relative;
    margin-bottom: 20px;
}

.viewcat-main-right .box-large img{
    width: 260px;
    margin-right: 10px
}

.viewcat-main-right .list-unstyled{
    font-size: 14px;
    margin-top: 4px;
}

.viewcat-main-right .related li{
    position: relative;
    padding-left: 10px;
}

.viewcat-main-right .related li:before{
    content: '';
    width: 3px;
    height: 3px;
    background: #999;
    position: absolute;
    left: 0;
    top: 10px;
}

.viewcat-grid .item{
    position: relative;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 15px;
    background-color: #eee;
    overflow: hidden;
}

.viewcat-grid .item .thumb{
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 80%;
}

.viewcat-grid .item .thumb img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    margin: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
}

.viewcat-grid .item h2,
.viewcat-grid .item h3{
    font-size: 14px;
    font-weight: 500;
    padding: 6px 10px;
    height: 54px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .viewcat-news img{
        width: 100%;
        margin: 0 0 10px 0;
    }
    .viewcat-main-right .box-large img{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
    }
}