I need to display a two column list of items according to the following rules:
You just need the CSS multi-column properties, e.g. ul { column-count: 2; }.
ul { column-count: 2; }
See Can I Use for support information on CSS Columns.