﻿
.leftListBox {
    min-height: 710px;
}

.leftListBox .title{
    font-size: 16px;
    font-weight: bold;
}

.leftListBox#listTB {
    
}

.leftListBox ul li {
    border-bottom: 1px dotted lightgray;
    display: block;
    padding-left: 20px;
}

.leftListBox ul li.active{
    background-color: azure;
    font-weight:bold;
}

.leftListBox ul li:hover {
    background-color: #f8f8f8;
    font-weight: bold;
}
