.cp_timeline04 {
	position: relative;
	margin: 1em auto;
	padding-bottom: 2em;
	width: 100%;
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #999;
}
.cp_timeline04 .timeline_item {
	margin: 0px 0px 0px 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 15em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(15,35,80,0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 50%;
	left: -47px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	border: 3px solid #999;
	background: #444853;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 0em;
	font-weight: bold;
	margin: 0;
	margin-top: -180px;
	color: #880e4f;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	padding-left: 0px;
	color: #fff;
}
.cp_timeline04 .timeline_item .desc li {
	font-size: 14px;
	line-height: 18px;
	margin-top: 10px;
	padding-left: 0px;
	color: #fff;
display: inline-block;

}
.cp_timeline04 .timeline_item .desc li.list1 {
	width:45%;
}
.cp_timeline04 .timeline_item .desc li.list2 {
	width:30%;
}
.cp_timeline04 .timeline_item .desc li.list3 {
	width:10%;
}
.cp_timeline04 .timeline_item .desc li.list4 {
	width:10%;
}

@media only screen and (max-width: 767px) {
	.cp_timeline04:before {
		left: 15px;
	}
	.cp_timeline04 .timeline_item .time_date .time:before {
		left: -32px;
		display: none;
	}
	.cp_timeline04 .timeline_item {
		margin: 0px 0px 0px 0px;
	}
	.cp_timeline04 .timeline_item .desc {
		padding-left: 0px;
		border-left: none;
	}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 8em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(15,35,80,0.1);

}
.cp_timeline04 .timeline_item .desc {

	margin-top: 100px;

}
.cp_timeline04 .timeline_item .desc li {
	font-size: 14px;
	line-height: 15px;
	margin-top: 10px;
	padding-left: -50px;
	color: #fff;
	display: table;
}
.cp_timeline04 .timeline_item .desc li.list1 {
	width:100%;
	font-size: 12px;
	font-weight: bold;
}
.cp_timeline04 .timeline_item .desc li.list2 {
	display: none;
}
.cp_timeline04 .timeline_item .desc li.list3 {
	display: none;
}
.cp_timeline04 .timeline_item .desc li.list4 {
	width:100%;
	font-size: 12px;
	margin-bottom: 30px;
}

}