.correlation ul li p {
  border-left: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.hospital-img, .doctor-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.hospital-list, .doctor-list {
  border-bottom: 1px solid #f1f1f1;
  padding: 0;
  overflow: hidden;

}
.tuijian li.hospital-list, .tuijian li.doctor-list {
  width: 100%;
}
.related-diary-content, .related-hospital-content, .related-doctor-content {
  padding: 0 0px;
  margin-top: 5px;
}
.related-hospital-content .hospital-list .left {
  width: 80px;
  padding: 0;
}
.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;
}
.hospital-content, .doctor-content {
  width: 170px;
}
.e1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hospital-title, .doctor-title {
  font-size: 16px;
  color: #333;
  cursor: pointer;
}

.hospital-chat-btn {
  font-size: 12px;
  color: #808080;
  margin-top: 10px;
  text-align: center;
  background: #3f7bf6;
  border-radius: 50px;
  width: 80px;
  line-height: 24px;
}
.hospital-level {
  font-size: 14px;
  color: #808080;
  margin-top: 1px;
}
.hospital-project {
  font-size: 12px;
  margin-top: 1px;
}
.hospital-project .left {
  color: #b2b2b2;
}
.projects {
  max-width: 170px;
}

.hospital-project span.left {
  width: 100%;
  padding: 0;
}
.hospital-project div.projects.left {
  width: 100%;
  padding: 0;
}
.lazy {
  vertical-align: middle;
  width: auto;
  height: 80px;
object-fit: cover;
-moz-transition: all .5s ease;
-webkit-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
transition: all 0.5s;
}
.article-content .article-content-editor p, .article-content .article-content-editor div {
    text-indent: 0;
    color: #666;
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin: 12px 0;
}
.article-content .article-content-editor img {
    display: block;
    margin: 12px auto;
    height: auto !important;
    max-height: unset;
    width: 100%;
}
.advertisement{
  position: relative;
  text-align: center;
  margin: 20px 0;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.advertisement p{
  text-align: left;
  line-height: 60px;
  font-size: 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.7);
}
.advertisement img{
  width: 100%;
  height: 200px;
}
.advertisement img:hover{
  transform: scale(1.2);
  transition: all 0.3s;
}