<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.new {
    width: 125px;
    height: 40px;
    background-image: url(../images/infomation/çŸ©å½¢\ 13@2x.png);
    background-size: contain;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}

.old {
    width: 125px;
    height: 40px;
    background-image: url(../images/infomation/çŸ©å½¢\ 13\ æ‹·è´@2x.png);
    background-size: contain;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F78144;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    margin-left: 21px;
}

.info-title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #F78144;
}

.light-text {
    color: #F78144 !important;
}

.none-bgc {
    background-color: rgba(0, 0, 0, 0);
}

.info-item {
    background-color: white;
    width: 100%;
    padding-right: 15px;
    padding-bottom:15px;
    padding:8px 15px !important;
    display: inline-block;
    transition:all .2s;
}

    .info-item .item-desc {
        color:#666 !important;
        display:none;
    }

    .info-item:hover .item-title{
        color: #0c60e1 !important;
        transition:all .2s;
    }



.pd-t-18 {
    padding-top: 18px;
}

.left-icon {
    font-size: 20px;
    margin-left: 7px;
}

.left-border {
    border-left: 4px solid #F78144;
    margin-bottom: 10px;
}

.desc-overflow {
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
}
</pre></body></html>