@font-face {
	font-family: 'ecoico';
	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;
} 

/* The line */
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #b1954f;
	left: 20%;
	margin-left: -10px;
}
.cbp_tmtimeline > li {
	position: relative;
}
.cbp_tmtimeline > li p{
	position: relative;
	font-family: "微软雅黑 Light";
	font-size: 17px;
	line-height: 35px;
	letter-spacing: 2px;
	color: #7B7B7B;
	font-weight: normal;
	padding-bottom: 20px;
	padding-top: 0px;
}
.cbp_tmtimeline > li h5{
	font-family: "微软雅黑 Light";
	font-size: 14px;
	letter-spacing: 2px;
	color: #999999;
	line-height: 25px;
	padding-left: 15px;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: left;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FFCC00;
	margin-top: 20px;
	margin-right: 10px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.cbp_tmtimeline > li h6{
	position: relative;
	font-family: "Microsoft YaHei";
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 2px;
	color: #b1954f;
	font-weight: normal;
}
.cbp_tmtimeline > li p span {
	font-size: 19px;
	color: #9E844B;
	font-weight: normal;
	font-family: "微软雅黑 Light";
	letter-spacing: 2px;
	line-height: 35px;
}
.cbp_tmtimeline > li p a {
	font-size: 17px;
	color: #0080FF;
	font-weight: normal;
	font-family: "微软雅黑";
	letter-spacing: 2px;
	line-height: 35px;
	text-decoration: underline;
}
.cbp_tmtimeline > li p a:hover {
	color: #FF8000;
}
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	letter-spacing: 2px;
	text-align: right;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 26px;
	color: #855c35;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 1.5px;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #673a3b;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	color: #fff;
	padding: 0em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 60px;
	margin-left: 25%;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background-color: #673a3b;
}

.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	font-family: "微软雅黑";
	font-weight: bold;
	letter-spacing: 1px;
	color: #855c35;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	top: 10px;
	border-top-width: 10px;
	border-right-width: 10px;
	border-bottom-width: 10px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #673a3b;
}

/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #b1954f;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
	background-color: #855c35;
}

.cbp_tmicon-phone:before {
	height: 16px;
	width: 16px;
	background-image: url(../images/16x16.png);
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}
.alignleft {
	float: left;
	padding: 4px;
	display: inline;
	margin-right: 20px;
	border: 1px solid #b1945f;
	margin-top: 5px;
	margin-bottom: 5px;
}
.alignright {
	float: right;
	padding: 4px;
	display: inline;
	border: 1px solid #b1945f;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.align {
	padding: 4px;
	display: inline;
	border: 1px solid #b1945f;
	margin-top: 5px;
	margin-bottom: 5px;
}
.imgleft {
	float: left;
	margin: 0px;
	padding: 0px;
	display: inline;
}
/* Example Media Queries */
@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 {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #3594cb;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #6cbfee;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}
