<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * author: gaoli;
 * date:2019-12-10
 */
/* tree */

.ewb-tree {
    margin-right: -18px;
}

.ewb-tree-hd {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    height: 60px;
    line-height: 60px;
    background: url('/2023lhzt/images/tree_hd.png') no-repeat;
}

.ewb-tree-hd&gt;span {
    display: block;
    text-align: center;
}

.ewb-tree-bd {
    height: 976px;
    padding: 0 19px;
    border: 1px solid #d8d8d8;
    background: url('/2023lhzt/images/tree_bd.jpg') no-repeat center bottom;
}

.wb-tree-items {
    margin-top: 19px;
}

.wb-tree-tt {
    color: #cf001e;
}

.wb-tree-node {
    display: block;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    color: #cf001e;
    font-weight: bold;
    padding-left: 26px;
    border-radius: 25px;
    background-color: #fdf4f5;
}

.wb-tree-iconr {
    float: right;
    width: 15px;
    height: 8px;
    margin-top: 20px;
    margin-right: 30px;
    background: url('/2023lhzt/images/wblistr.png') no-repeat;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item {
    padding-top: 6px;
}

.wb-tree-item&gt;a {
    display: block;
    line-height: 40px;
    font-size: 18px;
    padding-left: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-tree-item&gt;a:hover {
    color: #cf001e;
}


.current .wb-tree-iconr {
    background: url('/2023lhzt/images/wblistrh.png') no-repeat;
}

.current .wb-tree-sub {
    display: block;
}

.pager {
    margin-top: 4px;
}

.ewb-footer {
    margin-top: 40px;
}

/* con */
.ewb-con {
    margin-left: 14px;
    border: 1px solid #d3d3d3;
}

.ewb-con-hd {
    height: 49px;
    border-bottom: 1px solid #d3d3d3;
    background-color: #f2f2f2;
}

.ewb-con-hd&gt;a {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    padding: 0 29px;
    line-height: 46px;
    border-right: 1px solid #d3d3d3;
    border-top: 3px solid #cf001e;
    color: #cf001e;
    background-color: #fff;
}

.ewb-con-bd {
    height: 984px;
    padding: 0 19px;
}

.ewb-list-items {
    padding-top: 8px;
}

.ewb-list-items&gt;li {
    line-height: 61px;
    border-top: 1px dashed #d9d9d9;
}

.ewb-list-items&gt;li:first-child {
    border-top: none;
}

.ewb-list-items&gt;li&gt;a {
    margin-right: 100px;
}

.ewb-news-time {
    position: absolute;
    font-size: 16px;
    right: 0;
    top: 0;
    color: #999;
}

.ewb-list-items&gt;li:hover&gt;.ewb-news-time {
    color: #cb1516;
}

/* pad */
@media(max-width:979px) {
    .ewb-tree {
        margin-right: 0;
    }

    .ewb-tree-hd&gt;span {
        width: 300px;
    }

    .ewb-tree-bd {
        height: auto;
        padding-bottom: 20px;
        background: none;
    }

    .ewb-con {
        margin-left: 0;
        margin-top: 30px;
    }

    .ewb-con-bd {
        height: auto;
        padding-bottom: 20px;
    }

    .ewb-list-items&gt;li {
        line-height: 40px;
    }

}

/* phone */
@media(max-width:767px) {
    .ewb-con {
        margin-top: 15px;
    }

    .ewb-footer {
        margin-top: 20px;
    }
}</pre></body></html>