/*多级联动查询 
.linkage{
    background-color: #fafafa;
    padding: 30px 30px 30px 30px;
    border-radius: 3px;
	font-size: 16px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.region{
	width:100%;
	float:left;
}

.linkage .diqu{
    width: 90px;
	float: left;
}
.linkage .reg_list{
    width: 1000px;
	float:left;
}
.linkage .reg_list a{
    margin: 0 18px 14px 0;
	float: left;
}
.linkage .reg_list a.active,
.linkage .reg_list a:hover{
    color: #FF6980;
}

.diqu_ej{
	 background-color: #fff;
	 width: 100%;
	 padding-top: 5px;
	 float: left;
}

.ejlist{
	width: 1000px;
	font-size: 14px;
	float: left;
}

.quyu{
	color: #999;
	font-size: 13px;
	float: left;
}

.ejlist a{
	float:left;
	margin: 0 18px 14px 0;
}

.linkage .ejlist a.active,
.linkage .ejlist a:hover{
    color: #FF6980;
}
.spacing{
	padding-top:25px;
}

.ys_text{
	width:100%;
	float:left;
}
 */
.ys_main{
	width:800px;
	float:left;
}

/* 医生列表样式*/
.yslist{
    padding: 0 7px 0 14px;
	width: 100%;
    margin-bottom: 20px;
    float: left;
}
.yslist .yslist_top{
    margin-bottom: 22px;
    border-bottom: 1px solid #eee;
	font-size: 16px;
    line-height: 50px;
    width: 100%;
    float: left;
}

.yslist .yslist_top h1{
	float:left;
	font-size: 20px;
	line-height: 24px;
	width: 100%;
	margin-bottom: 12px;
	margin-top: 12px;
    font-weight: bold;
}


.yslist_ul{
	width:100%;
	float:left;
}
.yslist li{
    margin-bottom: 26px;
    border-bottom: 1px solid #eee;
	width: 100%;
    float: left;
}
.yslist li:last-child{
    margin-bottom: 0;
    border-bottom: 0;
}
.yslist li .ys_left{
    width: 100%;
	float: left;
	margin-bottom:10px;
}
.yslist li .ys_quyu{
	width:100%;
	float:left;
}
.yslist li .ys_quyu .ystp{
    width: 160px;
    height: 160px;
    margin-right: 36px;
	float:left;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px;
}

.yslist li .ys_quyu .ystp img{
	height:100%;
	width:100%;
	float:lef;
}
.yslist li .ys_quyu .ys_info{
    width: 595px;
	float:left;
}

.yslist li .ys_quyu .ys_info .ystype{
	width:100%;
	float:left;
}

.yslist li .ys_quyu .ys_info .ystype a{
	font-size:18px;
	margin-bottom: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	margin-right:30px;
}

.yslist li .ys_quyu .ys_info .ystype span{
	width: 90px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    background-color: #FF6980;
	font-size: 14px;
	float: left;
	text-align: center;
	font-weight:normal;
}

.yslist li .ys_quyu .ys_info p:nth-child(2),p:nth-child(3),p:nth-child(4){
	color: #666;
	font-size: 16px;
	line-height: 22px;
	width: 100%;
	margin-bottom: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
}

.yslist li .ys_quyu .ys_info span{
	font-weight:600;
}


