.licheng {
	width: 7.5rem;
	height: 10.83rem;
	background: url(../images/developmentBg.png)no-repeat left;
	background-size: 7.5rem 10.83rem;
	box-sizing: border-box;
	padding-top: 0.3rem;
}
.contBox {
	width: 6.5rem;
	height: 9.36rem;
	border-left: 3px solid #FFFFFF;
	margin: 0 0 0 0.9rem;
	box-sizing: border-box;
	/*padding-top: ;*/
}
.lcItem{
	margin-left: -0.12rem;
	display: flex;
	margin-bottom: 0.3rem;
}
.spot {
	width: 0.2rem;
	height: 0.2rem;
	border-radius: 50%;
	background-color: #FFFFFF;
}
.txt{
	width: 6rem;
	font-size: 0.28rem;
	color: #FFFFFF;
	margin-left: 0.2rem;
}
.txt text {
	color: #FFBA00;
}
.mapBox {
	width: 7.5rem;
	height: 3.82rem;
	background: url(/Public/img/world_map.png)no-repeat left;
	background-size: 7.5rem 3.82rem;
}