body,
h1,
h2,
h3,
h4,
h5,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td,
a {
  margin: 0;
  padding: 0;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header,
section,
footer {
  display: block;
}
body {
  min-width: 1200px;
  font-family: "思源黑体", "Microsoft YaHei", "PingFang SC", "微软雅黑", Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 14px;
  color: #666;
  background-color: #f7f8fb;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* 滚动条样式 */
  /* 滚动条没有滑块的轨道部分 */
  scrollbar-width: thin;
}
body::-webkit-scrollbar {
  /* 滚动条整体样式 */
  width: 5px;
  height: 10px;
  /* 高宽分别对应横竖滚动条的尺寸 */
}
body::-webkit-scrollbar-thumb {
  /* 滚动条里面小方块 */
  border-radius: 2.5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
img {
  vertical-align: bottom;
  border: 0;
}
h1,
h2,
h3,
h4,
dt {
  font-weight: normal;
}
ul,
ol,
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
input,
button {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* 取消轻按时高亮 */
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  /* 去苹果圆角 */
}
a,
input,
textarea,
select,
option,
button {
  outline: 0;
  /* 点击时虚线边框 */
}
input,
textarea {
  font-family: inherit;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
  box-shadow: inset 0 0 0 1000px #fff;
  /* 自动填充背景色 */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #eee;
}
input:-moz-placeholder,
textarea:-moz-placeholder,
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #eee;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}
a {
  color: #666666;
  text-decoration: none;
}
hr {
  margin: 0;
  height: 1px;
  background: #f1f1f1;
  border: none;
}
/**
 * 公共css
 */
/*
 * 头部
 */
.header {
  position: relative;
  padding-top: 10px;
  height: 62px;
  background-color: #fafafa;
}
.header .logo {
  height: 43px;
}
.header .logo img {
  height: 100%;
}
.header .nav-con {
  margin-left: 70px;
}
.header .nav-con a {
  position: relative;
  margin-right: 72px;
  min-width: 44px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  color: #666666;
  text-align: center;
}
.header .nav-con a.active {
  font-weight: 700;
  color: #008000;
}
.header .nav-con a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 44px;
  height: 3px;
  background-color: #008000;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-radius: 1px;
}
.header .nav-con a:hover {
  color: #008000;
}
.header .min-search {
  margin-top: 3px;
  padding: 0 18px;
  width: 176px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #008000;
}
.header .min-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header .min-search form[column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header .min-search .search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 18px;
  height: 34px;
  background: url("../image/search.png") no-repeat center;
  border:none;
}
.header .min-search input {
  padding-left: 14px;
  width: 100%;
  line-height: 34px;
  font-size: 14px;
  background: #fff;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header .min-search input::-webkit-input-placeholder {
  color: #999999;
}
.header .zx-box {
  margin-top: 7px;
  margin-left: 65px;
  padding-left: 34px;
  height: 30px;
  background: url("../image/tel.png") left center no-repeat;
}
.header .zx-box .zxBtn {
  width: 95px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background: #008000;
}
.city-select {
  position: relative;
  margin-left: 25px;
  padding-top: 11px;
}
.city-select .city-current {
  position: relative;
  padding-top: 16px;
  padding-left: 15px;
  padding-right: 15px;
  height: 47px;
  line-height: 20px;
  font-size: 16px;
  font-weight: 700;
  color: #666666;
  cursor: pointer;
  border-left: 1px solid #c9c9c9;
}
.city-select .city-current:after {
  content: "";
  position: absolute;
  top: 26px;
  right: 0;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 5px solid #008000;
}
.header-inner {
  margin-bottom: 24px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(166, 166, 166, 0.25);
          box-shadow: 0px 2px 4px rgba(166, 166, 166, 0.25);
}
.header-inner .logo {
  height: 43px;
}
.header-inner .logo img {
  height: 100%;
}
.header-inner .nav-con {
  margin-left: 50px;
  padding-right: 40px;
}
.header-inner .nav-con a {
  position: relative;
  min-width: 106px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.header-inner .nav-con a.active {
  color: #008000;
  background-color: rgba(0, 128, 0, 0.1);
}
.header-inner .nav-con a.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #008000;
}
.header-inner .nav-con a:hover {
  color: #008000;
}
.header-inner .min-search {
  padding: 0 17px;
  width: 221px;
  height: 36px;
  border-radius: 18px;
  background: #f5f5f5;
}
.header-inner .min-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.header-inner .min-search form[column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-inner .min-search .search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 36px;
  background: url("../image/search.png") center no-repeat;
  border:none;
}
.header-inner .min-search input {
  padding-left: 17px;
  width: 100%;
  line-height: 36px;
  font-size: 14px;
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-inner .min-search input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.header-inner .zxBtn {
  margin-left: 23px;
  width: 74px;
  height: 36px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  text-align: center;
  background: #008000;
  border-radius: 18px;
}
.internal-page-nav {
  margin-top: 12px;
  margin-left: 20px;
}
.internal-page-nav a {
  position: relative;
  margin-left: 44px;
  margin-right: 6px;
  min-width: 4em;
  height: 26px;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  text-align: center;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.internal-page-nav a.active {
  padding-left: 1px;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  color: #008000;
}
.internal-page-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -9px;
  width: 52px;
  height: 4px;
  background-color: #008000;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
.internal-page-nav a:hover {
  color: #008000;
}
.breadcrumb {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 22px;
  overflow: hidden;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb i {
  display: inline-block;
  max-width: 300px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #666;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: top;
}
.breadcrumb a {
  color: #666;
}
.breadcrumb a:last-of-type {
  color: #008000;
}
.breadcrumb i {
  margin-left: 8px;
  margin-right: 5px;
  width: 20px;
  font-size: 13px;
  text-align: center;
}
/*
 * 底部
 */
.footer {
  margin-top: 65px;
  clear: both;
  font-size: 14px;
  color: #999999;
  background-color: #262626;
  /* .friend-link {
    margin-top: 20px;
    h3 {
      margin-bottom: 2px;
      line-height: 26px;
      font-size: 18px;
      font-weight: 700;
      letter-spacing: 1px;
    }
    .links {
      a {
        margin: 5px 10px 0 0;
        display: inline-block;
        line-height: 20px;
      }
    }
  } */
}
.footer a {
  color: #999999;
}
.footer .wrap {
  margin: 0 auto;
  padding-top: 40px;
  width: 1350px;
}
.footer .icon-row {
  padding-top: 13px;
  height: 96px;
  background: #ebebeb;
}
.footer .icon-row ul {
  margin: 0 auto;
  width: 1350px;
}
.footer .icon-row li {
  padding-left: 90px;
  height: 70px;
  line-height: 70px;
  font-size: 16px;
  color: #333;
}
.footer .icon-row li:nth-child(1) {
  background: url(../image/f1.webp) left center no-repeat;
}
.footer .icon-row li:nth-child(2) {
  background: url(../image/f2.webp) left center no-repeat;
}
.footer .icon-row li:nth-child(3) {
  background: url(../image/f3.webp) left center no-repeat;
}
.footer .icon-row li:nth-child(4) {
  background: url(../image/f4.webp) left center no-repeat;
}
.footer .link-company {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
.footer .inner-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 400px;
}
.footer .inner-link .tit {
  margin-bottom: 6px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
}
.footer .inner-link a {
  position: relative;
  margin-top: 10px;
  margin-right: 30px;
  line-height: 24px;
  font-size: 14px;
}
.footer .company .text {
  margin-left: 50px;
  height: 24px;
  line-height: 24px;
}
.footer .company .text i {
  display: inline-block;
  margin-right: 8px;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.footer .company .icon2company {
  background: url() center no-repeat;
}
.footer .company .icon2address {
  background: url() center no-repeat;
}
.footer .company .icon2icp {
  background: url() center no-repeat;
}
.footer .link-company2 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .link-company2 .inner-link a {
  margin-bottom: 5px;
}
.footer .company2 {
  width: 340px;
}
.footer .company2 .text {
  display: block;
  margin-bottom: 14px;
  height: 24px;
  line-height: 24px;
}
.footer .company2 .text i {
  display: inline-block;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: top;
}
.footer .company2 .icon2company {
  background: url() center no-repeat;
}
.footer .company2 .icon2address {
  background: url() center no-repeat;
}
.footer .company2 .icon2icp {
  background: url() center no-repeat;
}
.footer .statement-box {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer .statement-box .copyright {
  padding: 24px 0;
}
/**
 * 侧边的
 */
.side-customer-service {
  padding-top: 261px;
  height: 308px;
  background: url("../image/side_customer_service.webp") center no-repeat;
}
.side-customer-service .desc {
  margin-left: 96px;
  height: 20px;
  line-height: 20px;
  color: #022d79;
}
.side-customer-service .desc span + span {
  margin-left: 24px;
}
.side-box {
  margin-bottom: 16px;
  padding-top: 28px;
  background-color: #fff;
}
.side-box .hd {
  position: relative;
  margin-bottom: 8px;
  height: 34px;
}
.side-box .hd h2 {
  position: relative;
  margin-left: 17px;
  padding-left: 21px;
  line-height: 34px;
  font-size: 20px;
  color: #333;
  /* &[highlight] {
        color: @brandColor;
      }
      &[c-3960cd] {
        color: #3960cd;
        &::before {
          background-color: #3960cd;
        }
      } */
}
.side-box .hd h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 34px;
  background-color: #008000;
}
.side-box .hd .more {
  margin-left: auto;
  margin-right: 6px;
  padding-right: 28px;
  line-height: 34px;
  color: #383838;
  background: url("../image/right.webp") right center no-repeat;
}
.side-hot-hospital ul {
  padding-left: 17px;
  padding-right: 16px;
}
.side-hot-hospital li {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.side-hot-hospital li:last-child {
  padding-bottom: 12px;
  border-bottom: none;
}
.side-hot-hospital .pic {
  position: relative;
  float: left;
  margin-right: 18px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
}
.side-hot-hospital .pic img {
  width: 100%;
  height: 100%;
}
.side-hot-hospital .info {
  padding: 8px 15px 0 0;
  height: 106px;
}
.side-hot-hospital .name {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.side-hot-hospital .name:hover {
  color: #008000;
}
.side-hot-hospital .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 12px;
}
.side-hot-hospital .tag span {
  margin-right: 25px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #999;
}
.side-hot-hospital .tag .type {
  padding: 0 5px;
  color: #4da3ff;
  background-color: #f2f9ff;
}
.side-hot-hospital .zxBtn {
  position: absolute;
  right: 15px;
  top: 43px;
  width: 74px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #2a82e4;
  cursor: pointer;
}
.side-hot-hospital .zxBtn a{color: #fff;}
.side-hot-doctor li:last-child {
  padding-bottom: 19px;
}
.side-hot-doctor .name {
  height: 34px;
  line-height: 34px;
  font-size: 24px;
}
.side-hot-doctor .tag {
  margin-top: 6px;
}
.side-hot-doctor .tag .type {
  color: #43cf7c;
  background-color: #edfff4;
}
.side-hot-doctor .pic {
  margin-top: 7px;
}
.side-hot-doctor .info {
  padding-top: 0;
}
.side-hot-doctor .hospital {
  margin-top: 10px;
  font-size: 16px;
  line-height: 24px;
}
.side-hot-doctor .zxBtn {
  top: 35px;
  width: 74px;
}
.side-rank-list .title-news {
  height: 36px;
  background: url() left center no-repeat;
}
.side-rank-list .title-ask-hot {
  height: 36px;
  background: url() left center no-repeat;
}
.side-rank-list ul {
  margin-top: 16px;
  padding-left: 85px;
  width: 423px;
  background: url() left 4px no-repeat;
  overflow: hidden;
}
.side-rank-list li {
  margin-bottom: 19px;
  overflow: hidden;
}
.side-rank-list li:nth-child(3) {
  margin-bottom: 20px;
}
.side-rank-list li a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-family: "思源黑体";
  font-size: 20px;
  color: #666;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-rank-list li a:hover {
  color: #ff6600;
}
.news-new-box {
  padding: 39px 0 20px 39px;
  background: url() 302px 26px no-repeat, linear-gradient(205.34deg, #cdd2fb 0%, #dde0fa 22.62%, #f7f7f7 100%);
}
.news-new-box .title-news {
  height: 30px;
  background: url() left center no-repeat;
}
.news-new-box ul {
  margin-left: 3px;
  margin-top: 37px;
  width: 380px;
}
.hospital-hot-box {
  padding: 20px 0 20px 20px;
  background: url() 302px 26px no-repeat, linear-gradient(205.34deg, #ffc1b3 0%, #ffc2c2 22.62%, #f7f7f7 100%);
}
.hospital-hot-box .title {
  height: 37px;
  background: url() left center no-repeat;
}
.hospital-hot-box ul {
  margin-left: 24px;
  margin-top: 28px;
  width: 380px;
}
.side-hot-news {
  margin-bottom: 16px;
  padding-bottom: 10px;
  width: 451px;
  background-color: #fff;
}
.side-hot-news .hd {
  margin-bottom: 12px;
  padding-top: 25px;
  height: 80px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 195, 181, 0.7)));
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 195, 181, 0.7) 100%);
}
.side-hot-news .hd h2 {
  position: relative;
  margin-left: 25px;
  padding-left: 28px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  background: url() left center no-repeat;
}
.side-hot-news .hd h2[related] {
  margin-left: 21px;
  padding-left: 18px;
  font-weight: 500;
  background: none;
}
.side-hot-news .hd h2[related]::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 6px;
  height: 24px;
  background: #008000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.side-hot-news .hd .more {
  margin-left: auto;
  margin-right: 6px;
  padding-right: 28px;
  height: 30px;
  line-height: 30px;
  color: #383838;
  background: url() right center no-repeat;
}
.side-hot-news .top-news {
  position: relative;
  margin-left: 39px;
  margin-bottom: 36px;
  width: 391px;
  height: 253px;
}
.side-hot-news .top-news .pic {
  width: 100%;
  height: 100%;
}
.side-hot-news .top-news .info {
  position: absolute;
  bottom: 0;
  padding: 16px 21px 0 21px;
  width: 100%;
  height: 106px;
  background: rgba(235, 235, 235, 0.6);
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.side-hot-news .top-news .title {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #666666;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-hot-news .top-news .time-row {
  margin-top: 16px;
  line-height: 20px;
  color: #999999;
}
.side-hot-news .top-news .time-row em {
  margin: 0 1px;
  font-weight: 700;
  color: #008000;
}
.side-hot-news .news-rank-list {
  padding-left: 24px;
  margin-right: 13px;
}
.news-rank-list li {
  position: relative;
  margin: 10px 12px 20px 20px;
  padding-left: 29px;
  height: 24px;
  line-height: 24px;
  color: #666;
}
.news-rank-list li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background-color: #008000;
}
.news-rank-list li a {
  font-size: 16px;
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news-rank-list li a:hover {
  color: #008000;
}
.news-rank-list li span {
  margin-left: auto;
}
.news-rank-list li span em {
  margin: 0 1px;
  font-weight: 700;
  color: #008000;
}
.side-img-news {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  padding: 14px 0;
  background-color: #fff;
}
.side-img-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 295px;
  opacity: 1;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 199, 186, 0.35)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 199, 186, 0.35) 0%, #ffffff 100%);
}
.side-img-news .hd {
  margin-bottom: 24px;
}
.side-img-news h2 {
  margin-left: 17px;
  padding-left: 28px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  background: url("../image/hot.png") left center no-repeat;
}
.side-img-news .more {
  margin-left: auto;
  margin-right: 20px;
  padding-right: 12px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  background: url("../image/right.png") right center no-repeat;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.side-img-news .more:hover {
  color: #008000;
}
.side-img-news li {
  position: relative;
  margin: 16px 26px;
  overflow: hidden;
  height: 118px;
}
.side-img-news li::after {
  content: "";
  position: absolute;
  left: 15px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background-color: #dedede;
}
.side-img-news .pic {
  float: left;
  display: block;
  margin-top: 6px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
}
.side-img-news .pic img {
  display: inline-block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #f2f2f2;
}
.side-img-news .info {
  float: right;
  width: 282px;
}
.side-img-news .name {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-img-news .desc {
  margin-top: 7px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-img-news .views {
  margin-top: 11px;
  padding-left: 26px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  background: url("../image/views.png") left center no-repeat;
}
.side-img-news .views em {
  margin-right: 1px;
  color: #008000;
}
.side-img-news .zxBtn {
  position: absolute;
  top: 72px;
  right: 9px;
  width: 74px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  background: #ff59a7;
}
.side-text-news {
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
  padding: 14px 0 1px 0;
  background-color: #fff;
}
.side-text-news::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  height: 145px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 234, 130, 0.35)), to(#ffffff));
  background: linear-gradient(180deg, rgba(255, 234, 130, 0.35) 0%, #ffffff 100%);
}
.side-text-news .hd {
  margin-bottom: 24px;
}
.side-text-news h2 {
  margin-left: 17px;
  padding-left: 28px;
  height: 30px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  color: #333333;
  background: url("../image/hot.png") left center no-repeat;
}
.side-text-news .more {
  margin-left: auto;
  margin-right: 20px;
  padding-right: 12px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  color: #666;
  background: url("../image/right.png") right center no-repeat;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.side-text-news .more:hover {
  color: #008000;
}
.side-text-news li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 27px;
  margin-right: 15px;
  margin-bottom: 30px;
  height: 30px;
  line-height: 30px;
  color: #666;
}
.side-text-news li i {
  margin-right: 12px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
}
.side-text-news li a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-text-news li a:hover {
  color: #008000;
}
.side-text-news li:nth-child(1) i,
.side-text-news li:nth-child(2) i,
.side-text-news li:nth-child(3) i {
  border-radius: 50%;
  font-weight: 500;
  color: #fff;
  background: #ff3355;
}
.side-text-news li:nth-child(2) i {
  background: #ffa41b;
}
.side-text-news li:nth-child(3) i {
  background: #1a85ff;
}
.wrap {
  width: 1400px;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.contentBox {
  overflow: hidden;
  line-height: 1.8;
  font-size: 16px;
  color: #333333;
}
.contentBox table,
.contentBox img {
  max-width: 100%;
  height: auto;
}
.contentBox table {
  min-width: 60%;
  border: 1px solid #ededed;
  border-collapse: collapse;
}
.contentBox table th,
.contentBox table td {
  padding: 8px 15px;
  border: 1px solid #ededed;
}
.contentBox h2,
.contentBox h3 {
  margin: 15px 0;
  font-size: 1em;
  font-weight: 600;
}
.contentBox h2:first-child,
.contentBox h3:first-child {
  margin-top: 0;
}
.contentBox p {
  margin-bottom: 10px;
}
.contentBox a:hover {
  color: #ff6600;
}
/*消息提示*/
.bd-message {
  position: fixed;
  top: -100px;
  left: 50%;
  z-index: 1002;
  margin-left: -115px;
  padding: 8px 15px;
  min-width: 200px;
  max-width: 300px;
  line-height: 28px;
  font-size: 16px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bd-message.show {
  top: 100px;
}
.bd-message.warning {
  background-color: #fdf6ec;
  color: #e6a23c;
  border-color: #faecd8;
}
.bd-message.success {
  background-color: #f0f9eb;
  color: #67c23a;
  border-color: #e1f3d8;
}
.pagination {
  margin: 25px 0;
  clear: both;
}
.pagination a {
  padding: 0 11px;
  min-width: 36px;
  height: 34px;
  line-height: 32px;
  font-size: 14px;
  color: rgba(53, 64, 82, 0.5);
  text-align: center;
  border: 1px solid #e6eaee;
  border-left-width: 0;
}
.pagination a svg {
  margin-top: 12px;
}
.pagination a:first-child {
  border-left-width: 1px;
  border-radius: 5px 0 0 5px;
}
.pagination a:nth-last-child(2) {
  border-radius: 0 5px 5px 0;
}
.pagination a:hover {
  color: #008000;
}
.pagination a.active {
  color: #354052;
}
.pagination a.last {
  margin-left: 10px;
  min-width: 60px;
  border-left-width: 1px;
  border-radius: 5px;
}
.wh10 {
  width: 100%;
  height: 10px;
  clear: both;
}
.wh20 {
  width: 100%;
  height: 20px;
  clear: both;
}
/**
 * 弹性布局
 */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex[column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-sb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-sb-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
/*
 * 左侧
 */
.page-l {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 937px;
  min-height: 300px;
}
/*
 * 右侧
 */
.page-r {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  width: 447px;
  min-height: 300px;
}
.zxBtn {
  cursor: pointer;
}
.noData {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1000px;
  text-align: center;
}
.noData .pic {
  height: 280px;
  background: center center url() no-repeat;
}
.noData h3 {
  margin: 5px 0;
  line-height: 30px;
  font-size: 20px;
  color: #000;
}
.noData p {
  line-height: 24px;
  color: #999999;
}
.noData.noData-min .pic {
  height: 150px;
  background-image: url();
}
.noData.noData-min h3 {
  font-size: 16px;
}
.noData.noData-min p {
  font-size: 12px;
}
.loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}
.loader div {
  position: absolute;
  top: 4px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #008000;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: 8px;
  -webkit-animation: flip1 0.6s infinite;
          animation: flip1 0.6s infinite;
}
.loader div:nth-child(2) {
  left: 8px;
  -webkit-animation: flip2 0.6s infinite;
          animation: flip2 0.6s infinite;
}
.loader div:nth-child(3) {
  left: 32px;
  -webkit-animation: flip2 0.6s infinite;
          animation: flip2 0.6s infinite;
}
.loader div:nth-child(4) {
  left: 56px;
  -webkit-animation: flip3 0.6s infinite;
          animation: flip3 0.6s infinite;
}
@-webkit-keyframes flip1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes flip1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes flip3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@keyframes flip3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}
@-webkit-keyframes flip2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
@keyframes flip2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}
/**
 * CSS常用原子类
 */
/*文字排版*/
.lh1 {
  line-height: 1;
}
.f12 {
  font-size: 12px;
}
.f13 {
  font-size: 13px;
}
.f14 {
  font-size: 14px;
}
.f16 {
  font-size: 16px;
}
.fb {
  font-weight: bold;
}
.fn {
  font-weight: normal;
}
.unl {
  text-decoration: underline;
}
.no_unl {
  text-decoration: none;
}
.t2 {
  text-indent: 2em;
}
/*定位*/
.pr {
  position: relative;
}
.pa {
  position: absolute;
}
/*位置布局*/
.tl {
  text-align: left;
}
.tc {
  text-align: center;
}
.tr {
  text-align: right;
}
.vm {
  vertical-align: middle;
}
.bc {
  margin-left: auto;
  margin-right: auto;
}
.fl {
  float: left;
  display: inline;
}
.fr {
  float: right;
  display: inline;
}
.cb {
  clear: both;
}
.hidden {
  visibility: hidden;
}
.none {
  display: none;
}
/*长度高度*/
.nw230 {
  min-width: 230px;
}
.w {
  width: 100%;
}
.h50 {
  height: 50px;
}
.h100 {
  height: 100px;
}
.h200 {
  height: 200px;
}
.h {
  height: 100%;
}
/*边距*/
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.mt0 {
  margin-top: 0;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mb0 {
  margin-bottom: 0;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr30 {
  margin-right: 30px;
}
.ml-a {
  margin-left: auto;
}
.mr-a {
  margin-right: auto;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
/* 其他 */
.wh10,
.wh20,
.wh30 {
  clear: both;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.wh10 {
  height: 10px;
}
.wh20 {
  height: 20px;
}
.wh30 {
  height: 30px;
}
/**
 * 页面
 */
/**
 * 医院栏目页
 */
.filterBox {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 27px 0 27px 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.filterBox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  clear: both;
  overflow: hidden;
}
.filterBox li[column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filterBox li .left {
  margin-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.filterBox li .left .tit {
  float: left;
  width: 100px;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}
.filterBox li .left a {
  display: block;
  float: left;
  width: 97px;
  height: 28px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
.filterBox li .left a.active {
  color: #008000;
  border-color: #008000;
}
.filterBox li .con {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.filterBox li .con a,
.filterBox li .con .item {
  display: inline-block;
  margin: 0 20px 28px 0;
  min-width: 4em;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  cursor: pointer;
}
.filterBox li .con .active {
  color: #008000;
}
.filterBox li .active,
.filterBox li a:hover {
  color: #008000;
}
.filterBox li.column .con a,
.filterBox li.project .con a,
.filterBox li.column .con .item,
.filterBox li.project .con .item {
  margin-right: 30px;
}
.hospital-list {
  margin-top: 46px;
  padding-left: 24px;
  padding-right: 13px;
}
.hospital-list li {
  position: relative;
  margin-top: 21px;
  padding-bottom: 32px;
  overflow: hidden;
}
.hospital-list li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.hospital-list .pic {
  position: relative;
  float: left;
  width: 185px;
  height: 185px;
  overflow: hidden;
}
.hospital-list .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.hospital-list .info {
  float: left;
  margin-left: 32px;
  width: 500px;
}
.hospital-list h3 {
  height: 30px;
}
.hospital-list h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 1px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.hospital-list h3 a:hover {
  color: #008000;
}
.hospital-list .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 7px;
}
.hospital-list .tag span {
  margin-right: 17px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #4da3ff;
  background-color: #f2f9ff;
}
.hospital-list .tag .establish {
  color: #06bdb0;
  background-color: #ebfffe;
}
.hospital-list .project-row {
  margin-top: 11px;
  height: 26px;
  overflow: hidden;
}
.hospital-list .project-row .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3em;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.hospital-list .project-row .tags a,
.hospital-list .project-row .tags span {
  display: inline-block;
  margin-right: 25px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.hospital-list .desc {
  margin-top: 8px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.hospital-list .zxBtn {
  position: absolute;
  top: 0;
  right: 10px;
  padding-left: 45px;
  width: 126px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008000 url() 5px 8px no-repeat;
}
/**
 * 医院详情
 */
.hospital-info {
  position: relative;
  margin-top: 5px;
  margin-bottom: 16px;
  padding-left: 53px;
  padding-bottom: 50px;
  overflow: hidden;
  background-color: #fff;
}
.hospital-info .logo {
  float: left;
  display: block;
  margin-top: 54px;
  width: 200px;
  height: 200px;
}
.hospital-info .cr {
  float: left;
  margin-left: 87px;
  padding-top: 47px;
  width: 900px;
}
.hospital-info h1 {
  margin-bottom: 7px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
}
.hospital-info .source {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.hospital-info .source a,
.hospital-info .source span {
  padding: 0 5px;
  color: #008000;
}
.hospital-info .time-row {
  margin-left: 70px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.hospital-info .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 26px;
  background: url('../image/views.webp') center no-repeat;
}
.hospital-info .time-row em {
  margin: 0 2px;
  color: #008000;
}
.hospital-info .time-row span + span {
  margin-left: 20px;
}
.hospital-info p {
  clear: both;
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.hospital-info p span {
  color: #333;
}
.hospital-info p.c-grey {
  color: #999;
}
.hospital-info .project {
  clear: both;
  line-height: 22px;
  font-size: 16px;
}
.hospital-info .project span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 4px;
  margin-bottom: 1px;
  color: #333;
}
.hospital-info .project em {
  margin-top: 4px;
  margin-bottom: 1px;
  margin-right: 16px;
  padding: 0 4px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #5c7090;
  background: #f2f7ff;
}
.hospital-info .zxBtn {
  position: absolute;
  top: 58px;
  right: 38px;
  padding-left: 45px;
  width: 126px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008000 url() 5px 8px no-repeat;
}
.hospital-show {
  padding-top: 25px;
  padding-left: 49px;
  padding-bottom: 30px;
  background-color: #fff;
}
.hospital-show .hd {
  margin-bottom: 14px;
  padding-top: 6px;
  padding-right: 20px;
  height: 48px;
}
.hospital-show .hd a {
  position: relative;
  margin-top: 8px;
  min-width: 100px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.hospital-show .hd a.active {
  margin-top: 0px;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
}
.hospital-show .hd a.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 80%;
  height: 5px;
  border-radius: 3px;
  background-color: #008000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.hospital-show > div[id] {
  padding-top: 20px;
}
.hospital-show h2 {
  margin-bottom: 20px;
  padding-left: 15px;
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  border-left: 5px solid #008000;
}
.hospital-show .desc {
  margin-bottom: 26px;
  margin-right: 30px;
  line-height: 28px;
  font-size: 16px;
  color: #666;
}
.hospital-show .photo-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 32px;
  margin-bottom: 28px;
  width: 400px;
  height: 300px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.hospital-show .photo-list li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hospital-show .contact p {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.hospital-show .contact .zxBtn {
  margin-left: auto;
  margin-right: 31px;
  padding-left: 45px;
  width: 126px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008000 url('../image/chat.webp') 5px 8px no-repeat;
}
.hospital-show .shenming {
  margin-top: 40px;
  margin-right: 41px;
}
.doctor-team li {
  margin-right: 32px;
  margin-bottom: 28px;
  overflow: hidden;
  width: 262px;
  height: 391px;
  border: 1px solid #cfcfcf;
}
.doctor-team .pic {
  display: block;
  width: 100%;
  height: 260px;
}
.doctor-team .pic img {
  width: 100%;
  height: 100%;
}
.doctor-team .info {
  padding-top: 12px;
  text-align: center;
}
.doctor-team .name {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.doctor-team .name:hover {
  color: #008000;
}
.doctor-team .hospital-name {
  margin-top: 8px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.doctor-team .zxBtn {
  margin: 10px auto 0;
  width: 94px;
  height: 26px;
  line-height: 26px;
  color: #fff;
  background-color: #008000;
}
/**
 * 医生栏目页
 */
.doctor-list {
  margin-top: 40px;
  padding-left: 22px;
  padding-right: 21px;
}
.doctor-list li {
  position: relative;
  margin-top: 26px;
  padding-bottom: 24px;
  overflow: hidden;
}
.doctor-list li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.doctor-list .pic {
  position: relative;
  float: left;
  width: 185px;
  height: 185px;
  overflow: hidden;
}
.doctor-list .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.doctor-list .info {
  float: left;
  margin-left: 32px;
  width: 500px;
}
.doctor-list h3 {
  height: 34px;
}
.doctor-list h3 a {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 1px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.doctor-list h3 a:hover {
  color: #ff6600;
}
.doctor-list .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
}
.doctor-list .tag span {
  margin-right: 17px;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #479aff;
  background-color: #ebf4ff;
}
.doctor-list .tag .type {
  color: #ff5733;
  background-color: #ffece8;
}
.doctor-list .project-row {
  margin-top: 11px;
  height: 26px;
  overflow: hidden;
}
.doctor-list .project-row .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 3em;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.doctor-list .project-row .tags a,
.doctor-list .project-row .tags span {
  display: inline-block;
  margin-right: 25px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.doctor-list .desc {
  margin-top: 10px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.doctor-list .zxBtn {
  position: absolute;
  top: 0;
  right: 0px;
  padding-left: 44px;
  width: 123px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background: #008000 url('../image/chat.webp') 5px 8px no-repeat;
}
/**
 * 医生详情
 */
.doctor-info {
  position: relative;
  margin-top: 5px;
  margin-bottom: 16px;
  padding-top: 54px;
  padding-left: 70px;
  height: 320px;
  overflow: hidden;
  background-color: #fff;
}
.doctor-info .pic {
  float: left;
  display: block;
  width: 200px;
  height: 200px;
}
.doctor-info .cr {
  float: left;
  margin-left: 72px;
  padding-top: 9px;
  width: 900px;
}
.doctor-info h1 {
  margin-bottom: 12px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  letter-spacing: 1px;
}
.doctor-info .source {
  margin-bottom: 12px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.doctor-info .source a,
.doctor-info .source span {
  padding: 0 5px;
  color: #008000;
}
.doctor-info .time-row {
  margin-bottom: 12px;
  margin-left: 70px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.doctor-info .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 26px;
  background: url('../image/views.webp') center no-repeat;
}
.doctor-info .time-row em {
  margin: 0 2px;
  color: #008000;
}
.doctor-info .time-row span + span {
  margin-left: 20px;
}
.doctor-info p {
  clear: both;
  margin-bottom: 5px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.doctor-info .project {
  clear: both;
  line-height: 22px;
  font-size: 16px;
}
.doctor-info .project span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  color: #333;
}
.doctor-info .project em {
  margin-bottom: 6px;
  margin-right: 16px;
  padding: 0 4px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #5c7090;
  background: #f2f7ff;
}
.doctor-info .zxBtn {
  position: absolute;
  top: 58px;
  right: 38px;
  padding-left: 45px;
  width: 126px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008000 url('../image/chat.webp') 5px 8px no-repeat;
}
.doctor-show .hd a {
  margin-right: 93px;
}
/**
 * 项目
 */
.filter2Box {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: 28px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
}
.filter2Box .tabs {
  margin-bottom: 32px;
  text-align: center;
}
.filter2Box .tabs a {
  position: relative;
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  text-align: center;
}
.filter2Box .tabs a.active {
  color: #008000;
  font-weight: 700;
}
.filter2Box .tabs a.active::after {
  content: '';
  position: absolute;
  left: 4px;
  right: 4px;
  bottom: -4px;
  width: 80%;
  height: 4px;
  border-radius: 1px;
  background-color: #008000;
}
.filter2Box .tabs a:hover {
  color: #008000;
}
.filter2Box .tabs a + a {
  margin-left: 110px;
}
.filter2Box ul {
  margin-bottom: 10px;
}
.filter2Box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  clear: both;
  overflow: hidden;
}
.filter2Box li[column] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.filter2Box li .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-top: 27px;
  width: 100px;
  line-height: 28px;
  font-size: 20px;
  color: #333;
}
.filter2Box li .con {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 27px;
  overflow: hidden;
  background-color: #f7f7f7;
}
.filter2Box li .left {
  margin-left: 27px;
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.filter2Box li .left a {
  display: block;
  width: 97px;
  height: 28px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  text-align: center;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
}
.filter2Box li .left a.active {
  color: #008000;
  border-color: #008000;
}
.filter2Box li .right a,
.filter2Box li .right .item {
  display: inline-block;
  margin: 0 54px 27px 0;
  min-width: 4em;
  line-height: 28px;
  font-size: 18px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.filter2Box li .right .active {
  color: #008000;
}
.filter2Box li .active,
.filter2Box li a:hover {
  color: #008000;
}
.filter2Box li + li .con {
  padding-top: 5px;
}
.project-card-list {
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 16px;
}
.project-card-list .item {
  position: relative;
  padding: 29px 21px 21px;
  width: 691px;
  background-color: #fff;
}
.project-card-list h3 {
  margin-bottom: 6px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.project-card-list h3 a {
  display: block;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.project-card-list h3 a:hover {
  color: #008000;
}
.project-card-list p {
  margin-bottom: 14px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.project-card-list .desc-items {
  padding: 21px 0 6px;
  background: rgba(242, 242, 242, 0.4);
}
.project-card-list .desc-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  padding: 0 25px;
  width: 50%;
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.project-card-list .desc-item dt {
  padding-left: 39px;
  background-position: left center;
  background-repeat: no-repeat;
}
.project-card-list .desc-item:nth-child(1) dt {
  background-image: url();
}
.project-card-list .desc-item:nth-child(2) dt {
  background-image: url();
}
.project-card-list .desc-item:nth-child(3) dt {
  background-image: url();
}
.project-card-list .desc-item:nth-child(4) dt {
  background-image: url();
  background-position: 2px center;
}
.project-card-list .desc-item:nth-child(5) dt {
  background-image: url();
}
.project-card-list .desc-item:nth-child(6) dt {
  background-image: url();
  background-position: 2px center;
}
.project-card-list ul {
  padding: 5px 0 1px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}
.project-card-list li {
  margin-bottom: 5px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.project-card-list li:nth-child(even) {
  background-color: #f3f9ff;
}
.project-card-list li .l,
.project-card-list li .r {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-card-list li span {
  display: inline-block;
  vertical-align: top;
}
.project-card-list li .name,
.project-card-list li .value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project-card-list li .name {
  padding-left: 15px;
  width: 100px;
}
.project-card-list li .value {
  padding-left: 10px;
}
.project-card-list li.tips {
  margin-top: 10px;
  margin-bottom: 9px;
  text-align: center;
}
.project-card-list li .tip {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
}
/**
 * 项目详情
 */
.project-top-box {
  position: relative;
  margin-bottom: 16px;
  padding: 33px 24px;
  background-color: #fff;
}
.project-top-box h1 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 34px;
  color: #333333;
}
.project-top-box .source {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.project-top-box .source a,
.project-top-box .source span {
  padding: 0 5px;
  color: #008000;
}
.project-top-box .time-row {
  margin-left: 70px;
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.project-top-box .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 26px;
  background: url('../image/views.webp') center no-repeat;
}
.project-top-box .time-row em {
  margin: 0 2px;
  color: #008000;
}
.project-top-box .time-row span + span {
  margin-left: 20px;
}
.project-top-box .stars-row {
  margin-top: 18px;
  margin-bottom: 16px;
  height: 20px;
  line-height: 1;
  overflow: hidden;
}
.project-top-box .stars-row .stars-item {
  margin-right: 70px;
  font-size: 14px;
  color: #333;
}
.project-top-box .stars-row .stars-item span {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
}
.project-top-box .stars-row .stars-item .iconfont,
.project-top-box .stars-row .stars-item .icon2 {
  display: inline-block;
  margin: 0 4px 0 2px;
  width: 20px;
  height: 20px;
  vertical-align: top;
}
.project-top-box .stars-row .stars-item .icon-favorite_fill,
.project-top-box .stars-row .stars-item .icon2stars {
  background: url() center no-repeat;
}
.project-top-box .stars-row .stars-item .icon-favorite_fill.gray,
.project-top-box .stars-row .stars-item .icon2stars_gray {
  background: url() center no-repeat;
}
.project-top-box p {
  margin-top: 8px;
  line-height: 24px;
  vertical-align: top;
}
.project-top-box p label {
  color: #333;
}
.project-top-box p span {
  color: #666;
}
.project-top-box p em {
  display: inline-block;
  margin-top: 1px;
  margin-right: 10px;
  padding: 0 5px;
  height: 22px;
  line-height: 22px;
  color: #5c7090;
  background-color: #f2f7ff;
}
.project-top-box .zxBtn {
  position: absolute;
  top: 58px;
  right: 38px;
  padding-left: 45px;
  width: 126px;
  height: 42px;
  line-height: 42px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background: #008000 url('../image/chat.webp') 5px 8px no-repeat;
}
.project-show {
  padding: 30px 18px;
  background-color: #fff;
}
.project-show .hd {
  margin-bottom: 14px;
  padding-top: 6px;
  padding-right: 20px;
  height: 48px;
}
.project-show .hd a {
  position: relative;
  margin-top: 8px;
  margin-right: 60px;
  min-width: 100px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
}
.project-show .hd a.active {
  margin-top: 0px;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 500;
}
.project-show .hd a.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 80%;
  height: 5px;
  border-radius: 3px;
  background-color: #008000;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.project-show .hd a:last-child {
  margin-right: 10px;
}
.project-show .box {
  margin-bottom: 14px;
  padding-top: 20px;
}
.project-show .box h2 {
  position: relative;
  margin-bottom: 8px;
  padding-left: 10px;
  line-height: 24px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.project-show .box h2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 3px;
  height: 16px;
  background-color: #008000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.project-show .box .desc {
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.project-show .box .desc li.p1 {
  margin-bottom: 2px;
}
.project-show #operation ul {
  margin-top: 20px;
  padding: 10px 0 1px;
  overflow: hidden;
  border: 1px solid #d5d5d5;
}
.project-show #operation li {
  margin-bottom: 7px;
  line-height: 32px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
}
.project-show #operation li:nth-child(even) {
  background-color: #f3f9ff;
}
.project-show #operation li .l,
.project-show #operation li .r {
  width: 50%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project-show #operation li span {
  display: inline-block;
  vertical-align: top;
}
.project-show #operation li .name,
.project-show #operation li .value {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.project-show #operation li .name {
  width: 210px;
  text-align: right;
}
.project-show #operation li .value {
  padding-left: 10px;
  width: 239px;
}
.project-show #operation li.tips {
  margin-top: 10px;
  margin-bottom: 9px;
  text-align: center;
}
.project-show #operation li .tip {
  margin-top: 5px;
  text-align: center;
}
.project-show #nurse ul {
  margin-top: 20px;
  padding-left: 10px;
}
.project-show #nurse li {
  padding: 0 0 20px 40px;
  position: relative;
}
.project-show #nurse li .spl {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  z-index: 2;
  width: 1px;
  border-left: 1px dashed #ededed;
}
.project-show #nurse li i {
  position: absolute;
  top: 7px;
  left: 7px;
  z-index: 3;
  display: inline-block;
  width: 7px;
  height: 7px;
  font-size: 0;
  border: 1px solid #ededed;
  background: #ededed;
  border-radius: 50%;
}
.project-show #nurse li.on i,
.project-show #nurse li:hover i {
  top: 5px;
  left: 5px;
  padding: 5px;
  border: 1px dashed #ededed;
  background: #fff;
}
.project-show #nurse li.on i:after,
.project-show #nurse li:hover i:after {
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  font-size: 0;
  background: #ededed;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.project-show #nurse li:last-child {
  padding-bottom: 0;
}
.project-show #nurse li:first-child .spl {
  top: 10px;
}
.project-show #nurse p {
  margin-bottom: 10px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.project-show #nurse p strong,
.project-show #nurse p em {
  color: #333333;
  font-weight: normal;
}
.project-show #nurse h3,
.project-show #nurse p.title {
  line-height: 24px;
  font-size: 16px;
  color: #008000;
  margin-bottom: 15px;
}
.project-show #nurse h3 em,
.project-show #nurse p.title em {
  padding-left: 5px;
  color: #008000;
}
/**
 * 问答
 */
.ask-card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
.ask-card-grid li {
  padding: 32px 0 0 17px;
  width: 456px;
  height: 242px;
  overflow: hidden;
  background-color: #fff;
}
.ask-card-grid .question {
  display: block;
  margin-bottom: 15px;
  margin-right: 17px;
  padding-left: 44px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  background: url() left center no-repeat;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.ask-card-grid .question:hover {
  color: #008000;
}
.ask-card-grid .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 77px;
  line-height: 21px;
  color: #008000;
}
.ask-card-grid .answer {
  margin-right: 17px;
  height: 84px;
  line-height: 21px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-wrap: break-word;
  word-break: break-all;
}
.ask-card-grid .source {
  position: relative;
  margin-top: 34px;
  padding-left: 17px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.ask-card-grid .source::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #008000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ask-card-grid .source span + span {
  margin-left: 30px;
}
.ask-card-grid .source em {
  padding: 0 8px;
  color: #008000;
}
.ask-list {
  margin-top: 25px;
  font-family: '思源黑体';
}
.ask-list li {
  position: relative;
  margin-bottom: 16px;
  padding-right: 25px;
  padding-bottom: 17px;
}
.ask-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 5px;
  right: 1px;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.12);
}
.ask-list .con {
  padding: 27px 30px 33px;
  background: #f5f5f5;
  border-radius: 10px;
}
.ask-list a {
  display: block;
}
.ask-list .question {
  margin-bottom: 16px;
  margin-left: 4px;
  padding-left: 39px;
  background: url() left center no-repeat;
}
.ask-list .question a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.ask-list .question .time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 160px;
  line-height: 30px;
  color: #999;
  text-align: right;
}
.ask-list .answer .answer-tit {
  margin-bottom: 7px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
}
.ask-list .answer .answer-con {
  padding-left: 5px;
  max-height: 63px;
  line-height: 21px;
  font-size: 14px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  word-break: break-all;
}
.ask-list .answer .source {
  position: relative;
  margin-top: 20px;
  padding-left: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.ask-list .answer .source::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #008000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.ask-list .answer .source span {
  margin-right: 30px;
}
.ask-list .answer .source em {
  padding: 0 10px;
  color: #008000;
}
.ask-list .answer .source .icon2views {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  width: 20px;
  height: 20px;
  background: url() center no-repeat;
}
/*
 * 问答详情
 */
.question-box {
  position: relative;
  margin-bottom: 16px;
  padding: 30px 26px 27px 32px;
  background-color: #fff;
}
.question-box .icon2question {
  position: absolute;
  top: 24px;
  left: 32px;
  display: inline-block;
  width: 47px;
  height: 40px;
  background-image: url();
}
.question-box h1 {
  margin-left: 68px;
  margin-bottom: 20px;
  line-height: 32px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.question-box .time-views {
  margin-bottom: 28px;
  height: 24px;
  line-height: 24px;
  color: #999999;
  overflow: hidden;
}
.question-box .time-views .name,
.question-box .time-views .time {
  margin-right: 18px;
}
.question-box .time-views .view {
  font-size: 16px;
  color: #666;
  letter-spacing: 1px;
}
.question-box .time-views .view .icon2views {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  background: url('../image/views.webp') center no-repeat;
}
.question-box .time-views .view em {
  margin: 0 2px;
  color: #008000;
}
.question-box h3 {
  margin-bottom: 6px;
  line-height: 30px;
  font-size: 20px;
  color: #333;
  font-weight: 500;
}
.question-box .desc {
  line-height: 21px;
  color: #666;
}
.question-box .zx-row {
  margin-top: 38px;
  padding: 0 4px 0 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  line-height: 40px;
  color: #999999;
  border-radius: 19px;
  background: #f7f7f7;
}
.question-box .zx-row .zxBtn {
  margin-left: auto;
  width: 86px;
  height: 34px;
  line-height: 34px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  background: #008000;
}
.answer-box {
  padding: 24px;
  background-color: #fff;
}
.answer-box .hd {
  margin-bottom: 30px;
  line-height: 30px;
}
.answer-box .hd h2 {
  font-size: 20px;
  font-weight: 500;
  color: #333;
}
.answer-box .hd .tips {
  margin-left: auto;
  padding-left: 28px;
  color: #666666;
  background: url() left center no-repeat;
}
.answer-list li {
  margin-bottom: 16px;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.28);
}
.answer-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 24px;
  border-bottom: none;
}
.answer-list .answer-tit {
  margin-bottom: 17px;
  height: 26px;
  line-height: 26px;
}
.answer-list .answer-tit .tit {
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.answer-list .answer-tit .time {
  margin-left: auto;
  margin-right: 25px;
  color: #999999;
}
.answer-list .desc {
  margin-bottom: 12px;
  padding: 27px 26px 31px;
  line-height: 21px;
  color: #666;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f7f7f7;
}
.answer-list .avatar {
  margin-left: 9px;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}
.answer-list .user-name {
  margin-left: 14px;
  height: 44px;
  line-height: 44px;
  color: #666666;
}
.answer-list .zxBtn {
  margin-left: auto;
  margin-right: 25px;
  margin-top: 4px;
  width: 86px;
  height: 36px;
  line-height: 36px;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #008000;
  border-radius: 18px;
}
.ask-recommend .hd {
  margin-top: 27px;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
}
.ask-recommend ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 15px;
  grid-column-gap: 16px;
}
/**
 * 整形资讯
 */
.news-ask-box {
  margin-bottom: 30px;
}
.news-ask-box .item {
  padding: 12px 0 0 30px;
  width: 285px;
  height: 90px;
  background: #f0f9ff;
}
.news-ask-box .item:nth-child(2) {
  background: #ffebeb;
}
.news-ask-box .item:nth-child(2) h4 {
  color: #f54747;
}
.news-ask-box .item:nth-child(2) p {
  color: #f08b8b;
}
.news-ask-box .item:nth-child(3) {
  background: #f2fff6;
}
.news-ask-box .item:nth-child(3) h4 {
  color: #39c45c;
}
.news-ask-box .item:nth-child(3) p {
  color: #a9de99;
}
.news-ask-box img {
  display: block;
  float: left;
  margin-right: 34px;
  width: 67px;
  height: 67px;
}
.news-ask-box h4 {
  margin-top: 14px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #1f9bed;
}
.news-ask-box p {
  margin-top: 4px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #74b6e3;
}
.news-list li {
  margin: 0 17px 16px 26px;
  overflow: hidden;
  height: 190px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.news-list .pic {
  margin-right: 37px;
  display: block;
  float: right;
  width: 187px;
  height: 178px;
  overflow: hidden;
}
.news-list .pic img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.news-list .info {
  float: left;
  padding-top: 14px;
  width: 659px;
}
.news-list h3 {
  margin-bottom: 6px;
  height: 30px;
}
.news-list h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.news-list h3 a:hover {
  color: #008000;
}
.news-list .desc {
  height: 72px;
  line-height: 24px;
  font-size: 16px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-wrap: break-word;
  word-break: break-all;
}
.news-list .time-row {
  margin-bottom: 18px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.news-list .time-row span + span {
  margin-left: 37px;
}
.news-list .time-row em {
  color: #008000;
}
.news-list .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  width: 24px;
  height: 24px;
  background: url("../image/views.webp") center no-repeat;
}
/**
 * 资讯详情
 */
.news-top-bar {
  margin: 17px auto;
  padding-left: 374px;
  height: 78px;
  background: url() 30px center no-repeat, linear-gradient(145deg, #aed3fc 0%, #f7fbff 100%);
}
.news-top-bar p {
  line-height: 78px;
  font-size: 20px;
  color: #072c66;
  letter-spacing: 1px;
}
.news-top-bar p span {
  font-weight: 700;
}
.news-top-bar .zxBtn {
  margin-top: 21px;
  margin-left: 240px;
  width: 158px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 18px;
  background: #008000;
}
.news-show {
  padding: 20px 24px 15px;
  background-color: #fff;
}
.news-show .top-banner {
  display: block;
  margin-top: 23px;
  height: 120px;
}
.news-show h1 {
  margin-top: 20px;
  margin-bottom: 26px;
  line-height: 30px;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  color: #333;
  letter-spacing: 1px;
}
.news-show .source {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.news-show .source a,
.news-show .source span {
  padding: 0 5px;
  color: #008000;
}
.news-show .time-row {
  line-height: 26px;
  font-size: 16px;
  color: #333;
}
.news-show .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 26px;
  background: url("../image/views.png") center no-repeat;
}
.news-show .time-row em {
  margin: 0 2px;
  color: #008000;
}
.news-show .time-row span + span {
  margin-left: 20px;
}
.news-show .content {
  clear: both;
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.news-show .content * {
  font-size: 16px;
}
.news-show .content h2,
.news-show .content h3,
.news-show .content h4 {
  margin: 15px 0 5px;
  color: #333;
  font-weight: 600;
}
.news-show .content h2 {
  font-size: 20px;
}
.news-show .content h3 {
  font-size: 18px;
}

.news-show .content h2 {
    margin-bottom: 10px;
    line-height: 28px;
    color: #262626;
    font-size: 18px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
    position: relative;
    padding-left: 16px;
}
.news-show .content h2::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    margin-right: 10px;
    width: 6px;
    height: 18px;
    background: #008000;
    border-radius: 3px;
}
.news-show .content h3 {
    margin: 20px 0;
    line-height: 22px;
    color: #262626;
    font-size: 17px;
    font-weight: 700;
    overflow: hidden;
    word-break: break-all;
}


.news-show .btn-row {
  margin: 15px 0;
}
.news-show .btn-row .item {
  padding-top: 36px;
  padding-left: 156px;
  width: 50%;
  height: 109px;
  background: #faf2ff url("../image/news_l.png") 57px 28px no-repeat;
}
.news-show .btn-row .item:nth-child(2) {
  margin-left: 16px;
  padding-left: 163px;
  background: #e8eeff url("../image/news_r.png") 78px 35px no-repeat;
}
.news-show .btn-row .item:nth-child(2) h4 {
  color: #4b73e8;
}
.news-show .btn-row .item:nth-child(2) p {
  color: #7794ed;
}
.news-show .btn-row h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  color: #9d46e0;
}
.news-show .btn-row p {
  margin-top: 3px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  color: #bc85e6;
}
.news-show .next-box {
  margin: 20px 0 16px;
}
.news-show .next-box a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  color: #008000;
  width: 310px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  border: 1px solid #008000;
}
.shenming {
  margin: 20px 0;
  color: #666;
  padding: 30px;
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  background-color: #f5f5f5;
}
.news-recommend {
  padding: 16px 25px 35px;
  background-color: #fff;
}
.news-recommend .hd {
  margin-bottom: 16px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
}
.news-recommend ul {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
.news-recommend li {
  padding: 16px 16px 0 16px;
  overflow: hidden;
  height: 140px;
  background: #fafafa;
}
.news-recommend .pic {
  display: block;
  float: left;
  width: 111px;
  height: 106px;
  overflow: hidden;
}
.news-recommend .pic img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.news-recommend .info {
  float: right;
  width: 274px;
}
.news-recommend h3 {
  margin-bottom: 10px;
  height: 30px;
}
.news-recommend h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.news-recommend h3 a:hover {
  color: #ff6600;
}
.news-recommend .desc {
  margin-top: 10px;
  height: 40px;
  line-height: 20px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-wrap: break-word;
  word-break: break-all;
}
.news-recommend .time-row {
  margin-top: 8px;
  height: 18px;
  line-height: 18px;
  color: #666;
}
.news-recommend .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  margin-right: 4px;
  width: 20px;
  height: 18px;
  background: url("../image/views.webp") center no-repeat;
}
.index-banner {
  position: relative;
  margin-bottom: 84px;
  width: 100%;
  height: 520px;
}
.index-banner .bd {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  overflow: hidden;
}
.index-banner .bd ul {
  width: 100% !important;
}
.index-banner .bd li {
  width: 100% !important;
  height: 520px;
  overflow: hidden;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
}
.index-banner .bd a {
  display: block;
  height: 520px;
}
.index-banner .hd {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: -39px;
  font-size: 0;
  text-align: center;
}
.index-banner .hd ul {
  text-align: center;
}
.index-banner .hd li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  cursor: pointer;
  background: rgba(51, 51, 51, 0.22);
  border-radius: 50%;
}
.index-banner .hd li.on {
  background-color: #008000;
}
.index-banner .prev,
.index-banner .next {
  width: 70px;
  height: 70px;
  margin: -35px 0 0;
  display: none;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
}
.index-banner .prev {
  left: 60px;
  background: url("../image/prev.png") no-repeat center;
}
.index-banner .next {
  background: url("../image/next.png") no-repeat center;
  right: 60px;
}
.index-title {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-title h2 {
  position: relative;
  margin: 0 auto;
  padding-left: 1px;
  height: 36px;
  line-height: 36px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #333;
}
.index-title h2 .left,
.index-title h2 .right {
  position: absolute;
  top: 16px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #008000;
  border-radius: 50%;
}
.index-title h2 .left::after,
.index-title h2 .right::after {
  content: "";
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  background-color: #008000;
  border-radius: 50%;
  opacity: 0.5;
}
.index-title h2 .left {
  left: -22px;
}
.index-title h2 .left::after {
  left: -13px;
}
.index-title h2 .right {
  right: -22px;
}
.index-title h2 .right::after {
  right: -13px;
}
.index-title p {
  margin: 0 auto;
  line-height: 21px;
  font-size: 14px;
  color: #008000;
  letter-spacing: 1px;
}
.index-title .more {
  position: absolute;
  top: 19px;
  right: 28px;
  height: 22px;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #666666;
}
.index-project {
  margin-bottom: 30px;
}
.index-project ul {
  margin-top: 19px;
  padding-left: 8px;
  overflow: hidden;
}
.index-project li {
  position: relative;
  margin-left: 16px;
  padding-top: 45px;
  width: 326px;
  height: 220px;
  border: 1px solid #ebebeb;
  border-radius: 16px;
}
.index-project li .more {
  position: absolute;
  top: 45px;
  right: 30px;
  width: 56px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 11px;
}
.index-project li:nth-child(1) {
  background: url() 20px 28px no-repeat, linear-gradient(182deg, rgba(254, 122, 21, 0.3) 0%, #ffffff 30%);
}
.index-project li:nth-child(1) .more {
  background: #fe7a15;
}
.index-project li:nth-child(2) {
  background: url() 20px 28px no-repeat, linear-gradient(182deg, rgba(137, 132, 255, 0.3) 0%, #ffffff 30%);
}
.index-project li:nth-child(2) .more {
  background: #8984ff;
}
.index-project li:nth-child(3) {
  background: url() 20px 28px no-repeat, linear-gradient(182deg, rgba(255, 79, 91, 0.3) 0%, #ffffff 30%);
}
.index-project li:nth-child(3) .more {
  background: rgba(255, 79, 91, 0.78);
}
.index-project li:nth-child(4) {
  background: url() 20px 28px no-repeat, linear-gradient(182deg, rgba(35, 158, 235, 0.3) 0%, #ffffff 30%);
}
.index-project li:nth-child(4) .more {
  background: #239eeb;
}
.index-project h3 {
  padding-left: 98px;
  height: 22px;
  line-height: 22px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
}
.index-project .links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.index-project .links a {
  position: relative;
  width: 50%;
  padding-left: 50px;
  margin-bottom: 9px;
  height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
  color: #666666;
}
.index-project .links a::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 24px;
  width: 6px;
  height: 6px;
  background-color: #ff6b6b;
  border-radius: 50%;
}
.index-hospital {
  margin-bottom: 14px;
}
.index-hospital .banner {
  display: block;
  margin: 16px auto;
  height: 150px;
}
.index-hospital ul {
  margin-top: 34px;
  padding-left: 8px;
  overflow: hidden;
}
.index-hospital li {
  margin-left: 16px;
  margin-bottom: 17px;
  padding: 13px 0 0 12px;
  width: 440px;
  height: 244px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #ededed;
}
.index-hospital .pic {
  position: relative;
  float: left;
  display: block;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  border-radius: 10px;
}
.index-hospital .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-hospital .pic .icon2attest {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 26px;
  background: url("../image/attest1.png") no-repeat 0 0;
}
.index-hospital .info {
  margin-left: 160px;
  margin-right: 30px;
  padding-top: 3px;
  height: 140px;
}
.index-hospital h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  height: 30px;
}
.index-hospital h3 a {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #333333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.index-hospital h3 a:hover {
  color: #008000;
}
.index-hospital h3 .icon2attest {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 8px;
  width: 22px;
  height: 30px;
  background: url("../image/attest2.png") no-repeat center;
}
.index-hospital .desc {
  margin-bottom: 15px;
  height: 48px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.index-hospital .project-row {
  margin-right: -8px;
  height: 21px;
  font-size: 14px;
  line-height: 21px;
  color: #666666;
}
.index-hospital .project-row .tit {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.index-hospital .project-row .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}
.index-hospital .project-row span {
  margin-right: 8px;
}
.index-hospital .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 22px 35px 0 23px;
  clear: both;
}
.index-hospital .other span {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.index-hospital .other span em {
  color: #008000;
}
.index-hospital .other span .icon2views {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  width: 20px;
  height: 24px;
  background: url("../image/views.png") center no-repeat;
}
.index-hospital .other a {
  margin-top: 8px;
  padding-left: 22px;
  width: 128px;
  line-height: 38px;
  font-size: 14px;
  font-weight: 500;
  color: #008000;
  border-radius: 20px;
  border: 1px solid #008000;
  background: url("../image/arrow.png") 93px center no-repeat;
}
.index-hospital .other a:hover {
  background: url("../image/arrow.svg") 93px center no-repeat, #008000;
  color: #fff;
}
.index-doctor {
  margin-bottom: 21px;
}
.index-doctor .text-box {
  margin-top: 15px;
  height: 437px;
  color: #ffffff;
  background: #008000;
}
.index-doctor .text-box .wrap {
  position: relative;
  padding-top: 70px;
  padding-left: 24px;
}
.index-doctor .text-box .wrap::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 38px;
  right: 24px;
  width: 400px;
  height: 380px;
  background: url("../image/doctor_bg.webp") center no-repeat;
}
.index-doctor .text-box .tit {
  margin-bottom: 25px;
  height: 34px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 700;
}
.index-doctor .text-box .desc {
  width: 815px;
  height: 158px;
  line-height: 24px;
  font-size: 16px;
}
.index-doctor .text-box .btn {
  display: block;
  width: 150px;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 500;
  color: #008000;
  text-align: center;
  border-radius: 26px;
  background: #ffffff;
}
.index-doctor .doctor-card-list {
  position: relative;
  z-index: 3;
  margin-top: -60px;
  padding: 24px 24px 19px;
  border: 1px solid #ededed;
  background-color: #fff;
}
.doctor-card-list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
.doctor-card-list li {
  margin-bottom: 16px;
  padding-top: 29px;
  width: 326px;
  height: 444px;
  opacity: 1;
  background: #fafafa;
  overflow: hidden;
}
.doctor-card-list .pic {
  position: relative;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: #e3e3e3;
}
.doctor-card-list .pic img {
  width: 100%;
  height: 100%;
}
.doctor-card-list .pic::after {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  border-radius: 50%;
  border: 0 solid #008000;
}
.doctor-card-list .pic:hover::after {
  border-width: 3px;
}
.doctor-card-list .info {
  padding-top: 39px;
}
.doctor-card-list .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.doctor-card-list .name:hover {
  color: #008000;
}
.doctor-card-list .name .icon2attest {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-left: 10px;
  width: 22px;
  height: 28px;
  background: url("../image/attest2.png") no-repeat center;
}
.doctor-card-list .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  /*display: flex;*/
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  padding-left: 8px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-align: center;
  overflow: hidden;
}
.doctor-card-list .tags span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-right: 19px;
}
.doctor-card-list .tags span::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 3px;
  height: 3px;
  background-color: #000;
  border-radius: 100%;
}
.doctor-card-list .tags em {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 8px;
  color: #008000;
}
.doctor-card-list .hospital {
  position: relative;
  margin: 33px auto 0;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.doctor-card-list .hospital::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 4px;
  background: url("../image/line.png") no-repeat center;
}
.index-news,
.index-ask {
  margin: 0 24px 49px;
  overflow: hidden;
}
.index-news .con-img,
.index-ask .con-img {
  position: relative;
  float: left;
  margin-top: 19px;
  width: 515px;
  height: 457px;
}
.index-news .con-img img,
.index-ask .con-img img {
  width: 100%;
  height: 100%;
}
.index-news .con-img .btn,
.index-ask .con-img .btn {
  position: absolute;
  top: 371px;
  left: 29px;
  display: block;
  padding-left: 22px;
  width: 128px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 20px;
  background: url("../image/arrow.svg") 92px center no-repeat, #008000;
}
.index-news ul,
.index-ask ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  float: right;
  margin-top: 19px;
  padding-top: 15px;
  padding-left: 28px;
  width: 820px;
  height: 459px;
  background: #fafafa;
}
.index-news ul li,
.index-ask ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-left: 16px;
  width: 50%;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}
