.index-tab {
	position: relative;
	width: 100%;
	height: 100%
}

.index-tab .tab-item {
	float: left;
	width: 50%
}

.index-tab .tab-item .tab-item-hd {
	height: 38px;
	line-height: 38px;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background-color: #f2f6fc
}

.index-tab .tab-item .tab-item-bd {
	position: absolute;
	top: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	display: none
}

.index-tab .tab-item:not(:last-child) .tab-item-hd {
	border-right: 1px solid #dadada
}

.index-tab .tab-item.curr .tab-item-hd {
	border-top: 2px solid #e10f30;
	border-bottom: 0;
	background-color: #fff
}

.index-tab .tab-item.curr .tab-item-bd {
	display: block
}

.index-block .block-cont-hd {
	height: 70px;
	overflow: hidden
}

.index-block .block-cont-hd .hd-bg {
	display: block;
	margin: 0 auto
}

.events-list li .list_h1{
	text-align: center;
	position: absolute;
	display: block;
	width: 200px;
	top: 0;
	left: 95px;
	font-size: 24px;
	line-height: 50px;
	margin-top: 20px;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}
.events-list li .list_span{
	text-align: center;
	position: absolute;
	display: block;
	width: 200px;
	top: 70px;
	left: 95px;
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	font-weight: normal;
}