/* body */
.g-bd{
	position: relative;
	width:1200px;
	height:840px;
	margin:20px auto 0;
}
.g-bd .topwrap{
	position: relative;
}
.g-bd .topwrap .slogan{
	position: absolute;
	top: 140px;
	left: 0;
	font-size: 22px;
	color: #fff;
	padding:10px 20px;
	background-color: #000;
  	opacity: 0.8;
}
.g-bd .topwrap .left-bg{
	position: absolute;
	top: 140px;
	left: -4px;
	width: 4px;
	height:589px;
	background-color: #000;
  	opacity: 0.8;
}
/* 左边栏 */
.g-sd{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	float: left;
	width:217px;
	background:#337AB6;
	margin-top: 20px;
} 
.g-sd .tt{
	height:50px;
	line-height: 50px;
	text-align: center;
	font-size:20px;
	color:#fff;
	margin-left:35px;
	text-align: left;
}
.g-sd ul{
	float: right;
	width:218px;
	border-top: 5px solid #337AB6;
	/*border-right: 1px solid #337AB6;*/
	/*border-left: 5px solid #337AB6;*/
}
.g-sd li{
	height:46px;
	line-height: 46px;
	border-bottom:1px solid #ccc;
	padding-left:40px;
	font-size: 16px;
	color:#333;
	background: #fff;
}
.g-sd .crt{	
	position: relative;
	/*border-bottom: 2px solid #337AB6;*/
}
.g-sd .crt i{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 11px;
	height: 13px;
	background: url(../../images/electron/ee.png) no-repeat -221px -75px;
	position: absolute;
	left: 16px;
	top:16px;
}
.g-sd .crt a{
	color:#337AB6;
}
.g-sd .sublist{
	font-size:14px;
}
.g-sd .sublist a{
	padding-left: 15px;
}
.g-sd li:hover{
	background: #ddd;
}
.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;*/
}
/* 列表区 */
.g-bd .mn{
	float:left;
	width:950px;
	margin-left:30px;
}
.g-bd .mn .caption{
	position: relative;
	float: left;
	width: 940px;
	height: 45px;
	margin-left: 10px;
	margin-bottom: 17px;
	margin-top: 24px;
	border-bottom: 1px solid #ccc;
}
.g-bd .mn .caption span{	
	float: left;
	font-size: 25px;
	height: 43px;
	line-height: 50px;
	color: #337AB6;
	/*border-bottom: 3px solid #337AB6;*/
}
/* 面包屑 */
.g-bd .crm{
	position: absolute;
	bottom: 5px;
	right: 0;
	color:#666;
	clear: right;
}
.g-bd .mn table{
	float:left;	
}
.g-bd .mn tr{
	width: 950px;
	height:35px;
	line-height: 35px;
	/*border-bottom: 1px dotted #ccc;*/
}
.g-bd .mn .tt{
	background: #EEE;
	border:none;
}
.g-bd .mn .tt th{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#666;
}
.g-bd .mn .tlogo{
	width: 35px;
}
.g-bd .mn td.tlogo i{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 5px;
	height: 7px;
	background: url(../../images/electron/ee.png) no-repeat -45px -82px;
}
.g-bd .mn .first{
	width: 525px;
}
.g-bd .mn td{
	border-bottom:1px dotted #ccc;
}
.g-bd .mn tr td a{
	margin:0;
	padding:0;
	height:35px;
	line-height: 35px;
	overflow: hidden;
}
.g-bd .mn td.first{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 520px;
	height:35px;
	text-align: left;
	padding-left:10px;
}
.g-bd .mn td.first a{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 490px;
	height:35px;
	vertical-align: middle;
}
.g-bd .mn .middle{
	width:220px;
}
.g-bd .mn .end{
	width:170px;
}
.g-bd .mn tr td{
	text-align: center;
	color:#666;
}
/*.g-bd .mn tr td.tlogo{
	width: 16px;
}*/
.g-bd .mn tr td.tlogo i{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 5px;
	height:7px;
	background: url(../../images/Electron/ee.png) no-repeat -45px -82px;
	margin-right: 10px;
	margin-left: 5px;
}
/* 分页 */
.g-bd .page{
	width:100%;
	margin:30px auto;
	height:38px;
	/*text-align: center;*/
}
.g-bd div{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
}

.g-bd .page a,.g-mn .page .current{
	margin:0 6px;
	padding:3px 5px;
}
.g-bd .page .num,
.g-bd .page .next,
.g-bd .page .prev{
	border-radius: 2px;
	background-color:#eee;
}
.g-bd .page .current,
.g-bd .page .num:hover,
.g-bd .page .next:hover,
.g-bd .page .prev:hover{
	border-radius: 2px;
	background-color:#337AB6;
	color: #fff;
	padding:2px 5px;
}
