.mnl-flex{
    display: flex;
}
.mnl-col-center {
	align-items: center;
}
.mnl-flex-wrap {
	flex-wrap: wrap;
}
.mnl-row-center {
	justify-content: center;
}
.mnl-margin-lr-10{
    margin:0 10px;
}
.list-yiyuan{
	margin-bottom: 20px;
}
.list-yiyuan .list-title{
	background-color: #F6F6F6;
	border: 1px solid #e2e2e2;
	border-left: 6px solid #F3D152;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 24px;
	font-weight: 400;
	margin-top: 20px;
	width: 100%;
}

/* 城市 */
.hospital-box {
    margin-top: 10px;
}
.hospital-box .t_box{
	position: relative;
}
.hospital-box .city-section{
	float: left;
	position: absolute;
	left: 100px;
	top: 28px;
}
.hospital-box .city-box{
    width: 60px;
    height: 24px;
    border: 1px solid #E2E2E2;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
	z-index: 2;
	background-color: #fff;
}
.hospital-box .city-box:hover .city-list-box{
    display: flex;
}
.hospital-box .city-box i{
    display:block;
    width: 12.5px;
    height: 8px;
    background: url('https://css1.meinali.com/css/img/xia.png') no-repeat center/cover;
}
.hospital-box .city-item{
    padding: 2px 6px;
    border: 1px solid #E2E2E2;
	font-size: 14px;
	line-height: 20px;
	background-color: #fff;
}
.hospital-box .city-list-box{
    position: absolute;
    left: -1px;
    top: 24px;
    width: 500px;
    background-color: #fff;
    border: 1px solid #E2E2E2;
    display: none;
}
.hospital-box .city-list-box {
    font-size: 12px;
}
.hospital-box .city-list-box .city-list-item{
    width: 68px;
    padding: 5px 6px;
    text-align: left;
}
.hospital-box .city-list-box .city-list-item a{
    display:inline-block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
}
.hospital-box .city-list-box .city-list-item a:hover{
    background-color: #F3D152;
	color: #fff;
	text-decoration: none;
}
.hospital-box .city-list-box  .city-active a{
    background-color: #F3D152;
    color: #fff;
}
.hospital-box .city-list-box em{
    display: block;
    width: 70px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: -1px;
}
.city-children{
    margin: 20px 0;
}
.city-children li{
    margin:0 10px;
    font-size: 14px;
}
.city-children .city-children-active a{
    color: #F3D152;
}

.list-yiyuan .list-zhon{
	width: 1120px;
	margin: 20px auto auto auto;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #e2e2e2;
}
.list-yiyuan .fd{
	float: left;
}
.list-yiyuan .yf{
	float: right;
}
.list-yiyuan .tese{
	margin-left: 20px;
}
.list-yiyuan .tese a{
	padding:4px 10px;
	border: 1px solid #e2e2e2;
	border-radius: 2px;
	background-color: #F6F6F6;
	margin-right: 20px;
	font-size: 12px;
}
.list-yiyuan .zixun{
	color: #fff;
	text-align: center;
	width: 84px;
	height: 28px;
	line-height: 28px;
	margin-top: 9px;
    background-position: -112px -133px;
}
.list-yiyuan .zixun span{
	font-size: 18px;
}
.list-yiyuan .size{
	width: 400px;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.list-yiyuan .page2{
	float: none;
	width: 432px;
	display: block;
	margin: 10px auto auto auto;
}