<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">	.htitle h2 {
		text-align: center;
		font-size: 38px;
		line-height: 40px;
		margin-bottom: 30px;
		color: #000
	}

	.htitle span {
		padding: 0 0 15px;
		margin: 0;
		font-size: 17px;
		line-height: 18px;
		min-height: 20px;
		color: #666
	}

	.hlist {
		padding: 8px 17px;
		width: 33.3333%;
		float: left
	}

	.hlist .pp1 {
		padding: 18px 0 10px;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 1px;
		white-space: nowrap;
		overflow: hidden;
		-o-text-overflow: ellipsis;
		text-overflow: ellipsis;
		min-height: 54px;
		background-color:#0095ed;
		color:#FFF;
	}

	.hlist .pp2 {
		padding: 10px 15px 30px;
		margin: 0;
		font-size: 14px;
		line-height: 18px;
		min-height: 20px;
		color:#FFF;
		background-color:#0095ed;
	}

	.hlist .in_lmore {
		min-width: 100px;
		width: 100%;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
		letter-spacing: 1px;
		display: inline-block;
		color: #0095ed;
		border: 1px solid rgb(58, 76, 236))
	}

	.hlmore .hlmtime {
		width: 400px;
		height: 42px;
		line-height: 42px;
		font-size: 18px;
		letter-spacing: 1px;
		display: inline-block;
		color: #fff;
		background: #0095ed;
		font-weight: bold;
		text-decoration: none
	}

	@media screen and (max-width: 768px) {
		.hlist {
			padding: 10px 33.5px;
			width: 100%;
		}

		.hlmore .hlmtime {
			width: 100%;
			height: 42px;
			line-height: 42px;
			font-size: 18px;
			letter-spacing: 1px;
			display: inline-block;
			color: #fff;
			background: #0095ed;
			font-weight: bold
		}
	}
	.pages {
	padding: 0px 0 0px;
	text-align: center;
	height: 30px;
}
.pages li {
	display: inline
}
.pages li.thisclass, .pages a:hover {
	padding: 5px 10px;
	border: 1px solid #589ed7;
	background: #589ed7;
	color: #fff;
	text-decoration: none;
	border-radius:3px
}
.pages a {
	padding: 5px 10px;
	border: 1px solid #ddd;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px;
	border-radius:3px;
}
</pre></body></html>