﻿body {
	padding: 0;
	margin: 0;
	font-family: 微软雅黑;
}
.right {
	float: right;
}
.link {
	margin: 10px 0 0 5px;
}
.link a {
	font-size: 14px;
	color: #0067B7;
	text-decoration: underline;
}
.content {
	text-align: center;
	line-height: 20px;
}
.small {
	font-size: 1rem;
	color: #7F7F7F;
}
.max {
	font-size: 2.5rem;
}
.bold {
	color: #C00000;
	font-weight: bolder;
}
.content img {
	width: 40%;
}