.hospital-content {
  /* 首页Banner区域样式 */
  /* IE8兼容处理 */
  /* 特性介绍区域样式 */
  /* 查看全部智能体按钮 */
  /* 合作医院区域样式 */
  /* 页脚版权信息 */
  /* 分页器样式 */
  /* 添加sk-pagination类样式 */
  /* 智能体卡片样式 */
  /* 兼容IE8的多行省略号效果 */
}
.hospital-content .app-default-content {
  *zoom: 1;
  /* IE7-8 hack */
}
.hospital-content .home-container {
  margin: 0 10px;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 20px;
}
.hospital-content .home-banner-section {
  background-color: #fff;
  -ms-box-shadow: 0px 4px 24px 0px rgba(20, 62, 130, 0.25);
  box-shadow: 0px 4px 24px 0px rgba(20, 62, 130, 0.25);
  overflow: hidden;
  position: relative;
}
.hospital-content .banner-content {
  position: relative;
  height: 280px;
  background: url('/agentstore/assets/images/banner_image.png') no-repeat center center;
  background-size: cover;
  *zoom: 1;
  /* IE7-8 hack */
}
.hospital-content .banner-overlay {
  position: absolute;
  z-index: 2;
  padding: 20px;
  width: 560px;
  height: 216px;
  top: 50%;
  left: 40px;
  margin-top: -108px;
  /* 高度的一半，实现垂直居中 */
  *zoom: 1;
  background: #3ba8d5;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#662E518B', endColorstr='#662E518B', GradientType=1);
  /* IE9 fallback */
  box-sizing: border-box;
  border-radius: 20px;
}
.hospital-content .banner-header {
  display: flex;
  *zoom: 1;
  /* IE7-8 hack */
  align-items: center;
  margin-bottom: 20px;
}
.hospital-content .banner-header:after {
  content: "";
  display: table;
  clear: both;
}
.hospital-content .banner-icon {
  margin-right: 15px;
  *float: left;
}
.hospital-content .banner-icon img {
  width: 56px;
  height: 56px;
}
.hospital-content .banner-title {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  *float: left;
  *margin-top: 10px;
}
.hospital-content .banner-desc {
  font-size: 14px;
  line-height: 1.5;
  height: 42px;
  /* 两行文字高度: 行高1.5 * 字体大小14px * 2行 = 42px */
  color: #fff;
  margin-bottom: 20px;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* IE兼容处理 */
  position: relative;
}
.hospital-content .banner-desc:after {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  background: -webkit-linear-gradient(left, rgba(46, 81, 139, 0), rgba(46, 81, 139, 0.4) 50%);
  background: linear-gradient(to right, rgba(46, 81, 139, 0), rgba(46, 81, 139, 0.4) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002E518B', endColorstr='#662E518B', GradientType=1);
}
.hospital-content .banner-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 16px;
  background: linear-gradient(to bottom, #FFFFFF, #ABDBFF);
  border-radius: 6px;
  color: #0C61BD;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
.hospital-content .banner-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-left: 6px;
}
.hospital-content .features-section {
  display: block;
  *zoom: 1;
  /* IE7-8 hack */
  margin-bottom: 10px;
  background-color: #f5f5f5;
  padding: 12px 0;
  border-radius: 6px;
  font-size: 0;
  /* 解决inline-block元素间距问题 */
}
.hospital-content .feature-item {
  width: 33.33%;
  *width: 32%;
  padding: 8px 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.hospital-content .feature-item:after {
  content: "";
  display: table;
  clear: both;
}
.hospital-content .feature-icon {
  float: left;
  margin-right: 12px;
}
.hospital-content .feature-icon img {
  width: 80px;
  height: 80px;
}
.hospital-content .feature-content {
  overflow: hidden;
}
.hospital-content .feature-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px;
  color: #000;
}
.hospital-content .feature-desc {
  font-size: 12px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.hospital-content .view-all-agents-btn {
  text-align: center;
  margin: 20px 0;
  padding: 0 10px;
}
.hospital-content .all-agents-btn {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 8px 24px;
  background-color: #F6FAFF;
  border: 1px solid #C2DEFF;
  border-radius: 6px;
  color: #007AFF;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  *position: relative;
  /* IE8 hack */
}
.hospital-content .all-agents-btn img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
  *display: inline;
  *zoom: 1;
  *vertical-align: middle;
  /* IE8 hack */
}
.hospital-content .all-agents-btn span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  *vertical-align: middle;
  /* IE8 hack */
}
.hospital-content .all-agents-btn:hover {
  background-color: #EBF4FF;
}
.hospital-content .partner-hospitals-section {
  background-color: #C0CFEB;
  padding: 40px 0;
  margin: 0 -20px;
  text-align: center;
}
.hospital-content .partner-title {
  font-size: 28px;
  font-weight: 600;
  color: #000;
  margin: 0 0 32px;
}
.hospital-content .hospital-list {
  margin: 0 auto;
}
.hospital-content .hospital-row {
  *display: inline;
  *zoom: 1;
  /* IE7-8 hack */
  margin-bottom: 16px;
  text-align: center;
}
.hospital-content .hospital-row:after {
  content: "";
  display: table;
  clear: both;
}
.hospital-content .hospital-item {
  width: 246px;
  background-color: #fff;
  border-radius: 8px;
  padding: 10px;
  margin: 0 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
  margin-bottom: 20px;
}
.hospital-content .hospital-logo {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.hospital-content .hospital-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.hospital-content .hospital-name {
  float: left;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  font-size: 16px;
  color: #000;
  max-width: 150px;
  line-height: 30px;
}
.hospital-content .home-footer {
  background-color: #2E62B8;
  color: #C2DEFF;
  text-align: center;
  padding: 30px 0;
  margin: 0 -20px;
  font-size: 14px;
}
.hospital-content .section-title {
  margin-top: 10px;
  background-color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding: 12px 10px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  zoom: 1;
  /* IE7-8 hack */
}
.hospital-content .section-title:after {
  content: "";
  display: table;
  clear: both;
}
.hospital-content .section-title .section-title-img {
  float: left;
}
.hospital-content .section-title .section-title-img img {
  width: 20px;
  margin-right: 5px;
  vertical-align: middle;
}
.hospital-content .section-title .section-title-img div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 20px;
  line-height: 20px;
  vertical-align: middle;
}
.hospital-content .section-title .title-actions {
  float: right;
}
.hospital-content .section-title .title-actions .config-btn {
  font-size: 14px;
  color: #1890ff;
  font-weight: normal;
  cursor: pointer;
  margin-right: 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
}
.hospital-content .section-title .title-actions .config-btn img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: middle;
}
.hospital-content .section-title .title-actions .config-btn .divider {
  position: absolute;
  right: -8px;
  width: 1px;
  height: 14px;
  background-color: #1890ff;
}
.hospital-content .view-all {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  color: #666;
  font-weight: normal;
  cursor: pointer;
}
.hospital-content .arrow-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}
.hospital-content .arrow-down {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #666;
  margin-left: 5px;
}
.hospital-content .footer-wrap {
  background-color: #99CAFF;
  color: #2E62B8;
  text-align: center;
  padding: 20px 0;
  font-size: 14px;
}
.hospital-content .app-breadcrumb {
  height: 36px;
  line-height: 36px;
  background-color: #C2DEFF;
  border-bottom: 1px solid #eee;
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  zoom: 1;
  /* IE7-8 hack */
}
.hospital-content .breadcrumb-detail {
  padding-left: 20px;
}
.hospital-content .home-breadcrumb-item {
  color: #666;
  font-size: 12px;
  text-decoration: none;
}
.hospital-content .home-breadcrumb-item:hover {
  color: #1890ff;
}
.hospital-content .separator {
  margin: 0 8px;
  color: #666;
}
.hospital-content .source-breadcrumb-item {
  color: #2E62B8;
  font-weight: bold;
}
.hospital-content .app-content-pagination {
  margin: 20px 0;
  text-align: center;
}
.hospital-content .sk-pagination {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin: 20px 0;
  *width: auto;
  /* IE7-8兼容 */
  vertical-align: middle;
}
.hospital-content .pagination-total {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  margin-top: 20px;
  margin-left: 10px;
  *width: auto;
  /* IE7-8兼容 */
  vertical-align: middle;
}
.hospital-content #pagination {
  text-align: center;
  clear: both;
  *zoom: 1;
  padding: 10px 0;
  *width: 100%;
  /* IE7-8兼容 */
  display: none;
}
.hospital-content .pagination-container {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.hospital-content .page-info {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin: 0 5px;
}
.hospital-content .page-size-select {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  height: 28px;
}
.hospital-content .page-btns {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  margin-left: 15px;
}
.hospital-content .page-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 28px;
  *width: 28px;
  /* IE7-8兼容 */
  height: 28px;
  line-height: 28px;
  text-align: center;
  margin: 0 5px;
  padding: 0 8px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  color: #666;
  cursor: pointer;
  *white-space: nowrap;
  /* IE7-8兼容 */
  *overflow: visible;
  /* IE7-8兼容 */
}
.hospital-content .page-btn.active {
  background-color: #1890ff;
  color: #fff;
  border-color: #1890ff;
}
.hospital-content .page-btn.disabled {
  color: #d9d9d9;
  cursor: not-allowed;
}
.hospital-content .page-btn:hover:not(.disabled):not(.active) {
  color: #1890ff;
  border-color: #1890ff;
}
.hospital-content .page-ellipsis {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 28px;
  text-align: center;
}
.hospital-content .agent-grid {
  zoom: 1;
  /* IE7-8 hack */
}
.hospital-content .agent-grid .no-data {
  text-align: center;
  height: 230px;
  line-height: 230px;
  font-size: 20px;
  color: #999;
}
.hospital-content .agent-grid:after {
  content: "";
  display: table;
  clear: both;
}
.hospital-content .agent-card {
  height: 175px;
  float: left;
  width: 32%;
  margin-left: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  padding: 8px 8px 6px 8px;
  transition: all 0.3s;
}
.hospital-content .agent-info {
  display: flex;
  margin-bottom: 10px;
  position: relative;
  align-items: center;
  /* 垂直居中 */
  min-height: 46px;
  /* 确保有足够高度 */
  *zoom: 1;
  /* IE7-8 hack */
  /* IE8兼容性处理 - 完全重写布局 */
  *display: block;
  *height: 56px;
  *overflow: hidden;
}
.hospital-content .agent-info:after {
  content: "";
  display: table;
  clear: both;
}
.hospital-content .agent-avatar {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  margin-right: 10px;
  text-align: center;
  line-height: 56px;
  color: #fff;
  font-size: 29px;
  font-weight: bold;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  /* 垂直居中 */
  /* IE8兼容性处理 - 强制左浮动 */
  *float: left !important;
  *display: block !important;
  *margin-right: 10px !important;
  *vertical-align: top !important;
}
.hospital-content .agent-avatar span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.hospital-content .agent-info-content {
  flex: 1;
  min-width: 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  /* 居中对齐 */
  width: 80%;
  /* 兼容IE8 */
  /* IE8兼容性处理 - 强制左浮动并计算宽度 */
  *float: left !important;
  *display: block !important;
  *width: 65% !important;
  *margin-left: 0 !important;
  *padding-top: 4px !important;
  *line-height: 1.3 !important;
}
.hospital-content .agent-card:hover {
  -ms-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}
