ul.addList li{
list-style:none;
padding-left:24px;
line-height:1.6;
position:relative;
}
ul.addList li:before{
content:"+";
display:block;
width:16px;height:16px;
border-radius:8px;
background:#8CC4D9;
color:#fff;
line-height:16px;
text-align:center;
position:absolute;
left:0;
top:2px;
}