@charset "utf-8";
body {
	font-size: 18px;
	font-family: "微软雅黑";
	font-weight: lighter;
	color: #444;
	background-color: #0000FF;
	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;
}
.head {
	width: 100%;
	border-bottom: 8px #f1f1f1 solid;
	background-color: #1E90FF;
	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;
	overflow: hidden;
	padding-bottom: 10px;
}
.main .content .area {
	max-width: 728px;
	line-height: 160%;
	overflow: hidden
}
.foot {
	width: 100%;
	font-size:14px;
	text-align: center;
	line-height: 180%;
	float:left;
	clear:both;
	margin:20px 0 0 0;
	padding:10px 0px;
	color:#BCBCBC;
	border-top:1px #E5E5E5 solid;
}
.foot a:link, .foot a:visited, .foot a:active {
	color:#BCBCBC;
	text-decoration:none;
}

.rle{width:3em;}
#a_mo2,#a_mo3{color:red;font-weight:400;}
@media screen and (max-width:480px) {
#color tr td:nth-of-type(2),#color tr td:nth-of-type(3){display:none;}
}