.news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-summary {
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
}
.nameDoctor{
    position: absolute;
    top: 316px;
    left: 4px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding: 10px;
    width: 230px;
}