.LiHmzcarstationListInfo{
    position: relative;
    margin-top: 10px;
    padding: 10px 0;
}
.LiHmzcarstationListAdress{
    float: left;
    color: #878787;
    font-size: 18px;
    font-weight: bold;
}
.LiHmzcarstationListAdress p:nth-child(2){
    margin-bottom: 10px;
}
.LiHmzcarstationListImage{
    float: right;
    margin-right: 50px;
}
.LiHmzcarstationListImage img{
    width: 120px;
    height: 100px;
}
@media(max-width:768px){
    .LiHmzcarstation .LiBranchMap p{
        display: none;
    }
    .LiBranchList{
        margin-top: 0.625rem;
    }
    .LiHmzcarstationListInfo{
        margin-top: 0;
        padding: 0.625rem 0;
    }
    .LiHmzcarstationListAdress{
        float: none;
        margin-left: 0.625rem;
        font-size: 0.875rem;
        font-weight: 400;
    }
    .LiHmzcarstationListAdress p:nth-child(1){
        color: black;
        font-size: 1rem;
        font-weight: bold;
    }
    .LiHmzcarstation .LiBranchListMap{
        left: 0.625rem;
        transform: translate(0,-50%);
    }
    .LiHmzcarstationListImage{
        margin-right: 0.625rem;
    }
}