/* body区 */
.g-bd{
	width:1200px;
	margin:0 auto;
}

/* 左边栏 */
.g-sd{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	position:relative;
	float: left;
	width:215px;
	margin-left: -15px;
	margin-top: -38px;
	background: #8c1515;
	margin-bottom: 20px;
}
.g-sd .tt{
	height:67px;
	line-height: 67px;
	text-align: center;
	font-size:22px;
	color:#fff;
}
.g-sd ul{
	float: right;
	width:200px;
	background: #fbfbf9;
}
.g-sd li{
	height:53px;
	line-height: 53px;
	border-bottom:1px solid #ccc;
	padding-left:20px;
	font-size: 16px;
	color:#333;
}
.g-sd .crt{	
	position:relative;
	left:-5px;
	width:180px;
	color:#8c1515;
	font-weight: bold;
	border-left: 5px solid #e9bc1b;
}
.g-sd .sublist{
	position:relative;
	/*left:-5px;*/
	width:160px;
	height:45px;
	background: #eee;	
	font-size:14px;
	padding-left:40px;
}
.g-sd .sel{
	left:-5px;
	border-left: 5px solid #e9bc1b;
	font-weight: bold;
}
.g-sd .first{height:20px;}
.g-sd .more{
	margin-left:90px;
		display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:15px;
	height:10px;
	background: url(../images/szhvs/sprite.png) no-repeat -278px -253px;
}
/* 主体main区 */
.g-mn{
		display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	/*position:absolute;*/
	position: relative;
	float: right;
	/*top:220px;
	right:0;*/
	width:980px;
	/*height:600px;*/
}
.g-mn a:hover{
	color: #8c1515;
}
/* 面包屑 */
.g-mn .crm{
	margin-top:10px;
}
.g-mn .slogan{
	position:absolute;
	top:-314px;
	left:111px;
}
/* 表格 */
.g-mn table{margin-top: 25px;}
.g-mn caption{
	height:50px;
	line-height: 50px;
	font-size:22px;
	color:#8c1515;
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}
.g-mn tr{
	text-align: center;
	height:35px;
}
.g-mn .even{background: #F1F1F1;}
.g-mn .tt th{
	text-align: center;
	background: #ddd;
	color: #333;
	font-weight: bold;
}
.g-mn .first{
	padding-left:20px;
	text-align:left;
	width:480px;
}
.g-mn .middle{width:150px;}
.g-mn .end{width: 150px;}
.g-mn .null{width:200px;}
.g-mn td a{
	font-size:14px;
	color:#666;
}
/* 分页 */
.g-mn .page{
	width:100%;
	margin:30px auto;
	height:38px;
	/*text-align: center;*/
}
.g-mn div{
	display: inline-block;
}
.g-mn .page a,.g-mn .page .current{
	margin:0 6px;
	padding:3px 5px;
}
.g-mn .page .num,
.g-mn .page .next,
.g-mn .page .prev{
	border-radius: 2px;
	background-color:#eee;
}
.g-mn .page .current,
.g-mn .page .num:hover,
.g-mn .page .next:hover,
.g-mn .page .prev:hover{
	border-radius: 2px;
	background-color:#8C1515;
	color: #fff;
}


