@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.cbz {
	text-decoration: none;
	font-family: "宋体";
	font-size: 14px;
	color: #136ec1;
	letter-spacing: 5px;
}
.cbz:hover {
	text-decoration: underline;
	color: #000000;
}

