﻿.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;
}