@font-face {
	font-family: Arial;
	src:url('../fonts/timelineicons/ecoico.eot');
	src:url('../fonts/timelineicons/ecoico.eot?#iefix') format('embedded-opentype'),
		url('../fonts/timelineicons/ecoico.woff') format('woff'),
		url('../fonts/timelineicons/ecoico.ttf') format('truetype'),
		url('../fonts/timelineicons/ecoico.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} /* Made with http://icomoon.io/ */

.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/*竖线*/
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 5px;
	bottom: 0;
	width: 2px;
	background: #FF8787;
	left: 15%;
	margin-left: -6px;
}

.cbp_tmtimeline > li {
	position: relative;
    top: 0px;
    left: 0px;
    /*min-height:280px;*/
    margin-bottom:70px
}

/*左侧时间*/
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 20%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: left;
    position: relative;
    font-size: 24px;
    color: #FF8F0C;
    top:-5px;
    width:80px
    
}

/*右侧内容*/
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 20%;
	background: #FaFaFa;
	color: #333333;
	padding: 2em;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.6;
	position: relative;
	border-radius: 5px;
    position:relative;
    top:-20px;
}
/*奇数*/
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #F9F9F9;
}
.cbp_tmtimeline > li .cbp_title{
    color:#FF0000
}

.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* 右侧箭头 */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #F9F9F9;
	border-width: 10px;
	top: 20px;
}
/*奇数*/
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #F9F9F9;
}
/*最后一个段落*/
.cbp_tmlabel p:last-child{
    margin-bottom:0px;
}

/* 圆圈 */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 14px;
	height: 14px;
	font-family: Arial;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: white;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #FF8787;
	text-align: center;
	left: 15%;
	top: 5px;
	margin: 0 0 0 -12px;
}
/*第一个圈圈*/
.cbp_active{
    width: 20px !important;
	height: 20px !important;
	margin: 0 0 0 -15px !important;    
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		left:30px;
        top:70px
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}
    /*左侧时间*/
	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
        margin-left:80px
	}
    /*内容*/
	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
        width:100%-60px;
        margin-left:60px
	}
    /*箭头*/
	.cbp_tmtimeline > li .cbp_tmlabel:after {
        display:none;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: left;
		left: 30px;
	}	
}

