/* DaTouWang URL: www.datouwang.com */
html,body{
	margin: 0;
}
ul{
	white-space:nowrap;
	margin: 0;
}
ul li{
	outline: none;
	display: inline-block;
	list-style-type: none;
	margin: 0px;
}
.cx-time-main{
	/* width: 50%; */
	height: 150px;
	margin-left: auto;
	margin-right: auto;
}
.cx-time-main > span{
	display: none;
	width: 20px;
	height: 80px;
	line-height: 80px;
	float: left;
	font-size: 30px;
	font-weight: 600;
	color: rgb(18,175,255);
	cursor: pointer;
	font-family: 'å®‹ä½“'
}

.cx-time-box{
	float: left;
	width: calc(100% - 42px);
	width: 1240px;
	margin: 0;
	padding: 0;
	/* overflow: hidden; */
	background:url(../images/time-line.png) center center no-repeat;
}
.cx-time-box .ulBox{
	padding-left: 25%;
}
.cx-round-box{
	position: relative;
	width: 12px;
	height: 100%;
}
.cx-time-round{
	position: relative;
	width: 12px;
	height: 12px;
	/* top: -24px; */
	margin-top: -6px;
	background: #9f9f9f;
	border-radius: 50%;
	cursor: pointer;
}
.cx-time-top{
	position: absolute;
	bottom: 0px;
	left: -28px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #9f9f9f;
}
.cx-time-bottom{
	background-image: url(../images/time-about01.png);
	display: none;
	position: absolute;
	top: 50%;
	left: -30px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-top: 12px;
}
.cx-time-line{
	position: relative;
	width: 130px;
	height: 100%;
}
.cx-time-line:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 2px;
	top: 50%;
	/*background: rgba(18,175,255,0.8)*/
}
.cx-time-round:hover,.cx-time-active .cx-time-round{
	width: 16px;
	height: 16px;
	top: 3px;
	left: -2px;
	background: #007bc7;
}
.cx-time-active > div{
	color: #007bc7;

}
.cx-time-active .cx-time-top{
	position: absolute;
	bottom: -15px;
	left: -60px;
	width: 120px;
	min-height: 20px;
	height: auto;
	font-size: 56px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #007bc7;
}
.cx-time-active .cx-time-bottom{
	position: absolute;
	top: 30px;
	height: 100px;
	left: -148px;
	width: 302px;
	min-height: 20px;
	height: auto;
	font-size: 14px;
	margin-top: 0px;
	display:block;
	height: 181px;
	word-break: break-all;
	color: white;
}
.cx-time-active .cx-time-bottom div{
	padding: 50px 20px 20px 20px;
	font-size: 18px;
	text-justify: newspaper;
	white-space: normal;
}
