/**
*专用于detail页面
*/


/*#region 布局*/
.item-left{
    width:875px;
    overflow: hidden;
}
.item-right{
    width:285px;
    overflow: hidden;
}
.height-16{
    line-height: 16px;
}
/*#endregion*/

/*#region 医院推荐  医生推荐*/
.news-title{
    font-size: 18px;
    color: #333;
    overflow: hidden;
    line-height: 32px;
    padding-bottom: 4px;
    border-bottom: 1px solid #f1f1f1;
}
.hot-follow {
    width: 6px;
    height: 32px;
    margin-right: 20px;
    font-size: 24px;
    color: #333;
    display: block;
}
.news-title .right{
    font-size: 14px;
    color:#999;
}
.related-diary-content,.related-hospital-content,.related-doctor-content{
    padding:0 20px;
    margin-top:5px;
}
.hospital-list,.doctor-list{
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 0;
    overflow: hidden;
}
.hospital-list:hover,.doctor-list:hover{
    border-bottom: 1px solid #ff9999;
}
.hospital-img,.doctor-img{
    width:80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.hospital-img img,.doctor-img img{
    width:100%;
}
.hospital-content,.doctor-content{
    width:150px;
}
.hospital-title,.doctor-title{
    font-size: 16px;
    color: #333;
}
.doctor-title span{
    margin-left: 10px;
    font-size: 12px;
    color: #b2b2b2;
}
.hospital-level{
    font-size: 14px;
    color: #808080;
    margin-top:15px;
}
.hospital-level span{
    color: #e5e5e5;
    margin:0 10px;
}
.hospital-project{
    font-size: 12px;
    margin-top:15px;
}
.hospital-project .left{
    color: #b2b2b2;
}
.projects{
    max-width: 90px;
}
.projects span{
    color: #f08888;
}
.doctor-hos{
    margin-top:15px;
    font-size: 14px;
    color: #808080;
}
.doctor-level{
    margin-top: 10px;
}
/*#endregion */