@charset "utf-8";

/* Netcity Forum latest */
.forum-latest-basic {
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #172033;
}
.forum-latest-basic__head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr) auto;
    gap: 10px;
    align-items: center;
    padding: 15px 16px;
    border-bottom: 1px solid #edf1f5;
    background: linear-gradient(135deg, rgba(15, 118, 110, .07), rgba(245, 158, 11, .08)), #fbfcfe;
}
.forum-latest-basic__icon {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 8px;
    background: #f8fafc;
    box-shadow: inset 0 0 0 1px rgba(15, 118, 110, .12);
}
.forum-latest-basic__icon img {
    display: block;
    width: 30px;
    height: 30px;
}
.forum-latest-basic .lat_title {
    margin: 0;
    color: #172033;
    font-size: 16px;
    line-height: 1.25;
}
.forum-latest-basic .lat_title a {
    display: block;
    color: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-latest-basic__list {
    display: flex;
    flex-direction: column;
    min-height: 244px;
    margin: 0;
    padding: 6px 0;
    list-style: none;
}
.forum-latest-basic li {
    position: relative;
    margin: 0;
    padding: 11px 16px;
    border-bottom: 1px solid #f0f3f7;
}
.forum-latest-basic li:last-child {
    border-bottom: 0;
}
.forum-latest-basic__row {
    display: flex;
    align-items: center;
    gap: 7px;
    min-width: 0;
}
.forum-latest-basic__subject {
    flex: 1;
    min-width: 0;
    color: #172033;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.45;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-latest-basic__subject:hover {
    color: #0f766e;
}
.forum-latest-basic__badges {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 4px;
}
.forum-latest-basic .lt_info {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    margin-top: 6px;
    color: #667085;
    font-size: 12px;
}
.forum-latest-basic .lt_nick {
    display: inline-block;
    max-width: 58%;
    overflow: hidden;
    color: #475467;
    font-weight: 800;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.forum-latest-basic .lt_date {
    color: #98a2b3;
}
.forum-latest-basic .new_icon,
.forum-latest-basic .hot_icon {
    display: inline-grid;
    width: 20px;
    height: 20px;
    overflow: hidden;
    place-items: center;
    border-radius: 999px;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
}
.forum-latest-basic .new_icon {
    background: #172033 url("../../../img/forum/new.svg") no-repeat center / 17px 17px;
}
.forum-latest-basic .hot_icon {
    background: #fff3d6;
}
.forum-latest-basic .hot_icon .fa-heart {
    display: block;
    width: 15px;
    height: 15px;
    overflow: hidden;
    background: url("../../../img/forum/good.svg") no-repeat center / contain;
    color: transparent;
    font-size: 0;
}
.forum-latest-basic .fa-lock,
.forum-latest-basic .fa-download,
.forum-latest-basic .fa-link {
    display: inline-block;
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    color: transparent !important;
    font-size: 0 !important;
    vertical-align: middle;
}
.forum-latest-basic .fa-lock { background-image: url("../../../img/forum/lock.svg"); }
.forum-latest-basic .fa-download { background-image: url("../../../img/forum/file.svg"); }
.forum-latest-basic .fa-link { background-image: url("../../../img/forum/link.svg"); }
.forum-latest-basic .lt_cmt {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    min-width: 22px;
    height: 20px;
    padding: 0 7px;
    border-radius: 999px;
    background: #fff3d6;
    color: #9a5b00;
    font-size: 11px;
    font-weight: 900;
    vertical-align: middle;
}
.forum-latest-basic .lt_cmt:before {
    content: "";
    width: 13px;
    height: 13px;
    background: url("../../../img/forum/comment.svg") no-repeat center / contain;
}
.forum-latest-basic .profile_img {
    display: inline-grid;
    width: 22px;
    height: 22px;
    margin-right: 4px;
    overflow: hidden;
    place-items: center;
    border-radius: 8px;
    background: #172033 url("../../../img/forum/mark.svg") no-repeat center / cover;
    vertical-align: middle;
}
.forum-latest-basic .profile_img img {
    width: 22px !important;
    height: 22px !important;
    border-radius: 8px;
}
.forum-latest-basic .profile_img img[src$="no_profile.gif"] {
    opacity: 0;
}
.forum-latest-basic .empty_li {
    display: grid;
    min-height: 190px;
    place-items: center;
    gap: 10px;
    color: #667085;
    text-align: center;
}
.forum-latest-basic__empty-icon {
    display: block;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #f8fafc url("../../../img/forum/comment.svg") no-repeat center / 28px 28px;
    box-shadow: inset 0 0 0 1px #dce4ee;
}
.forum-latest-basic .lt_more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #dce4ee;
    border-radius: 8px;
    background: #fff;
    color: #0f766e;
    font-size: 12px;
    font-weight: 900;
}
.forum-latest-basic .lt_more:hover {
    border-color: #0f766e;
    background: #edf7f5;
}
