@charset "utf-8";

.lat { width: 560px; }
.lat > ul {}
.lat > ul > li { list-style: disc outside; color: #000; width: 100%; height: 51px; font-size: 22px; font-weight: 500; display: flex; position: relative; padding-left: 0; justify-content: space-between; align-items: center; box-sizing: border-box; line-height: 1; }
.lat > ul > li::before { display: none; content: ''; position: absolute; left: 14px; top: 50%; width: 5px; height: 5px; background: #fff; border-radius: 5px; transform: translate(0, -50%); }
.lat > ul > li > a { color: #fff; }
.lat > ul > li > span { font-size: 18px; }