.hd-main{
	overflow: hidden;
	min-height: 400px;
}
.hd-left{
	float: left;
	width: 234px;
}
.hd-right{
	width: 757px;
	float: right;
	min-height: 900px;
	padding: 0 17px;
	box-sizing: border-box;
	border: 1px solid #d8dde0;
	margin-bottom: 19px;
	font-size: 0;
}
.news-list li{
	height: 51px;
	line-height: 51px;
	background: #e8eff4;
	color: #465661;
	font-size: 17px;
	position: relative;
	padding-left: 58px;
	box-sizing: border-box;
	cursor: pointer;
	margin-bottom: 5px;
}
.news-list li a{
	display: block;
	height: 100%;
	color: #465661;
}
.news-list li.active{
	background: #598eb7;
}
.news-list li.active a{
	color: #fff;
}
.news-list li i{
	width: 14px;
	height: 14px;
	position: absolute;
	background: url(ico2.png);
	top:18.5px;
	left: 26px;
}
.news-list li.active i{
	background: url(ico1.png);
}
.detail-title{
	height: 69px;
	line-height: 69px;
	text-align: center;
	font-size: 20px;
	color: #000;
	border-bottom: 1px dashed #d8dde0;
	margin-bottom: 20px;
}
.rt-img{
	width: 135px;
	vertical-align: top;
	display: inline-block;
	border: 1px solid #D8DDE0;
	height: 185px;
	text-align: center;
	margin-right: 18px;
}
.rt-img img{
	width: 119px;
	height: 167px;
	margin-top: 8px;
}
.js-txt{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	color: #2e2e2e;
	width: 540px;
	line-height: 30px;
	word-break: break-all;
	text-indent: 36px;
	margin-bottom: 15px;
}
.clear{
	clear: both;
}
.jl-title{
	height: 28px;
	border-bottom: 1px dashed #d8dde0;
	box-sizing: border-box;
}
.jl-title span{
	position: relative;
	bottom: -1px;
	height: 28px;
	line-height: 28px;
	width: 103px;
	background: url(tou.png);
	padding-left: 12px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
}
.jj-txt{
	margin-top: 15px;
	width: 100%;
	display: block;
}