@charset "utf-8";
body {
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: lighter;
	color: #444;
	margin: 0;
	padding: 0;
	word-break:break-all;
	word-wrap:break-word;
}
a {
	color: #444;
}
a:hover {
	color: #06f;
}
textarea, input, select {
	resize: none;
	outline: none;
	font-size: 1em;
	font-family: "Î¢ÈíÑÅºÚ";
	font-weight: lighter;
}
textarea {
	height:200px;
	width:96%;
	padding:4px;
	line-height:160%;
	border:.0625rem solid #249ffd;
}
input {
	font-size:16px;
	background-color: #249ffd;
	color: white;
	border:.0625rem solid #249ffd;
}

.head {
	width: 100%;
	border-bottom: 8px #f1f1f1 solid;
	background-color: #ccc;
	text-align: center;
	padding: 10px 0;
	font-size: 28px;
	color: #fff;
}
.head b {
	font-weight:normal;
}
.main {
	max-width: 748px;
	min-width: 320px;
	margin: 0 auto;
}
.main .path {
	width: 100%;
	padding: 10px 0;
	color: #fff;
	font-family: "ËÎÌå";
	font-size:16px;
}
.main .path a {
	text-decoration: none;
	color: #fff;
}
.main .path a:hover {
	text-decoration: underline;
	border-bottom: 1px solid #fff;
}
.main .content {
	background-color: #fff;
	padding: 10px;
	text-align: justify;
	text-justify: distribute;
}
.main .content .ad {
	max-width: 728px;
	padding-bottom: 10px;
}
.main .content .area {
	max-width: 728px;
	line-height: 160%;
	overflow: hidden
}
.foot {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 10px;
	text-align: center;
	line-height: 180%;
}
