.list-text{
	width: 575px;
	margin-left: 30px;
}
.list-img{
	width: 128px;
	height: 128px;
	border-radius: 50%;
}
.list-img img{
	width: 100%;
	border-radius: 50%;
}
.doc-des {
    width: 90%;
    font-size: 15px;
    color: #808080;
    align-items: center;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
}
.doc-des .sptlit {
    width: 1px;
    height: 14px;
    background: #e5e5e5;
    display: inline-block;
    margin: 0 8px;
    vertical-align: middle;
}
.list-time{
	margin-top: 25px;
}
.proj{
	display: inline-block;
	padding: 0px 10px;
	line-height: 22px;
	background-color: #ffe6e5;
	color: #f08888;
}
.list-btn{
	margin-top: 20px;
}
.list-btn div{
	width: 120px;
	height: 36px;
	border: 1px solid #e5e5e5;
	border-radius: 18px;
	margin-bottom: 15px;
	line-height: 36px;
	cursor: pointer;
	font-size: 15px;
	color: #808080;
}
.xx-btn{
	width: 20px;
	height: 20px;
	display: inline-block;
	float: left;
	margin: 9px 10px 10px 30px;
}
.xinxi-icon{
	background: url(../images/doctor-consultation.png);
}
.yuyue-icon{
	background: url(../images/order.png);
}
.list-btn div:hover{
	background: -webkit-gradient(60deg, 0 0, 0 0, from(#fd4f74),to(#fe696b));   
    background: -webkit-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -moz-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -o-linear-gradient(60deg,#fd4f74, #fe696b);   
    background: -ms-linear-gradient(60deg,#fd4f74, #fe696b);
    background: linear-gradient(60deg,#fd4f74, #fe696b);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr = #fd4f74, endColorstr = #fe696b);   
    color: #fff !important;
    border-radius: 18px;
    -moz-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    -webkit-box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
    box-shadow: 0 1px 10px 0 rgba(253,79,116, 0.1), 0 1px 8px 0 rgba(253,79,116, 0.2);
}
.news-title{
	margin-top: 40px;
}