<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";

/*取消所有默认样式*/
@charset "utf-8";
/* CSS Document */
.list{
    width: 842px;
    margin: 0 auto;
}
.list ul li{
    width: 100%;
    border-bottom: 1px dashed #ededed;
}
.list ul li,.list ul li a{
    line-height: 40px;
    color: #333;
    float: left;
}
.list ul li p{
    float: right;
}
.fenye{
    margin-bottom: 30px;
    
}</pre></body></html>