@charset "utf-8";

.cs-lt { font-size: 20px; color: #fff; }
.cs-lt li { padding: 11px 0 10px; border-bottom: 1px solid #3264a6; line-height: 30px; }
.cs-lt li a { display: flex; justify-content: space-between; font-weight: 300; }
.cs-lt li a .title { width: 12em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cs-lt li a .status { display: flex; justify-content: center; align-items: center; font-size: 18px; width: 110px; height: 30px; background: #b27500; }
.cs-lt li a .status.answered { background: #00abb2; }
.cs-lt li a .name { width: 3em; }