.pointer {cursor: pointer;}
.node-number {display: inline-block;width: 30px;border: 0;text-align: center;}
.link_active {background-color: #3860f4;color: #fff;border-radius: 4px;}
.table-title-span{display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.table-body-span {display: inline-block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.table-title-span:nth-child(1), .table-body-span:nth-child(1) {width: 40%;}
.table-title-span:nth-child(2), .table-body-span:nth-child(2) {width: 10%;}
.table-title-span:nth-child(3), .table-body-span:nth-child(3) {width: 15%;}
.table-title-span:nth-child(4), .table-body-span:nth-child(4) {width: 20%;}
.table-title-span:nth-child(5), .table-body-span:nth-child(5) {width: 15%;}
.city-list-title {font-size: 20px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.city-list-row{margin:5px 10px 0 10px;height: 27px;line-height: 27px;}
.padding-left-20{padding-left: 20px;}
.padding-0-10 {padding: 0 10px;}