/* body */
.g-bd{
	width:1200px;
    height:550px;
	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-top: 4px solid #E80300;
	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:950px;
	margin-left:30px;
}
.g-bd .mn .caption{
	position: relative;
	float: left;
	width: 940px;
	height: 45px;
	margin-left: 10px;
	margin-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.g-bd .mn .caption span{	
	float: left;
	font-size: 25px;
	height: 43px;
	line-height: 50px;
	color: #E80300;

}
/* 面包屑 */
.g-bd .crm{
	position: absolute;
	bottom: 5px;
	right: 0;
	color:#7a531c;
	clear: right;
}

/* 导航tab */
.mn .cate{
	margin-bottom: 20px;
	width:945px;
}
.mn .inactive{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	height:32px;
	width: 110px;
	line-height: 32px;
	background: #DDDDDD;
	text-align: center;
	margin-right: 20px;
	border-radius: 4px;
	border:1px solid #ccc;
}
.mn .inactive a{
	display: block;
	height:32px;
	width: 110px;
	font-size: 16px;
	color:#666;
}
.mn .active{
	display: inline-block;
	display:-moz-inline-stack;zoom:1;*display:inline;
	height:32px;
	width: 110px;
	line-height: 32px;
	/*background: #DC0D13;*/
	text-align: center;
	margin-right: 20px;
	border-radius: 4px;
	border:1px solid #AA0D13;
}
.mn .active a{
	display: block;
	height:32px;
	width: 110px;
	font-size: 16px;
	color:#fff;
}
.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: #F2F0EA;
	border:none;
}
.g-bd .mn .tt th{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	/*color:#7a531c;*/
}
.g-bd .mn .tlogo{
	width: 15px;
}
.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;
	width: 520px;
	height:35px;
	text-align: left;
	padding-left:10px;
}
.g-bd .mn td.first a{
	display: inline-block;
	width: 490px;
	height:35px;
}
.g-bd .mn .middle{
	width:220px;
}
.g-bd .mn .end{
	width:170px;
}
.g-bd .mn tr td{
	text-align: center;
	color:#7a531c;
}
.g-bd .mn tr td.tlogo{
/*	width: 16px;
	height:16px;*/
	/*background: url(../../images/youth/youth-league.png) no-repeat -103px -180px;*/
/*	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;
}

.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:#FF0400;
	color: #fff;
	padding:2px 5px;
}

/* 右边栏 */
.g-bd .mn-rt{
	float:right;
	width:320px;
}
.g-bd .mn-rt .hotArtical{
	float:left;
	width:320px;
	height:335px;
	border:1px solid #ccc;
	margin-bottom: 20px;
}
.g-bd .mn-rt .hotArtical .hotTitle{
	height: 35px;
	width: 305px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
	color:#CC1C1E;
	background: #EEEBE3;
	padding-left: 15px;
}
.g-bd .mn .hotArtical .hotTitle i{
	display: inline-block;
	width: 32px;
	height:34px;
	background: url(../../images/party/party-building.png) no-repeat -176px -135px;
}
.g-bd .mn-rt .hotArtical ul{
	margin:0;
	padding:0;
	margin-left:15px;
	margin-top:10px;
}
.g-bd .mn-rt .hotArtical ul li{
	position: relative;
	width:280px;
	height:25px;
	line-height:25px;
	margin-top:10px;
	border-bottom:1px dotted #ccc;
}
.g-bd .mn-rt .hotArtical ul li i{
	display: inline-block;
	width: 10px;
	height:10px;
	background: url(../../images/party/party-building.png) no-repeat -158px -136px;
	margin-right: 8px;
}
/* 专题 */
.g-bd .mn-rt .topic a{
	float:left;
	margin-top:10px;
}
.g-bd .mn-rt .topic a img{
	padding:1px;
	border:1px solid #ccc;
}