@charset "utf-8";
/* CSS Document */

#nav {
    position: relative;
    width: 200px;
    height: 530px;
    background: #ffffff;
    border: 2px dashed #ffffff;
    border-radius: 10px;

}

.li01 {
    list-style: none;
    font-size: 16px;
    cursor: pointer;
    margin-top: 10px;
    padding-left: 20px;
    background: url("../IMG/img/ico.png") no-repeat 0px 20px;

}

.li01 i {
    color: #999999;
}

.li01 a {
    color: #003366;
}

.li_01 {
    list-style: none;
    font-size: 13px;
    cursor: pointer;
}

.pot{
    font-size: 12px;
    color: #73BC2F;
    font-weight: bold
}

#left li {
    line-height: 55px;
}

.all ul {
    display: none;
}