<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.panel-hd {
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding: 22px 0 25px 18px;
    border-bottom: 1px solid #c5ddf6;
    background: #fff;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
    font-weight:bold;
}

    .panel-title i {
        position: absolute;
        bottom: 12px;
        left: 16px;
        display: block;
        width: 65px;
        height: 4px;
        border-radius: 2px;
        background-color: #1f98e7;
    }

    .panel-title .tips {
        font-size: 12px;
        color: #999;
        padding-left: 10px;
        font-weight:normal;
    }

.jipin li {
    position: relative;
}

.jipin .jobname {
    width: 800px;
}

    .jipin .jobname span {
        font-size: 14px;
        color: #999;
    }

.jipin .jobs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .jipin .jobs a {
        display: inline-block;
        text-decoration: none;
        padding-right: 20px;
    }

.jipin .time {
    position: absolute;
    color: #999;
    font-size: 14px;
    right: 25px;
    top: 50%;
    margin-top: -10px;
}
</pre></body></html>