/*lmleft*/
.listmain {
  /*  height: 100%;
    position: relative;
    padding: 0 0 0 0;
    width: 1200px;
    margin: 30px auto;
    min-height: 800px;*/
}

.lm-left {
    width: 260px;
    float: left;
    /* padding: 0 0 0 0;
    position: absolute;*/
min-height: 400px;

}

.lm-left .left-lmname {

    position: relative;


    padding: 0;
    overflow: hidden;

background: #2786ca;
    height: 46px;
    line-height: 46px;
}

.lm-left .left-lmname h1 { /* position: relative; */




    z-index: 999;
    /* top: 14px; */
    /* left: 49px; */

    width: 100%;
    display: block;


font-family: '微软雅黑';
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: block;
    letter-spacing: 5px;
}

.lm-left .left-lmname span {
    color: #ffffff;
    font-size: 10px;
    line-height: 30px;
    width: 100%;
    display: block;
    text-align: center;
}

.lm-left .list-sub {
    height: auto;
    overflow: hidden;
    width: 260px;
    padding: 0 0;
    border: #e9e9e9 1px solid;
}

.lm-left .list-sub a {
    display: block;
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #333333;
    text-align: left;
    border-bottom: #ffffff 1px solid;
    border-left: #a3a3a3 5px solid;
    background: #e9e9e9;
    text-indent: 2em;
}

.lm-left .list-sub a i {
    background: url("../images/sub_jtbg.png") -44px center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
    margin: 0 15px 0 0
}

.lm-left .list-sub a:hover i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
}

.lm-left .list-sub a:last-child {
    border-bottom: none
}

.lm-left .list-sub a:hover {
    background: #0069bc;
    color: #ffffff;
    border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on {
    background: #0069bc;
    color: #ffffff;
    border-left: #004987 5px solid;
}

.lm-left .list-sub #this-on i {
    background: url("../images/sub_jtbg.png") left center no-repeat;
    display: block;
    float: right;
    width: 6px;
    height: 50px;
}


/*list_subs*/
.list_subs {
    width: 260px;
    margin: 0 auto 0 auto;
   /* border-left: #0952a6 10px solid;*/
}

.list_subs ul li {
    border-bottom: 0;
color: #2a3136;
    text-shadow: 0px 1px 0px rgb(255 255 255 / 20%);
    background: #ced0d2;
}


.list_subs ul li:hover {
    background: #babbbb;
color: #2a3136;
    text-shadow: 0px 1px 0px rgb(255 255 255 / 20%);
}

.list_subs ul li a {
    color: #555555;
    font-size: 16px;
    display: block;
    line-height: 44px;
    line-height: 44px;
    position: relative;
    border-bottom: #fff 1px solid;
    /*width: 100%;*/
    margin: 0 auto;
    padding: 0 15px;
}

.list_subs ul li .inactive {
    background: url("../images/suboff.png") no-repeat 205px center;
}

.list_subs ul li .inactives {
    background: url("../images/subon.png") no-repeat 205px center;
    color: #0952a6;
    font-weight: bold;
}

.list_subs ul li .inactivesl {
    color: #0952a6;
    font-weight: bold;
}




.list_subs ul li ul {
    display: none;
}

.list_subs ul li ul li {
    border-left: 0;
    border-right: 0;
    background-color: #f7f7f7;
    border-color: #467ca2;
    background-image: url("../images/subico2j.png") !important;
    background-position: 20px;
    background-repeat: no-repeat;
}

.list_subs ul li ul li:hover {
    background-image: url("../images/subico2hj.png") !important;
    background-position: 20px;
    background-repeat: no-repeat;
}

.list_subs ul li ul li ul {
    display: none;
}

.list_subs ul li ul li a {
    padding-left: 30px;
    font-size: 15px;

}

.list_subs ul li ul li ul li {
    background-color: #f7f7f7;
    border-color: #6196bb;
    background-image: url(../images/subico3j.png) !important;
    background-position: 32px;
    background-repeat: no-repeat;
}

.list_subs ul li ul li ul li:hover {
    background-image: url(../images/subico3hj.png) !important;
    background-position: 32px;
    background-repeat: no-repeat;
}

.last {
    background-color: #d6e6f1;
    border-color: #6196bb;
}

.list_subs ul li ul li ul li a {
    color: #666666;
    padding-left: 45px;
    font-size: 14px;
    font-weight: normal;
}


.list_subs ul li a:hover {
    color: #0952a6;
    font-weight: bold;
}

.list_subs .thisnav {
    color: #0952a6;
    font-weight: bold
}