/* body */
.g-bd{
	width:1200px;
	height:750px;
	margin:20px auto 0;
}
/* 面包屑 */
.g-bd .crm{
	float:left;
	width:1200px;
	margin-bottom: 20px;
	color:#7a531c;
}
/* 列表区 */
.g-bd .mn-lf{
	float:left;
	width:850px;
}
.g-bd .mn-lf tr{
	width: 850px;
	height:35px;
	
	/*border-bottom: 1px solid #ccc;*/
}
.g-bd .mn-lf .tt{
	background: #EEEBE3;
	border:none;
}
.g-bd .mn-lf .tt th{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color:#7a531c;
}
.g-bd .mn-lf .tlogo{
	width: 35px;
}
.g-bd .mn-lf .first{
	width: 400px;
}
.g-bd .mn-lf tr td{
	margin:0;
	padding:0;
	border-bottom:1px dotted #ccc;
	/*height:35px;*/
}
.g-bd .mn-lf tr td a{
	margin:0;
	padding:0;
	height:35px;
	line-height: 35px;
	overflow: hidden;
}
.g-bd .mn-lf td.first{
	display: inline-block;
	width: 400px;
}
.g-bd .mn-lf td.first a{
	display: inline-block;
	width: 400px;
	
}
.g-bd .mn-lf .branch{
	width:195px;
	padding:0 10px;
}
.g-bd .mn-lf .middle{
	width:120px;
}
.g-bd .mn-lf .end{
	width:100px;
}
.g-bd .mn-lf tr td{
	text-align: center;
	color:#7a531c;
}
.g-bd .mn-lf tr td.tlogo{
	width: 16px;
	height:16px;
	background: url(../../images/party/party-building.png) no-repeat -198px -86px;
	margin-right: 10px;
	margin-left: 5px;
}
.g-bd .mn-lf tr td.first{	
	text-align: left;
}

/* 分页 */
.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-lf .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;
}