.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 li{
	font-size: 0;
	height: 210px;
	overflow: hidden;
	padding: 29px 0;
	border-bottom: 1px dashed #E9E9E9;
}
.r-img{
	width: 204px;
	height: 151px;
	margin-right: 31px;
}
.r-div{
	vertical-align: top;
	display: inline-block;
	width: 618px;
	height: 151px;
	overflow: hidden;
}
.r-s-title{
	font-size: 18px;
	color: #000;
	height: 20px;
	line-height: 20px;
	margin-bottom: 22px;
	display: block;
}
.r-s-date{
	display: block;
	font-size: 16px;
	color: #969595;
}
.r-s-details{
	margin-top: 13px;
	font-size: 14px;
	color: #5f5f5f;
	line-height: 26px;
	max-height: 78px;
	overflow: hidden;
}
.page-list{
	margin-top: 25px;
	margin-bottom: 20px;
	height: 32px;
	text-align: center;
}