
.tab-block {
float: left;
margin-left: 15px;
	width: 97%;
	height:510px;
	background-color: #FFF;
	border: 1px solid #e5e5e5
}

.tab-block.information-tab .tabs {
	height: 380px
}
.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa
}
.tab-block .tab-buttons .tab-button {
	width: 25%;
	float: left;
	height: 50px;
	text-align: center;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	background-color: #f2f2f3;
}
.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #333
}
.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #1183ff
}
.tab-block .tabs {
	width: 100%;
	height: 528px
}
.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: none
}
.tab-block .tabs .tab-item.active {
	display: block
}

.information-tab .information-right {
	width:100%;
	height: 340px;
	float: right;
}
.information-tab .information-right .article-list {
	padding-top: 20px;
	
}
.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px
}
.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle
}
.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px
}
.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px
}

.information-tab .information-right .article-list:nth-of-type(1) .article-number, .information-tab .information-right .article-list:nth-of-type(2) .article-number, .information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333
}
.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px
}
.information-tab .information-right .article-list.current .article-number {
	background-color: #0c9!important
}
.information-tab .information-right .article-list.current .article-title {
	color: #0c9
}
.information-tab .information-right .article-list.current .article-content {
	display: block
}
@media (max-width:767px) {
	.tab-block{width: 100%;margin-left: 0;margin-bottom: 20px;}
	.information-tab .information-right .article-list .article-title{
		font-size: 12px;margin-left: 0;
	}
	.information-tab .information-right .article-list .article-time{font-size: 10px;}
	.information-tab .information-right .article-list .article-link{padding: 0;}

	
}
@media (max-width:640px) {
	.tab-block{width: 100%;margin-left: 0;margin-bottom: 20px;}
	.information-tab .information-right .article-list .article-title{
		font-size: 12px;margin-left: 0;
	}
	.information-tab .information-right .article-list .article-time{font-size: 10px;}
	.information-tab .information-right .article-list .article-link{padding: 0;}

}
@media (max-width:390px) {
	.tab-block{width: 100%;margin-left: 0;margin-bottom: 20px;}
	.information-tab .information-right .article-list .article-title{
		font-size: 12px;margin-left: 0;
	}
	.information-tab .information-right .article-list .article-time{font-size: 10px;}
	.information-tab .information-right .article-list .article-link{padding: 0;}


}