
.tem_index_news {
	padding: 50px 0 80px;
	text-align: center;
}
.tem_index_news_tab {
	display: inline-block;
	margin: 0 0 10px;
	height: 37px;
	border-right: 1px solid #8c989f;
	list-style: none;
	line-height: 37px;
}
.tem_index_news_tab li {
	float: left;
}
.tem_index_news_tab li h3 {
	padding: 0 40px;
	height: 35px;
	border: 1px solid #8c989f;
	border-right: 0;
	font-weight: normal;
	line-height: 35px;
	cursor: pointer;
}
.tem_index_news_tab li.on h3 {
	background: #8c989f;
	color: #fff;
}
.tem_index_news_tab li:hover h3 {
	background: #8c989f;
	color: #fff;
}
.tem_index_news_list {
	margin: 20px 0 0;
}
.tem_index_news_list li {
	float: left;
	overflow: hidden;
	width: 50%;
	list-style: none;
	text-align: left;
}
.tem_index_news_list li a {
	display: block;
}
.tem_index_news_list li dl {
	margin-right: 10px;
	padding-top: 21px;
	height: 115px;
}
.tem_index_news_list li dl.tem_even {
	margin-right: 0;
	margin-left: 10px;
}
.tem_index_news_list dt {
	position: relative;
	float: left;
	overflow: hidden;
	width: 100px;
	height: 115px;
	border-bottom: 1px solid #e7e8ed;
	font-size: 0;
}
.tem_index_news_list dt img {
	margin-left: 10px;
	width: 90px;
	height: 90px;
	border-radius: 60px;
}
.tem_index_news_list dd {
	float: left;
	margin-left: -100px;
	width: 100%;
}
.tem_index_news_list dd a {
	padding: 0 10px;
}
.tem_index_news_list_txt {
	margin-left: 100px;
	height: 115px;
	border-bottom: 1px solid #e7e8ed;
}
.tem_index_news_list_txt h3 {
	overflow: hidden;
	margin-bottom: 3px;
	height: 23px;
	color: #000;
	font-weight: normal;
	line-height: 23px;
	font-size:20px
}
.tem_index_news_list_txt p {
	overflow: hidden;
	color: #818181;
}
.tem_index_news_list_txt span.time {
	display: block;
	height: 25px;
	color: #818181;
	line-height: 25px;
}
.tem_index_news_list li dl:hover {
	background: #f7f8fa;
}
.tem_index_news_list .tem_index_more {
	float: none;
	width: 200px;
	text-align: center;
}
