<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*涓撲笟璁剧疆寮€濮�*/
.major_setup .list li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding-left: 14px;
    padding-right: 11px;
    cursor: pointer;
}

.major_setup .list li a {
    height: 50px;
    line-height: 50px;
    display: block;
}

.major_setup .list li p {
    width: 650px;
    height: 100%;
    font-size: 14px;
    color: black;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    float: left;
}

.major_setup .list li span {
    float: right;
    font-size: 14px;
    color: #b7bbc6;
}

.major_setup .list {
    margin: 20px;
    overflow: hidden;
}

.major_setup .list li:hover {
    border-bottom-color: #f79a9a;
    background: #fff1f1;
}

.major_setup .list li:hover p, .major_setup .list li:hover span {
    color: #f30908;
}

/*涓撲笟璁剧疆缁撴潫*/
/*鍒嗛〉寮€濮�*/
.paging {
    overflow: hidden;
    margin: 26px 25px 0;
}

.paging .paging_innit {
    float: right;
    font-size: 0;
}


.paging .paging_innit a:not([title="Total record"]) {
    padding: 0 14px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    color: #971110;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    margin: 0 4px;
}


.paging [title="Total record"] b {
    color: #565555;
    font-size: 14px;
    font-weight: normal;
    margin-right: 18px;
}


.paging .paging_innit &gt; b {
    color: #971110;
    display: inline-block;
    font-size: 14px;
    padding: 0 14px;
    font-weight: normal;
}

.paging .paging_innit a:not([title="Total record"]):hover {
    background-color: #f95958;
    color: #fff;
}

/*鍒嗛〉缁撴潫*/
</pre></body></html>