ul{list-style:none;width:200px;overflow:hidden;}li{width:100px;float:left}
要不然用2个ul设为float也可以
ul{column-count:2;}