#hospital-honor * {
  box-sizing: border-box;
}
#hospital-honor .clearfix::after {
  content: "";
  display: table;
  clear: both;
}
#hospital-honor .hospital-honor-box {
  margin: 30px auto 0;
  width: 1220px;
}
#hospital-honor .hospital-honor-box > li {
  float: left;
  width: 275px;
  height: 225px;
  margin: 0 1.2% 25px;
}
#hospital-honor .hospital-honor-box > li .list-box {
  width: 275px;
  height: 185px;
  position: relative;
}
#hospital-honor .hospital-honor-box > li .list-box .icon-box {
  color: #999;
  background-color: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  bottom: 15px;
  right: 15px;
  box-shadow: 2px 2px 3px rgba(148, 148, 148, 0.5);
}
#hospital-honor .hospital-honor-box > li span {
  width: 100%;
  height: 40px;
  transition: all 0.3s;
  padding: 0 10px;
  background-color: #e4e4e4;
  display: flex;
  align-items: center;
}
#hospital-honor .hospital-honor-box > li:first-child {
  width: 580px;
  height: 475px;
}
#hospital-honor .hospital-honor-box > li:first-child .list-box {
  width: 580px;
  height: 400px;
}
#hospital-honor .hospital-honor-box > li:first-child span {
  height: 75px;
}
#hospital-honor .hospital-honor-box > li:hover span,
#hospital-honor .hospital-honor-box li:hover .icon-box {
  color: white;
  background-color: var(--darkgreen-color);
}
.el-dialog__body {
  padding: 20px;
}
.hospital-honor-box li {
  cursor: pointer;
  transition: all 0.3s;
}

.hospital-honor-box li:hover {
  transform: scale(1.02);
}

.image-preview-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preview-content {
  position: relative;
  max-width: 90%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.preview-content img {
  max-width: 100%;
  max-height: 80vh;
  object-fit: contain;
}

.preview-footer {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  color: #fff;
}

.preview-title {
  font-size: 16px;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.close-btn {
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.4);
}

.close-btn span {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  font-weight: 300;
}
