.version_div_border{
	/* border: #000000 1px solid; */
	padding: 80px 0 80px 0;
	width: 92%;
	height: auto;
	position: relative;
	left: 4%;
	top: 180px;
	background-color: #ffffff;
	border-radius: 28px;
	box-shadow: rgba(28,32,36,0.3) 0 0 20px 0px;
}

.versionlist{
	height: auto;
	margin: 0 0 0 8%;
	padding: 0 0 130px 0;
	width: 86%;
	/* border: #999999 1px solid; */
	border-left: #545563 5px solid;
	position: relative;
}

.new{
	margin: 30px 0 0 8%;
	border-left: 5px solid;
	border-image: linear-gradient(to top, #545563,  #fec601) 1;
}

.last{
	border: none;
	padding: 0 0 60px 0;
}

.circle{
	background-color: #090e22;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	position: relative;
	left: -20.5px;
	top: -20.5px;
}

.new .circle{
	background-color: #fec601;
	box-shadow: rgba(254,198,1,1) 0 0 20px 0;
	height: 36px;
	width: 36px;
	border-radius: 18px;
	position: relative;
	left: -20.5px;
	top: -20.5px;
}

.last .circle{
	left: -15.5px;
}


.versioncode{
	font-size: 40px;
	font-family: cuhei;
	letter-spacing: 2px;
	text-align: left;
	position: absolute;
	top: -24px;
	left: 60px;
}

.versiondate{
	font-size: 32px;
	font-family: zhunhei;
	text-align: right;
	position: absolute;
	line-height: 44px;
	top: -22px;
	right: 20px;
	opacity: 0.7;
}

.versiondiscribe{
	font-size: 32px;
	font-family: zhunhei;
	text-align: left;
	position: relative;
	line-height: 50px;
	top: 42px;
	left: 24px;
	opacity: 0.7;
}
