﻿/* main_m_l */
.main_m_l {
    width: 293px;
    margin: 0 auto;
}

.lm_tit {
    font-family: "";
    font-size: 20px;
    color: #000;
    background: url(../../images/lm_tit.gif) no-repeat left center;
    text-indent: 30px;
    padding: 12px 0;
}

.lm_con {
    font-family: "";
}

    .lm_con li {
        line-height: 38px;
        height: 38px;
        overflow: hidden;
        font-size: 14px;
        background: url(../../images/nyzbdhdjbg.gif);
    }

        .lm_con li a {
            display: block;
            position: relative;
            padding-left: 20px;
            text-decoration: none;
            cursor: pointer;
        }

            .lm_con li a i {
                position: absolute;
                right: 0;
                top: 0;
                height: 38px;
                line-height: 38px;
                width: 0px;
                overflow: hidden;
                background: url(../../images/jt2.png) no-repeat left center;
            }

            .lm_con li a:hover i {
                background: url(../../images/jt1.png) no-repeat left center;
            }

.leftDiv {
    background: url(../../images/nyzbdhbg.gif);
    position: absolute;
    width: 293px;
    height: 38px;
    display: none;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
