/* body */
.g-bd{
	position: relative;
	width:1200px;
	/*height:600px;*/
	margin:20px auto 0;
}
/* 左边栏 */
.g-sd{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	float: left;
	width:217px;
	background:#0D3F57;
	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 #0D3F57;
}
.g-sd li{
	position: relative;
	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;
}
.g-sd li:hover{
	background: #ddd;
}
.g-sd .drop-ul{
	position: absolute;
	left: 300px;
	border:1px solid #ccc;
}
.g-sd .sublist{
	height: 35px;
	line-height: 35px;
}
.g-sd .sublist a{
	margin-left: 10px;
	font-size: 14px;
	color: #666;
}
.g-sd .crt a{
	color: #0D3F57;
	font-weight: bold;
}
/* 列表区 */
.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: #0D3F57;
}
/* 面包屑 */
.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/technology/trade.png) no-repeat -54px -5px;
}
.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;
	height:16px;
	/*background: url(../../images/party/party-building.png) no-repeat -198px -86px;*/
	margin-right: 10px;
	margin-left: 5px;
	margin-bottom: -2px;
}
/* 分页 */
.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:#0D3F57;
	color: #fff;
	padding:2px 5px;
}
