
.left-bar {
    width: 300px;
    color: #fff;
    float: left;
    padding-bottom: 07px;
}

.left-bar .left-bar-title {
    width: 100%;
    float: left;
    background: #0a499b url(../images/pro-cate.png) no-repeat;
    background-size: 300px;
    height: 86px;
    text-align: left;
    padding-left: 30px;
    padding-top: 20px;
    box-sizing: border-box;
}

.left-bar .left-bar-title .cn {
    font-size: 24px;
    font-weight: bold;
    line-height: 24px;
}

.left-bar .left-bar-title .hen {
    line-height: 28px;
    font-size: 18px;
    color: #fff;
}

.left-bar .left-bar-cate {
    width: 100%;
    background-color: #fff;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
}

.left-bar .left-bar-cate a {
    position: relative;
    display: block;
    float: left;
    clear: both;
    width: 100%;
    height: 46px;
    line-height: 46px;
}

.left-bar .left-bar-cate > a {
    background: #012D52;
    padding-left: 30px;
    border-top: 1px solid #e5e5e5;
    font-weight: bold;
    color: #fff;
    box-sizing: border-box;
}

.left-bar .left-bar-cate > a:first-child {
    border-top: none;
}

.left-bar-cate .sub2 a.on {
    color: #0a499b;
    font-weight: bold;
}

.left-bar .left-bar-cate a em {
    display: block;
    width: 30px;
    height: 25px;
    /*background: url(../images/left-bar-on.png) no-repeat center;
    background-size: 16px 09px;*/
    top: 20px;
    right: 0;
    position: absolute;
}

.left-bar-cate .sub2 a {
    padding-left: 30px;
    background: url(../images/bar-sub.png) no-repeat 10px center;
    background-size: 12px;
}

.left-bar-cate .sub3 a {
    padding-left: 40px;
    background: url(../images/com/icon-sub.png) no-repeat 20px 50%;
    background-size: 12px;
}