<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 导航 */
.crumbs {
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}
.crumbs li {
    float: left;
    margin-right: 8px;
}
.crumbs li:first-child {
    padding-left: 30px;
    background: url(../images/icon/dqwz.png) no-repeat 5px 4px;
}
.crumbs li:first-child a {
    color: #000;
}
.details {
    padding-top: 20px;
}
.nav {
    height: 40px;
    line-height: 40px;
    background: #f2f2f2;
}
.nav span {
    display: block;
    width: 174px;
    height: 100%;
    text-align: center;
    font-size: 20px;
    background: #c71017;
    color: #fff;
}
.list-li {
    margin-top: 20px;
}
.list-li li {
    line-height: 36px; 
    padding-left: 20px;
    background: url(../images/icon/dian.png) no-repeat 2px 16px;
}
.list-li span {
    float: right;
    color: #999;
}
.list-li p {
    font-size: 16px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-li li:nth-child(5) {
    border-bottom: 1px #c9c9c9 dashed;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
/* 分页 */
#page_div{width: 100%;margin:1em auto;text-align: center;}
.pagination-index,.pagination-num{border: 1px solid #bfbfbf;margin: 0 .2em;padding:0 .7em;display: inline-block;border-radius: 3px;color: #000;}
.pagination-num.active,.pagination-index:hover,.pagination-num:hover{background: #c71017;color: white;}
.pagination-last{margin-left:20px;}
.pagination-last&gt;span{margin: 0 .5em;}
.pagination-last&gt;input{height: 1.3em;width: 2em;text-align: center;}
.page_num {
    margin-top: 32px;
}

/* 移动端 */
@media screen and (max-width: 768px) {
    .details{
        padding-top: 15px;
    }
    .list-li p {
        width: 60%;
    }
    .list-li li:nth-child(5) {
        margin-bottom: 10px;
        padding-bottom: 10px;
    }
    #page_div {
        width: 100%;
    }
    .pagination-last {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}</pre></body></html>