.skills >ol li{float: left; 左浮width: 48%;margin-bottom: 40px;
}
.skills >ol li:nth-child(even){ //even 偶数 odd 奇数float: right; 右浮
}另一种
.skills >ol li:nth-child(1){ //第一个margin-left: 0;
}.skills >ol li:first-child{ //第一个margin-left: 0;
}
:nth-child 伪类,表状态,元素的一种状态,不是元素,不存在
:: 伪元素,存在