.content-main {
	width: 1240px;
	height: 1046px;
	background-color: #fff;
}
.content-main .webmap {
	padding: 20px;
	box-sizing: border-box;
}
.content-main h4 {
	text-align: center;
	font-size: 28px;
	margin-bottom: 15px;
	line-height: 28px;
}
.content-main .webmap .position {
	height: 24px;
}
.content-main .webmap span {
	font-size: 14px;
}
.content-main ul {
}
.content-main ul li {
	height: 40px;
	text-align: left;
	line-height: 40px;
	margin: 10px 0;
	font-size: 16px;
}
.content-main ul li:nth-child(odd) {
	border-left: 4px solid #bd1a2d;
	background-color: #f8f8f8;
	font-size: 18px;
	font-weight: bold;

	padding-left: 20px;
}
.content-main ul li:nth-child(odd) a {
	color: #bd1a2d;
}
