/* 列表 */
.con-box ul{
    width: 100%;
}
.con-box ul li {
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-indent: 16px;
    background: url(../img/li-bg.png) center left no-repeat;
}
.con-box ul li a{
    display: block;
    width: 85%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.con-box ul hr{
    height: 1px;
    background: #dfe8f0;
    border: none;
    margin: 30px auto;
}
.con-box ul li span {
    float: right;
    color: #999;
    font-size: 14px;
    padding-right: 15px;
}

/* 左侧栏目列表 */
.leftColumn{
    width: 100%;
}

.leftColumn .navL{
    width: 220px;
}
.leftColumn .navL p{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #d50000;
    color: #ffffff;
    font-size: 20px;
    font-weight: 900;
}
.leftColumn .navL li{
    width: 100%;
    height: 60px;
    background: #ebeaea;
    margin-top: 5px;
}
.leftColumn .navL li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    background: #f3f3f3;
    color: #333;
}
.leftColumn .navL li:hover,.leftColumn .navL li.navActive{
    border-left: 4px solid #d50000;
    width: 216px;
}
.leftColumn .con-box{
    width: 915px;
}
