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

#list_wrapper {
    min-height: 60vh;
    width: 1036px;
    margin: 0 auto;
}

#news_list li {
    padding: 10px 0;
    border-bottom: solid 1px #CCC;
    animation: fadeIn 0.3s ease 0s 1 normal;
    -webkit-animation: fadeIn 0.3s ease 0s 1 normal;
}

#btnMore {
    display: block;
    width: 160px;
    margin: 30px auto;
    line-height: 50px;
    background: #444;
    color: #FFF;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}

#nowLoading {
    margin: 30px auto;
    text-align: center;
    display: block;
}

#nowLoading img {
    display: inline-block;
}
</pre></body></html>