
.timeline-thumb{
	background-color: #eee;
	border-radius: 7px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}
.timeline-thumb .thumb-item{
	display: inline-block;
	padding: 10px 20px;
	font-size: 17px;
	color: #444;
	cursor: pointer;
	transition: all .2s linear;
}
.timeline-thumb .thumb-item:hover{
	background-color: #ddd;
}

.tl-content{
	position: relative;
	padding-bottom: 40px;
}
.tl-content-l{
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	text-align: center;
	color: #006519;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.4;
}
.tl-content-r{
	padding-top: 20px;
	padding-left: 100px;
}
.tl-content-r img{
	max-width: 200px;
	display: block;
	margin-bottom: 10px;
	float: left;
	margin-right: 20px;
	margin-top: -20px;
}

.thumb-item.active{
	background-color: #81bc00 !important;
	color: #fff;
}
.tl-content-cnt{
	display: none;
}
.tl-content-cnt.active{
	display: block;
}


@media (max-width: 630px){
	.tl-content-l{
		position: static;
		width: auto;
		text-align: center;
		margin-bottom: 10px;
	}
	.tl-content-r{
		padding-left: 0;
		text-align: center;
	}
	.tl-content-r img{
		float: none;
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.tl-content-r ul{
		text-align: left;
	}
}