@charset "UTF-8";.timeline-item{position:relative;padding-left:32px;margin-bottom:28px}.timeline-item::before{content:"";position:absolute;left:8px;top:4px;width:12px;height:12px;border-radius:50%;background:var(--ks-primary)}.timeline-item::after{content:"";position:absolute;left:13px;top:16px;width:2px;height:calc(100% + 4px);background:var(--ks-border)}.timeline-item:last-child::after{display:none}.timeline-item .year{font-size:13px;font-weight:700;color:var(--ks-primary);margin-bottom:4px}.timeline-item p{font-size:14px;color:var(--ks-text-muted);line-height:1.6;margin:0}