/*new tab*/
.news-main {
	padding-top: 35px;
	margin-bottom: 100px;
}
.new-tabs {
	float: left;
	width: 20%;
}
.new-tabs ul li a {
	display: block;
	height: 50px;
	line-height: 50px;
	margin-top: -1px;
	border: 1px solid #e6e6e6;
	text-indent: 35px;
	cursor: pointer;
	font-size: 14px;
	color: #666;
}
.new-tabs ul li.active a,
.new-tabs ul li:hover a {
	background-color: #009fd9;
	border-color: #009fd9;
	color: #fff;
}
.news-main-content {
	float: right;
	width: 77%;
}
.news-main-content ul li {
	margin-bottom: 20px;
}
.news-main-content ul li:hover {
	-webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
	-moz-box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
	box-shadow: 0 2px 16px rgba(0, 0, 0, .12);
}
.news-main-content ul li a.block {
	display: block;
	/*height: 160px;*/
	padding: 18px 40px;
	overflow: hidden;
	border: 1px solid #e6e6e6;
}
/*.news-main-content ul li .font {
	width: 520px;
	overflow: hidden;
	padding-top: 35px;
}*/
.news-title-img {
	float: left;
	width: 160px;
	line-height: 120px;
	height: 120px;
	text-align: center;
}
.news-title-img img {
	display: inline-block;
	border-radius: 6px;
}

.news-space {
	float: left;
	width: 1px;
	height: 120px;
	margin: 0 20px;
	background-color: #e6e6e6;
}
.news-text h2 {
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	font-size: 18px;
	color: #333;
}
.news-text h2.active {
	color: #ff8800;
}
.news-text h2.active i {
	display: inline-block;
	width: 56px;
	height: 20px;
	margin-left: 20px;
	margin-bottom: 2px;
	vertical-align: middle;
	background: url(/static/hsyx/css/siteimages/clock.png) no-repeat 0 center;
}
.news-text p {
	height: 60px;
	line-height: 20px;
	margin: 10px 0 5px;
	font-size: 12px;
	color: #666;
	overflow:hidden;
	text-overflow:ellipsis;
	text-indent: 2em;
}
.news-text .time {
	padding-left: 24px;
	font-size: 12px;
	color: #999;
	background: url(/static/hsyx/css/siteimages/clock.png) no-repeat 0 center;
}
.news-text .links {
	float: right;
	font-size: 12px;
	color: #009fd9;
}
.news-text .links:hover {
	color: #55afe8;
}
ol, ul, li {
	list-style-type: none;
}