.index-news ul li span,
.index-ask ul li span {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  padding-left: 4px;
  color: #008000;
}
.index-news ul li span::before,
.index-ask ul li span::before {
  content: "";
  position: absolute;
  top: 9px;
  left: -1px;
  width: 6px;
  height: 6px;
  background-color: #008000;
  border-radius: 50%;
}
.index-news ul li a,
.index-ask ul li a {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 270px;
          flex: 1 1 270px;
  padding-right: 30px;
  color: #666666;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.index-news ul li a:hover,
.index-ask ul li a:hover {
  color: #008000;
}
.index-news ul li:nth-child(9),
.index-ask ul li:nth-child(9),
.index-news ul li:nth-child(10),
.index-ask ul li:nth-child(10) {
  margin-bottom: 43px;
}
.index-ask .con-img {
  float: right;
  width: 517px;
  height: 459px;
}
.index-ask .con-img .btn {
  top: 124px;
  left: 40px;
}
.index-ask ul {
  float: left;
}
.error-404 {
  margin: 10px auto;
}
.error-404 a {
  display: block;
  height: 540px;
  background: url() center no-repeat;
}
.search-head {
  margin-bottom: 50px;
  padding-top: 30px;
  height: 180px;
  background-color: #008000;
}
.search-head .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  bottom: -13px;
  height: 150px;
  background: #ffffff;
  -webkit-box-shadow: 0px 2px 4px rgba(166, 166, 166, 0.25);
          box-shadow: 0px 2px 4px rgba(166, 166, 166, 0.25);
}
.search-head .zxBtn {
  width: 1030px;
  height: 50px;
  border-radius: 9px;
  background: #ffffff;
  border: 2px solid #008000;
}
.search-head .zxBtn p {
  padding-left: 31px;
  line-height: 46px;
  font-size: 14px;
  color: #999999;
}
.search-head .zxBtn .btn {
  position: relative;
  margin-left: auto;
  width: 104px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #008000;
}
.search-head .zxBtn .btn::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -6px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #008000;
  border-bottom-color: #008000;
}
.search-head form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  width: 1000px;
  height: 50px;
  border-radius: 9px;
  background: #ffffff;
  border: 2px solid #008000;
}
.search-head form .search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 40px;
  background: url() center no-repeat;
}
.search-head form input {
  padding-left: 18px;
  width: 800px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.5px;
  background: none;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-head form input::-webkit-input-placeholder {
  color: #b2b2b2;
}
.search-head form #btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  margin-left: auto;
  width: 104px;
  line-height: 46px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  background-color: #008000;
  border: none;
}
.search-head form #btn::before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -6px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #008000;
  border-bottom-color: #008000;
}
.search-head .tabs {
  margin-top: 30px;
  height: 37px;
}
.search-head .tabs a {
  position: relative;
  margin-right: 62px;
  min-width: 59px;
  height: 26px;
  line-height: 26px;
  font-size: 18px;
  color: #333;
  text-align: center;
}
.search-head .tabs a.active {
  font-weight: 700;
}
.search-head .tabs a.active::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 4px;
  background-color: #008000;
}
.search-title {
  position: relative;
  margin-top: 15px;
  margin-bottom: 20px;
  padding-left: 24px;
  height: 36px;
  line-height: 36px;
  letter-spacing: 1px;
}
.search-title h2 {
  font-size: 26px;
  font-weight: 700;
  color: #333;
  letter-spacing: 1px;
}
.search-title em {
  padding-top: 14px;
  padding-left: 6px;
  line-height: 22px;
  color: #666;
}
.search-title .more {
  position: relative;
  margin-left: auto;
  margin-right: 32px;
  padding-right: 12px;
  font-weight: 500;
  color: #666;
}
.search-title .more::after {
  content: '';
  position: absolute;
  right: 0;
  width: 12px;
  height: 36px;
  background: url() center no-repeat;
  background-size: 10px;
}
.search-hospital .hospital-list {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  /* .pic {
      width: 203px;
    } */
}
.search-hospital .hospital-list li {
  float: left;
  margin: 0 16px 16px 0;
  padding: 29px 13px 0;
  width: 690px;
  height: 251px;
  background-color: #fff;
}
.search-hospital .hospital-list li:nth-child(2n) {
  margin-right: 0;
}
.search-hospital .hospital-list li::after {
  display: none;
}
.search-hospital .hospital-list .info {
  width: 446px;
}
.search-hospital .hospital-list h3 {
  max-width: 300px;
}
.search-hospital .hospital-list .zxBtn {
  top: 26px;
  right: 15px;
  width: 128px;
}
.search-doctor .doctor-list {
  margin-top: 0;
  padding: 0;
  overflow: hidden;
  /* .pic {
      width: 184px;
    } */
}
.search-doctor .doctor-list li {
  float: left;
  margin: 0 16px 16px 0;
  padding: 29px 13px 0;
  width: 690px;
  height: 251px;
  background-color: #fff;
}
.search-doctor .doctor-list li:nth-child(2n) {
  margin-right: 0;
}
.search-doctor .doctor-list li::after {
  display: none;
}
.search-doctor .doctor-list .info {
  width: 446px;
}
.search-doctor .doctor-list .zxBtn {
  top: 26px;
  right: 15px;
  width: 128px;
  font-size: 18px;
}
.search-news .news-list {
  overflow: hidden;
}
.search-news .news-list li {
  float: left;
  margin: 0 16px 16px 0;
  padding: 28px 0 0 23px;
  width: 690px;
  height: 293px;
  background-color: #fff;
  border-bottom: none;
}
.search-news .news-list li:nth-child(2n) {
  margin-right: 0;
}
.search-news .news-list .pic {
  margin-top: 30px;
}
.search-news .news-list .info {
  padding-top: 0;
  width: 418px;
}
.search-news .news-list .desc {
  height: 120px;
  -webkit-line-clamp: 5;
  line-clamp: 5;
}
/*
 * 关于我们 模块
 */
