.cd-container {
  margin: 0 auto;
  width:1118px;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

#cd-timeline {
  position: relative;
}
#cd-timeline::before {
	left: 50%;
	margin-left: -2px;
	content: '';
	position: absolute;
	top: 0;
	height: 100%;
	width: 4px;
	background: #888888;
}

.cd-timeline-block {
  position: relative;
  margin: 1em 0;
  color:#ffffff;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}

.cd-timeline-img {
	position: absolute;
	top: 0;
	width: 30px;
	height: 30px;
	border-radius:50%;
	box-shadow: 0 0 0 4px #ffffff, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0.05);
	left: 50%;
	margin-left:-15px;
	margin-top:20px;
	-webkit-transform: translateZ(0);
	-webkit-backface-visibility: hidden;
}

.cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}

.cd-timeline-img.cd-picture {
  background: #888888;
}

.cd-timeline-img.cd-movie {
  background: #c03b44;
}
.cd-timeline-img.cd-location {
  background: #f0ca45;
}

.cd-timeline-content {
	position: relative;
	margin-left: 0;
	background: #888888;
	border-radius: 0.25em;
	padding: 1.6em;
	box-shadow: 0 3px 0 #d7e4ed;
	width: 41%;
}

.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content h4{
  color: #ffffff;
}
.cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 13px;
}
.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin:0;
  line-height:26px;
  font-size:14px;
}

.cd-timeline-content .cd-read-more {
  float: left;
  padding: .8em 1em;
  background: #acb7c0;
  color: #ffffff;
  border-radius: 0.25em;
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}

.cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 24px;
	left: 100%;
	right: 100%;
	height: 0;
	width: 0;
	border: 10px solid transparent;
	border-right: 10px solid #888888;
	border-color: transparent;
	border-left-color: #888888;
}

.cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
    position: absolute;
    width: 100%;
    left: 118%;
    top: 10px;
    font-size: 16px;
    font-size: 1rem;
	font-weight:bold;
	color:#000000;
}

.cd-timeline-content .timeline_content_td1 {
    width: 60px;
}


@media only screen and (min-width: 640px) {
  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: #888888;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content{
	background:#888888;
  }
  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 118%;
    text-align: right;
  }
}

@media only screen and (max-width: 640px) {
	.cd-container {
		width: auto;
	}

	#cd-timeline::before {
		visibility: hidden;
	}

	.cd-timeline-img {
		visibility: hidden;
	}

	.cd-timeline-content::before {
		visibility: hidden;
	}

	.cd-timeline-content {
		width: auto;
		padding: 0 0 10px 4px;
	}

	.cd-timeline-content .timeline_content_table {
		font-size: 14px;
		table-layout: fixed;                 /* 只有定义了表格的布局算法为fixed，下面td的定义才能起作用。 */
	}

	.cd-timeline-content .timeline_content_table td {
		word-break: keep-all;             /* 不换行 */
		white-space: nowrap;            /* 不换行 */
		overflow: hidden;                  /* 内容超出宽度时隐藏超出部分的内容 */
	}

	.cd-timeline-content .timeline_content_td1 {
		width: 40px;
	}

	.cd-timeline-content h2 {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.cd-timeline-content p {
		font-size: 16px;
		font-size: 1rem;
	}
	.cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 16px;
		position: unset;
		font-weight:bold;
		color: #ffffff;
	}
}
