*{ margin: 0; padding: 0; list-style: none; } ul{ padding: 0 20px 0 120px; } ul li{ height: 80px; border-bottom: 1px solid #ddd; position: relative; } ul li .left-box{ position: absolute; height: 80px; line-height: 80px; width: 80px; text-align: center; left: -120px; } ul li .right-box{ text-align: center; line-height: 80px; } ul li:before{ content: ''; position: absolute; width: 16px; height: 16px; background: #00A6FB; border-radius: 50%; top:50%; margin-top: -8px; left: -40px; } ul li:after{ content: ''; position: absolute; height: 80px; border-left: #00A6FB 1px solid; top:50%; left: -40px; margin-left: 8px; } ul li:last-of-type:after{ display: none; }