<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**!
 * 缃戠珯鍦板浘
 * date:2021-03-29
 * author: wppei;
 */

body {
    background-color: #f7f7f7;
}

.website-main.container {
    padding-bottom: 24px;
    margin: 40px auto;
    background: #fff;
    box-shadow: 1px 1px 40px rgba(71, 179, 104, .2);
}

.ewb-posi {
    display: block;
    padding: 12px 3%;
    height: 48px;
    line-height: 24px;
    background-color: #47b368;
    font-size: 14px;
    color: #fff;
}

.ewb-posi a {
    color: #fff;
}

.website {
    display: block;
    width: 96%;
    margin: 1% 2%;
    height: auto;
    border-bottom: 1px dashed #eee;
}

.website-tt {
    display: block;
    padding: 13px 0 0 40px;
    height: 50px;
    line-height: 24px;
    border-bottom: 1px solid #eee;
    font-family: "寰蒋闆呴粦";
    font-size: 18px;
    color: #47b368;
    background: url("../images/sitemap1.png") left center no-repeat;
}

.website-list li {
    float: left;
    padding: 13px 2% 13px 0;
    margin-right: 2%;
    height: 50px;
    line-height: 24px;
    font-size: 16px;
    background: url("../images/sitemap2.png") right center no-repeat;
}

.website-list li&gt;a {
    color: #333;
}</pre></body></html>