<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*.p-type {*/
/*    overflow: hidden;*/
/*    white-space: nowrap;*/
/*    text-overflow: ellipsis;*/
/*    display: block !important;*/
/*    max-width: max-content !important;*/
/*}*/
.xxxz {
    /*max-width: max-content !important;*/
    overflow: hidden;     /* Hides overflow text */
    white-space: nowrap;  /* Prevents text wrapping */
    text-overflow: ellipsis;
}
.ft1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block !important;
}
.cor3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tim-name {
    max-width: max-content;
}
.art-index-slide .slide4, .art-index-slide .tim-name {
    max-width: max-content !important;
}
.ft1 {
    max-width: max-content !important;
}
.p-type {
    display: inline-block; /* Makes the width adjustable */
    overflow: hidden;     /* Hides overflow text */
    white-space: nowrap;  /* Prevents text wrapping */
    text-overflow: ellipsis; /* Adds ellipsis for overflow text */
}</pre></body></html>