<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.question-list {
    line-height: 96px;
}

.page-card {
    background-color: #f2f2f2;
}

.new-card {
    width: 24%;
    float: left;
    margin-right: 1%;
    margin-bottom: 24px;
    overflow: hidden;
}


.card-body &gt; h1 {
    margin: 0;
    margin-top: 28px;
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-body &gt; p {
    margin: 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 26px;
    height: 48px;
    letter-spacing: 0px;
    color: #666666;
    margin-bottom: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.card-body &gt; .thumb {
    width: 100%;
    height: 260px;
    position: relative;
}

.card-body &gt; .thumb img {
    width: 100%;
    height: 100%;
}

.card-body &gt; .more-btn {
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 42px;
    letter-spacing: 0;
    color: #00000b;
    cursor: pointer;
    text-decoration: none;
}


/*0.125*/
@media (max-width: 1680px) {
    /*.category-body {*/
    /*padding-left: 210px;*/
    /*}*/



}

/*0.25*/
@media (max-width: 1440px) {

    /*.category-body {*/
    /*padding-left: 180px;*/
    /*}*/


}

/*&gt;=1280çš„è®¾å¤‡*/
/*0.289*/
@media (max-width: 1366px) {
    /*.category-body {*/
    /*padding-left: 100px;*/
    /*}*/


}


/*&gt;=1100çš„è®¾å¤‡*/
@media (max-width: 1280px) {
    /*.category-body {*/
    /*padding-left: 80px;*/
    /*}*/

}
</pre></body></html>