​/************************** 
【92建站】www.92jzh.com
网站源码 / 静态模板 / 小程序模板下载
----------------------
【齐鲁CMS】www.qilucms.com
网站定制 / APP开发 / SEO排名优化
----------------------
【省赚臻选】www.hsrjdl.com
自用省钱 / 分享赚钱 / 兼职赚钱APP
***************************/

html,
body {
	height: 100%;
}

body {
	margin: 0;
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
	line-height: 1.5;
}

.main.bg-chronicle {
	background: url(../images/bg-chronicle.png) no-repeat center top;
	background-image: url(../images/bg-chronicle-top.png), url(../images/bg-jiao-2.png), url(../images/bg-jiao-3.png), url(../images/bg-chronicle-bottom.png) !important;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat !important;
	background-position: top left, top right, bottom left, bottom right !important;
}

/* --------------- */

/* 大事记 */

.chronicle {
	max-width: 1300px;
	margin: 0 auto;
	padding: 20px 0;
	position: relative;
	overflow: hidden;
}

.chronicle h2 {
	height: 85px;
	line-height: 85px;
	text-align: center;
	font-size: 50px;
	font-weight: 600;
	background: url(../images/chronicle.png) no-repeat center top;
}

.timeline {
	position: relative;
	width: 100%;
	padding: 20px 0;
}

/* 中间竖线 */
.timeline::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background-color: #e0e0e0;
	/* z-index: 1; */
}

/* 时间节点项 */
.timeline-item {
	position: relative;
	width: calc(50% - 40px);
	padding: 20px 0;
	display: flex;
	flex-direction: column;
	min-height: 100px;
}

.timeline-item:nth-child(1) {
	float: left;
	text-align: right;
	padding-right: 40px;
}


.timeline-item:nth-child(2) {
	float: right;
	text-align: left;
	padding-left: 40px;
	margin-top: 140px;
}

.timeline-item:nth-child(3) {
	float: left;
	text-align: right;
	padding-right: 40px;
	margin-top: 130px;
}

.timeline-item:nth-child(4) {
	float: right;
	text-align: left;
	padding-left: 40px;
	margin-top: 140px;
}

.timeline-item:nth-child(5) {
	float: left;
	text-align: right;
	padding-right: 40px;
	margin-top: 120px;
}

/* 时间点圆标 */
.timeline-item::before {
	content: "";
	position: absolute;
	top: 15px;
	width: 20px;
	height: 20px;
	background-color: #0c9d97;
	border-radius: 50%;
	z-index: 2;
}

.timeline-item:nth-child(odd)::before {
	right: -10px;
}

.timeline-item:nth-child(even)::before {
	left: -10px;
}

.date {
	font-size: 26px;
	font-weight: bold;
	color: #0c9d97;
	margin-bottom: 8px;
}

.content {
	font-size: 20px;
	color: #555;
	/* max-width: 400px; */
	margin: 0 auto;
	word-break: break-word;
}

.content p {
	margin: 0;
}

.highlight {
	color: #0c9d97;
	font-weight: bold;
	font-size: 26px;
}

/* 清除浮动 */
.timeline::after {
	content: "";
	display: table;
	clear: both;
}


/* ------------- */
