.first_hospital_address li{
	float: left;
}
.first_hospital_address li a{
	display: block;
	line-height: 40px;
	border-bottom: 2px solid #ebebeb;
	padding: 0 30px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.first_hospital_address li a.active {
	color: #224D7B;
	border-color:#224D7B
}
.sec_hospital_name li{
	width: 20%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.sec_hospital_name li a {
	display: block;
	background: #EEEEEE;
	color: #333;
	font-size: 13px;
	text-align:center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 34px;
}
.sec_hospital_name li a:hover {
	background: #0187CE;
	color: #fff;
}
.sec_hospital_name li a.active {
	background: #0187CE;
	color: #fff;
}
.sec_hospital_name{
	display: none;
}
.sec_hospital_name:first-child{
	display: block;
}
.thirs_depart_name:first-child{
	display: block;
}
.hospital_name_box {
	padding-bottom: 20px;
	padding-top: 10px;
	border-bottom: 1px solid #ebebeb;
}
.thirs_depart_tit {
	line-height: 50px;
}
.thirs_depart_name li{
	width: 20%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 10px;
}
.thirs_depart_name li a{
	line-height: 40px;
	text-align:center;
	background: #E8F6FF;
	display: block
}
.thirs_depart_name li a:hover {
	background: #0187CE;
	color: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.margin_bottom {
	margin-bottom: 20px;
	padding: 0 13px;
}
