@charset "utf-8";
@import url("base.css");

.view-baner {
  padding: 20px 0;
  background: #308883;
  background: -webkit-linear-gradient(#308883, #d6edef);
  background: -o-linear-gradient(#308883, #d6edef);
  background: -moz-linear-gradient(#308883, #d6edef);
  background: linear-gradient(#308883, #d6edef);
}
.view-baner .swiper-container {
  max-width: 1200px;
  margin: 0 auto;
  height: 250px;
}
.view-baner .swiper-slide .img img,
.view-baner .swiper-slide .mobile-img img {
  min-height: 100%;
}

.view-body > .wrap > .el-row {
  margin: 0 -1em;
}
.view-body > .wrap > .el-row > .el-col {
  padding: 0 1em;
}
/* 文章侧边栏 */
.nav-sidebar,.widget{margin-bottom: 20px;}
.widget-header {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  font-size: 20px;
  color: #fff;
  background: #3ea7b3;
}
.widget-body {
  border-top: none;
}

.nav-sidebar .menu ul {
  list-style-type: none;
  margin: 0;
  padding: 20px;
}

.nav-sidebar .menu ul li:nth-child(n + 2) {
  margin-top: 1em;
}
.nav-sidebar .menu ul li a {
  width: 100%;
    background: #efefef;
    color: #555;
    text-align: center;
    line-height: 34px;
    display: block;
}
.nav-sidebar .menu ul li.level2 a {
  padding-left: 2em;
}

.nav-sidebar .menu ul li a.active,
.nav-sidebar .menu ul li a:hover {
  background: #3ea7b3;
  color: #fff;
}
.llist{font-size: 15px;
    padding: 10px;
    line-height: 34px;}
.llist li{border-bottom: 1px #ccc dashed;height: 34px;overflow: hidden;}

/* 文章右侧主体 */
.nav-main {
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #e8e8e8;
}
.nav-main-header {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  padding: 0 1em;
  border-bottom: 1px solid #e8e8e8;
}
.nav-main-header .title {
  font-size: 18px;
  color: #07706a;
  font-weight: bold;
}
.nav-main-header .el-breadcrumb {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.nav-main-header .el-breadcrumb a{color: #999;}
.nav-main-header .el-breadcrumb__inner.is-link,
.nav-main-header .el-breadcrumb__inner.is-link:hover,
.nav-main-header .el-breadcrumb__item i,
.nav-main-header .el-breadcrumb__item:last-child .el-breadcrumb__inner {
  color: #3ea7b3;
  transition: none;
}
.nav-main-header .el-breadcrumb__inner.is-link:hover {
  cursor: pointer;
  color: #f56c6c;
  text-decoration: none !important;
}
.nav-main-header .el-breadcrumb__item:first-child .el-breadcrumb__inner {
  color: #999;
}
.nav-main-header .el-breadcrumb__inner.is-link {
  font-weight: normal;
}
.nav-main-header .el-breadcrumb__inner.is-link:hover {
  text-decoration: underline;
}
.nav-main-body {
  padding: 2rem;
  height: 100%;
  min-height: 500px;
  border-top: none;
}

/* 医院文化 */
.yywh-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
}
.yywh-header ul::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #e8e8e8;
}
.yywh-header ul li {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1em;
  border: 1px solid #e8e8e8;
  border-bottom-color: transparent;
  background: #efefef;
  margin: 0 10px;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
}
.yywh-header ul li.active {
  border-bottom-color: #fff;
  background: #fff;
  color: #3ea7b3;
}
.yywh-body ul {
  list-style-type: none;
  margin: 0;
  padding: 40px 0 0 0;
}
.yywh-body ul li {
  display: none;
}
.yywh-body ul li.active {
  display: block;
}
.yywh-body ul li h1,
.yywh-body ul li .img {
  text-align: center;
}
.yywh-body ul li .img img {
  vertical-align: top;
  max-width: 100%;
}
.yywh-body ul li h1 {
  color: #000;
}
.yywh-body ul li audio {
  display: block;
  margin: 0 auto 21px;
}

/* 科室列表 */
.ks-list ul {
  list-style-type: none;
  margin: 0 -1em;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.ks-list ul ol {
  width: 100%;
  font-size: 20px;
  background: #efefef;
  padding: 0 1em;
  color: #000;
  font-weight: bold;
  line-height: 40px;
  margin: 0 1rem 1rem;
}
.ks-list ul li {
  float: left;
  width: 33.33%;
  margin-bottom: 1em;
  padding: 0 1em;
}
.ks-list ul li a {
  display: block;
  padding-left: 35px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  color: #000;
  line-height: 36px;
  position: relative;
}
.ks-list ul li a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 18px;
  height: 17px;
  background: url(../img/keshi-bg.png) 0 0 no-repeat;
  content: "";
  margin-top: -9px;
}
.ks-list ul li a:hover {
  color: #f56c6c;
}
.ks-list ul li.item-30 a {
  border-color: #97bcd9;
  filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#A3CAE9,
      endcolorstr=#ffffff,
      gradientType=0
    );
  -ms-filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#A3CAE9,
      endcolorstr=#ffffff,
      gradientType=0
    );
  background: #a3cae9;
  background: -moz-linear-gradient(top, #a3cae9, #ffffff);
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#a3cae9),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #a3cae9, #ffffff);
}
.ks-list ul li.item-13 a {
  border-color: #c5cf9d;
  filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#D8E2AE,
      endcolorstr=#ffffff,
      gradientType=0
    );
  -ms-filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#D8E2AE,
      endcolorstr=#ffffff,
      gradientType=0
    );
  background: #d8e2ae;
  background: -moz-linear-gradient(top, #d8e2ae, #ffffff);
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#d8e2ae),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #d8e2ae, #ffffff);
}
.ks-list ul li.item-83 a {
  border-color: #cc9999;
  filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#CC9999,
      endcolorstr=#ffffff,
      gradientType=0
    );
  -ms-filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#CC9999,
      endcolorstr=#ffffff,
      gradientType=0
    );
  background: #cc9999;
  background: -moz-linear-gradient(top, #cc9999, #ffffff);
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#cc9999),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #cc9999, #ffffff);
}
.ks-list ul li.item-47 a {
  border-color: #d5c298;
  filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#E5D3A5,
      endcolorstr=#ffffff,
      gradientType=0
    );
  -ms-filter: alpha(
      opacity=100 finishopacity=50 style=1 startx=0,
      starty=0,
      finishx=0,
      finishy=150
    )
    progid:
    DXImageTransform.Microsoft.gradient(
      startcolorstr=#E5D3A5,
      endcolorstr=#ffffff,
      gradientType=0
    );
  background: #e5d3a5;
  background: -moz-linear-gradient(top, #e5d3a5, #ffffff);
  background: -webkit-gradient(
    linear,
    0 0,
    0 bottom,
    from(#e5d3a5),
    to(#ffffff)
  );
  background: -o-linear-gradient(top, #e5d3a5, #ffffff);
}

/* 科室介绍 */
.ks-show ul {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ks-show ul:nth-child(n + 2) {
  margin-top: 1em;
}
.ks-show ul li:first-child {
  font-size: 18px;
  line-height: 30px;
  color: #000;
  font-weight: bold;
}
.ks-show ul li:nth-child(n + 2) {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  line-height: 30px;
  margin-left: 1em;
}
.ks-show ul li:nth-child(n + 2) a {
  font-size: 18px;
  font-weight: bold;
  margin-right: 1em;
  color: #377bee;
}
.ks-show ul li:nth-child(n + 2) a:hover {
  color: #f56c6c;
}
.ks-show ul li:nth-child(n + 2) span {
  font-size: 20px;
  line-height: 32px;
  font-family: Arial;
  font-weight: bold;
  color: #000;
}

/* 专家列表 */
.zj-list .el-row {
  margin: 0 -1em;
}
.zj-list .el-col {
  padding: 0 1em;
}
.zj-list .el-col:nth-child(n + 5) {
  margin-top: 1em;
}
.zj-list .el-col a {
  display: block;
  border: 1px solid #e8e8e8;
  padding: 0 10px;
}
.zj-list .el-col a:hover {
  -webkit-box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -3px 5px rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid #377bee;
  background: #f9fbff;
}
.zj-list .el-col a .img {
  width: 0;
  height: 0;
  padding-bottom: 70%;
  padding-left: 70%;
  border: 1px solid #d8d8d8;
  border-radius: 100%;
  position: relative;
  margin: 20px auto 0;
}
.zj-list .el-col a .img div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  overflow: hidden;
  border: 5px solid #fff;
}
.zj-list .el-col a .img div img {
  max-width: 100%;
  vertical-align: top;
}
.zj-list .el-col a .name {
  margin-top: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  line-height: 1;
}
.zj-list .el-col a .ks,
.zj-list .el-col a .zw {
  margin-top: 10px;
  font-size: 12px;
  color: #777;
  text-align: center;
  line-height: 1;
  margin-left: -10px;
  margin-right: -10px;
}
.zj-list .el-col a .detail {
  font-size: 12px;
  border-top: 1px dotted #d8d8d8;
  margin: 10px 0;
  padding-top: 10px;
  height: 70px;
  line-height: 20px;
  overflow: hidden;
  color: #777;
}

/* 专家介绍 */
.zj-header {
  display: flex;
  align-items: center;
}
.zj-header img {
  width: 197px;
  margin-right: 2em;
}
.zj-header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  flex: 1;
}
.zj-header ul li {
  position: relative;
  padding-left: 35px;
  line-height: 32px;
  background: #e7ebce;
}
.zj-header ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 21px;
  height: 32px;
  border-right: 2px solid #fff;
  background: #adcf84;
  content: "";
}
.zj-header ul li:nth-child(n + 2) {
  margin-top: 37px;
}
.zj-body {
  margin-top: 2em;
}
.zj-body .title {
  background: #e7ebce;
  color: #000;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  padding: 0.5em 0;
}

/* 新闻栏目-标题+图片列表 */
.pro-list .el-row {
  margin: -40px -20px 0;
}
.pro-list .el-col {
  margin-top: 40px;
  padding: 0 20px;
}
.pro-list .item {
  display: block;
  background: #fff;
  border: 5px solid #efefef;
}
.pro-list-43 .item {
  cursor: pointer;
}
.pro-list .item .img,
.pro-list-43 .item el-image,
.pro-list-43 .item .el-image {
  width: 0;
  height: 0;
  padding-left: 100%;
  padding-bottom: 75%;
  position: relative;
  display: block;
  overflow: hidden;
}
.pro-list .item .img img,
.pro-list-43 .item el-image img,
.pro-list-43 .item .el-image img {
  position: absolute;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.pro-list .item .img.contain img,
.pro-list-43 .item el-image.contain img,
.pro-list-43 .item .el-image.contain img {
  object-fit: contain;
}
.pro-list .item .title {
  display: block;
  line-height: 24px;
  text-align: center;
  font-size: 14px;
  background: #efefef;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro-list .item:hover {
  border-color: #3ea7b3;
}
.pro-list .item:hover .title {
  color: #fff;
  background: #3ea7b3;
}

/* 新闻列表-标题 */
.news-list .el-col {
  position: relative;
  padding: 0.5em 0 0.5em 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
}
.news-list .el-col::before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 3px;
  height: 3px;
  content: "";
  background: #555;
  border-radius: 100%;
  margin-top: -3px;
}

/* 新闻栏目-标题+内容列表 */
.news-detail .el-row {
  padding-bottom: 25px;
  padding-left: 1em;
  padding-right: 1em;
  border-bottom: 1px solid #eaeaea;
}
.news-detail .el-row:hover {
  background: #f1f1f1;
}
.news-detail .title,
.news-detail .img {
  display: block;
}
.news-detail .title {
  color: #888;
}
.news-detail .title h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #333;
}
.news-detail .title:hover h2 {
  color: #0068b7;
}
.news-detail .title p {
  font-size: 14px;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  color: #b3b3b3;
  margin: 0;
	text-indent: 2rem;
}
.news-detail .title:hover p {
  color: #999;
}
.news-detail .img {
  margin-top: 25px;
}
.news-detail .img img {
  width: 100%;
  max-height: 150px;
}
.news-detail ul {
float: right;
  list-style-type: none;
  margin: 1em 0 0 0;
  padding: 0;
  overflow: hidden;
}
.news-detail ul li {
  float: left;
  margin-right: 1em;
  font-size: 14px;
}
.news-detail ul li:last-child {
  margin-right: 0;
}
.news-detail ul li i {
  margin-right: 0.5em;
  color: #409eff;
}
.news-detail ul li em {
  font-style: normal;
  color: #b3b3b3;
  margin-right: 0.5em;
}
.news-detail .el-col-18 {
  width: 75%;
  display: block;
  float: unset;
}
.news-detail .el-col-6 {
  float: right;
  padding-left: 20px;
}

/* 文章展示页 */
.news-show {
  padding: 5px;
}
.news-show .content .fr-view a{
color: #2d8cf0;
}
.news-show .content .fr-view a.fr-file::after{
display:none;
}

.news-show > .title,
.pro-show > .title {
  display: block;
  color: #444;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 20px;
}
.news-show > .title h1{font-size: 26px;
  font-weight: 700;}
.news-show .sub-title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  border-top: 1px dashed #e0e1dc;
  border-bottom: 1px dashed #e0e1dc;
  color: #999;
  padding: 1em 0;
  margin-bottom: 20px;
}
.news-show .sub-title > * {
  text-align: center;
  margin-left: 20px;
}
.news-show .sub-title a{color: #999;}
.news-show .url,
.pro-show .url {
  padding: 1em 0 1em 1em;
  border-top: 1px dashed #e0e1dc;
  border-bottom: 1px dashed #e0e1dc;
  color: #999;
  font-weight: normal;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-show .keywords,
.pro-show .keywords {
  font-size: 12px;
  color: #999;
  padding: 1em 0 1em 1em;
  border-bottom: 1px dashed #e0e1dc;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-show .adjoin,
.pro-show .adjoin {
  list-style-type: none;
  margin: 0;
  padding: 0.5em 0;
  color: #999;
  border-bottom: 1px dashed #e0e1dc;
}
.news-show .adjoin li,
.pro-show .adjoin li {
  padding-left: 1em;
  line-height: 2em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 产品展示 */
.pro-show .title {
  margin-bottom: 0;
}
.pro-show .detail {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1em 0;
}
.pro-show .detail .img {
  width: 300px;
}
.pro-show .detail ul {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0 2em;
}
.pro-show .detail ul li {
  font-size: 14px;
  border-bottom: 1px dashed #e0e1dc;
  padding: 10px 0;
}
.pro-show .detail ul li em {
  font-style: normal;
  color: #999;
}
.pro-show .detail ul li .el-button {
  color: #fff;
}
.pro-show .sub-title {
  background-color: #f8f8f8;
}
.pro-show .sub-title > * {
  padding: 0.5em 1em;
  background-color: #409eff;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}

/* 文本编辑器 */
.fr-view {
  line-height: 2;
}
.fr-view img {
  vertical-align: top;
  margin: 0 auto !important;
}
.content .fr-view p{
    font-size: 15px;
    margin-bottom: 1em;
    text-align: justify;
    word-break: break-all;
    position: relative;	

}
.gbook-title {
  line-height: 1em;
  padding: 12px 0;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  background: #22b38a;
  color: #fff;
  margin-bottom: 0;
}
.gbook-help {
  margin-left: 120px;
  margin-top: 0.5em;
  line-height: 1.5em;
  color: #409eff;
}

/* form表单 */
.el-form-item__error {
  position: relative;
}
.el-form {
  display: block;
  padding: 2em 184px 2em 4em;
}
.el-form-item__label {
  width: 120px;
}
.el-form-item__content {
  margin-left: 120px;
}
.el-input-smail {
  width: 300px;
}
.el-input-code {
  display: flex;
}
.el-input-code input {
  margin-right: 2em;
  width: 120px;
}
.el-input-code img {
  cursor: pointer;
}
.el-form .el-button i {
  display: none;
}
.el-form .el-button.is-loading i {
  display: inline-block;
}

.viewer-open {
  padding-right: 0 !important;
}

.video {
  text-align: center;
}

@media screen and (max-width: 750px) {
  .view-baner {
    padding: 0;
  }
  .view-baner .swiper-container {
    height: 80px;
  }

  .view-body > .wrap {
    padding: 0;
  }
  .view-body > .wrap > .el-row > .el-col-6 {
    display: none;
  }
  .view-body > .wrap > .el-row > .el-col {
    width: 100%;
  }

  .nav-main-header .el-breadcrumb {
    display: none;
  }
  .nav-main-body {
    padding: 1em;
    border-left: none;
    border-right: none;
  }

  .news-list .el-col {
    width: 100%;
  }

  .pro-list .el-col {
    width: 50%;
  }

  .news-detail .el-row:hover {
    background: unset;
  }
  .news-detail .el-row:active {
    background: #f1f1f1;
  }

  /* 联系我们 */
  .page-10 .fr-view img.fr-dii.fr-fir {
    display: block;
    float: none;
    margin: 0 auto;
  }

  .el-form {
    padding: 0;
  }
  .el-form-item {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .el-form-item:last-child {
    margin-top: 20px;
  }
  .el-form-item > * {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .gbook-help {
    font-size: 14px;
    margin-top: 0.5em;
  }
  .el-form-item__label {
    text-align: left;
  }
  .el-input-smail {
    width: 100%;
  }

  .pro-show .detail {
    border-top: 1px solid #e8e8e8;
  }
  .pro-show .detail .picZoom {
    display: none;
  }

  .yywh-header ul li {
    margin: 0 5px;
    font-size: 12px;
  }

  .ks-list ul li {
    width: 50%;
    font-size: 14px;
  }

  .zj-list .el-col {
    width: 50%;
    margin-top: 0;
  }
  .zj-list .el-col:nth-child(n + 3) {
    margin-top: 1em;
  }

  .zj-header {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .zj-header img {
    margin-right: 0;
  }
  .zj-header ul {
    width: 100%;
    margin-top: 2em;
  }
  .zj-header ul li:nth-child(n + 2),
  .zj-body .title {
    margin-top: 2em;
  }

  .video {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
  }
  .video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
