.news-list{list-style:none;margin:0!important;display:grid;column-gap:30px;row-gap:30px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.news{display:inline-block;width:100%;margin-bottom:20px;padding-bottom:20px}.news>.min-image{width:100%;max-width:400px;margin:0 auto 20px}.news>.txt>.title{color:#000;font-weight:700;font-size:1.2rem}.news>.txt>.title a{color:#000}.news>.txt>.date{color:#676767}.news>.txt>.header{color:#2e2e2e}a.news>.txt>.more{padding:5px 0;text-align:right;color:#0056b3}a.news:active>.txt>.more,a.news:hover>.txt>.more{text-decoration:underline;color:#003a80}a.news:visited>.txt>.more{color:#6a1b9a}.thumb-clickable{cursor:pointer}.news .news-thumb{width:100%;max-height:238px;aspect-ratio:400/238}@media only screen and (max-width:470px){.news>.min-image{display:none}.news>.txt{width:100%}}