<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.qs-news-like ul li {
    color: #545455;
    border-bottom: 1px dotted #dddddd;
    background: url(/Images/li.png) no-repeat left 15px;
/*     line-height: 30px; */
    padding: 4px 0px;
    padding-left: 14px;
/*    height: 40px;*/
}

.qs-news-like &gt; ul &gt; li &gt; a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* width: 285px; */
    display: block !important;
    padding: 5px 0px;
}

.qs-news-tr {
    border-bottom: 1px dashed #e3e2e2;
    line-height: 22px;
    padding: 8px 0px;
}

    .qs-news-tr td {
        background: url(/Images/li.png) no-repeat left;
        background-position: 6px 14px;
        padding-left: 20px !important;
    }

        .qs-news-tr td span {
            float: right
        }

@media screen and (max-width: 800px) {
    .qs-news-tr td {
        background-position-y: 12px
    }
        .qs-news-tr td .qs-a-alink {
            width: 225px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }
    .qs-news-like ul li {
        height: 35px;
        font-size: 12px;
        background-position-y: 12px
    }

    .qs-news-tr td span {
        width: 65px;
    }
}
</pre></body></html>