* {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
}

._map {
	margin-left: 10px;
}

.mapTitle_ {
	font-size: 20px;
}

.mapTitle_>a {
	text-decoration: none;
	out-line: none;
	color: black;
}

.pagination a, .pagination span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 14px;
}

.pagination a, .pagination span {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: 30px;
	padding: 0 5px;
	font-size: 14px;
}

.pagination .current {
	background: #ebebeb;
	color: #545454;
	border: 1px solid #dfe4ea;
	line-height: 30px;
	padding: 0 10px;
	font-size: 14px;
}

.lawMaps {
	width: 1000px;
	margin: 10px auto;
	overflow: hidden;
	background: #fff;
	padding: 10px 0 50px 20px;
	border-top: 2px solid #0081dc;
}

.map-cont, #mapList {
	float: left;
}

#mapList {
	visibility: hidden;
}

.map-cont {
	width: 339px;
	margin-right: 19px;
}

.map-cont .searchP input {
	width: 272px;
	height: 33px;
	border: 1px solid #e1e1e1;
	outline: none;
	color: #000;
	border-radius: 6px 0 0 6px;
	padding-left: 10px;
}

.map-cont .searchP i.fa-search {
	color: #fff;
	background-color: #0081dc;
	padding: 11px 20px;
	border-radius: 0 6px 6px 0;
	margin-left: -3px;
}

.wrap {
	width: 500px;
	margin: 100px auto;
}

.h20 {
	height: 20px;
	overflow: hidden;
	clear: both;
}

.nice-select {
	width: 141px;
	padding: 0 10px;
	height: 38px;
	border: 1px solid #e1e1e1;
	float: left;
	position: relative;
	background: #fff url(${ctxStatic}/iss/images/a2.jpg) no-repeat right
		center;
}

.nice-select input {
	color: #666;
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 0;
	outline: 0;
	background: none;
}

.nice-select ul {
	width: 100%;
	display: none;
	position: absolute;
	left: -1px;
	top: 38px;
	overflow: hidden;
	background-color: #fff;
	max-height: 150px;
	overflow-y: auto;
	border: 1px solid #999;
	border-top: 0;
	box-shadow: 0 3px 5px #999;
	z-index: 9999;
}

.nice-select ul li {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding: 0 10px;
	cursor: pointer;
}

.nice-select ul li.on {
	background-color: #e0e0e0;
}

.InstitutionalSelection {
	overflow: hidden;
	margin-top: 20px;
}

.InstitutionalSelection ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	height: 100px;
	cursor: pointer;
	padding: 10px 0;
}

.InstitutionalSelection li.current {
	color: #0081dc;
	background-color: #f3f3f3;
}

.nowPlace {
	background-color: #fdf7dc;
	padding: 8px;
	margin-top: 30px;
}

.listMap ul li {
	font-size: 16px;
	border-bottom: 1px dashed #e1e1e1;
	padding: 20px;
}

.p-map1 {
	color: #0081dc;
}

#panel {
	position: absolute;
	background-color: white;
	max-height: 80%;
	overflow-y: auto;
	top: 10px;
	right: 10px;
	width: 250px;
	border: solid 1px silver;
}