/* 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:#90C41E;
	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 #90C41E;
}
.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;
}
.g-sd .crt a{
	color:#90C41E;
}
.g-sd li:hover{
	background: #ddd;
}
.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: #90C41E;
}
/* 文章详细 */
/*.g-bd .mn{
	float:left;
	width:930px;
	margin-left:50px;
}*/
.g-bd .mn{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	position: relative;
	float: right;
	width:930px;
	margin-bottom: 20px;
}
/* 面包屑 */
.g-bd .crm{
	float:right;
	height: 16px;
	line-height: 30px;
	color:#666;
	clear: both;
	margin-top: 20px;
	margin-bottom: 10px;
}

/* 文章区 */
.g-bd .mn article{
	float: left;
	width:98%;
	margin: 0 auto;
	text-align: justify;
	overflow: hidden;
}
.g-bd .mn article .tt{
	width:100%;
	height:70px;
	line-height: 70px;
	text-align: center;
	font-size:22px;
	color:#000;
}
.g-bd .mn article p{
	margin:10px 0;
	line-height: 18px;
	font-size:14px;
	color:#333;
	/*text-indent: 28px;*/
}
.g-bd .mn article .remark{
	width:100%;
	height:30px;
	line-height: 30px;
	border-bottom: 1px dashed #999;
	margin-bottom: 30px;
	text-align: center;
	color: #999;
}
.g-bd .mn .btn{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	width: 80px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #90C41E;
	color: #fff;
	border-radius: 3px;
}
