body, h1, h2, h3, h4, h5, h6, hr, p, section, main, blockquote, dl, dt, dd, ul, ol, li, pre, figcaption, figure, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0
}

body, button, input, select, textarea {
	font: 12px/1 Lucida Grande, 'Microsoft YaHei', "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

code, kbd, pre, samp, tt {
	font-family: "Courier New", Courier, monospace
}

a {
	text-decoration: none
}

* {
	-ms-word-break: break-all;
	word-break: break-all;
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

iframe {
	border: none;
}

li {
	list-style: none;
}

input {
	outline: none;
}

strong {
	font-weight: normal;
}

a {
	color: #666666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
	width: 100%;
	height: 100%;
}

body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

img {
	border: none;
	vertical-align: middle;
}

address, cite, dfn, em, var, i {
	font-style: normal
}

/* 去除iphone ipad 设备默认按钮样式 */
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
	margin: 0;
}

input::-moz-placeholder, textarea::-moz-placeholder {
	color: #cccccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
	color: #cccccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #cccccc;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.hide {
	display: none;
}

.show {
	display: block;
}

body {
	background-color: #fff;
}


.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}

.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 1px;
	background-color: #707070;
	left: 50%;
	margin-left: -0.5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.timeline > li {
	position: relative;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}

.timeline > li:after {
	clear: both;
}

.timeline > li > .timeline-panel {
	width: 44%;
	float: left;
	margin-left: 0px !important;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding: 20px;
	position: relative;
	z-index: 11;
}

.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 36px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #eaeaea;
	border-right: 0 solid #eaeaea;
	border-bottom: 15px solid transparent;
	content: " ";
}

.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 37px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #fff;
	border-right: 0 solid #fff;
	border-bottom: 14px solid transparent;
	content: " ";
}

.timeline > li > .timeline-badge {
	color: #fff;
	width: 10px;
	height: 10px;
	font-size: 30px;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -5px;
	background-color: #FFC107;
	z-index: 10;
	-webkit-border-top-right-radius: 50%;
	-moz-border-radius-topright: 50%;
	border-top-right-radius: 50%;
	-webkit-border-top-left-radius: 50%;
	-moz-border-radius-topleft: 50%;
	border-top-left-radius: 50%;
	-webkit-border-bottom-right-radius: 50%;
	-moz-border-radius-bottomright: 50%;
	border-bottom-right-radius: 50%;
	-webkit-border-bottom-left-radius: 50%;
	-moz-border-radius-bottomleft: 50%;
	border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge i {
	font-size: 28px;
}

.timeline > li.timeline-inverted > .timeline-panel {
	position: relative;
	float: right;
	width: 44%;
}
.timeline > li > .timeline-panel .num{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	color: #FDA71E;
	font-size: 30px;
}
.timeline > li > .timeline-panel>div{
	padding-right: 20px;
}
.timeline > li.timeline-inverted > .timeline-panel .num{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	display: flex;
	align-items: center;
	color: #FDA71E;
	font-size: 30px;
}
.timeline > li.timeline-inverted > .timeline-panel>div{
	padding-left: 20px;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}


.timeline-title {
	margin-top: 0;
	color: inherit;
}

.timeline-body > p, .timeline-body > ul {
	margin-bottom: 0;
}

.timeline-body > p + p {
	margin-top: 5px;
}

@media (max-width: 992px) {
	.timeline > li > .timeline-panel .num{
		left: 0;
		right: auto;
	}
	.timeline > li > .timeline-panel>div{
		padding-right: 0;
		padding-left: 20px;
	}
	ul.timeline:before {
		left: 40px;
	}
	
	ul.timeline > li > .timeline-panel {
		width: calc(100% - 80px) !important;
		width: -moz-calc(100% - 80px) !important;
		width: -webkit-calc(100% - 80px) !important;
	}
	
	ul.timeline > li > .timeline-badge {
		left: 15px;
		margin-left: 0;
		top: 16px;
	}
	
	ul.timeline > li > .timeline-panel {
		float: right;
	}
	
	ul.timeline > li > .timeline-panel:before {
		border-left-width: 0;
		border-right-width: 15px;
		left: -15px;
		right: auto;
	}
	
	ul.timeline > li > .timeline-panel:after {
		border-left-width: 0;
		border-right-width: 14px;
		left: -14px;
		right: auto;
	}
}
