.teb_div{
	width: 100%;
	height: 80px;
	background: #f4f4f4;
}
.teb_div_content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.teb_div_content span{
	display: block;
	width: 90px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	color: #333333;
}
.teb_div_content span a{
	color: #333333;
	display: block;
}
.teb_div_content span.active{
	color: #D63830;
	border-bottom: 2px solid #d63830;
}
.teb_div_content span.active a{
	color: #D63830;
}
.list_content{
	width: 1200px;
	margin: 0 auto;
}
.list_item{
	display: none;
}
.list_item.active{
	display: block;
}
.list_item li{
	width: 100%;
	height: 220px;
	border-bottom: 1px solid #eeeeee;
}
.list_item li a{
	display: block;
	padding: 30px 0;
	position: relative;
	padding-left: 240px;
}
.list_item li a img{
	width: 240px;
	height: 160px;
	display: block;
	position: absolute;
	left: 0;
	top:30px;
}
.news_time{
	float: left;
	width: 104px;
	height: 58px;
	border-right: 1px solid #eeeeee;
	padding-left: 29px;
	margin-top: 51px;
}
.news_time .date{
	font-size: 30px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: bold;
	color: #999999;
	letter-spacing: 3px;
}
.news_time .year{
	margin-top: 4px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	color: #999999;
}
.newsbox{
	float: left;
	width: 826px;
	height: 58px;
	margin-left: 20px;
	margin-top: 41px;
}
.newsTitle{
	font-size: 18px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.newsTxt{
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	font-weight: 400;
	color: #555555;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
}
.pageDiv{
	margin-top: 50px;
	font-size: 0;
	text-align: center;
	margin-bottom: 70px;
}
.pageDiv span{
	display: inline-block;
	vertical-align: top;
}
.pageDiv .pagePrev,.pageNext{
	width: 70px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	text-align: center;
	color: #aaaaaa;
	position: relative;
	margin-right: 30px;
}
.pageDiv a{  
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	text-align: center;
	margin-right: 20px;
	display: inline-block;
	color: #aaaaaa;
	font-size: 14px;
}
.pagePrev a,.pageNext a{
	color: #aaaaaa;
	border: 0px solid #aaaaaa;
	margin-right: 0px;
	width: 100%;
	height: 100%;
	border-radius: initial;
}
.pageNext{
	margin-left: 10px;
}
.pageNo{
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #aaaaaa;
	border-radius: 2px;
	text-align: center;
	margin-right: 20px;
}
.pageNo a{
	font-size: 14px;
	color:  ;
}
.pageDiv a.active {
	background:  #D63830;
	border: 0px;
	color: #fff;
}
.pageNo.active a{
	color: #fff;
}
.staff{
	padding-top: 10px;
}
.staff_item{
	width: 100%;
	height: 160px;
	margin-top: 20px;
	overflow: hidden;
}
.staff_item .staffImg{
	width: 240px;
	height:160px;
	display: block;
	float: left;
}
.staff_div{
	width: 929px;
	height: 160px;
	background: #fafafa;
	float: right;
	padding: 30px 24px 40px 30px;
}
.staff_names{
	font-size: 21px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Bold;
	font-weight: bold;
	color: #333333;
}
.staff_alias{
	font-size: 16px;
	font-family: Microsoft YaHei UI, Microsoft YaHei UI-Regular;
	color: #333333;
	margin-top: 20px;
	display: none;
}
.staff_line{
	width: 40px;
	height: 4px;
	background: #d63830;
	border-radius: 2px;
	margin-top: 15px;
}
.staff_text{
	margin-top: 20px;
	font-size: 14px;
	font-family: Microsoft YaHei, Microsoft YaHei-Regular;
	color: #333333;
	line-height: 28px;
	letter-spacing: 0.28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:2;
	overflow: hidden;
}