@charset "utf-8";
/* CSS Document */
.tabbox{margin-top: 40px;}
.tabbox .tab{width: 666px; margin: 0 auto;border-bottom: 4px solid #ffce0c;font-size: 24px;box-sizing: border-box;position: relative;height: 72px;}
.tabbox .tab div{
	position: absolute;
	width: 100%;
	bottom: -4px;
	left: 0;
	height: 72px;
	padding: 0 115px;
}
.tabbox .tab a{display:block;float:left;margin-right: 88px;width: 174px; color:#282828;text-align: center;line-height: 68px;}
.tabbox .tab a:last-child{margin-right: 0;}
.tabbox .tab a:hover{border-bottom: 4px solid #282828;}
.tabbox .tab a.on{border-bottom: 4px solid #282828;background: url(../images/triangle.png) no-repeat bottom; background-}
.tabbox .news_box{overflow:hidden;height:401px;position:relative;}
.tabbox .news_box ul{position:absolute;left:0;top:0;height:401px;width: 100%;}
.news_more{
	margin-top: 40px;
	text-align: right;
	margin-bottom: 22px;
}
.news_more a{
	color:#989898;
	font-size: 14px;
}
.news_more a:hover{
	color:#282828;
}
.news_list .item{
	float: left;
	width: 278px;
	margin-right: 28px;
	height: 358px;
	background: #f5f5f5;
}
.news_list .item:last-child{
	margin-right: 0;
}
.news_list .item img{
	width: 100%;
}
.news_list .item .title{
	font-size: 18px;
	color: #282828;
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical; 
	height: 48px;
	padding: 0 12px;
	margin-top: 20px;
	margin-bottom: 12px;
	box-sizing: border-box;
	-webkit-box-sizing:border-box;
}
.news_list .item .txt{
	text-overflow: -o-ellipsis-lastline;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	display: -webkit-box;  
	-webkit-line-clamp: 4;  
	-webkit-box-orient: vertical;
	padding: 0 12px;
	color:#656565;
	font-size: 14px;
	height: 76px;
}