.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;
	padding-left: 57px;
	color: #465661;
	cursor: pointer;
	background: #e8eff4;
	margin-bottom: 4px;
	font-size: 16px;
	position: relative;
}
.l-list li a{
	display: block;
	height: 100%;
}
.l-list li.active{
	color: #fff;
	background: #598eb7;
}
.l-list li i{
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../img/yjt11.png);
	top: 50%;
	left: 25px;
}
.l-list li.active i{
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../img/yjt12.png);
	top: 50%;
	left: 25px;
}
.r-box{
	width: 910px;
	border: 1px solid #d9dde0;
}
.r-title-box{
	margin: 0 auto;
	margin-top: 24px;
	height: 58px;
	width: 887px;
	background: url(../img/title_bg.png);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.pub_title{
	width: 888px;
	height: 28px;
	margin: 0 auto;
	border-bottom: 1px dashed #e6e6e6;
	line-height: 28px;
	color: #fff;
	font-size: 16px;
}
.pub_title span{
	padding-left: 12px;
	width: 103px;
	position: relative;
	bottom: -1px;
	height: 28px;
	line-height: 28px;
	background: url(../img/span_bg.png);
}
.pub_details{
	font-size: 16px;
	color: #000;
	line-height: 30px;
	margin: 23px auto;
	width: 819px;
}
.hd-list{
	margin: 44px auto 26px;
	width: 819px;
}
.hd-list li{
	font-size: 16px;
	line-height: 24px;
	height: 24px;
	margin-top: 25px;
	color: #000;
	padding-left: 30px;
	position: relative;
}
.hd-list li:first-child{
	margin-top: 0;
}
.hd-list li i{
	width: 3px;
	height: 3px;
	position: absolute;
	top: 50%;
	margin-top: -1.5px;
	left: 0;
	background: #000;
}