h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  line-height: 1.5;
  color: #333;
}
body {
  font-size: 14px;
  line-height: 1.75;
  font-family: 'PingFang SC', "Microsoft Yahei", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  color: #666;
  background: #fff;
  overflow-x: hidden;
}
.box {
  display: block;
  width: 100%;
  height: 100%;
}
@font-face {
  font-family: "sanfranciscodisplay-medium-webfont";
  src: url("../fonts/sanfranciscodisplay-medium-webfont.woff2") format("woff2"), url("../fonts/sanfranciscodisplay-medium-webfont.woff") format("woff"), url("../fonts/sanfranciscodisplay-medium-webfont.ttf") format("truetype"), url("../fonts/sanfranciscodisplay-medium-webfont.eot") format("embedded-opentype"), url("../fonts/sanfranciscodisplay-medium-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.com-bread {
  height: 48px;
  line-height: 48px;
  background-color: #f0f0f0;
}
.glfe-title {
  position: relative;
  height: 68px;
  line-height: 68px;
  font-family: "sanfranciscodisplay-medium-webfont", "微软雅黑";
  font-size: 90px;
  color: #f4f4f4;
  text-align: center;
  text-transform: uppercase;
}
.glfe-title h3 {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -20px;
  color: #B81C22;
  font-size: 36px;
  font-weight: bold;
  line-height: 40px;
  width: 100%;
  height: 40px;
}
.glfe-tit-des {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}
.glfe-tit-des.hasline {
  font-size: 16px;
  line-height: 24px;
}
/*内页container*/
.page-container {
  padding-top: 95px;
  padding-bottom: 80px;
}
.page-container2 {
  padding-bottom: 110px;
}
/*内页标题*/
.glfe-page-title {
  position: relative;
  margin-bottom: 93px;
}
.glfe-page-title .glfe-title {
  display: inline-block;
}
.glfe-cate-box {
  position: relative;
  float: right;
  margin-top: 16px;
  width: 236px;
  height: 44px;
  font-size: 16px;
  color: #333;
}
.glfe-cate-box span {
  display: inline-block;
  width: 100%;
  line-height: 42px;
  cursor: pointer;
  padding-left: 28px;
  padding-right: 24px;
  border: solid 1px #333333;
  box-sizing: border-box;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.glfe-cate-box:hover span {
  color: #B81C22;
  border-color: #B81C22;
}
.glfe-cate-box .icon-sj {
  float: right;
  margin-top: 18px;
  margin-left: 0;
  border-top: 8px dashed;
  border-top: 8px solid\9;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  -webkit-transition: transform .4s;
  -o-transition: transform .4s;
  transition: transform .4s;
}
.glfe-cate-box:hover .icon-sj {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.glfe-cate-box .subbox {
  position: absolute;
  top: 44px;
  width: 100%;
  z-index: 99;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  /*background: rgba(0, 163, 186, .9);*/
  padding: 8px 0;
  overflow: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}
.glfe-cate-box:hover .subbox {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.glfe-cate-box .subbox li a {
  display: inline-block;
  padding: 0 28px;
  width: 100%;
  line-height: 35px;
  color: #666;
}
.glfe-cate-box .subbox li:hover a {
  color: #B81C22;
}
.glfe-list-page {
  text-align: center;
  font-size: 0;
}
.glfe-list-page li {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: #333;
  margin: 0 10px;
}
.glfe-list-page li a {
  color: #333;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.glfe-list-page li.thisclass, .glfe-list-page li.thisclass a, .glfe-list-page li a:hover {
  color: #B81C22;
}
.glfe-list-page .p-prev, .glfe-list-page .p-next {
  margin: 0 18px;
  width: 43px;
  height: 43px;
  font-size: 0;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.glfe-list-page .p-prev {
  background: #f4f4f4 url(../images/common/icon-p-prev-on.png) no-repeat center;
  background: #f4f4f4 url(../images/common/icon-p-prev.png) no-repeat center;
}
.glfe-list-page .p-prev:hover {
  background: #B81C22 url(../images/common/icon-p-prev-on.png) no-repeat center;
}
.glfe-list-page .p-next {
  background: #f4f4f4 url(../images/common/icon-p-next-on.png) no-repeat center;
  background: #f4f4f4 url(../images/common/icon-p-next.png) no-repeat center;
}
.glfe-list-page .p-next:hover {
  background: #B81C22 url(../images/common/icon-p-next-on.png) no-repeat center;
}
.glfe-list-page .p-home, .glfe-list-page .p-end {
  display: none;
}
/*详情通用*/
.glfe-page-bar {
  height: 64px;
  line-height: 64px;
  padding: 0 30px;
  background-color: #f4f4f4;
  text-align: center;
  font-size: 18px;
  color: #333;
}
.big-page-bar {
  padding: 0 60px;
}
.glfe-page-bar a {
  color: #333;
}
.glfe-page-bar a:hover {
  color: #B81C22;
}
.glfe-page-bar .p-prev {
  padding-left: 19px;
  background: url(../images/common/icon-page-prev.png) no-repeat left center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.glfe-page-bar .p-prev:hover {
  background: url(../images/common/icon-page-prev-on.png) no-repeat left center;
}
.glfe-page-bar .p-next {
  padding-right: 19px;
  background: url(../images/common/icon-page-next.png) no-repeat right center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.glfe-page-bar .p-next:hover {
  background: url(../images/common/icon-page-next-on.png) no-repeat right center;
}
/*团队详情*/
.doctor-detail-pic {
  width: 210px;

  overflow: hidden;
}
.doctor-detail-content {
  width: 977px;
  box-shadow: -1px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.doctor-detail-content .cont {
  padding: 48px 54px;
  position: relative;
}
.doctor-detail-content .cont .btn-zx {
  position: absolute;
  right: 54px;
  top: 48px;
  width: 110px;
  height: 46px;
  line-height: 46px;
  background-color: #B81C22;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
  font-size: 18px;
  color: #fff;
  text-align: center;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.doctor-detail-content .cont .btn-zx:hover {
  width: 120px;
}
.doctor-detail-content .cont h1 {
  font-size: 30px;
  color: #333;
  line-height: 1;
  margin-bottom: 33px;
}
.doctor-detail-content .cont .des-1 {
  padding-bottom: 9px;
}
.doctor-detail-content .cont .des h4 {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 11px;
  margin-top: 15px;
}
.doctor-detail-content .cont .des p {
  font-size: 16px;
  line-height: 1.75;
  color: #333333;
}
/*分享按钮*/
.bdshare-button-style0-32 {
  float: left;
  margin-top: -4px;
}
.bdshare-button-style0-32 a {
  margin: 0 2px !important;
}
.bd_weixin_popup {
  box-sizing: content-box !important;
}
.bds_weixin {
  background: url(../images/common/share-wx.png) no-repeat center !important;
}
.bds_tsina {
  background: url(../images/common/share-sina.png) no-repeat center !important;
}
/*单独栏详情*/
.single-detail {
  box-shadow: -1px 0px 20px 0px rgba(0, 0, 0, 0.15);
}
.single-detail .title-bar {
  position: relative;
  padding: 60px 82px 0;
}
.single-detail .title-bar .bdshare {
  position: absolute;
  right: 82px;
  bottom: 21px;
}
.single-detail .title-bar .bdshare span {
  margin-right: 5px;
  color: #333;
}
.single-detail .title-bar h1 {
  font-size: 26px;
  color: #333;
  line-height: 1.2;
  margin-bottom: 32px;
}
.single-detail .title-bar .date {
  font-size: 16px;
  color: #333;
  line-height: 1;
  padding-bottom: 25px;
  border-bottom: 1px solid #ddd;
}
.single-detail-content {
  padding: 60px 82px 80px;
  color: #333;
  font-size: 16px;
}
.single-detail-content img {
  width: auto !important;
  height: auto !important;
}
.single-detail-content p, .single-detail-content p span {
  font-family: "Microsoft YaHei", Arial, sans-serif !important;
}
/*案例详情*/
.case-detail-content {
  padding: 60px 200px 80px;
}
/*团队*/
.team-list {
  width: 1211px;
  padding-bottom: 51px;
}
.team-list li {
  float: left;
  width: 231px;
  margin-right: 11px;
  margin-bottom: 29px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.team-list li:hover {
  -webkit-box-shadow: 0 8px 29px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 29px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.team-list li .pic {
  width: 231px;
  height: 231px;
  overflow: hidden;
  line-height: 231px;
  font-size: 0;
}
.team-list li .cont {
  width: 100%;
  height: 125px;
  /*background-color: #f4f4f4;*/
  /*border: solid 1px #f0f0f0;*/
  border-top: none;
  padding: 21px 30px;
  text-align: left;
  box-sizing: border-box;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.team-list li .cont h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  font-size: 18px;
  margin-bottom: 8px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.team-list li .cont p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.team-list li:hover .cont {
  background: #B81C22;
  border-color: #B81C22;
}
.team-list li:hover .cont h4, .team-list li:hover .cont p {
  color: #fff;
}
/*新闻*/
.allnews-list {
  width: 1224px;
  padding-bottom: 30px;
}
.allnews-list li {
  float: left;
  width: 385px;
  height: 469px;
  margin-bottom: 50px;
  margin-right: 23px;
  overflow: hidden;
  background-color: #f4f4f4;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.allnews-list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 30px 0;
  box-sizing: border-box;
}
.allnews-list li:hover {
  background: #fff;
  -webkit-box-shadow: 0 8px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 29px rgba(0, 0, 0, 0.1);
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  -o-transform: scale(1.15);
  transform: scale(1.15);
}
.allnews-list li .pic {
  width: 325px;
  height: 216px;
  overflow: hidden;
}
.allnews-list li .pic img {
  width: 100%;
  height: 100%;
  max-height: 100%;
}
.allnews-list li h4 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.allnews-list li h4 b {
  font-weight: normal;
}
.allnews-list li p {
  margin-top: 19px;
  line-height: 18px;
  color: #666;
  height: 36px;
}
.allnews-list li .more-bar {
  line-height: 67px;
  border-top: 1px solid #ddd;
  margin-top: 20px;
  color: #333;
}
.allnews-list li .more-bar span {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
}
.allnews-list li .more-bar .icon-more {
  width: 10px;
  height: 18px;
  background: url(../images/common/icon-page-next.png) no-repeat center;
  background-size: contain;
  margin-top: 24px;
}
/*案例*/
.doctor-list {
  width: 1240px;
  padding-bottom: 40px;
}
.doctor-list li {
  float: left;
  margin-right: 40px;
  margin-bottom: 40px;
  width: 580px;
  height: 300px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.doctor-list li:hover {
  -webkit-box-shadow: 0 8px 29px rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 29px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.doctor-list li .pic {
  float: left;
  width: 230px;
  height: 300px;
  overflow: hidden;
  background: #F0F0F0;
  line-height: 300px;
  text-align: center;
  font-size: 0;
}
.doctor-list li .cont {
  overflow: hidden;
  border-left: none;
  height: 300px;
  padding: 35px 28px;
  box-sizing: border-box;
}
.doctor-list li .cont h4 {
  font-size: 22px;
  color: #333;
  line-height: 1;
  margin-bottom: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.doctor-list li .cont .des {
  position: relative;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.doctor-list li .cont .des-one:before {
  content: "";
  position: absolute;
  border-bottom: 1px solid #ddd;
  left: 0;
  bottom: -1px;
  width: 100%;
}
.doctor-list li .cont a {
  display: inline-block;
  width: 133px;
  height: 37px;
  line-height: 37px;
  color: #fff;
  background-color: #B81C22;
  border-radius: 19px;
  text-align: center;
  margin-top: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.doctor-list li .cont a:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.doctor-list li .cont .btn-more {
  background-color: #666666;
}
.doctor-list li .cont .btn-more:hover {
  background-color: #B81C22;
}
/*联系我们*/
.contact-left {
  width: 590px;
}
.contact-left .glfe-page-title {
  margin-left: -25px;
  margin-bottom: 20px;
  margin-top: -15px;
}
.map-search-title {
  height: 35px;
  /*background: #f5f5f5;*/
}
.map-search-result {
  margin-top: 50px;
  height: 604px;
  overflow: hidden;
  /*background: #f5f5f5;*/
}
.contact-map {
  width: 588px;
  height: 767px;
  background-color: #f5f5f5;
  overflow: hidden;
}
/*滑动条*/
.map-search-result .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .select-subbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #666666 !important;
  border-radius: 2px;
}
.select-subbox .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff !important;
}
.map-search-result .mCSB_scrollTools .mCSB_draggerRail, .select-subbox .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}
.map-search-result .mCSB_scrollTools .mCSB_draggerRail, .select-subbox .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f0f0f0;
  opacity: 1;
}
.select-subbox .mCSB_scrollTools .mCSB_draggerRail {
  opacity: .5;
}
.map-search-result .mCSB_inside > .mCSB_container {
  margin-right: 20px;
}
.map-search-result .mCSB_scrollTools {
  width: 4px;
  opacity: 1;
}
.map-search-title .item {
  width: 281px;
  position: relative;
  height: 35px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.map-search-title .item span {
  display: inline-block;
  padding-left: 28px;
  background: url(../images/common/icon-select-1.png) no-repeat 5px center;
}
.map-search-title .item:hover, .map-search-title .item.on {
  color: #B81C22;
}
.map-search-title .item .icon-down {
  float: right;
  width: 14px;
  height: 8px;
  background: url(../images/common/icon-select-2.png) no-repeat center;
  margin-top: 14px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.map-search-title .item.on .icon-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.map-search-title .item .subbox {
  position: absolute;
  left: 0;
  top: 35px;
  background: #B81C22;
  background: rgba(0, 163, 186, .95);
  z-index: 99;
  width: 100%;
  color: #fff;
  padding: 8px 0;
  height: 228px;
  overflow: hidden;
  cursor: default;
  display: none;
  box-sizing: border-box;
  opacity: 1 !important;
}
.map-search-title .item .subbox li {
  cursor: pointer;
  line-height: 20px;
  padding: 7.5px 0px 7.5px 28px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.map-search-title .item .subbox li:hover {
  -webkit-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}
.map-search-title .item .search-box {
  width: 241px;
  line-height: 30px;
  vertical-align: bottom;
  padding: 0 5px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
}
.map-search-title .item .search-box::-webkit-input-placeholder {
  color: #666;
}
.map-search-title .item .search-btn {
  float: right;
  width: 40px;
  line-height: 30px;
  background: url(../images/common/icon-search.png) no-repeat center;
  cursor: pointer;
}
.map-search-result .item ~ .item {
  margin-top: 40px;
}
.map-search-result .item {
  padding: 33px;
  cursor: pointer;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.map-search-result .item:hover {
  background: #f9f9f9;
}
.map-search-result .item.on {
  background: #f9f9f9;
}
.map-search-result .item .tit {
  font-size: 18px;
  color: #333;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
}
.map-search-result .item .tit .icon-drop {
  float: right;
  width: 12px;
  height: 7px;
  background: url(../images/common/map-sj.png) no-repeat center;
  margin-top: 5px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.map-search-result .item.on .tit .icon-drop {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.map-search-result .item .cont {
  /*height: 20px;*/
  transition: .5s;
  overflow: hidden;
}
.map-search-result .item.on .cont {
  /*height: auto;*/
}
.map-search-result .item ul li {
  line-height: 21px;
  padding-left: 26px;
  margin-top: 15px;
}
.map-search-result .item ul li.addr {
  margin-top: 0;
}
.map-search-result .item ul li.addr {
  background: url(../images/common/contact-1.png) no-repeat 2px 4px;
}
.map-search-result .item ul li.tel {
  background: url(../images/common/contact-2.png) no-repeat 1px center;
}
.map-search-result .item ul li.time {
  background: url(../images/common/contact-3.png) no-repeat left center;
}
.map-search-result .item ul li.luxian {
  background: url(../images/common/contact-4.png) no-repeat left 2px;
}
.map-search-result .item ul li ~ li {
  /*margin-top: 15px;*/
}
.map-search-result .item ul li p ~ p {
  margin-top: 10px;
}
.map-search-result .item ul .hide-box {
  display: none;
}
#map {
  width: 588px;
  height: 767px;
}
.BMap_shadow img {
  display: none !important;
}
.page-hide-box {
  display: none;
}
/*大图案例*/
.doctor-big-list {
  padding-bottom: 40px;
}
.doctor-big-list .item {
  background: #fcf9f5;
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.doctor-big-list .item .tit {
  padding-left: 70px;
  height: 55px;
  margin-bottom: 30px;
  background: url(../images/case/icon-ya.png) no-repeat 10px center;
}
.doctor-big-list .item .tit h4 {
  font-size: 16px;
  line-height: 1;
  color: #333;
  padding-top: 2px;
}
.doctor-big-list .item .tit p {
  font-size: 24px;
  line-height: 1;
  color: #B81C22;
  font-weight: bold;
  margin-top: 8px;
}
/*.doctor-big-list .item:first-child .tit {
  background: url(../images/case/icon-01.png) no-repeat left center;
}
.doctor-big-list .item:nth-child(2) .tit {
  background: url(../images/case/icon-02.png) no-repeat left center;
}
.doctor-big-list .item:nth-child(3) .tit {
  background: url(../images/case/icon-03.png) no-repeat left center;
}
.doctor-big-list .item:nth-child(4) .tit {
  background: url(../images/case/icon-04.png) no-repeat left center;
}
.doctor-big-list .item:nth-child(5) .tit {
  background: url(../images/case/icon-05.png) no-repeat left center;
}
.doctor-big-list .item:nth-child(6) .tit {
  background: url(../images/case/icon-06.png) no-repeat left center;
}
.doctor-big-list .item:nth-child(7) .tit {
  background: url(../images/case/icon-07.png) no-repeat left center;
}*/
.doctor-big-list .item .subitem {
  width: 403px;
  height: 480px;
  float: left;
  overflow: hidden;
  position: relative;
}
.doctor-big-list .item .subitem-3 {
  width: 328px;
}
.doctor-big-list .item .subitem ~ .subitem {
  margin-left: 33px;
}
.doctor-big-list .item .subitem .childitem {
  width: 328px;
  height: 213px;
  overflow: hidden;
}
.doctor-big-list .item .subitem .childitem:first-child {
  margin-bottom: 53px;
  height: 214px;
}
.doctor-big-list .item .subitem .cont {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  height: 200px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 24px;
  background: #B81C22;
  color: #fff;
}
.doctor-big-list .item .subitem .cont .en {
  height: 21px;
  background: url(../images/case/tit-en.png) no-repeat center;
}
.doctor-big-list .item .subitem .cont .p1 {
  font-size: 22px;
  color: #fff;
  line-height: 1;
  margin-bottom: 12px;
  margin-top: 29px;
}
.doctor-big-list .item .subitem .cont .p2 {
  font-size: 18px;
  color: #fff;
  line-height: 1;
}
.doctor-big-list .item .subitem .cont .more {
  display: inline-block;
  width: 156px;
  height: 32px;
  line-height: 32px;
  background-color: #ffffff;
  box-shadow: 0px 9px 15px 1px rgba(34, 24, 21, 0.25);
  margin-top: 16px;
  color: #B81C22;
  font-size: 18px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.doctor-big-list .item .subitem .cont .more:hover {
  width: 176px;
}
.doctor-big-list .item .zx {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  width: 170px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  color: #fff;
  background-color: #B81C22;
  box-shadow: 0px 9px 15px 1px rgba(34, 24, 21, 0.25);
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.doctor-big-list .item .zx:hover {
  width: 190px;
}
.doctor-big-list .item img {
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.doctor-big-list .item img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}