
.dr-cover-big{
    background-color: #FFD6DD;
}
.dr-num{
    background-color: #03afb7;
}
.r-name{
    text-indent: 4px;
}
.r-infolist a{
    color: #03afb7;
    text-decoration: underline;
    cursor: pointer;
}
.r-item-t{
    margin-bottom: 1rem;
    text-indent: .4em;
    border-left: 8px solid #03afb7;
    font-weight: 700;
}
.article img{
    max-width: 90% !important;
    height: auto !important;
}

/* 热点推荐 */
.channel-t{
    /*letter-spacing: 0.2rem;*/
}
.article-cover{
    width: 10rem;
    height: 5rem;
}
/* 多余内容省略号处理-多行 */
.re-tips {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
}
.article-cover .img{
    width: 8rem;
    height: 5rem;
}
@media only screen and (max-width: 540px){
    .hot-sm-recommand:first-child{
        margin-bottom: 0.5rem;
}}
/* 医生主页移动端目录按钮 */
.cell-btns{
    font-size: 15px;
    width: 3rem;
    line-height: 3rem;
    text-align: center;
    position: fixed;
    z-index: 10;
    right: 1.5rem;
    bottom: 7.5rem;
}
.dinfo-menu-btn{
    background-color: #73dacf;
}
.up-top{
    width: 100%;
}