<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#news {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
}
.news-inner{
    margin-top: 40px;
}
.news-list{
    text-align: left;
}
.news-list li{
    border-bottom: 1px solid #ccc;
    padding:10px;
    line-height: 1.5em;
}
.news-list li a{
    display: flex;
    flex-wrap: wrap;
}
.news-date{
    font-weight: bold;
    width: 20%;
}
.news-title{
    width: 80%;
}
@media only screen and (max-width: 479px){
    .news-date{
        width: 100%;
    }
    .news-title{
        margin-top: 5px;
        width: 100%;
    }
}
</pre></body></html>