@charset "utf-8";

.lat_list_one {position:relative; margin-bottom:0; overflow:hidden; border-top: 3px solid #111; background:#fff; border-bottom:1px solid #eee;}

.lat_list_one li {
    position:relative;
    line-height:45px; /* 한 줄의 높이 */
    height:45px;      /* 스크립트의 마진값과 일치시켜야 함 */
    padding:0 15px;
    border-bottom:1px solid #f2f2f2;
    overflow:hidden;
}

.lat_list_one li a:hover{color:#32c5d2}
.lat_list_one li .fa-lock{display: inline-block;line-height: 14px;width: 16px;font-size: 12px;color: #4f818c;background: #cbe3e8;text-align: center;border-radius: 2px;border:1px solid #a2c6ce}
.lat_list_one li .hot_icon{display:inline-block;width: 16px;line-height:16px;font-size:10px;color:#fff;background:#e52955;text-align:center;border-radius: 2px; vertical-align:middle; margin-top:-3px;}

.lat_list_one .lt_date{position:absolute; top:0; right:15px; color:#888; font-size:12px;}
.lat_list_one .lt_cmt{background:#5c85c1; color:#fff; font-size:11px; height:16px; line-height:16px; padding:0 5px; border-radius:3px; margin-left:5px;}

.lat_list_one .empty_li{line-height:300px; color:#666; text-align:center; padding:0;}