@charset "UTF-8";

.medicalCompanyBg {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.medical-cp-list {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

.md-cp-item {
  width: 290px;
  height: 389px;
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.kyzl-item-bg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.kyzl-item-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.kyzl-item-list-item {
  width: 293px;
  height: 102px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEEEEE;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.kyzl-itli-top {
  width: 283px;
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.kyzl-itli-top-img {
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  border-radius: 23px;
  margin-top: 10px;
  margin-right: 5px;
}


.kyzl-itli-top-title {
  width: 100%;
  /* background-color: yellow; */
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: left;
  font-style: normal;

  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.kyzl-itli-bottom {
  width: 100%;
  height: 46px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.kyzl-ilv-item {
  width: 146px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.kyzl-ilv-item-top {
  width: 100%;
  height: 16px;
  margin-bottom: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #959595;
  line-height: 16px;
  text-align: center;
  font-style: normal;
}

.kyzl-ilv-item-bottom {
  width: 100%;
  height: 16px;
  margin-top: 2px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
  text-align: center;
  font-style: normal;
}

.kyzl-ilv-item-line {
  width: 1px;
  height: 30px;
  background: #E4E4E4;
}


.md-cp-normal-item {
  width: 100%;
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.normalDistance {
  margin-bottom: 10px;
}

.normalDistance:last-child {
  margin-bottom: 0;
}

.md-cp-normal-item-list {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.yyhy-column-list {
  height: calc(100% - 65px);
}

.cpImgAngTextItem {
  text-decoration: none;
  width: 138px;
  height: 148px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.cpImgAngTextItemEmpty {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #959595;
}

.cpImgAngTextBox {
  width: 138px;
  height: 98px;
  border-radius: 4px;
  overflow: hidden;
}

.cpImgAngTextImg {
  width: 138px;
  height: 98px;
  transition: transform 0.3s ease;
}

.cpImgAngTextImg:hover {
  transform: scale(1.12);
  /* 鼠标滑过时放大图片 */
}

.cpImgAngTextText {
  margin-top: 10px;
  height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: black;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}