@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/ */

.tab_content{
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;

} 

/* The line */
.tab_content:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 8px;
	background: #009fa8;
	left: 15.5%;
	margin-left: -10px;
}

.tab_content > li {
	position: relative;
}

/* The date/time */
.tab_content > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 143px;
	position: absolute;
}

.tab_content > li .cbp_tmtime span {
	display: block;
	text-align: right;
}

.tab_content > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #000;
}

.tab_content > li .cbp_tmtime span:last-child {
	font-size: 1.9em;
	color: #920783;
}

.tab_content > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #920783;
}

/* Right content */
.tab_content > li .cbp_tmlabel {
    display:block;
	font-family:"微软雅黑";
	margin: 0 0 15px 19%;
	background: #fff;
	-webkit-box-shadow: 4px 4px 4px #c2c2c2;
    -moz-box-shadow: 4px 4px 4px #c2c2c2;
    box-shadow: 4px 4px 4px #c2c2c2;
    border:1px #c2c2c2 solid;
	color: #484848;
	padding: 2em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
    cursor:pointer;
}

.tab_content > li:nth-child(odd) .cbp_tmlabel {
	border:1px #c2c2c2 solid;
	background: #fff;
}

.tab_content > li .cbp_tmlabel h4 { 
    color: #920783;
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}

/* The triangle */
.tab_content > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color:#c2c2c2;
	border-width: 5px;
	top: 10px;
}

.tab_content > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #c2c2c2;
}

/* The icons */
.tab_content > li .cbp_tmicon {
	width: 45px;
	height: 45px;
	padding:5px 0 0 0;
	font-family:"微软雅黑";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 0.8em;
	line-height: 16px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #920783;
	border-radius: 50%;
	text-align: center;
	left: 15%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-phone:before {
	content: "\e000";
}

.cbp_tmicon-screen:before {
	content: "\e001";
}

.cbp_tmicon-mail:before {
	content: "\e002";
}

.cbp_tmicon-earth:before {
	content: "\e003";
}


.tabs {
 text-align:center;
 height:auto;
 overflow:hidden;
 border-bottom:#920783 2px solid;
}
    .tabs .aa1 {
     width:100px;
     height:40px;
     display:block;
     border-radius:10px 10px 0 0;
     border:#920783 1px solid;
     background:#920783;
     color:#fff;
     padding:10px 0 0 0;
     text-align:center;
     float:left;
     margin:0 8px 0 0;
     cursor:pointer;
    }
 .tabs .aa2 {
     width:100px;
     height:40px;
     display:block;
     border-radius:10px 10px 0 0;
     border:#cecdce 1px solid;
     background:#cecdce;
     color:#5b5b5b;
     padding:10px 0 0 0;
     text-align:center;
     float:left;
     margin:0 8px 0 0;
     cursor:pointer;
    }

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.tab_content > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.tab_content:before {
		display: none;
	}

	.tab_content > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 20px 0;
	}

	.tab_content > li .cbp_tmtime span {
		text-align: left;
	}

	.tab_content > li .cbp_tmlabel {
		margin: 0 0 30px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.tab_content > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #c2c2c2;
		top:-10px;
	}

	.tab_content > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #c2c2c2;
	}

	.tab_content > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

