/* inner page */

.topline{/*border-bottom: 6px solid #A7C2DA;*/height:12px;background:url('../images/top_bg.gif') repeat-x;padding-top:12px;}

/* 二级栏目 */
.main-content{padding:12px 0 24px 0;width:100%}
/* left */
.main-content .left-column{float:left;width:190px;padding:8px;}
.sub-nav .nav-name{border-top:3px solid #FCAA36;color:#FCAA36;padding-top:5px;}
.sub-nav ul{display:block;list-style:none;margin:22px 0 0 0;padding:0;}
.sub-nav li a:link, .sub-nav li a:visited, .sub-nav .selection {
	display: block;font-size:14px;
	padding: 12px 3px 3px 18px;
	text-decoration: none;
	color:#003399;
	/*background: transparent;*/
	background:url(../images/i_star_off.gif) no-repeat center left;
	border-bottom: 1px dotted #A1A1A1;
}
.sub-nav li a:hover, .sub-nav .selection{background:url(../images/i_star.gif) no-repeat center left;border-bottom: 1px dotted #FCAA36;}

/* right */
.main-content .right-column{float:left;width:65%;padding:8px;margin-left:18px;}
.right-column p{text-indent:2em;line-height:190%;}
.right-column h2, .right-column h3{color:#003399;}

/* 表格 */
.tablearea{
	font-size: 12px;
	line-height: 140%;
	text-align: left;
	border: 1px dotted #E8E8E8;
	padding: 9px;
	margin-top: 4px;
	margin-bottom: 19px;
}
.tablearea table{
	/*width: 590px;*/
	background-color: #C5E4FF;
}
.tablearea th{
	height: 28px;
	text-align: center;
	font-weight: normal;
	background-color: #F3F9FF;
}
.tablearea td{
	height: 28px;
	text-align: center;
	background-color: #ffffff;
}
.tablearea td del {
	padding-right: 16px;
}
.tablearea .notes{
	width: 98%;
	text-align: left;
	line-height: 180%;
}
.hr {
	border-bottom: 2px solid #C5E4FF
}
.supth, .subth{
	/*font-size: 12px!important;*/
	font-size: 14px;
	color: #000000;
}
.subth {padding-right: 26px;}
.supth {padding-left: 26px;}