@charset "utf-8";

.lat_title_only {
  margin: 0 10px 14px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  overflow: hidden;
}
.lat_title_only .lat_title {
  margin: 0;
  padding: 12px 14px;
  font-size: 1.05em;
  border-bottom: 1px solid #eef2f7;
  background: #f8fafc;
}
.lat_title_only .lat_title a {
  color: #0f172a;
  font-weight: 800;
  text-decoration: none;
}
.lat_title_only ul {
  list-style: none;
  margin: 0;
  padding: 4px 0;
}
.lat_title_only li {
  position: relative;
  padding: 10px 70px 10px 14px;
  border-bottom: 1px solid #f1f5f9;
  font-size: 0.95em;
  line-height: 1.4;
}
.lat_title_only li:last-child { border-bottom: 0; }
.lat_title_only li a {
  color: #1e293b;
  text-decoration: none;
  font-weight: 600;
}
.lat_title_only .lt_date {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.78em;
  color: #94a3b8;
  font-variant-numeric: tabular-nums;
}
.lat_title_only .lt_cmt {
  color: #2563eb;
  font-size: 0.85em;
  font-weight: 700;
}
.lat_title_only .new_icon {
  display: inline-block;
  padding: 0 4px;
  font-size: 10px;
  line-height: 14px;
  background: #ef4444;
  color: #fff;
  border-radius: 3px;
  font-weight: 700;
}
.lat_title_only .empty_li {
  color: #94a3b8;
  text-align: center;
  padding: 18px 14px;
}
.lat_title_only .lt_more {
  display: block;
  text-align: center;
  padding: 10px;
  border-top: 1px solid #eef2f7;
  color: #64748b;
  font-size: 0.88em;
  font-weight: 600;
  text-decoration: none;
}
