.ggqsy_content {
  padding: 20px;
}
.details p {
  width: 32.3%;
  margin-right: 1%;
  float: left;
}
.details_name {
  width: 35%;
  display: inline-block;
  text-align: right;
  line-height: 2;
  font-size: 18px;
  font-weight: bold;
  color: #666;
}
.details_option {
  line-height: 2;
  font-size: 18px;
  font-weight: bolder;
  background: #f39534;
  border-radius: 15px;
  padding: 5px 13px;
  color: #fff;
}

.content_title h2 {
  font-weight: bold;
}
.content_address {
  font-size: 18px;
}
.page-title {
  margin-bottom: 15px;
}
.page-title .hd {
  /*overflow: hidden;*/
  border-bottom: 1px solid #bebebe;
}
.page-title .hd ul li {
  float: left;
  margin-right: 45px;
  font-size: 1.25em;
}
.page-title .hd ul li.on h2 {
  display: inline-block;
  position: relative;
  padding-bottom: 12px;
  font-size: 1.5em;
  color: #333;
  font-weight: bold;
}
.page-title .hd ul li.on h2:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 25%;
  height: 6px;
  width: 50%;
  background: #f39534;
  border-radius: 3px;
}
.content {
  font-size: 16px;
  color: #666;
  line-height: 32px;
  margin-top: 10px;
}
.hospital .details p {
  width: 22%;
}
.hospital .details p:nth-child(3) {
  width: 30%;
}
.hospital .details_name {
  font-size: 16px;
  width: auto;
}
.hospital .details_option {
  font-size: 16px;
  background: #5690d7;
}
.hospital .page-title .hd ul li.on h2:after {
  background: #5690d7;
}
/* =========================== */
.special-tabs .special-side-bar {
  width: 247px;
  float: left;
  margin-right: 30px;
  border-bottom: none;
}

.special-tabs .special-side-bar ul li {
  padding: 10px 20px;
  border-radius: 5px;
  background-color: #dce6fa;
  float: none;
  margin-right: 0;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #7a94c6;
  cursor: pointer;
  transition: all 0.3s ease;
}
.special-tabs .special-side-bar ul li::after {
  content: '>';
  color: #1b529c;
  transition: all 0.3s ease;
}
.special-tabs .special-side-bar ul li.on::after {
  color: #fff;
  transform: translateX(10px);
}
.special-tabs .special-side-bar li.on {
  background-color: #1b529c;
  color: #fff;
  font-weight: bold;
}

.special-tabs .special-tab-content {
  width: 840px;
  float: left;
  min-height: 500px;
}

.special-tabs .special-tab-content > * {
  display: none;
}

.special-tab-content .splist li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
}
.special-tab-content .splist a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  flex: 1;
}
.special-tab-content .splist span {
  padding: 0 10px;
}

.special-page {
  float: right;
  width: 840px;
}
