给父元素设置

ul{
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
 align-content: flex-start;
 }
 li{
 width:50%;
 }