.operation{
	width: 228px;
	height: 168px;
	border: 1px solid #ddd;
	margin-bottom:10px;
}
.operation img{
	width: 228px;
	height: 168px;
}


/*浏览过的医院*/
.right-side-list{
	width: 230px;	
}
.view-history{
	border: 1px solid #ddd;
	font-size: 12px;
	background-color: #fff;
	padding: 0 20px;
}
.view-history h2{
	height: 56px;
	line-height: 56px;
	color: #000;
	font-size: 16px;
}
.view-history h2 em{
	display: inline-block;
	background: url(../../../images/common/common.png) no-repeat 0 -24px;
	width: 24px;
	height: 18px;
	vertical-align: 2px;
	margin-left: 4px;
}
.view-history .clear-all{
	color: #666;
	float: right;
	font-size:14px;
	font-weight: 400;
	cursor: pointer;
}
.view-history .clear-all:hover,.history-list li a p:hover{
	color: #1a70cb;
}
.history-list li a div{
	width: 188px;
	height: 128px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.history-list li a div img{
	width:100%;
	height: 100%;
}

.history-list li a p{
	line-height: 32px;
	height: 32px;
	font-size:14px;
	color: #666;
	display: block;
	width: 190px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom:8px;
}
/*我关注的医生*/
.my-view{
	border: 1px solid #ddd;
	font-size: 12px;
	background-color: #fff;
	padding: 8px;
}
.my-view h2{
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 14px;
	font-weight: bolder;
}
.my-view .clear-all{
	color: #0066cc;
	float: right;
	cursor: pointer;
	font-weight: 400;
}
.my-view .clear-all:hover{
	text-decoration: underline;
}
.my-view ul{}
.my-view ul li{
	padding: 10px 0;
	height: 100px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.my-view ul li:last-child{
	border-bottom: none;
}
.my-view ul li a{
	color: #999;
}
.my-view ul li a img{
	float: left;
	height: 92px;
	width: 72px;
	margin-right: 6px;
}
.my-view ul li .clinic-info{
	width: 122px;
	text-align: left;
}
.my-view ul li .clinic-info .doc-name{
	color: #333;
	font-size: 14px;
}
.list-name{
	overflow: hidden;
  	white-space: nowrap;
  	text-overflow: ellipsis;
  	line-height: 20px;
  	color:#333 !important;
}
.my-view ul li .list-body p{
	line-height: 16px;
	font-size:12px;
	color: #999898;
	display: block;
	width: 122px;
	overflow: hidden;
}
.list-body{
    height: 32px;
    margin-top:6px;
}
