.search-result-zx {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 32px 200px 32px 40px;
}
.search-result-zx .report-content .report-item {
  display: flex;
  cursor: pointer;
  margin-bottom: 40px;
}
.search-result-zx .report-content .report-item:hover .img img {
  transform: scale(1.05);
}
.search-result-zx .report-content .report-item:hover .report-detail .title {
  color: #1259F0;
}
.search-result-zx .report-content .report-item .img {
  width: 200px;
  height: 134px;
  background: #F7F8FA;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.search-result-zx .report-content .report-item .img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.search-result-zx .report-content .report-item .img .default-img {
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}
.search-result-zx .report-content .report-item .img .default-img.color-1 {
  background-image: url(/assets/images/medical/bg-news-img-1.png);
}
.search-result-zx .report-content .report-item .img .default-img.color-1 .report-title {
  box-shadow: 0px 4px 4px 0px #FFE5BE;
}
.search-result-zx .report-content .report-item .img .default-img.color-2 {
  background-image: url(/assets/images/medical/bg-news-img-2.png);
}
.search-result-zx .report-content .report-item .img .default-img.color-2 .report-title {
  box-shadow: 0px 4px 4px 0px #BBEEEA;
}
.search-result-zx .report-content .report-item .img .default-img.color-3 {
  background-image: url(/assets/images/medical/bg-news-img-3.png);
}
.search-result-zx .report-content .report-item .img .default-img.color-3 .report-title {
  box-shadow: 0px 4px 4px 0px #D0DBF0;
}
.search-result-zx .report-content .report-item .img .default-img .report-title {
  width: 172px;
  max-height: 64px;
  padding: 8px 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.87) 0%, rgba(255, 255, 255, 0.61) 100%);
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%);
}
.search-result-zx .report-content .report-item .img .tag {
  height: 28px;
  background: no-repeat right center;
  background-size: 100% 28px;
  padding: 4px 12px 4px 8px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  top: 8px;
  left: 0;
}
.search-result-zx .report-content .report-item .img .tag.color-1 {
  background-image: url(/assets/images/medical/bg-news-tag-1.png);
}
.search-result-zx .report-content .report-item .img .tag.color-2 {
  background-image: url(/assets/images/medical/bg-news-tag-2.png);
}
.search-result-zx .report-content .report-item .img .tag.color-3 {
  background-image: url(/assets/images/medical/bg-news-tag-3.png);
}
.search-result-zx .report-content .report-item .report-detail {
  flex: 1;
  padding-left: 24px;
  overflow: hidden;
}
.search-result-zx .report-content .report-item .report-detail .title {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #39435A;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
}
.search-result-zx .report-content .report-item .report-detail .desc {
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #39435A;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-result-zx .report-content .report-item .report-detail .info {
  display: flex;
  font-size: 0;
}
.search-result-zx .report-content .report-item .report-detail .info .info-item {
  line-height: 30px;
  font-size: 14px;
  color: #777E8E;
  margin-right: 16px;
}
.search-result-zx .report-content .report-item .report-detail .info .info-item .icon {
  margin-right: 4px;
}
.search-result-zx .report-content .report-item .report-detail .info .info-item:last-child {
  flex: 1;
  margin-left: 24px;
  margin-right: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 0;
}
.search-result-zx .report-content .report-item .report-detail .info .info-item:last-child span {
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  padding: 0 7px 0;
  border: 1px solid #EDEEF2;
  border-radius: 4px;
  margin-right: 6px;
}
.search-result-zx .report-content .report-item .report-detail .info .info-item:last-child span:last-child {
  margin: 0;
}
