html,body{
	margin: 0;
}
.cx-time-main{background: url(/template/PC/images/lichengbak.jpg) no-repeat top center;
	padding:50px 0;
}
ul{
	white-space:nowrap;
	margin: 0;
	padding: 0;
}
ul li{
	outline: none;
	list-style-type: none;
	margin: 0px;
}
.cx-time-main{
	width: 100%;
	height: auto;
}
.cx-time-box{
	position: relative;
	width: 100%;
	height: auto;
}
.cx-time-main ul li{
	position: relative;
	padding: 10px 0;
	height: auto;
}
.cx-time-main ul li:nth-child(2n){
	padding-left: 54%;
	text-align: left;
}
.cx-time-main ul li:nth-child(2n+1){
	padding-right: 54%;
	text-align: right;
}
.cx-main-box::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin: -8px 0 0 -8px;
    border-radius: 50%;
    z-index: 2;
    border: 2px solid #8094cb;
}
.cx-main-box::after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% + 6px);
    width: calc(4% - 6px);
    height: 2px;
    background: #8094cb;
}
.cx-time-main ul li:nth-child(2n+1) .cx-main-box::after{
	left: auto;
	right: calc(50% + 6px);
}
.active::before {
	background: #6a98ff;
    border: 2px solid #3461c6;	
}
.cx-time-main ul li::before,.cx-time-main ul li::after{
	content: '';
	position: absolute;
	top: 0;
	width: 2px;
	height: calc(50% - 8px);
	left: 50%;
	background: hsl(214, 63%, 40%);
	margin-left: -2px;
}
.cx-time-main ul li::after {
	top: auto;
	bottom: 0;
}
.cx-main-box{ font-size:16px; line-height: 28px;
	display: inline-block;
	min-width:90%;
	min-height: 40px;
	background: #ccdfff;
	border-radius: 4px;
	padding: 10px 20px;
	cursor: pointer;
}

.cx-main-box div:nth-child(1){font-size:28px; line-height: 30px; font-weight: bolder;}


.cx-main-box div:nth-child(3){ display: none;}
<!--0.00030899047851562-->