.hospital-rank {
	width: 294px;
	background: #ffffff;
	border: 1px solid #e0e0e0;
}
.hospital-rank .title {
	width: 100%;
	height: 50px;
	background: #f3f3f3;
	padding-left: 16px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	box-sizing: border-box;
	position: relative;
}
.hospital-rank .title > img {
	width: 40px;
	height: 38px;
	position: absolute;
	right: 0;
	top: -5px;
}
.hospital-rank .title > span {
	font-size: 18px;
	font-weight: 500;
	color: #333333;
}
.hospital-rank .hospital-list {
	padding: 0px 16px;
}
.hospital-rank .hospital-list .hospital-list-item {
	padding: 14px 0px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	margin-bottom: 0;
}
.hospital-rank .hospital-list .hospital-list-item:not(:last-child) {
	border-bottom: 1px solid #f3f3f3;
}
.hospital-rank .hospital-list .hospital-list-item .rank-number {
	width: 22px;
	text-align: center;
}
.hospital-rank .hospital-list .hospital-list-item .rank-number > img {
	width: 24px;
	height: 24px;
}
.hospital-rank .hospital-list .hospital-list-item > img {
	width: 30px;
	height: 30px;
	margin-left: 11px;
}
.hospital-rank .hospital-list .hospital-list-item .name {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	margin-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.hospital-rank .hospital-list .hospital-list-item:hover .name {
	color: #ff5370;
}
