.doctor_home_wrap {
  margin-bottom: 0.5rem;
}
.doctor_home_wrap .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 0.3rem;
  color: #333333;
  text-align: center;
  margin: 0.5rem 0 0.4rem 0;
  position: relative;
}
.doctor_home_wrap .title .more-link {
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  position: absolute;
  right: 0;
  top: 0.1rem;
}
.doctor_home_wrap .tab-pane {
  padding: 0.32rem 0 0 0.32rem;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 0px #E6E6E6;
}
.doctor_home_wrap .tab-pane .video-item {
  width: 3.04rem;
  height: 2.37rem;
  float: left;
  margin-right: 0.18rem;
}
.doctor_home_wrap .tab-pane .video-item .video-wrap {
  width: 100%;
  height: 1.72rem;
  margin-bottom: 0.15rem;
  position: relative;
  background: #eee;
}
.doctor_home_wrap .tab-pane .video-item .video-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.doctor_home_wrap .tab-pane .video-item .video-wrap .zhezhao {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.doctor_home_wrap .tab-pane .video-item .video-wrap .zhezhao .play-btn {
  width: 0.44rem;
  height: 0.44rem;
}
.doctor_home_wrap .tab-pane .video-item .item-name {
  font-weight: 400;
  font-size: 0.18rem;
  color: #4D4D4D;
  text-align: center;
}
.doctor_home_wrap .wz-item {
  display: flex;
  padding: 24px 0;
  margin-right: 0.32rem;
  border-bottom: 1px dashed rgba(7, 0, 2, 0.2);
  justify-content: space-between;
}
.doctor_home_wrap .wz-item:last-child {
  border-bottom: none;
}
.doctor_home_wrap .wz-item:first-child {
  padding-top: 0;
}
.doctor_home_wrap .wz-item .wz-img {
  width: 2.56rem;
  height: 1.84rem;
  object-fit: cover;
  flex-shrink: 0;
  background: #eee;
}
.doctor_home_wrap .wz-item .wz-info {
  width: 3.49rem;
}
.doctor_home_wrap .wz-item .wz-info .wz-title {
  font-weight: 500;
  font-size: 0.2rem;
  color: #333333;
  margin-bottom: 0.15rem;
}
.doctor_home_wrap .wz-item .wz-info .wz-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 0.84rem;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.28rem;
  margin-bottom: 0.2rem;
}
.doctor_home_wrap .wz-item .wz-info .wz-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 400;
  font-size: 0.16rem;
  color: #808080;
}
.doctor_home_wrap .wz-item .wz-info .wz-time .more {
  display: block;
  width: 1.12rem;
  height: 0.32rem;
  font-weight: 400;
  font-size: 0.16rem;
  color: #891E23;
  border-radius: 0.16rem;
  text-align: center;
  line-height: 0.3rem;
  background: #FFFFFF;
  border: 1px solid #891E23;
  -webkit-border-radius: 0.16rem;
  -moz-border-radius: 0.16rem;
  -ms-border-radius: 0.16rem;
  -o-border-radius: 0.16rem;
}