<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#article-content img{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#article-content .info{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

#article-content .litpic{
    text-indent: 0px;
}

/* 筝㊦�絮鎶�鐚�罅��∽�丞ず���紊т�膈�篋� 768px鐚� */
@media (min-width: 768px) {
    #article-content .litpic img{
        width: 20% !important;
        height: 120px !important;
        display: inline-block !important;
    }


}

/* 絨鎡鎶�鐚�罅��∽�丞ず���絨鋋��篋� 767鐚� */
@media screen and (max-width: 767px) {
    #article-content .litpic img{
        width: 33.333% !important;
        height: 77px !important;
        display: inline-block;
    }

    #article-content .litpic img:nth-of-type(n+4) {
        display: none;
    }
}</pre></body></html>