@charset "utf-8";
* {
	padding:0px;
	margin:0px;
	list-style:none;
	text-decoration:none;
	box-sizing:border-box;
}
html, body {
	height:100%;
}
body {
	font-family:"宋体";
	color:#333;
	color:#222;
	font-size:14px;
	line-height:180%;
	background-color:#f5f8ff;
	background-color:#e1e3ec;
	background-color:#dee0e9;
	background-color:#e5e5e5;
	background-repeat:repeat-y;
	background-position:center;
	/*background-image:url(img/bodybg.gif)*/
}
a, a:visited {
	color:#0080FF;
	color:#0066CC;
	color:#0066FF;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
	color:#03F;
}
.js_a, .btm_alert {
	cursor:pointer;
}
.fl {
	float:left;
}
.fr {
	float:right;
}

/* frame begin */
header, main, footer {
	display:block;
}
.main {
	display: flow-root;
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding:0 8px;
	background-color:#fff;
	border-left:1px solid #eee;
	border-right:1px solid #eee;
}
#top {
	height:38px;
	line-height:38px;
	margin:0px auto;
	border-bottom:1px dotted #6694e3;
	border-bottom:1px solid #eee;
	border-collapse:collapse;
}
.h1 {
	text-align:center;
	margin:18px 0px;
	margin-bottom:10px;
}
.h1 a {
	text-decoration:none;
	color:#000;
	height:36px;
	line-height:36px;
	font-size:26px;
}
.h1 a:visited {
	color:#000;
}
#search {
	text-align:center;
	margin:0px auto;
	padding:0px;
	padding-bottom:18px;
	border-bottom:1px dotted #6694e3;
}
#search input{
	vertical-align:middle;
	height:28px;
	margin-top:12px;
}
#search input[type='submit']{
	padding:0px 8px;
	height:28px;
	letter-spacing:5px;
	text-indent:5px;
}
main .main {
	padding-top:12px;
}
footer .main {
	font-size:.875rem;
	padding-bottom:12px;
	text-align:center;
	color:#555;
	font-family:Verdana;
}
#foot {
	font-family:Arial;
	border-top:1px dotted #ccc;
	padding-top:12px;
	margin-top:8px;
}
/* frame end */
/*
	index
	addenda
*/
#view_last a {
	font-size:21px;
}

dl#addenda {
	margin-bottom:0;
}
#addenda ul{
	display:inline-block;
	width:100%;
	margin-top:8px;
	margin-bottom:0;
}
#addenda ul li{
	float:left;
	width:33.33333333333333333333333%;
	margin-top:6px;
}
/*
	list
*/
.List dl {
	float:left;
	width:100%;
	margin-bottom:10px;
	clear:both;
}
.List dl dt {
	float:left;
	clear:both;
	width:100%;
}
.List dl dd {
	float:left;
	margin-right:20px;
	margin-top:8px;
}
.List dl dd a{
	font-size:16px;
	font-family:"宋体";
}

/*
	view
*/
#con_right {
	float:right;
	width:300px;
}
#con {
	float:left;
	margin-left:15px;
	width:calc(100% - 330px);
	padding:10px 0px;
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
}
#con hr {
	height:1px;
	border:1px solid #bbb;
	clear:both;
	margin-left:-15px;
	block-size:auto;
}
#con p {
	clear:both;
}
.detail h2 {
	float:left;
	color:#F00;
	font-size:56px;
	line-height:56px;
	padding:20px;
}
.detail span {
	float:left;
}
.detail ul {
	float:left;
	width:460px;
	padding:10px 0px;
}
.detail ul li {
	float:left;
	text-indent:8px;
	list-style:none;
}
#con p {
	clear:both;
}
#sp_b {
	float:left;
	margin-top:25px;
}


/*  pinyin*/
table {
	border-collapse:collapse;
}
th {
	font-size:50px;
	width:50px;
	height:50px;
	color:#F00;
	padding:10px 0px;
}
th,td {
	border-bottom:1px dotted #CCC;
}
td li {
	float:left;
	margin-left:15px;
	font-size:14px;
}
td li a{
	font-size:14px;
}


@media screen and (max-width: 768px) {
	#con {
		float:inherit;
		width:100%;
		display:inline-block;
		margin-left:0;
	}
	.detail ul {
		width:auto;
		float:none;
	}
	#con_right {
		float:none;
		width:auto;
		display:block;
	}
}
