.main{
	min-height: 500px;
	background: #fff;
	padding: 19px 20px;
	margin-bottom: 20px;
}
.l-nav{
	width: 237px;
}
.l-title{
	height: 48px;
	line-height: 48px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	background: #164ea1;
}
.l-list{
	font-size: 0;
}
.l-list li{
	height: 49px;
	line-height: 49px;
	text-align: center;
	color: #333;
	cursor: pointer;
	background: #e1eef8;
	margin-bottom: 1px;
	font-size: 20px;
}
.l-list li a{
	display: block;
	height: 100%;
	position: relative;
}
.l-list li.active{
	color: #ef8139;
	background: #f0f8ff;
}
.l-list li i{
	display: none;
}
.l-list li.active i{
	position: absolute;
	display: block;
	width: 6px;
	height: 9px;
	margin-top: -4.5px;
	background: url(../img/r.png);
	top: 50%;
	right: 21px;
}
.r-box{
	width: 893px;
}
.all-title{
	overflow: hidden;
	height: 47px;
	line-height: 46px;
	border-bottom: 1px solid #E9E9E9;
}
.all-title i{
	width: 6px;
	height: 20px;
	margin-right: 10px;
	background: #006ab4;
	vertical-align: top;
	margin-top: 14px;
}
.bt-title{
	font-size: 20px;
	color: #2c6a9b;
	font-weight: bold;
}
.bt-r {
	font-size: 14px;
	color: #474747;
	line-height: 46px;
}
.bt-r img{
	width: 39px;
	height: 46px;
	vertical-align: top;
	margin-top: -5px;
}
.r-list{
	margin-top: 8px;
	padding-right: 7px;
}
.r-list li{
	 background: #f0f5f7;
	 height: 63px;
	 line-height: 62px;
	 color: #000000;
	 position: relative;
	 padding-right: 65px;
	 padding-left: 24px;
	 font-size: 18px;
	 overflow: hidden;
	 border-bottom: 1px dashed #E9E9E9;
 }
.r-list li i{
	width: 6px;
	height: 6px;
	background: #006ab4;
	position: absolute;
	top: 50%;
	margin-top: -3px;
	left: 8px;
}
.r-list li a{
	 width: 683px;
	 overflow: hidden;
	 text-overflow:ellipsis;
	 white-space: nowrap;
}
.r-list li span{
	  float: right;
	  font-size: 16px;
	  color: #969595;
}
 .r-list li:nth-child(2n){
	 background:#fff;
 }
.r-list li.c-f0f5f7{
	background: #f0f5f7;
}
.r-list li.c-fff{
	background: #fff;
}


/* 分页占位 */
.page-list{
	margin-top: 25px;
	margin-bottom: 20px;
	height: 32px;
	text-align: center;
}