<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 鏀垮姟鍏紑-棰嗗涔嬬獥
 * date:2021-01-22
 * author: wppei;
 */

#header {
    margin-bottom: 0;
}

.ewb-loc {
    padding-top: 0;
}

.infor-left,
.infor-con {
    height: auto;
    min-height: 1130px;
}
.wb-tree-node .wb-tree-tt,
.wb-tree-sub a {
margin:0;}
.wb-tree-tt {
    padding-left: 20px;
    margin: 0;
}

.wb-tree-subs .wb-tree-tt {
    padding-right: 12px;
    color: #666;
    font-size: 18px;
    border-bottom: 1px dashed #ddd;
}

.wb-tree-sub .wb-tree-item:last-child .wb-tree-tt {
    border-bottom: none;
}

.wb-tree-subs .tree-name {
    width: 80px;
    text-align: right;
}

.wb-tree-subs .wb-tree-tt&gt;h4 {
    float: left;
    width: calc(100% - 80px);
    /* margin-right: 80px; */
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-tree-subs .wb-tree-tt:hover {
    color: #47b368;
}

.infor-con {
    border-top: 4px solid #47b368;
}

.public-tt {
    margin: 0 0 7px 0;
}

.public-tt&gt;h2 {
    font-weight: bold;
    font-size: 20px;
}

.public-tt&gt;a {
    color: #999;
    font-size: 16px;
    font-weight: normal;
}

.leader-bom {
    padding: 40px 0 20px 0;
}

.policy-box a {
    display: block;
    line-height: 60px;
    padding-left: 18px;
    background: url("../images/tree_dian.png") no-repeat left center;
}

.policy-time {
    width: 200px;
    text-align: right;
    color: #999;
    font-size: 16px;
}

.policy-text {
    margin-right: 200px;
    color: #404742;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.policy-box a:hover {
    background-image: url("../images/tree_dianh.png");
}

.policy-box a:hover .policy-time,
.policy-box a:hover .policy-text,
.public-tt&gt;a:hover {
    color: #47b368;
}

.leader-name {
    padding: 20px 0;
    line-height: 36px;
    color: #404742;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.leader-name&gt;span {
    padding-left: 33px;
}

.leader-top {
    padding: 0 20px 30px;
    background-color: #f7f7f7;
}

.leader-avater {
    width: 186px;
    height: 260px;
    margin-top: 30px;
}

.leader-avater&gt;img {
    width: 100%;
    height: 100%;
}

.leader-intro {
    margin-left: 216px;
    padding-top: 8px;
}

.intro-con {
    padding-bottom: 20px;
}

.intro-tt {
    padding-top: 12px;
    line-height: 52px;
    color: #47b368;
    font-size: 18px;
    font-weight: bold;
}

.intro-con {
    line-height: 24px;
    color: #404742;
    font-size: 16px;
    text-indent: 2em;
}

.leader-work {
    border-bottom: 1px dashed #d8d8d8;
}

.write {
    display: block;
    margin: 10px auto 0;
    width: 160px;
    height: 36px;
    line-height: 36px;
    padding-left: 58px;
    color: #fff;
    font-size: 18px;
    background: #47b368 url("../images/gover/write.png") no-repeat 22px center;
}

.infor_bom {
    position: relative;
}

.infor-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 280px;
}

.infor-con {
    margin-left: 280px;
}

.infor {
    padding-bottom: 40px;
}

/* 淇敼 */
@media(min-width: 1201px) {
 
    .intro-tt {
        padding-top: 26px;
        padding-bottom:14px;
        line-height: 24px;
    }
    .leader-name {
        padding: 26px 0;
        line-height: 24px;
    }
    .ewb-loc {
        line-height: 24px;
        padding: 16px 0 26px 0;
        font-size: 18px;
        color: #666;
    }
    .leader-avater img {
        width: 186px;
        height: 260px;
    }
}


@media (max-width: 1200px) and (min-width: 980px) {
    .infor-left {
        width: 285px;
    }
    .infor-con {
        margin-left: 285px;
    }
}

@media (max-width: 980px) {
    .infor-left {
        position: relative;
        width: 100%;
    }
    .infor-con {
        margin-left: 0;
        padding: 0 15px 20px;
        overflow: hidden;
        white-space: normal;
    }
    .leader-avater {
        float: none!important;
        display: block;
        margin: 30px auto;
    }
    .leader-intro {
        margin-left: 0;
        width: 100%;
    }
    .policy-time {
        width: 100px;
    }
    .policy-text {
        margin-right: 100px;
    }
    .intro-con {
        font-size: 16px;
    }
}</pre></body></html>