/* body */
.g-bd{
	width:1200px;
	min-height:850px;
	margin:20px auto 0;
}
/* 左边栏 */
.g-sd{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	position:relative;
	float: left;
	width:217px;
	background:#DC0D13;
} 
.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:215px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.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;
	width:175px;
	padding-left: 35px;
	font-weight: bold;
	background: #EEEBE3;
}
.g-sd .crt:hover{
	background: #EEEBE3;
}
.g-sd .sublist{
	position:relative;
	height:40px;
	line-height: 40px;
	background: #fff;	
	font-size:14px;
	padding-left:55px;
}
.g-sd .sel{
	width:155px;
	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;
}
/* 文章详细 */
.g-bd .mn{
	float:left;
	width:930px;
	margin-left:50px;
}
/* 面包屑 */
.g-bd .crm{
	float:left;
	margin-bottom: 20px;
	margin-top: 10px;
	color:#7a531c;
}
.g-bd .crm i{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width:16px;
	height:16px;
	background: url(../../images/party/party-building.png) no-repeat -265px -135px;
	position: relative;
	top: 2px;
	left: -5px;
}
.g-bd .mn article{
	width:100%;
	overflow:hidden;
}
.g-bd .mn article .tt{
	width:100%;
	/*height: 60px;*/
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color:#000;
}
.g-bd .mn article .remark{
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	color:#999;
	border-bottom: 1px dashed #999;
	margin-bottom: 30px;
}
.g-bd .mn article .detail p{
	margin-bottom: 10px;
}
