.content-box {
  position: relative;
  cursor: default;
  max-width: 1280px;
  margin: 0 auto;
}

a {
  text-decoration: none;
}

/* 当前导航页 */

.path-name {
  height: 54px;
  line-height: 54px;
}

.path-name span {
  width: 84px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  opacity: 1;
}

.path-name span a {
  color: rgba(102, 102, 102, 1);
}

.path-name .active a {
  /* color: rgba(71, 171, 185, 1) */
  color: rgba(102, 102, 102, 1);
  /* color: rgba(102, 102, 102, 1); */
}

.path-name .active a:hover {
  color: rgba(71, 171, 185, 1);
}

.page_box ul {
  list-style: none;
}

.page_box li {
  display: inline-block;
  padding: 10px;
  border: 1px solid rgba(234, 234, 234, 1);
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(153, 153, 153, 1);
  opacity: 1;
  margin-right: 10px;
}

.page_box .active {
  color: white;
  background: rgba(71, 171, 185, 1);
}

.page_box .active a {
  color: white;
}

.page_box a {
  text-decoration: none;
  color: rgba(136, 136, 136, 1);
}

/* 下划线 */

.unLine {
  height: 1px;
  background: rgba(230, 230, 230, 1);
  margin: 0 14px;
}

/* 医院列表 */

.hospital_list_wrapper {
  display: flex;
}

.hospital_list_left {
  flex: 0.8;
  margin-right: -20px;
}

.hospital_list_left ul {
  list-style: none;
}

.hospital_list_left .left_box {
  border: 1px solid rgba(234, 234, 234, 1);
  opacity: 1;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.left_box .img {
  min-width: 300px;
  max-width: 300px;
  height: 260px;
  opacity: 1;
  margin: 12px;
  flex: 0.3;
  flex-shrink: 0;
  white-space: nowrap;
}

.left_box .img1  {
  min-width: 300px;
  max-width: 300px;
  height: 260px;
  opacity: 1;
  margin: 12px;
  flex: 0.3;
  flex-shrink: 0;
  white-space: nowrap;
  border-radius: 160px;
}






.hospital_list_right {
  flex: 0.2;
}

.text_box {
  margin-top: 23px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin-left: 10px;
}

.hospital_list_title a {
  text-decoration: none;
  color: rgba(51, 51, 51, 1);
}

.hospital_list_title a:hover {
  color: rgba(71, 171, 185, 1);
}

.title_tb {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
}

.hospital_list_title {
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
  margin-bottom: 16px;
}

.hospital_list_info {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
}

.hospital_list_odds {
  margin: 8px 0;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
}

.hospital_list_about {
  display: flex;
}

.hospital_jj {
  width: 200px;
  /* flex: .1; */
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
  white-space: nowrap;
  margin-right: 10px;
}

.hospital_xq {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.hospital_list_hlep {
  margin-top: 50px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
  margin: 20px 0;
}

.yellow {
  color: #ffa336;
}

.long_string {
  width: 0px;
  height: 204px;
  border: 1px solid rgba(230, 230, 230, 1);
  opacity: 1;
  margin: 40px 0 0 12px;
}

.button_wrapper {
  display: flex;
  align-items: center;
  justify-items: center;
  height: calc(100% - 100px);
}

.hospital_top_button a {
  color: white;
}

.hospital_top img {
  position: absolute;
  right: 0;
  top: 0;
}

.hospital_top_button {
  width: 112px;
  height: 36px;
  background: rgba(41,135,232,1);
  opacity: 1;
  border-radius: 100px;
  line-height: 36px;
  text-align: center;
  margin: 0 15px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  /* line-height: 24px; */
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.hospital_list_right ul {
  list-style: none;
}

.hospital_list_right ul li {
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(230, 230, 230, 1);
  opacity: 1;
  margin-bottom: 20px;
}

.hospital_list_right .rest {
  background-color: #eeeeee;
}

.hospital_list_right .rest .name {
  color: #333333;
}

.hospital_list_right .rest .icon a {
  color: #333333;
}

.hospital_list_right .rest .icon a:hover {
  color: rgba(71, 171, 185, 1);
}

.title_right {
  display: flex;
}

.hospital_top {
  text-align: end;
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
}

.shenglve {
  width: 154px;
  height: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  float: right;
  margin-right: 15px;
  margin-top: 10px;
}

.text {
  font-size: 12px;
  font-family: SimSun;
  font-weight: 400;
  line-height: 18px;
  color: rgba(136, 136, 136, 1);
  opacity: 1;
  color: rgba(136, 136, 136, 1);
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.title-a {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
  opacity: 1;
  white-space: nowrap;
}

.title-a:hover {
  color: rgba(71, 171, 185, 1);
}

.hospital_list_right_img {
  width: 120px;
  height: 90px;
  margin: 11px 14px;
}

.hospital_list_right ul > li:first-child .top_title .name {
  text-indent: 20px;
  text-align: left;
}

.top_title {
  display: flex;
  height: 46px;
  line-height: 46px;
  background: rgba(71, 171, 185, 1);
  opacity: 1;
}

.top_title .name {
  font-size: 18px;
  flex: 0.5;
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  opacity: 1;
}

.top_title .icon a {
  color: rgba(255, 255, 255, 1);
}

.top_title .icon {
  font-size: 12px;
  text-align: end;
  flex: 0.5;
  font-family: SimSun;
  font-weight: 400;
  opacity: 1;
  padding-right: 20px;
  line-height: 60px;
}

@media (max-width: 768px) {
  .left_box .img {
    /* min-width: unset;
    width: 128px !important;
    height: 110px !important;
    flex-shrink: 0; */
    margin: 0 0 0 15px !important;
    white-space: nowrap;
  }
  .hospital_list_about .hospital_xq {
    font-size: 12px !important;
  }
}
