<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.articleListWrap .noImage{
	max-width:300px;
	display:block;
}
.articleListWrap .noImage:before{
	content:"";
	width:100%;
	height:0;
	padding:65% 0 0 0;
	background:url(../images/noimage.png) no-repeat center;
	background-size:cover;
	display:block;
}
.articleListWrap .noImage.sizeThumbnail{
	max-width:150px;
}
.articleListWrap .noImage.sizeThumbnail:before{
	padding-top:100%;
}
.articleListWrap .noImage.sizeLarge{
	max-width:1024px;
}</pre></body></html>