/**20250520*/
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 {
  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: #f6f6f6;
  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;
  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;
  appearance: textfield;
}
a {
  color: #666666;
  text-decoration: none;
}
hr {
  margin: 0;
  height: 1px;
  background: #f1f1f1;
  border: none;
}
.wrap {
  width: 1355px;
  height: auto;
  margin: 0 auto;
  clear: both;
}
.link {
  color: #409eff;
  cursor: pointer;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.cb {
  clear: both;
}
.mt10 {
  margin-top: 10px;
}
.mt30 {
  margin-top: 30px;
}
.ml20 {
  margin-left: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb50 {
  margin-bottom: 50px;
}
.iconfont,
.icon2 {
  display: inline-block;
  font-size: 0;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.25s ease 0s;
}
.icon-on {
  color: #fe7171;
}
#back_top{transition:all 0.75s;-moz-transition:all 0.75s;-webkit-transition:all 0.75s;-o-transition:all 0.75s;position:fixed;right:20px;bottom:120px;z-index:999;opacity:0;-webkit-opacity:0;visibility:hidden;}
#back_top.onshow{opacity:1;-webkit-opacity:1;visibility:visible;bottom:120px;}
/*没有数据**/
.loading-state{text-align: center;font-size: 14px;color:#666;margin: 60px auto;padding-top:40px;}
.loading-state .loading-icon{display: block;width:54px;height:54px;margin:0  auto 5px auto;background: url("../img/loadding.png") no-repeat center;animation: turn 4s linear infinite;background-size:30px;}
.no-data{background:url(../img/closeData.png) no-repeat center center;text-align: center;width:100%;height:300px;text-indent: -99999px;margin:0 auto;display: block;}
/**
 * 公共css
 */
/*
 * 头部
 */
.header {
  padding-top: 36px;
  height: 120px;
  background: #fafafa;
  border-bottom: 2px solid #ededed;
}
.header .head {
  margin: 0 auto;
  max-width: 1355px;
}
.header .logo {
  display: inline-block;
  height: 62px;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.header .nav-con {
  margin-top: 10px;
  margin-left: 72px;
  height: 36px;
  line-height: 36px;
}
.header .nav-con a {
  position: relative;
  margin-right: 40px;
  min-width: 40px;
  font-size: 18px;
  color: #999999;
  text-align: center;
}
.header .nav-con a.active {
  margin-top: -4px;
  color: #333333;
  transition: all 0.25s;
}
.header .nav-con a.active:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 37px;
  height: 4px;
  background-color: #69e0b8;
  transform: translateX(-50%);
}
.header .nav-con a:hover {
  color: #333333;
}
.header .back-btn {
  margin-top: 10px;
  margin-left:auto;
  width: 106px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background: #69e0b8;
}
.breadcrumb {
  margin: 14px auto 0;
  width: 1324px;
  box-sizing: content-box;
  height: 20px;
  overflow: hidden;
}
.breadcrumb a,
.breadcrumb span,
.breadcrumb i {
  display: inline-block;
  max-width: 300px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #808080;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  vertical-align: top;
}
.breadcrumb i {
  margin-left: 5px;
  margin-right: 5px;
  width: 14px;
  font-size: 12px;
  text-align: center;
}
.breadcrumb .active {
  color: #69e0b8;
}
/*
 * 底部
 */
.footer {
  margin-top: 16px;
  font-size: 13px;
  color: #666666;
  background-color: #fff;
  clear: both;
}
.footer .wrap {
  position: relative;
  padding-top: 70px;
  padding-bottom: 24px;
}
.footer .site-link {
  padding-left: 60px;
  margin-bottom: 55px;
}
.footer .site-link a {
  position: relative;
  margin-right: 48px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333333;
}
.footer .site-link a:after {
  content: '';
  position: absolute;
  right: -24px;
  top: 50%;
  width: 1px;
  height: 10px;
  background-color: #333333;
  transform: translateY(-50%);
}
.footer .site-link a:last-child:after {
  display: none;
}
.footer .logo {
  position: absolute;
  top: 40px;
  right: 40px;
  display: inline-block;
  width: 181px;
  height: 62px;
}
.footer .company,
.footer .address,
.footer .tips {
  margin-top: 11px;
  margin-left: 60px;
  padding-left: 30px;
  line-height: 20px;
  color: #666666;
}
.footer .company {
  background: url('../img/company.png') no-repeat left center;
}
.footer .address {
  background: url('../img/address.png') no-repeat left center;
}
.footer .tips {
  margin-top: 18px;
}
.footer .copyright,
.footer .statement {
  margin-left: 52px;
  line-height: 20px;
  text-align: center;
}
.footer .copyright a,
.footer .statement a {
  padding: 0 5px;
  color: #666666;
}
.footer .statement {
  margin-top: 28px;
  padding-top: 37px;
  border-top: 1px solid #cccccc;
}
.footer .copyright {
  margin-top: 24px;
}
/**
 * 侧边的
 */
.side-customer-service {
  height: 236px;
  background: url('../img/side_customer_service.webp') center no-repeat;
}
/* .side-box {
  margin-bottom: 16px;
  padding-top: 28px;
  background-color: #fff;
  .hd {
    position: relative;
    margin-bottom: 8px;
    height: 34px;
    h2 {
      position: relative;
      margin-left: 17px;
      padding-left: 21px;
      line-height: 34px;
      font-size: 20px;
      color: #333;
      &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 6px;
        height: 34px;
        background-color: @brandColor;
      }
      // &[highlight] {
      //   color: @brandColor;
      // }
      // &[c-3960cd] {
      //   color: #3960cd;
      //   &::before {
      //     background-color: #3960cd;
      //   }
      // }
    }
    .more {
      margin-left: auto;
      margin-right: 6px;
      padding-right: 28px;
      line-height: 34px;
      color: #383838;
      background: url('../img/icon/right.webp') right center no-repeat;
    }
  }
} */
.side-hot-hospital {
  padding: 15px 16px 5px;
  background: url('../img/hospital_hot_r.webp') 323px 5px no-repeat, linear-gradient(183.08deg, #ffe8e8 0%, #ffffff 100%);
  border: 1px solid #ededed;
}
.side-hot-hospital h2 {
  margin-bottom: 9px;
  height: 34px;
  background: url('../img/hospital_hot_tit.webp') 3px top no-repeat;
  font-size: 0;
}
.side-hot-hospital .hd-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.side-hot-hospital .hd-title::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 24px;
  background-color: #69e0b8;
  border-radius: 2px;
}
.side-hot-hospital ul {
  padding: 20px 12px 11px 12px;
  background: #ffffff;
  backdrop-filter: blur(20px);
}
.side-hot-hospital li {
  position: relative;
  display: flex;
  margin-bottom: 18px;
  height: 88px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
.side-hot-hospital li:last-child {
  margin-bottom: 10px;
  border-bottom: none;
}
.side-hot-hospital .pic {
  position: relative;
  margin-right: 20px;
  width: 72px;
  height: 72px;
  overflow: hidden;
}
.side-hot-hospital .pic img {
  width: 100%;
  height: 100%;
}
.side-hot-hospital .name {
  display: block;
  margin-bottom: 5px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  transition: color 0.25s;
}
.side-hot-hospital .name:hover {
  color: #69e0b8;
}
.side-hot-hospital .type {
  display: block;
  width: 60px;
  height: 18px;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
  color: #69e0b8;
  background: #ffebeb;
}
.side-hot-hospital .address {
  display: block;
  margin-top: 10px;
  padding-left: 15px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #666;
  background: url('../img/icon/address.png') left center no-repeat;
}
.side-hot-hospital .zxBtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 74px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #69e0b8;
  cursor: pointer;
  border-radius: 20px;
}
.side-hot-doctor {
  padding: 16px 16px 0;
  height: 290px;
  background: url('../img/doctor_hot_r.webp') 318px 10px no-repeat, linear-gradient(180deg, #fef8e6 0%, #ffffff 100%);
  border: 1px solid #ededed;
}
.side-hot-doctor h2 {
  margin-bottom: 9px;
  height: 34px;
  background: url('../img/doctor_hot_tit.webp') 2px top no-repeat;
  font-size: 0;
}
.side-hot-doctor .hd-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.side-hot-doctor .hd-title::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 24px;
  background-color: #69e0b8;
  border-radius: 2px;
}
.side-hot-doctor ul {
  display: flex;
  justify-content: space-between;
  padding: 13px 30px 0;
  height: 215px;
  background-color: #fff;
  backdrop-filter: blur(20px);
}
.side-hot-doctor li {
  width: 105px;
}
.side-hot-doctor a {
  display: block;
}
.side-hot-doctor .pic {
  position: relative;
  height: 105px;
}
.side-hot-doctor .pic img {
  width: 100%;
  height: 100%;
}
.side-hot-doctor .pic .title {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 72px;
  height: 18px;
  font-size: 12px;
  line-height: 18px;
  color: #eb8100;
  text-align: center;
  background: #fff5d6;
  transform: translate(-50%, 50%);
}
.side-hot-doctor .name {
  margin-top: 14px;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-align: center;
  transition: color 0.25s;
}
.side-hot-doctor .name:hover {
  color: #69e0b8;
}
.side-hot-doctor .hospital {
  margin-top: 5px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #333;
  text-align: center;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-hot-doctor .num {
  margin-top: 9px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.side-hot-doctor .num i {
  color: #69e0b8;
}
/* .side-rank-list {
  .title-news {
    height: 36px;
    background: url('../img/news_hot_tit.webp') left center no-repeat;
  }
  .title-ask-hot {
    height: 36px;
    background: url('../img/ask_hot_tit.webp') left center no-repeat;
  }
  ul {
    margin-top: 16px;
    padding-left: 85px;
    width: 423px;
    background: url('../img/news_hot_index.png') left 4px no-repeat;
    overflow: hidden;
  }
  li {
    margin-bottom: 19px;
    overflow: hidden;
    &:nth-child(3) {
      margin-bottom: 20px;
    }
    a {
      display: block;
      height: 30px;
      line-height: 30px;
      font-family: '思源黑体';
      font-size: 20px;
      color: #666;
      .ellipsis;
      &:hover {
        color: @linkOnColor;
      }
    }
  }
} */
/* .news-new-box {
  padding: 39px 0 20px 39px;
  background: url('../img/hospital_hot_bg.webp') 302px 26px no-repeat,
    linear-gradient(205.34deg, #cdd2fb 0%, #dde0fa 22.62%, #f7f7f7 100%);
  .title-news {
    height: 30px;
    background: url('../img/news_new_tit.webp') left center no-repeat;
  }
  ul {
    margin-left: 3px;
    margin-top: 37px;
    width: 380px;
  }
} */
/* .hospital-hot-box {
  padding: 20px 0 20px 20px;
  background: url('../img/hospital_hot_bg.webp') 302px 26px no-repeat,
    linear-gradient(205.34deg, #ffc1b3 0%, #ffc2c2 22.62%, #f7f7f7 100%);
  .title {
    height: 37px;
    background: url('../img/hospital_hot_tit.webp') left center no-repeat;
  }
  ul {
    margin-left: 24px;
    margin-top: 28px;
    width: 380px;
  }
} */
.side-hot-news {
  padding: 30px 16px 20px;
  background: url('../img/news_hot_r.webp') 312px 10px no-repeat, linear-gradient(135deg, #fff2e6, #fffcfc 60%, #ffffff);
}
.side-hot-news h2 {
  margin-bottom: 8px;
  height: 34px;
  background: url('../img/news_hot_tit.webp') left top no-repeat;
  font-size: 0;
}
.side-hot-news .hd-title {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  height: 32px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 600;
  color: #333;
}
.side-hot-news .hd-title::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 24px;
  background-color: #69e0b8;
  border-radius: 2px;
}
.side-hot-news ul {
  padding: 17px 13px 4px;
  border-radius: 15px;
  background: #ffffff;
  backdrop-filter: blur(20px);
}
.side-hot-news li {
  position: relative;
  margin-bottom: 24px;
  padding-left: 35px;
}
.side-hot-news li i {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  line-height: 30px;
  font-size: 24px;
  color: #666;
  text-align: center;
}
.side-hot-news li:nth-child(1) {
  margin-bottom: 28px;
}
.side-hot-news li:nth-child(1) i {
  font-size: 0;
  background: url('../img/icon/top_1.webp') center no-repeat;
}
.side-hot-news li:nth-child(2) {
  margin-bottom: 28px;
}
.side-hot-news li:nth-child(2) i {
  font-size: 0;
  background: url('../img/icon/top_2.webp') center no-repeat;
}
.side-hot-news li:nth-child(3) i {
  font-size: 0;
  background: url('../img/icon/top_3.webp') center no-repeat;
}
.side-hot-news li a {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  color: #333;
  transition: color 0.3s;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.side-hot-news li a:hover {
  color: #69e0b8;
}
.side-hot-news li p {
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  color: #666;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
/* .news-rank-list {
  li {
    position: relative;
    margin: 10px 12px 20px 20px;
    padding-left: 29px;
    height: 24px;
    line-height: 24px;
    color: #666;
    &::before {
      content: '';
      position: absolute;
      top: 7px;
      left: 0;
      width: 9px;
      height: 9px;
      border-radius: 100%;
      background-color: @brandColor;
    }
    a {
      font-size: 16px;
      .ellipsis(240px);
      transition: color 0.3s;
      &:hover {
        color: @brandColor;
      }
    }
    span {
      margin-left: auto;
      em {
        margin: 0 1px;
        font-weight: 700;
        color: @brandColor;
      }
    }
  }
} */
.contentBox {
  overflow: hidden;
  line-height: 1.8;
  font-size: 14px;
  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 p {
  margin-bottom: 5px;
}
.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;
  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;
}
.fanye{margin-top:80px;margin-bottom: 40px;n}
.pagination{margin:10px auto 14px auto;clear:both;overflow:hidden;text-align:center;color:#69e0b8;font-size:14px;font-weight:400}
.pagination .pagZt{font-size:14px;font-weight:400}
.pagination li{display:inline-block!important;margin:5px 10px;height:36px!important;line-height:36px;font-size:15px;width:auto!important;}
.pagination li.disabled,.pagination li:first-child,.pagination li:last-child{width: auto;}
.pagination li a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:50%;border:1px solid #69e0b8;background:#ffffff;color:#69e0b8}
.pagination li.on a,.pagination li a:hover{color:#fff;background:#69e0b8}
.pagination input[type='text']{text-align:center;width:31px;height:31px;border-radius:50%;border:1px solid #69e0b8;color:#69e0b8}
.pagination .butquer{display:inline;opacity:1;border-radius:20px;padding:8px 9px;border:1px solid #666;font-size:14px;font-weight:400;letter-spacing:0px;color:#666}
.pagination .total{border:1px solid #69e0b8;border-radius:20px;padding:8px 7px;color:#69e0b8}
.pagination li.disabled a{cursor:not-allowed!important;pointer-events:auto!important}
.pagination li.disabled a,.pagination li:first-child a,.pagination li:last-child a{/*cursor:not-allowed!important;pointer-events:auto!important;*/width:auto;border-radius: 10px;padding:0 10px;}



.wh10 {
  width: 100%;
  height: 10px;
  clear: both;
}
.wh20 {
  width: 100%;
  height: 20px;
  clear: both;
}
/**
 * 弹性布局
 */
.flex {
  display: flex;
  flex-wrap: nowrap;
}
.flex[column] {
  flex-direction: column;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}
.flex-sb {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-sb-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-end {
  display: flex;
  justify-content: flex-end;
}
/*
 * 左侧
 */
/*
 * 右侧
 */
.zxBtn {
  cursor: pointer;
}
.noData {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1000px;
  text-align: center;
}
.noData .pic {
  height: 280px;
  background: center center url(../img/no_data.png) 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(../img/no_data_min.png);
}
.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: #69e0b8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loader div:nth-child(1) {
  left: 8px;
  animation: flip1 0.6s infinite;
}
.loader div:nth-child(2) {
  left: 8px;
  animation: flip2 0.6s infinite;
}
.loader div:nth-child(3) {
  left: 32px;
  animation: flip2 0.6s infinite;
}
.loader div:nth-child(4) {
  left: 56px;
  animation: flip3 0.6s infinite;
}
@keyframes flip1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes flip3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes flip2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    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;
  box-sizing: border-box;
  width: 100%;
}
.wh10 {
  height: 10px;
}
.wh20 {
  height: 20px;
}
.wh30 {
  height: 30px;
}
/**
 * 页面
 */
/**
 * 医生详情
 */
.doctor-show {
  margin-top: 14px;
}
.doctor-show .hd-title {
  padding-top: 11px;
  padding-left: 31px;
}
.doctor-show .hd-title h2 {
  position: relative;
  padding-left: 11px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  font-weight: 700;
  color: #666666;
}
.doctor-show .hd-title h2::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 21px;
  background-color: #69e0b8;
  transform: translateY(-50%);
}
.doctor-info {
  position: relative;
  float: left;
  margin-right: 17px;
  margin-bottom: 16px;
  width: 584px;
  height: 244px;
  background: #ffffff;
}
.doctor-info .pic {
  float: left;
  display: block;
  margin-top: 13px;
  margin-left: 31px;
  width: 166px;
  height: 166px;
  border-radius: 50%;
}
.doctor-info .cr {
  margin-left: 240px;
  padding-top: 12px;
}
.doctor-info .name {
  display: inline-block;
  margin-bottom: 9px;
  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;
}
.doctor-info .name.attest {
  padding-right: 36px;
  background: url('../img/attest2.png') no-repeat right center;
}
.doctor-info .row {
  margin-bottom: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
}
.doctor-info .row span {
  display: inline-block;
  width: 83px;
}
.doctor-info .row .tit {
  display: inline-block;
  padding: 0 10px;
  /*! min-width: 65px; */
  /*! height: 22px; */
  /*! line-height: 22px; */
  font-weight: 500;
  color: ##666;
  text-align: center;
  letter-spacing: 1px;
  /*! background: #f7f7f7; */
  border-radius: 5px;
  font-size: 16px;
}
.doctor-info .zxBtn {
  position: absolute;
  top: 54px;
  right: 14px;
  width: 90px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background: #69e0b8;
  border-radius: 20px;
}
.doctor-project {
  float: left;
  margin-bottom: 16px;
  padding-bottom: 10px;
  width: 752px;
  min-height: 244px;
  background: #ffffff;
}
.doctor-project .tags {
  margin-top: 31px;
  margin-left: 28px;
}
.doctor-project em {
  margin-right: 16px;
  margin-bottom: 20px;
  padding: 0 5px;
  min-width: 100px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  background: #f0f0f0;
}
.doctor-introduction {
  clear: both;
  margin-bottom: 16px;
  padding-bottom: 38px;
  background: #ffffff;
}
.doctor-introduction .desc {
  margin: 13px 25px 0 31px;
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}
.doctor-introduction .desc p{padding-bottom: 10px;}
.doctor-comment {
  margin-bottom: 16px;
  background: #ffffff;
}
.doctor-comment li {
  display: flex;
  justify-content: space-between;
  margin: 7px 3px 9px 13px;
  padding: 13px 0;
  width: 654px;
  height: 127px;
  font-size: 16px;
  background: #fafafa;
}
.doctor-comment .cl {
  padding-left: 41px;
  padding-right: 10px;
  width: 416px;
}
.doctor-comment .cr {
  flex: 1 1 auto;
  padding-top: 3px;
}
.doctor-comment .pic {
  float: left;
  margin-right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #cccccc;
  object-fit: cover;
}
.doctor-comment .user,
.doctor-comment .time {
  height: 30px;
  line-height: 30px;
  color: #666666;
}
.doctor-comment .desc {
  margin-top: 9px;
  height: 28px;
  line-height: 28px;
  font-size: 18px;
  color: #333333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.doctor-comment .time {
  margin-top: 3px;
}
.doctor-comment .star-row {
  margin-bottom: 12px;
}
.doctor-comment .star-row .star-1,
.doctor-comment .star-row .star-0-5,
.doctor-comment .star-row .star-0 {
  margin-right: 4px;
  width: 16px;
  height: 16px;
  background: url('../img/star1.png') no-repeat center;
}
.doctor-comment .star-row .star-0-5 {
  background: url('../img/star0-5.png') no-repeat center;
}
.doctor-comment .star-row .star-0 {
  background: url('../img/star0.png') no-repeat center;
}
.doctor-comment .doctor,
.doctor-comment .tit {
  margin-top: 6px;
  height: 24px;
  line-height: 24px;
  color: #666666;
}
.doctor-comment .doctor .user,
.doctor-comment .tit .user {
  margin-right: 2px;
}
.doctor-comment .doctor em,
.doctor-comment .tit em {
  margin-right: 15px;
  color: #69e0b8;
}
.error-404 {
  margin: 10px auto;
}
.error-404 a {
  display: block;
  height: 540px;
  background: url(../img/error404.png) center no-repeat;
}
/**
 * 整形资讯
 */
.news-card-list {
  display: flex;
  flex-wrap: wrap;
}
.news-card-list li {
  margin-top: 16px;
  padding: 12px 20px 12px 14px;
  overflow: hidden;
  width: 669px;
  height: 165px;
  background: #fff;
}
.news-card-list li:nth-child(2n) {
  margin-left: 16px;
}
.news-card-list .pic {
  display: block;
  float: left;
  width: 174px;
  height: 141px;
  overflow: hidden;
}
.news-card-list .pic img {
  display: block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.news-card-list .info {
  position: relative;
  margin-left: 213px;
  padding-top: 3px;
}
.news-card-list h3 {
  margin-bottom: 5px;
  height: 30px;
}
.news-card-list h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  transition: color 0.25s;
}
.news-card-list h3 a:hover {
  color: #69e0b8;
}
.news-card-list .views {
  position: absolute;
  top: 4px;
  right: 10px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
}
.news-card-list .views em {
  color: #69e0b8;
}
.news-card-list .views .icon2views {
  display: inline-block;
  vertical-align: top;
  margin-right: 2px;
  width: 20px;
  height: 30px;
  background: url('../img/views.png') center no-repeat;
}
.news-card-list .desc {
  margin-top: 10px;
  height: 72px;
  line-height: 18px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  word-wrap: break-word;
  word-break: break-all;
}
.news-card-list .time {
  margin-top: 6px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  color: #3d3d3d;
}
/**
 * 资讯详情
 */
.news-show {
  margin: 16px auto;
  padding: 38px 41px;
  width: 1324px;
  background-color: #fff;
}
.news-show h1 {
  margin-bottom: 24px;
  line-height: 34px;
  font-size: 24px;
  font-weight: 00;
  text-align: center;
  color: #0f0f0f;
}
.news-show .source {
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}
.news-show .source a,
.news-show .source span {
  padding: 0 5px;
  color: #69e0b8;
}
.news-show .source a {
  margin-left: 15px;
}
.news-show .time-row {
  line-height: 26px;
  font-size: 16px;
  color: #666666;
}
.news-show .time-row .icon2views {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 26px;
  background: url('../img/views.png') center no-repeat;
}
.news-show .time-row em {
  margin: 0 2px;
  color: #69e0b8;
}
.news-show .time-row span + span {
  margin-left: 20px;
}
.news-show .content {
  padding: 20px 0;
  clear: both;
  font-size: 16px;
  color: #666666;
  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 .btn-row {
  margin: 48px 152px;
}
.news-show .btn-row .item {
  position: relative;
  padding-top: 30px;
  padding-left: 147px;
  width: 415px;
  height: 104px;
  background: #ebf2ff url('../img/news_l.png') 48px 28px no-repeat;
}
.news-show .btn-row .item::after {
  content: '';
  position: absolute;
  top: 42px;
  right: 63px;
  width: 60px;
  height: 25px;
}
.news-show .btn-row .item:nth-child(1):after {
  background: url('../img/news_l2.png') no-repeat;
}
.news-show .btn-row .item:nth-child(2) {
  margin-left: 30px;
  background: #fff2f2 url('../img/news_r.png') 48px 28px no-repeat;
}
.news-show .btn-row .item:nth-child(2)::after {
  background: url('../img/news_r2.png') no-repeat;
}
.news-show .btn-row .item:nth-child(2) h4 {
  color: #ff9e9e;
}
.news-show .btn-row .item:nth-child(2) p {
  color: #ff9e9e;
}
.news-show .btn-row h4 {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 26px;
  color: #2e73f2;
}
.news-show .btn-row p {
  margin-top: 5px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 20px;
  color: #5e8de6;
}
.news-show .next-box {
  margin: 20px 152px;
}
.news-show .next-box a {
  flex: 0 0 auto;
  padding: 0 15px;
  height: 50px;
  line-height: 48px;
  font-size: 16px;
  color: #666666;
  width: 306px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  text-align: center;
  border: 1px solid #666666;
  border-radius: 3px;
}
.news-show .next-box a:hover {
  color: #69e0b8;
}
.shenming {
  margin: 20px auto;
  padding: 40px 0 10px;
  width: 782px;
  color: #666666;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
}
.shenming .tit {
  margin-bottom: 3px;
  font-weight: 600;
}
.shenming .mt20 {
  margin-top: 20px;
}
.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: 138px;
  background: #fafafa;
}
.news-recommend .pic {
  display: block;
  float: left;
  width: 110px;
  height: 106px;
  overflow: hidden;
}
.news-recommend .pic img {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
}
.news-recommend .info {
  float: right;
  width: 280px;
}
.news-recommend h3 {
  margin-bottom: 10px;
  height: 30px;
}
.news-recommend h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  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('../img/icon/views.png') center no-repeat;
}
