@charset "utf-8";

.lt { position: relative; margin-bottom: 30px; }
.lt .lt_title { display: block; border-bottom: 2px solid #000; padding: 0 0 12px 0; margin-bottom: 0; background: none; border-radius: 0; }
.lt .lt_title strong { font-size: 19px; color: #000; font-weight: 700; letter-spacing: -0.5px; }
.lt .lt_title i { display: none; }
.lt .lt_more { position: absolute; top: 2px; right: 0; color: #666; font-size: 16px; }

.lt ul { margin: 0; padding: 0; list-style: none; }
.lt li { display: flex; justify-content: space-between; align-items: center; padding: 13px 5px; border-bottom: 1px solid #e5e5e5; }
.lt li:hover { background: #f9f9f9; }

.lt .lt_tit { font-size: 15px; color: #333; text-decoration: none; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 82%; }
.lt .lt_tit strong { font-weight: 400; }
.lt .new_icon { display: none !important; }

.lt .lt_info { margin: 0; padding: 0; border: 0; display: inline-block; }
.lt .lt_date { font-size: 14px; color: #999; font-family: 'Arial'; font-style: normal; }
.lt .lt_date i, .lt .sv_member, .lt .cnt_cmt, .lt .profile_img { display: none !important; }

.lt .empty_li { padding: 40px 0; text-align: center; color: #bbb; border-bottom: 1px solid #eee; }