/*
 * 关于我们 模块
 */
.about-sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
  margin-right: 30px;
  width: 260px;
}
.about-sidebar ul {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  min-height: 500px;
}
.about-sidebar li {
  padding: 18px 0;
  line-height: 30px;
  border-bottom: 1px solid #ededed;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-sidebar li a {
  display: block;
  padding-left: 33px;
  color: #333333;
  border-left: 3px solid #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.about-sidebar li.on a,
.about-sidebar li:hover a {
  border-color: #008000;
}
.about-sidebar li:hover {
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
}
.about-content {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-bottom: 0;
  padding: 25px;
  min-height: 450px;
}
.about-content h1 {
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  color: #000;
  font-weight: 600;
}
.about-content .con {
  color: #333333;
}
.about-content h2 {
  margin: 30px 0 15px;
  line-height: 30px;
  font-size: 18px;
  color: #008000;
  font-weight: 600;
}
.about-content p {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 6px;
}
.about-content table,
.about-content img {
  max-width: 100%;
  height: auto;
}
.about-content table {
  min-width: 60%;
  border: 1px solid #ededed;
  border-collapse: collapse;
}
.about-content table th,
.about-content table td {
  padding: 8px 15px;
  border: 1px solid #ededed;
}
.about-content .pact-con h3 {
  margin: 15px 0 8px;
  line-height: 1.5;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.about-content .pact-con p {
  margin-bottom: 5px;
  line-height: 1.6;
  font-size: 12px;
  color: #333;
  text-indent: 2em;
}
.about-content .pact-con .fwb {
  font-weight: 700;
}
.about-content .pact-con .cr {
  color: red;
}
