.lm{
    width: 100%;
    min-height: 675px;
    background: #ffffff;
}
.lm-center{
    width: 1150px;
    height: auto;
    margin: 0 auto;
}
.lm-left{
    width: 200px;
    height: auto;
    margin-bottom: 0px;
    margin-top: 22px;
    border-left: 6px solid #5b5ba2;
}
.lm-left-top{
    width: 200px;
    height: 65px;
    line-height: 65px;
    border: 6px solid #5b5ba2;
    border-bottom: 0;
    border-left: 0;
    left: 0px;
    background: #ffffff;
}
.lm-left-top p{
    font-size: 22px;
    color: #5b5ba2;
    margin-left: 20px;
    margin-bottom: 50px;
}
.lm-left-bottom{
    width: 300px;
    min-height: 150px;
    
    margin-bottom: 50px;
}
.lm-left-bottom ul li{
    width: 180px;
    line-height: 44px;
    height: 44px;
    border-bottom:1px solid #aaaaaa;
    margin-left: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.lm-left-bottom ul li a{
    display: block;
    font-size: 16px;
    color: #aaaaaa;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.lm-left-bottom ul li.lm_active{
    border-bottom:1px solid #be0030;
}
.lm-left-bottom ul li.lm_active a{
    color: #be0030;
    font-weight: bold;
}
.lm-left-bottom ul li:hover{
    border-bottom:1px solid #be0030;
}
.lm-left-bottom ul li:hover a{
    color: #be0030;
    font-weight: bold;
    transition: ease-in 0s;
}
.lm-right{
    width: 864px;
    height: auto;
}
.lm-right-top{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border-bottom: 1px solid #aaaaaa;
}
.lm-right-top p{
    width: auto;
    height: 40px;
    line-height: 40px;
    color: #5b5ba2;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #5b5ba2;
}
.lm-right-top ul{
    width: auto;
    height: 40px;
    line-height: 40px;
    
}
.lm-right-top ul li a{
    color: #b9b9b9;
    font-size: 14px;
}
.lm-right-top ul li a:hover{
    color: #5b5ba2;
}