.hd-main{
	overflow: hidden;
	min-height: 400px;
}
.hd-left{
	float: left;
	width: 234px;
}
.hd-right{
	width: 757px;
	float: right;
	min-height: 900px;
	padding: 25px 35px;
	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);
}
.r-list li{
	padding-top: 25px;
	border-top: 1px dashed #d8dde0;
	padding-left: 25px;
	font-size: 0;
	padding-bottom: 21px;
}
.r-list li:first-child{
	padding-top: 0;
	border-top: 0;
}
.l-img{
	width: 73px;
	height: 96px;
	border: 1px solid #d8dde0;
	padding: 2px;
	margin-right: 25px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.r-list li img{
	width: 67px;
	height: 90px;
}
.l-txt{
	width: 560px;
	display: inline-block;
	vertical-align: top;
}
.l-txt h2{
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	font-weight: bold;
	margin-bottom: 8px;
}
.l-txt p{
	font-size: 16px;
	color: #2e2e2e;
	line-height: 36px;
	max-height: 72px;
	overflow: hidden;
}
.l-txt p span{
	font-size: 16px;
	color: #2e2e2e;
	margin-left: 10px;
}