.lm-title{
    font-size: 0.55rem;
    text-align: left;
    /*display: flex;*/
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-bottom: 0.09rem solid #c50000;
    width: 9.34rem;
    margin: 0.3rem auto 0.5rem auto;
    padding-bottom: .2rem;
}
.lm-title a{
    font-weight: 600;
    color: #c50000;
}
.more {
    border: 1px #c3c3c3 solid;
    border-radius: 0.17rem;
    display: block;
    text-align: center;
    font-size: 0.4rem;
    padding: 0.13rem;
    width: 1.5rem;
    color: #c3c3c3 !important;
    margin: 0.4rem auto 0.2rem auto;
}