<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************
    -------[=辅助资源]-------
********************************/
.court2-listp{
    overflow: hidden;
    padding: 8px 0 70px;
}
.court2-listp li{
    float: left;
    width: 50%;
    font-size: 16px;
}
.court2-listp a{
    display: inline-block;
    margin: 6px 0;
    padding-left: 28px;
    background: url(../images/court2-dot.png) 10px 9px no-repeat;
    color: #4e4e4e;
}
.court2-listp a:hover{
    color: #be1c1c;
}
</pre></body></html>