﻿.leftMenuBox {
    min-height: 650px;
}

    .leftMenuBox .panel-heading {
        font-size: 16px;
        font-weight: bold;
    }

    .leftMenuBox ul {
        line-height: 40px;
    }

        .leftMenuBox ul li {
            border-bottom: 1px dotted lightgray;
            display: block;
            padding-left: 20px;
        }

            .leftMenuBox ul li:hover {
                background-color: #f8f8f8;
                font-weight: bold;
            }

.contentBox {
    padding: 15px 10px 0px 10px;
    border: 0px;
    line-height: 28px;
    min-height: 530px;
}

.time {
    height: 20px;
    line-height: 20px;
    color: #999999;
    padding-bottom: 5px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

.news-title hr {
    margin-top: 5px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px dashed #b7b4b4;
}
