/* body区 */
.g-bd{
	/*position:relative;*/
	width:1200px;
	/*height:1100px;*/
	margin:0 auto;

}
.g-banner{
/*		display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
    width: 100%;
    height: 220px;
    background-color: red;
	margin-bottom: 220px;*/
}
/* 左边栏 */
.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: relative;
	float: right;
	width:980px;
	margin-bottom: 20px;
}
/* 面包屑 */
.g-mn .crm{
	margin-top:10px;
}
/* 口号 */
.g-mn .slogan{
	position: absolute;
	top: -314px;
	left: 111px;
}
.g-mn .tittle{
	display: block;
	height:50px;
	line-height: 50px;
	font-size:22px;
	color:#8c1515;
	border-bottom:1px solid #ccc;
	margin: 25px 0 20px 0;
}
/* 文章区 */
.g-mn article{
	width:98%;
	margin: 0 auto;
	text-align: justify;
}
.g-mn article .tt{
	width:100%;
	height:70px;
	line-height: 70px;
	text-align: center;
	font-size:22px;
	color:#000;
}
.g-mn article p{
	margin:10px 0;
	line-height: 18px;
	font-size:14px;
	color:#333;
	/*text-indent: 28px;*/
}
.g-mn article .remark{
	width:100%;
	height:30px;
	line-height: 30px;
	border-bottom: 1px dashed #999;
	margin-bottom: 30px;
	text-align: center;
	color: #999;
}

.g-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: #8c1515;
	color: #fff;
	border-radius: 3px;
}
