<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.navList{
    color: #154E9D;
    font-weight: 700;
    margin-bottom: 14px;
}

.rightDetail h3{
    font-size: 24px;
    color: #003F88;
    text-align: center;
    border-top: 1px dashed #ccc;
    padding: 20px 0;

}
.rightDetail .time{
   text-align: center;
   color: #BABABA;
   font-size: 14px;
   border-bottom: 1px dashed #ccc;
   padding-bottom: 20px;
}
.rightDetail .des{
   padding-top: 20px;
   font-size: 18px;
   color: #585757;
}

</pre></body></html>