.hospitalIndex{
	width:1152px;
	margin:0 auto;
	/* background:#fff; */
	overflow:hidden;
	text-align:left;
}
.hospContent{
	width:1152px;
	height:auto;
	overflow:hidden;
	background:#fff;
	margin-bottom:40px;
	margin-top:30px;
}
.hospContent .hospContentTOP{
	width:1152px;
	height:auto;
	border-bottom:1px #EEEEEE solid;
}
.hospContent .hospContentTOP .hoCoT_City{
	width:100%;
	padding:0 10px;
	background:#FAFAFA;
	border-bottom:1px #EEEEEE solid;
}
.hospContent .hospContentTOP .hoCoT_Grade{
	width:1132px;
	padding-left:10px;
	padding-right:10px;
}
.hospContentBottom{
	width: 1152px;
    padding: 0 5px;
	height:auto;
	min-height:100px;
	overflow:hidden;
	padding-bottom: 30px;
}
.hospContentBottom dl{
	width:255px;
	height:auto;
	overflow:hidden;
	margin: 20px 15px 15px 15px;
	box-shadow: 0px 3px 10px -4px #666;
	cursor: pointer;
	float:left;
}
.hospContentBottom dl dt{
	width:255px;
	height:171px;
	position: relative;
	overflow:hidden;
}
.hospContentBottom dl dt img{
	width:255px;
	height:171px;
}
.hospContentBottom dl:hover dt img{
    transform: scale(1.05);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.05);
    -webkit-transform: all 1s ease 0s;
}
.hospContentBottom dl dt h4{
	font-size: 16px;
    color: #fff;
    position: relative;
    top: -72px;
    padding-left: 10px;
    font-weight: normal;
    width: 255px;
    height: auto;
    min-height: 84px;
    background: url(../../images/hospitalShadow.png);
}
.hospContentBottom dl dt i{
	position: absolute;
	bottom:10px;
	font-style: normal;
	left: 10px;
	text-align:left;
	line-height:22px;
	color:#fff;
	font-size: 16px;
    font-weight: normal;
}
.hospContentBottom dl:hover dt i{
	color:#FF7F00;
}
.hospContentBottom dl dt span{
	width:23px;
	height:60px;
	text-align:center;
	font-size:12px;
	color:#fff;
	position: absolute;
	right:0px;
	top:0;
	background:#FF8000;
	line-height:14px;
	padding-top: 5px;
	line-height: 12px;
    font-family: "宋体";
    font-weight: normal;
}
.hospContentBottom dl dd .hospContentBottom01{
	width:255px;
	height:100px;
}
.hospContentBottom dl dd .hospContentBottom01 p{
	color:#5972AC;
	font-size:12px;
	padding-top:10px;
	width:auto;
	float:left;
	padding-left:10px;
	text-align: left;
}
.hospContentBottom dl dd .hospContentBottom01 span{
	width:170px;
	max-height:70px;
	display:inline-block;
	overflow:hidden;
	float:left;
	color:#333333;
	font-size:12px;
	padding-top:10px;
	line-height: 18px;
}
.hospContentBottom dl dd .hospContentBottom01 span i{
	padding-right:10px;
	font-style: normal;
}
.hospContentBottom dl dd ol{
	width:255px;
	height:40px;
	background:#FAFAFA;
	border-top:1px #EEEEEE solid;
}
.hospContentBottom dl dd ol li{
    margin-top: 12px;	
    color:#AAAAAA;
}
.hospContentBottom dl dd ol .hospitalAddress{
	width:auto;
	float:left;
	margin-left:10px;
	padding-left:20px;
	background:url(../../images/hospital_details/pos.png)no-repeat left center;
}
.hospContentBottom dl dd ol .hospitalStudy{
	width:auto;
	float:right;
	padding-right:10px;
	background:url(../../images/hospital_details/hospitalIcon03.png)no-repeat left center
}
.hospContentBottom dl dd ol .hospitalStudy p{
	margin-left: 18px;
}
.hospContentBottom dl dd ol .hospitalStudy p>span,.hospContentBottom dl dd ol .hospitalAddress>span{
	padding-left:5px;
}
.clear{
	clear:both;
}



