.tab{
	width: 100%;
	float: none;
	margin-right: 50px;
}
.tab .tab-nav{
	height: 30px;
}
.tab .tab-nav li{
	float: left;
	margin-right: 5px;
}
.tab .tab-nav li a{
	display: block;
	height: 30px;
	padding: 0 20px;
	color: var(--colorBlack);
	text-decoration: none;
	line-height: 30px;
}
.tab .tab-nav li.actived{
	background: #ffffff;
}
.tab .tab-nav li.actived a{
	color: var(--colorPrimary);
}
.tab .content-wrap{
	background: #ffffff;
	padding: 5px;
	height: auto;
}
.tab .content-wrap img{
	max-width: 100%;
	height: auto;
}
.tab .content-wrap .content-item{
	width: 100%;
	position: relative;
	height: auto;
	display: none;
	text-align: left;
}
.tab .content-wrap .current{
	display: block;
}
.index_news .index_news_wrap{
	margin: 0 auto;
}
.index_news .index_news_wrap .container{
	margin: 0 auto;
}
.index_news .tab{
	width:100%;
	text-align: center;
}
.index_news .tab .tab-nav{
	display: inline-block;
	padding:0 0 50px 0;
}