<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.PagePuffList { margin: 10px -10px; overflow: hidden; }
	.PagePuffList .puffitem { float: left; width: 25%; }
	.PagePuffList .innerPuff { padding: 10px; margin: 10px; }
		.PagePuffList .innerPuff &gt; a { display: block; text-decoration: none; }
	.PagePuffList .image { height: auto; overflow: hidden; min-height: 210px; }
		.PagePuffList .image img { width: 100%; }
	.PagePuffList .rubText { font-size: 13px; margin: 10px 0; font-weight: 600; text-align: center; text-decoration: underline; min-height: 40px; }

@media screen and (max-width: 1100px) {
	.PagePuffList .puffitem { width: 25%; }
}

@media screen and (max-width: 600px) {
	.PagePuffList .puffitem { width: 50%; height: auto !important; }
	.miniature .main-news-list-heading { width: 50%; float: left; }
}

@media screen and (max-width: 380px) {
	.miniature .main-news-list-heading { width: auto; clear: both; float: none; }
}
</pre></body></html>