@charset "UTF-8";
.time-axis{
	width: 1200px;
	margin: 65px auto 0;
}
.time-axis .date-list{
	display: flex;
	align-items: center;
}
.time-axis .date-list-tab{
	width: 95px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}
.date-action{
	background-color: #12288B;
	color: #fff;
}
.time-txt{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.time-txt img{
	width: 30px;
	height: 30px;
}
.time-list{
	width: 90%;
	position: relative;
}
.time-list hr{
	width: 100%;
	border-bottom: 1px solid #ccc!important;
}
.month{
	width: 90%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px auto 0;
}
.month p{
	width: 8.3%;
	text-align: center;
}
.div-xz{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:-17px;
	left: 50%;
	transform: translate(-50%);
}
.div-xz p{
	width: 8.3%;
	text-align: center;
}
.div-xz p text{
	display: block;
}
.div-xz p span{
	display: inline-block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #ddd;
}
.time-action text{
	color: #12288B;
}
.time-action span{
	background-color: #12288B !important;
}

.back-time-data{
	width: 70px;
	height: 65px;
	background-color: #fff;
	color: #12288B;
	margin-left: 20px;
}
.back-time-data span:nth-of-type(1){
	display: block;
	font-size: 30px;
	text-align: center;
}
.back-time-data span:nth-of-type(2){
	font-size: 16px;
	display: block;
	text-align: center;
}
.back .back-tit{
	margin-top: 10px;
}

.date{
	position: relative;
}
.date span{
	display: inline-block;
	background-color: #12288b;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.date i{
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0px;
	bottom: 3px;
	border: 7px solid transparent;
	border-left-color: #12288b;
}
.flipper .back .date{
	margin-left: 15px;
}
.flipper .back .date i{
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	left: 0px;
	bottom: 3px;
	border: 7px solid transparent;
	border-left-color: #12288b;
}
.flipper .back .date a{
	display: inline-block;
	background-color: #12288b;
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
