.org-box {
	width: 1200px;
	min-width: 1200px;
	margin: 100px auto 20px;
}

.org-province {
	overflow: hidden;
	padding-bottom: 15px;
	margin: 10px auto;
	background: #fff;
	box-sizing: border-box;
	border: solid 1px #ddd;
}

.org-province p {
	font-size: 16px;
	padding-left: 10px;
	border-left: solid 4px #00aba9;
	line-height: 20px;
	height: 20px;
	margin: 15px;
	font-weight: bold;
}

.org-province ul {
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}

.org-province ul li {
	margin: 4px;
	float: left;
	white-space: nowrap;
}

.org-province li a {
	padding: 3px 6px;
	background: #f5f5f5;
	float: left;
	border: solid 1px #f5f5f5;
	line-height: 22px;
	font-size: 14px;
	min-width: 50px;
	text-align: center;
	text-decoration: none;
	color: #333333;
}

.org-province .current a {
	background: #339933;
	color: #ffffff;
}

.org-province li a:hover {
	background: #fff;
	color: #e53538;
	border: solid 1px #e53538;
}

.org-city {
	margin-top: 10px;
	position: relative;
}

.city {
	overflow: hidden;
	border: 1px solid #ddd;
}

.city-titles {
	height: 34px;
	background: #f2f2f2;
	/* background: url(../images/org_title.gif) 0 -37px repeat-x; */
	line-height: 31px;
}

.city-titles p {
	float: left;
	margin-top: 1px;
	padding: 0 20px 0 15px;
	height: 31px;
	border-right: none;
	/* background: url(../images/org_title_left.gif) right center no-repeat #393; */
	font-weight: 700;
	font-size: 14px;
	line-height: 30px;
}

.city-titles p a {
	color: #009688;
}

.city-titles h4 a {
	float: right;
	text-align: right;
	padding-right: 12px;
	font-size: 14px;
	line-height: 31px;
	color: #333333;
}
.org-list {
	padding: 10px 0;
}
.org-list ul li {
	float: left;
	padding: 0 5px 0 15px;
	background-position: 6px -311px;
	width: 30%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 14px;
}

.org-list ul li a {
	color: #00ad4a;
	padding-left: 10px;
	/* background: url(../images/arr.gif) left 7px no-repeat; */
}

.org-list ul li a:hover {
	text-decoration: underline;
}

.org-list ul li span {
	color: #ababab;
	font-size: 12px;
}
.org-list .clear {
    clear: both;
    height: 0;
}