<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.list{
    padding: 10px;
}
.list li{
    border-bottom: 1px dashed #eee;
    padding: 11px 0;
}
.list li a{
    display: flex;
}
.list li:last-child{
    border:0;
}
.list li a span{
    flex: 1;
    font-size: 18px;
}
.list li a span:nth-child(1):hover{
   color:#4a88c0;
}
.list li a .time{
    max-width: 111px;
    margin-left: 20px;
}
.list li a:before{
    display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    background: #2C6592;
    border-radius: 50%;
    margin: 10px 10px;
}
.list li .text{
    color: #808080;
    margin-left: 28px;
}
.list2 li a{
    margin-bottom: 4px;
}
.listBox{
    padding: 10px 20px;
    margin-top: 24px;
    box-shadow: 0 0 12px #eee;
}
.minH400{
    min-height: 400px;
}</pre></body></html>