.tab-map-list {  
  .list-item {
    width: 120px;
    box-sizing: border-box;
    &:hover {
      background: #f5f5f5
    }
    &.active {
      font-weight: bold;
    }
  }
}