@charset "utf-8";

.LeftNav{
   float: left;
    width: 242px;
    margin-top: 40px;
}
.LeftNav h4{
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 99px;
    font-weight: normal;
    background: rgb(140 45 48);
    position: relative;
    z-index: 99;
    padding: 0 10px;
}
.LeftNav>ul{
    padding: 6px 0 18px;
    /* background: #f5f5f5; */
}
.LeftNav>ul>li{
    line-height: 71px;
    margin: 5px 0;
}
.LeftNav>ul>li>a{
    display: block;
    font-size: 18px;
    color: #111111;
    padding-left: 15px;
    padding-right: 10px;
    transition: all .3s;
    position: relative;
    background-color: #f6f7f9;
    line-height: 60px;
}

.LeftNav>ul>li.on>a,.LeftNav>ul>li.active>a{
    background: #8c2d30;
    color: #fff;
}
.LeftNav>ul>li.active>span{
background: url("../images/sub_left_down-hover.png") no-repeat center center;}

.LeftNav>ul>li>ul{
    background: #f6f7f9;
    display: none;
}
.LeftNav li{
    position: relative;
}
.LeftNav>ul>li>ul>li{
    padding-left: 38px;
    position: relative;
}
.LeftNav>ul>li>ul a{
    display: block;
    font-size: 14px;
    color: #333;
    line-height: 48px;
    border-bottom: 1px dashed #ddd;
}
.LeftNav li span{
    position: absolute;
    right: 7px;
    top: 0;
    width: 40px;
    height: 60px;
    background: url("../images/sub_left_down.png") no-repeat center center;
}

.LeftNav>ul>li>ul a:hover{
    color: #0170c1;
}
.LeftNav .sub2,
.LeftNav .sub3{
    display: none;
}
.LeftNav .sub2 {
    padding-left: 15px;
}
.LeftNav .sub3{
    padding-left: 15px;
}
.LeftNav>ul>li.on {
    background: #fff;
}