<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pagestyle {
	text-align: center;
}

.pagestyle a {
	display: inline-block;
	vertical-align: middle;
	background: #ed6a37;
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat';
	min-width: 50px;
	height: 50px;
	line-height: 50px;
	margin: 5px;
	padding: 0 5px;
}

.pagestyle a.on {
	background: #202f44;
}

.pagestyle a:hover {
	background: #083a68
}

.news-sec2 .main li .pic {
	height: 250px;
}

@media only screen and (max-width:960px) {
	.pagestyle a {
		font-size: 12px;
		min-width: 30px;
		height: 30px;
		line-height: 30px;
	}
	.news-sec2 .main li .pic {
		height: 150px;
	}
}</pre></body></html>