@charset "utf-8";
:root {
    --latest-keycolor:  deepskyblue;
}
#container .lt {
    position: relative;
    margin-bottom: 1.5em;
    background: #fff;
    border-radius: 0.5em;
    box-shadow: 0 0 10px #00000024;
    padding: 1em 1.5em;
    z-index: 0;
}

#container .lt .lt_title {
    display: block;
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.7em;
    color: var(--latest-keycolor);}

#container .lt ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#container .lt ul li {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: .4em;
    margin: .5em 0;
}

#container .lt ul li:last-child {
    border-bottom: 0
}

#container .lt ul li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#container .lt ul li:hover a.lt_tit {
    color: var(--latest-keycolor)
}

#container .lt .lt_thumb {
    display: inline-block;
    float: left;
    margin-right: 10px
}

#container .lt .lt_thumb img,
.lt .lt_thumb video {
    width: 138px !important;
    height: auto;
    overflow: hidden
}

#container .lt .lt_tit {
    display: block;
    overflow: hidden;
    max-width: calc(100% - 11em);
    text-overflow: ellipsis;
    white-space: nowrap;
}

#container .lt .lt_info {
    color: #828282;
    margin-left: auto;
    margin-right: 0;
    display: flex;
    gap: .5em;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
    width: 10em;
}

#container .lt .sv_member,
#container .lt .lt_date {
    color: #777;
    font-size: 0.8em;
    letter-spacing: 0;
    font-weight: normal;
}

#container .lt .latest-sel {
}


#container .lt .lt_cmt {
    background: #e9eff5;
    color: var(--latest-keycolor);
}

#container .lt .profile_img img {
    border-radius: 50%;
    vertical-align: top
}

#container .lt li .fa-lock {
    display: inline-block;
    color: #4f818c;
    background: #cbe3e8;
    text-align: center;
    vertical-align: middle
}

#container .lt li .fa-download {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #daae37;
    background: #ffefb9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

#container .lt li .fa-link {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #b451fd;
    background: #edd3fd;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

#container .lt li .hot_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.833em;
    color: #ff0000;
    background: #ffb9b9;
    text-align: center;
    border-radius: 2px;
    vertical-align: middle
}

#container .lt li .fa-heart {
    color: #ff0000
}

#container .lt li .new_icon {
    display: inline-block;
    width: 16px;
    line-height: 16px;
    font-size: 0.75em;
    color: #23db79;
    background: #b9ffda;
    text-align: center;
    border-radius: 2px;
    margin-left: 2px;
    font-weight: bold;
    vertical-align: middle
}

#container .lt .lt_tit .fa-heart {
    color: #fe4560;
    margin-left: 5px
}

#container .lt .comment_icon {
    background: url('./img/icon_comment.png') no-repeat 50% 50%;
    display: inline-block;
    width: 20px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    vertical-align: top;
    background-size: 70%;
    margin: 0 0px 0 5px
}

#container .lt .empty_li {
    text-align: center;
    padding: 40px 0;
    color: #777
}

#container .lt .owl-carousel .owl-item .profile_img img {
    width: auto;
    display: inline
}

#container .tooltipster-content .sv a {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    font-weight: normal;
    color: #bbb
}

#container .tooltipster-content .sv a:hover {
    background: #000;
    color: #fff
}

#container .tooltipster-sidetip.tooltipster-sir .tooltipster-content {
    padding: 0
}

#container .tooltipster-sidetip.tooltipster-sir .tooltipster-box {
    border: 0 none;
    background: #333;
    border-radius: 0
}

#container .tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-sir.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #333
}

#container .lt_page {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap:  2em;
}

#container .lt_page button {
    width: 1.2em;
    height: 1.2em;
    background: var(--latest-keycolor);
    border-radius: .6em;
    color: #fff;
}

#container .lt_page span {
    color: #6e6e6e
}

#container .lt_page b {
    color: #000
}


@media screen and (max-width:  425px) {
    #container .lt .lt_tit {
        max-width: unset;
    }
#container .lt .lt_info {
    display: none
}

}