.hospital-content .agent-title {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin: 0;
  padding-right: 5px;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  /* IE8兼容性处理 */
  *margin-bottom: 2px;
}
.hospital-content .agent-official {
  /* color: #4A90E2; */
  font-size: 12px;
  line-height: 16px;
  /* IE8兼容性处理 */
  *margin-bottom: 1px;
}
.hospital-content .agent-official .official-text {
  color: #007aff;
}
.hospital-content .agent-publisher {
  color: #666;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* IE8兼容性处理 */
  *margin-top: 1px;
}
.hospital-content .agent-desc {
  background-color: #f5f5f5;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  /* 增加顶部距离 */
  margin-bottom: 15px;
  height: 60px;
  /* 调整高度适应新布局 */
  overflow: hidden;
  position: relative;
}
.hospital-content .agent-desc {
  position: relative;
}
.hospital-content .agent-desc.overflow:after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 20px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0), #f5f5f5 50%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #f5f5f5 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#f5f5f5', GradientType=1);
}
.hospital-content .agent-tags {
  display: none;
  margin-bottom: 10px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
}
.hospital-content .agent-tag {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px;
  font-size: 12px;
  background-color: #f0f5ff;
  color: #1890ff;
  border-radius: 4px;
  margin-right: 4px;
}
.hospital-content .public {
  background-color: #d4f7e9;
  color: #13a675;
}
.hospital-content .private {
  background-color: #fff2e8;
  color: #fa8c16;
}
.hospital-content .subject-tag {
  background-color: #e6eeff;
  color: #65789b;
}
.hospital-content .agent-footer {
  display: block;
  position: relative;
  height: 24px;
}
.hospital-content .agent-rating {
  float: left;
  color: #999;
  font-size: 14px;
}
.hospital-content .agent-download {
  float: right;
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
.hospital-content .agent-download-count {
  color: #000;
  font-weight: bold;
  margin-left: 3px;
}
.hospital-content .red-color {
  color: #CF4438;
}
.hospital-content .green-color {
  color: #43A047;
}
.hospital-content .blue-color {
  color: #2E62B8;
}
.hospital-content .sk-logo-footer {
  color: #fff;
}
.hospital-content .agent-grid-all {
  padding: 20px 0;
}
.hospital-content .agent-grid-all .agent-card {
  margin-bottom: 10px;
}
/* IE8专用样式 - 多重保障机制 */
/*[if IE 8]*/
.agent-info {
  display: block !important;
  height: 56px !important;
  overflow: hidden !important;
  zoom: 1 !important;
  position: relative !important;
}
.agent-avatar {
  float: left !important;
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  position: relative !important;
  z-index: 1 !important;
}
.agent-info-content {
  float: left !important;
  display: block !important;
  width: 65% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-top: 4px !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
  position: relative !important;
  z-index: 1 !important;
}
/*[endif]*/
/* IE8专用样式 - 使用CSS hack作为备用方案 */
.ie8-fix .agent-info {
  display: block !important;
  height: 56px !important;
  overflow: hidden !important;
  zoom: 1;
}
.ie8-fix .agent-avatar {
  float: left !important;
  display: block !important;
  width: 56px !important;
  height: 56px !important;
  margin-right: 10px !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.ie8-fix .agent-info-content {
  float: left !important;
  display: block !important;
  width: 65% !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
  padding-top: 4px !important;
  line-height: 1.3 !important;
  overflow: hidden !important;
}
.header {
  width: 100%;
  height: 56px;
}
.footer {
  background-color: #99caff;
  color: #1c4d9c;
  text-align: center;
  height: 56px;
  line-height: 56px;
}
