@charset "UTF-8";
@font-face {
  font-family: 'alibabaR';
  src: url("https://cdn.82233333.com/Alibaba-PuHuiTi-Regular.ttf")
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'alibabaR' !important; }

ul {
  list-style: none; }

a {
  text-decoration: none; }

.container {
  width: 1280px;
  margin: 0 auto; }
  .container.w1245 {
    width: 1245px; }
  .container.w1100 {
    width: 1100px; }

.w1100 {
  width: 1100px !important; }

#index .container {
  width: 1200px; }

.fl {
  float: left; }

.fr {
  float: right; }

.clearfix {
  zoom: 1; }
  .clearfix::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

.red {
  color: #f00; }

.black {
  color: #000; }

.white {
  color: #fff; }

.hover-color {
  color: #b92e32; }

.color-gray {
  color: #666464; }

.text-align-left {
  text-align: left; }

.text-align-center {
  text-align: center; }

.text-align-right {
  text-align: right; }

/* padding */
.pall20 {
  padding: 20px; }

.pall40 {
  padding: 40px 0; }

.ptb15 {
  padding: 15px 0; }

.ptb30 {
  padding: 30px 0; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pb15 {
  padding-bottom: 15px; }

.pb5 {
  padding-bottom: 5px; }

/* margin */
.mb10 {
  margin-bottom: 10px; }

/* icon */
.icon {
  background-repeat: no-repeat; }

.icon-time {
  background-image: url(../../images/index-icon.png);
  background-position: 25px 17px; }

.icon-doctor {
  background-image: url(../../images/index-icon.png);
  background-position: 25px -46px; }

.icon-keshi {
  background-image: url(../../images/index-icon.png);
  background-position: 25px -110px; }

.icon-doctor-time {
  background-image: url(../../images/index-icon.png);
  background-position: 25px -186px; }

.icon-recruit {
  background-image: url(../../images/index-icon.png);
  background-position: 25px -276px; }

.icon-query {
  background-image: url(../../images/index-icon.png);
  background-position: 25px -356px; }

.icon-location {
  background-image: url(../../images/location.png); }

.icon-telphone {
  background-image: url(../../images/telphone.png); }

.icon-zc {
  background-image: url(../../images/icon-doctor.png); }

.icon-zc-white {
  background-image: url(../../images/icon-doctor-white.png); }

#fix-header[data-fixed="fixed"] {
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  background-color: #fff;
  z-index: 666; }

#fixed-fill[data-fixed="fixed"] {
  height: 173px; }

/* index */
.index-header {
  background-color: #595656;
  color: #fff;
  padding: 10px 0;
  font-size: 14px; }

.index-nav-wrap {
  background-color: #877d70;
  padding: 15px 0; }
  .index-nav-wrap .logo-wrap {
    padding-left: 265px;
    background-image: url(../../images/logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 265px;
    height: 65px; }
  .index-nav-wrap .index-search .input-keyword {
    background-color: #fff;
    display: inline-block;
    width: 280px;
    height: 32px;
    vertical-align: middle;
    padding: 5px 10px;
    border: none;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; }
  .index-nav-wrap .index-search .search-btn {
    display: inline-block;
    width: 40px;
    height: 32px;
    padding-right: 5px;
    background: #823235 url(../../images/search.png) no-repeat center;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer; }
  .index-nav-wrap .index-nav {
    width: 100%;
    text-align: center;
    margin-top: 5px; }
    .index-nav-wrap .index-nav li {
      display: inline-block;
      position: relative; }
      .index-nav-wrap .index-nav li a {
        color: #f8f9f9;
        display: block;
        padding: 10px; }
        .index-nav-wrap .index-nav li a:hover {
          color: #b92e32; }
      .index-nav-wrap .index-nav li:hover > a {
        color: #c7c7c7; }

.index-nav li:hover .nav-one {
  display: block;
  right: -12px; }
  .index-nav li:hover .nav-one a {
    background-color: #fff;
    color: #000;
    font-size: 14px; }
  .index-nav li:hover .nav-one a:hover {
    color: #b92e32; }

.index-banner-wrap {
  position: relative; }
  .index-banner-wrap .index-banner {
    height: 620px;
    max-height: 620px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: none; }
    .index-banner-wrap .index-banner a {
      display: block;
      width: 100%;
      height: 100%; }
    .index-banner-wrap .index-banner:nth-child(1) {
      display: block; }
  .index-banner-wrap .container {
    position: absolute;
    top: 35%;
    left: 50%;
    margin-left: -600px; }
    .index-banner-wrap .container a {
      width: 30px;
      height: 50px;
      position: absolute;
      top: 35%;
      background: url(../../images/slider-btn.png) #000 no-repeat;
      display: none;
      opacity: 0.5; }
      .index-banner-wrap .container a.prev {
        left: 0;
        background-position: 0 0px; }
      .index-banner-wrap .container a.next {
        right: 0;
        background-position: -50px 0; }
  .index-banner-wrap .banner-nav {
    width: 1050px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -525px;
    bottom: 40px; }
    .index-banner-wrap .banner-nav li {
      float: left;
      background-color: rgba(255, 255, 255, 0.8);
      border-right: 1px solid #c3c4bc; }
      .index-banner-wrap .banner-nav li:first-child {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px; }
      .index-banner-wrap .banner-nav li:last-child {
        border-right: none;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px; }
      .index-banner-wrap .banner-nav li a {
        display: block;
        padding: 20px 35px 20px 75px;
        color: #b92e32; }
      .index-banner-wrap .banner-nav li:hover {
        background-color: white; }
  .index-banner-wrap .banner-tabs {
    width: 1050px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    margin-left: -525px;
    bottom: 0;
    text-align: center; }
    .index-banner-wrap .banner-tabs li {
      border: 1px solid #ddd;
      border-radius: 50%;
      width: 16px;
      height: 16px;
      margin: 10px;
      display: inline-block;
      cursor: pointer; }
      .index-banner-wrap .banner-tabs li.active, .index-banner-wrap .banner-tabs li:hover {
        background-color: #b92e32;
        border-color: #b92e32; }

/* index-news */
#index-news-wrap .container {
  line-height: 2; }

h2.index-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 31px;
  font-weight: 400; }
  h2.index-title span {
    vertical-align: middle;
    width: 55px;
    height: 1px;
    background: url(../../images/tit-line.png) center no-repeat;
    display: inline-block; }

#index-news-wrap .index-hot-news,
#index-news-wrap .index-news-list {
  height: 370px; }

#index-news-wrap .index-hot-news {
  position: relative;
  width: 565px; }
  #index-news-wrap .index-hot-news a {
    color: #000;
    line-height: 2;
    display: block;
    max-height: 510px; }
    #index-news-wrap .index-hot-news a img {
      width: 100%;
      height: 365px; }
    #index-news-wrap .index-hot-news a p {
      margin-top: 10px; }
    #index-news-wrap .index-hot-news a:hover {
      color: #b92e32; }

#index-news-wrap .index-news-list {
  width: 575px;
  margin-left: 20px; }
  #index-news-wrap .index-news-list li a {
    color: #555151;
    display: block;
    border-bottom: 1px dashed #e2e2e2;
    padding: 6.5px 0 6.5px; }
    #index-news-wrap .index-news-list li a .time {
      color: #8e8889; }
    #index-news-wrap .index-news-list li a:hover {
      color: #b92e32; }
      #index-news-wrap .index-news-list li a:hover .time {
        color: inherit; }

#index-news-wrap .index-news-more {
  color: #4d4b4c;
  display: inline-block;
  font-size: 20.5px;
  font-weight: bold; }
  #index-news-wrap .index-news-more:hover {
    color: #b92e32; }

#index-video {
  margin-top: 50px; }

/* yqks */
#yqks {
  background: url(../../images/bg-ks.jpg) no-repeat center;
  background-size: cover;
  height: 530px; }
  #yqks h2 {
    width: 175px;
    height: 100px;
    font-weight: 400;
    background: url(../../images/tit-ks.png) no-repeat center;
    background-size: 175px;
    color: #faf6f6;
    margin: 0 auto;
    font-size: 22px;
    line-height: 50px;
    margin-bottom: 20px; }
  #yqks .index-ks-wrap {
    width: 960px;
    margin: 0 auto; }
    #yqks .index-ks-wrap .index-ks-l {
      width: 120px;
      background-color: rgba(58, 50, 54, 0.7); }
      #yqks .index-ks-wrap .index-ks-l a {
        display: block;
        color: #fff;
        padding: 101px 0; }
        #yqks .index-ks-wrap .index-ks-l a strong {
          font-size: 33px;
          display: block; }
        #yqks .index-ks-wrap .index-ks-l a span {
          font-size: 23px;
          display: inline-block;
          border-bottom: 6px solid #fff;
          padding-bottom: 40px; }
    #yqks .index-ks-wrap .index-ks-r {
      width: calc(100% - 120px);
      background-color: rgba(105, 89, 97, 0.7);
      padding: 25px 70px 10px 70px; }
      #yqks .index-ks-wrap .index-ks-r .index-ks-lists {
        text-align: left;
        width: 25%;
        list-style-type: disc;
        color: #fff;
        float: left;
        border-right: 1px solid #bdb2b3;
        padding: 0 35px;
        line-height: 2;
        height: 160px;
        max-height: 160px; }
        #yqks .index-ks-wrap .index-ks-r .index-ks-lists.end {
          border-right: none; }
        #yqks .index-ks-wrap .index-ks-r .index-ks-lists li a {
          color: #fff;
          font-size: 14px; }
          #yqks .index-ks-wrap .index-ks-r .index-ks-lists li a:hover {
            color: #ddd; }
      #yqks .index-ks-wrap .index-ks-r .ks-info-wrap {
        line-height: 2; }
        #yqks .index-ks-wrap .index-ks-r .ks-info-wrap .ks-infos {
          padding-left: 74px;
          padding-bottom: 10px;
          background-size: 64px;
          background-repeat: no-repeat;
          background-position: left center;
          color: #fff; }
          #yqks .index-ks-wrap .index-ks-r .ks-info-wrap .ks-infos:first-child {
            margin-right: 90px; }
          #yqks .index-ks-wrap .index-ks-r .ks-info-wrap .ks-infos:hover {
            color: #ddd; }
            #yqks .index-ks-wrap .index-ks-r .ks-info-wrap .ks-infos:hover.icon-location {
              background-image: url(../../images/location-hover.png); }
            #yqks .index-ks-wrap .index-ks-r .ks-info-wrap .ks-infos:hover.icon-telphone {
              background-image: url(../../images/telphone-hover.png); }
  #yqks .more {
    border-radius: 20px;
    display: inline-block;
    padding: 5px 30px;
    color: #000;
    border: 1px solid #fff;
    margin: 10px auto; }
    #yqks .more:hover {
      color: #fff;
      background-color: #b92e32;
      border-color: #b92e32; }

/* index-guide */
#index-guide {
  width: 1165px;
  margin: 0 auto; }
  #index-guide .guide-wrap li {
    float: left;
    width: 180px;
    height: 180px;
    line-height: 180px;
    border: 2px solid #b92e32;
    border-radius: 50%;
    margin: 35px 25px; }
    #index-guide .guide-wrap li a {
      font-size: 27px;
      color: #b92e32;
      display: block; }
      #index-guide .guide-wrap li a span {
        border-bottom: 1px solid #b92e32;
        padding-bottom: 5px; }
    #index-guide .guide-wrap li:hover {
      background-color: #b92e32; }
      #index-guide .guide-wrap li:hover a {
        color: #fff;
        display: block; }
        #index-guide .guide-wrap li:hover a span {
          border-bottom: 1px solid #fff; }
  .more {
    color: #2a2929;
    border: 1px solid #2a2929;
    padding: 5px 40px;
    border-radius: 20px;
    display: inline-block; }
    .more:hover {
      color: #fff;
      background-color: #b92e32;
      border-color: #b92e32; }

/* index-doc-intros */
#index-doc-intros {
  background-color: #f5f6f8;
  padding: 20px 50px; }
  #index-doc-intros .index-doc-wrap {
    width: 1325px;
    margin: 0 auto; }
    #index-doc-intros .index-doc-wrap .index-doc-search {
      width: 190px;
      background-color: #b92e32;
      padding: 37px 5px; }
      #index-doc-intros .index-doc-wrap .index-doc-search h3 {
        color: #faf8f8; }
      #index-doc-intros .index-doc-wrap .index-doc-search input,
      #index-doc-intros .index-doc-wrap .index-doc-search select {
        width: 100%;
        margin-top: 15px;
        height: 35px; }
    #index-doc-intros .index-doc-wrap .idnex-doc-lists {
      width: 1120px; }

#index-submit {
  padding: 7px 20px;
  margin-top: 20px;
  width: 100%;
  cursor: pointer;
  color: #ff9600;
  background-color: #fff;
  border: none;
  font-size: 17px;
  letter-spacing: 5px; }

/* index-health-question */
#index-health-wrap {
  padding-top: 20px;
  padding-bottom: 50px; }
  #index-health-wrap ul li {
    margin-bottom: 30px;
    background: #f5f6f8;
    padding-right: 50px;
    transition: all .5s; }
    #index-health-wrap ul li span {
      font-size: 20px;
      font-family: Arial;
      font-weight: bold;
      line-height: 26px;
      position: absolute;
      left: 24px;
      top: 0;
      text-align: center; }
    #index-health-wrap ul li .q {
      font-size: 16px;
      line-height: 26px;
      color: #474747;
      position: relative;
      padding: 17px 50px 17px 60px;
      cursor: pointer; }
      #index-health-wrap ul li .q span {
        top: 17px; }
    #index-health-wrap ul li .a {
      font-size: 12px;
      line-height: 20px;
      position: relative;
      padding-left: 60px;
      padding-bottom: 32px;
      display: none; }
      #index-health-wrap ul li .a .more {
        font-family: Arial;
        font-size: 12px;
        color: #FFF;
        text-transform: uppercase;
        position: absolute;
        right: 5px;
        bottom: 20px;
        border: none; }
    #index-health-wrap ul li.active {
      color: #FFF;
      background: #b92e32; }
      #index-health-wrap ul li.active .q,
      #index-health-wrap ul li.active .a {
        color: inherit; }

/* index-superslide */
.picScroll-left {
  overflow: hidden;
  position: relative; }
  .picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px; }
    .picScroll-left .hd .prev,
    .picScroll-left .hd .next {
      display: block;
      width: 17px;
      height: 17px;
      float: right;
      margin-right: 5px;
      margin-top: 10px;
      overflow: hidden;
      cursor: pointer;
      background: url("../../images/index-xz.png") 0 0 no-repeat; }
    .picScroll-left .hd .next {
      background-position: -37px 0; }

.picScroll-left .bd ul {
  overflow: hidden;
  zoom: 1; }
  .picScroll-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 262px;
    margin-left: 10px; }
    .picScroll-left .bd ul li a dl {
      border: 1px solid #b1afb2;
      padding: 5px;
      background-color: #fff; }
      .picScroll-left .bd ul li a dl dt {
        padding-bottom: 7px; }
        .picScroll-left .bd ul li a dl dt img {
          width: 100%;
          height: 203px;
          max-height: 203px; }
      .picScroll-left .bd ul li a dl dd {
        color: #666464;
        line-height: 1.5;
        background-color: #efefef; }
        .picScroll-left .bd ul li a dl dd .index-doc-name {
          color: #b92e32;
          font-size: 20px; }
        .picScroll-left .bd ul li a dl dd.index-doc-ks {
          font-size: 16px;
          line-height: 2; }
        .picScroll-left .bd ul li a dl dd .index-doc-zc {
          font-size: 15px;
          padding-left: 22px; }
        .picScroll-left .bd ul li a dl dd.index-doc-sc {
          height: 72px; }
    .picScroll-left .bd ul li:hover .index-doc-sc,
    .picScroll-left .bd ul li:hover .index-doc-zc,
    .picScroll-left .bd ul li:hover .index-doc-ks,
    .picScroll-left .bd ul li:hover .index-doc-ks strong {
      color: #b92e32; }

/* helth-science */
#helth-science .health-nav li {
  padding: 16px 40px;
  color: #fdfafa;
  background-color: #b92e32;
  border: 1px solid #b92e32;
  cursor: pointer;
  margin-bottom: 7px;
  font-size: 23.85px; }
  #helth-science .health-nav li.active, #helth-science .health-nav li:hover {
    background-color: #fff;
    color: #ff9600; }
    #helth-science .health-nav li.active span, #helth-science .health-nav li:hover span {
      border-bottom: 1px solid #ff9600; }

#helth-science .health-content-wrap {
  width: calc(100% - 180px);
  position: relative; }
  #helth-science .health-content-wrap .health-con {
    display: none; }
    #helth-science .health-content-wrap .health-con:first-child {
      display: block; }
    #helth-science .health-content-wrap .health-con li {
      width: 28%;
      max-width: 400px;
      border: 1px solid #b6b4b5;
      background-color: #f4f4f3;
      margin-left: 50px;
      float: left;
      margin-bottom: 25px;
      max-height: 215px; }
      #helth-science .health-content-wrap .health-con li a {
        display: block;
        color: #000;
        padding: 40px 20px 10px;
        font-size: 20.5px; }
        #helth-science .health-content-wrap .health-con li a .health-tit {
          font-size: 19px; }
        #helth-science .health-content-wrap .health-con li a .health-desc {
          margin-top: 15px;
          line-height: 1.5;
          margin-bottom: 30px;
          max-height: 60px;
          font-size: 16px;
          overflow: hidden; }
        #helth-science .health-content-wrap .health-con li a .health-ck {
          color: #353434;
          font-size: 18px;
          display: inline-block;
          padding: 2.5px 30px;
          border: 1px solid #888585; }
        #helth-science .health-content-wrap .health-con li a:hover .health-tit,
        #helth-science .health-content-wrap .health-con li a:hover .health-desc {
          color: #b92e32; }
        #helth-science .health-content-wrap .health-con li a:hover .health-ck {
          background-color: #b92e32;
          color: #fff; }

/* index-links */
#index-links {
  border-top: 1px solid #dad9d6;
  border-bottom: 1px solid #dad9d6;
  color: #6f6d6d;
  font-size: 20.5px;
  padding: 20px 0;
  margin-bottom: 5px; }
  #index-links a {
    color: #6f6d6d;
    font-size: 20.5px;
    margin: 0 20px;
    display: inline-block; }
    #index-links a:hover {
      color: #b92e32; }

#index-footer {
  background-color: #827e7e;
  padding-bottom: 40px; }
  #index #index-footer {
    background: url(../../images/index-footer-logo.jpg) no-repeat center;
    background-size: cover; }
  #index-footer .index-footer-logo {
    vertical-align: middle;
    display: inline-block;
    padding-right: 45px;
    height: 90px; }
  #index-footer .index-footer-infos {
    background: url(../../images/footer-line.png) no-repeat left center;
    padding-left: 75px;
    line-height: 2;
    color: #fdf8f8;
    font-size: 17px;
    display: inline-block;
    vertical-align: middle;
    margin-top: 60px; }
    #index-footer .index-footer-infos li.footer-qrcode {
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      margin-top: 10px;
      margin-right: 10px; }
    #index-footer .index-footer-infos li:first-child {
      margin-top: 25px; }
    #index-footer .index-footer-infos li img {
      max-height: 120px; }

/* common-header */
header.common {
  border-bottom: 1px solid #e1e1e1; }

.logo {
  padding-left: 328px;
  background-image: url(../../images/logo.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 328px;
  height: 65px; }

.logo-info {
  background: url(../../images/header-line.png) no-repeat left center;
  margin-left: 25px;
  padding-left: 25px;
  vertical-align: middle;
  height: 75px; }
  .logo-info span {
    display: block;
    font-size: 21px;
    line-height: 1.2; }
  .logo-info small {
    font-size: 13px; }

.header-tel {
  margin-bottom: 10px; }

.index-header .header-tel {
  margin-bottom: 0; }

.header-search-form {
  border: 1px solid #b92e32;
  border-radius: 5px;
  height: 46px;
  overflow: hidden; }
  .header-search-form input[name="keyword"] {
    border: none;
    height: 100%;
    width: 250px;
    text-indent: 20px; }
  .header-search-form input[name="submit"] {
    color: #fef8f8;
    background: url(../../images/search.png) no-repeat 10px center;
    background-color: #b92e32;
    height: 100%;
    border: none;
    padding: 10px 10px 10px 40px;
    cursor: pointer; }

/* common-nav */
#common-nav {
  border-bottom: 1px solid #e1e1e1; }
  #common-nav > ul {
    color: #7b383b; }
    #common-nav > ul > li {
      position: relative;
      display: inline-block; }
      #common-nav > ul > li::before {
        content: " ";
        color: #7b383b;
        border: 2.5px solid #7b383b;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle; }
      #common-nav > ul > li::after {
        content: " ";
        width: 60px;
        height: 7px;
        background: #7b383b; }
      #common-nav > ul > li:first-child::before {
        border: none; }
      #common-nav > ul > li > a {
        display: inline-block;
        padding: 20px;
        color: #7b383b;
        font-size: 17px;
        border-bottom: 7px solid #fff; }
      #common-nav > ul > li.active > a, #common-nav > ul > li:hover > a {
        border-bottom: 7px solid #b92e32;
        color: #b92e32; }
      #common-nav > ul > li.active .nav-one, #common-nav > ul > li:hover .nav-one {
        display: block; }

.nav-one {
  display: none;
  position: absolute;
  z-index: 999;
  background: #fff;
  width: 108px;
  text-align: center;
  right: 0;
  border-radius: 5px;
  overflow: hidden; }
  .nav-one li a {
    display: block;
    color: #7b383b;
    padding: 5px; }
  .nav-one li:hover a {
    color: #fff;
    background-color: #b92e32; }

#common-nav ul > li.type21 .nav-one, #common-nav ul > li.type39 .nav-one,
.logo-wrap ul > li.type21 .nav-one,
.logo-wrap ul > li.type39 .nav-one {
  width: 270px; }
  #common-nav ul > li.type21 .nav-one li, #common-nav ul > li.type39 .nav-one li,
  .logo-wrap ul > li.type21 .nav-one li,
  .logo-wrap ul > li.type39 .nav-one li {
    float: left;
    width: 50%; }

/* single-article */
.single-banner {
  background: url(../../images/single-banner.jpg) no-repeat center;
  background-size: cover;
  height: 289px; }
  .single-banner h1 {
    padding-top: 120px;
    margin-bottom: 50px;
    font-size: 43px;
    font-weight: 400; }
  .single-banner p,
  .single-banner a {
    color: #6d6a6b;
    font-size: 15px; }
  .single-banner a:hover {
    color: #b92e32; }

.single-article-nav-wrap {
  background-color: #f2f2f2;
  padding-top: 10px;
  padding-bottom: 20px; }
  .single-article-nav-wrap .single-article-nav {
    width: 1245px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px; }
    .single-article-nav-wrap .single-article-nav li {
      display: inline-block;
      color: #000; }
      .single-article-nav-wrap .single-article-nav li::after {
        content: " ";
        height: 21px;
        display: inline-block;
        vertical-align: middle;
        border-right: 1px solid #b5b0b0;
        margin: 0 25px; }
      .single-article-nav-wrap .single-article-nav li:last-child::after {
        border: none; }
      .single-article-nav-wrap .single-article-nav li a {
        font-size: 14px;
        display: inline-block;
        color: #000;
        border-bottom: 7px solid #fff;
        padding: 15px 0 10px 0; }
      .single-article-nav-wrap .single-article-nav li.active a, .single-article-nav-wrap .single-article-nav li:hover a {
        color: #b92e32;
        border-bottom: 7px solid #b92e32; }

.single-article-content {
  line-height: 3;
  text-indent: 40px;
  font-size: 22px;
  color: #101010;
  padding: 20px 0; }

.yrym-switch {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #e1e0e0;
  display: inline-block;
  margin: 35px 0;
  cursor: pointer;
  font-size: 0; }
  .yrym-switch li {
    display: inline-block;
    padding: 10px 55px;
    font-size: 15px; }
    .yrym-switch li.active, .yrym-switch li:hover {
      background-color: #b92e32;
      color: #fff; }

/* list-img */
.list-img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 35px; }
  .list-img:after {
    content: '';
    width: 30%; }
  .list-img li {
    width: 30%;
    height: 275px;
    margin-bottom: 35px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .list-img li a,
    .list-img li .list-img-infos-wrap {
      display: block;
      color: #fff;
      width: 100%;
      height: 100%; }
      .list-img li a .list-img-info-wrap,
      .list-img li .list-img-infos-wrap .list-img-info-wrap {
        text-align: center;
        position: absolute;
        bottom: 10px;
        left: 20px;
        font-size: 18px;
        text-align: left;
        max-width: 270px;
        width: 270px;
        overflow: hidden; }
    .list-img li .list-img-infos-wrap {
      display: none; }
    .list-img li:hover a,
    .list-img li:hover .list-img-infos-wrap {
      background-color: rgba(185, 46, 50, 0.5); }
    .list-img li:hover .list-img-infos-wrap {
      display: block; }
      .list-img li:hover .list-img-infos-wrap .list-img-info-wrap {
        display: block; }
    .list-img li:hover .list-img-info-wrap {
      bottom: 90px;
      left: calc((100% - 270px)/2);
      text-align: center; }
      .list-img li:hover .list-img-info-wrap::before {
        content: " + ";
        border: 1px solid #fff;
        font-weight: bold;
        border-radius: 50%;
        width: 38px;
        height: 38px;
        display: block;
        font-size: 27px;
        margin: 10px auto; }
  .list-img.list-imgs li {
    background-size: contain; }

/* news-center */
#news-lists-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#news-yyxw,
#news-tpxw,
#news-yytz,
#news-mtjj,
#news-yndt,
#news-ywgk,
#news-dzyb {
  padding-bottom: 40px; }

#news-yytz,
#news-mtjj,
#news-yndt,
#news-ywgk {
  width: 46%; }

.news-tit {
  border-bottom: 1px solid #a4a0a0; }
  .news-tit h2 {
    color: #b92e32;
    font-size: 25px;
    display: inline-block;
    border-bottom: 3px solid #b92e32;
    padding: 16px 20px 16px 0;
    margin-bottom: -2px;
    font-weight: 400; }

#news-yyxw .news-yyxw-l,
#news-yyxw .news-yyxw-r {
  padding-top: 30px; }

#news-yyxw .news-yyxw-l .slideBox .bd img {
  width: 670px;
  height: 370px; }

#news-yyxw .news-yyxw-r {
  margin-left: 30px;
  width: calc(100% - 700px); }
  #news-yyxw .news-yyxw-r li {
    border-bottom: 1px dashed #a19e9e; }
    #news-yyxw .news-yyxw-r li a {
      color: #444343;
      display: block;
      padding-top: 8px;
      padding-bottom: 8px; }
      #news-yyxw .news-yyxw-r li a .yyxw-time {
        border: 1px solid #454343;
        padding: 7px;
        font-size: 21px;
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        margin-right: 20px;
        line-height: 1; }
        #news-yyxw .news-yyxw-r li a .yyxw-time .yyxw-date {
          color: #444343; }
        #news-yyxw .news-yyxw-r li a .yyxw-time .yyxw-month {
          color: #767474; }
    #news-yyxw .news-yyxw-r li:hover a {
      color: #b92e32; }
      #news-yyxw .news-yyxw-r li:hover a .yyxw-time {
        border-color: #b92e32; }
      #news-yyxw .news-yyxw-r li:hover a .yyxw-date,
      #news-yyxw .news-yyxw-r li:hover a .yyxw-month {
        color: #b92e32; }

.news-more {
  border: 1px solid #b92e32;
  color: #b92e32;
  padding: 3px 17px;
  float: right;
  border-radius: 5px;
  margin-top: 16px; }
  .news-more:hover {
    color: #fff;
    background-color: #b92e32; }

.slideBox {
  width: 670px;
  height: 420px;
  overflow: hidden;
  position: relative; }
  .slideBox .hd {
    height: 15px;
    position: absolute;
    right: 5px;
    bottom: 60px;
    z-index: 1; }
    .slideBox .hd ul {
      zoom: 1;
      float: left; }
      .slideBox .hd ul li {
        float: left;
        margin-right: 2px;
        height: 15px;
        line-height: 14px;
        padding: 0 7px;
        text-align: center;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        cursor: pointer;
        position: relative; }
        .slideBox .hd ul li.on, .slideBox .hd ul li:hover {
          background: #b10000; }
          .slideBox .hd ul li.on::before, .slideBox .hd ul li:hover::before {
            content: " ";
            width: 0;
            height: 0;
            border-top: 6px solid transparent;
            border-right: 6px solid transparent;
            border-bottom: 6px solid #b10000;
            border-left: 6px solid transparent;
            position: absolute;
            top: -12px;
            left: 6px; }
  .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0; }
    .slideBox .bd li {
      zoom: 1;
      vertical-align: middle; }
      .slideBox .bd li a {
        position: relative; }
        .slideBox .bd li a p {
          width: 668px;
          max-width: 668px;
          height: 40px;
          line-height: 40px;
          background-color: rgba(0, 0, 0, 0.8);
          color: #f9f8f8;
          position: absolute;
          bottom: 0;
          left: 0;
          text-indent: 20px; }
    .slideBox .bd img {
      width: 100%;
      height: 100%;
      display: block; }

/* 图片新闻 */
.news-tpxw {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 15px; }
  .news-tpxw li {
    width: 24%; }
    .news-tpxw li a {
      color: #000;
      display: block;
      text-align: center; }
      .news-tpxw li a:hover {
        color: #b92e32; }
      .news-tpxw li a img {
        width: 300px;
        height: 200px; }

.news-list li {
  border-bottom: 1px dashed #a19e9e; }
  .news-list li a {
    display: block;
    padding: 25px 0;
    color: #444343; }
    .news-list li a:hover {
      color: #b92e32; }

.news-dzyb-img {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  flex-wrap: wrap; }
  .news-dzyb-img li {
    width: 13%; }
    .news-dzyb-img li a {
      display: block;
      font-size: 0; }
      .news-dzyb-img li a img {
        width: 100%;
        height: 230px;
        max-height: 230px; }
      .news-dzyb-img li a p {
        padding: 10px 0;
        color: #fbf8f8;
        background-color: #c64e51;
        font-size: 18px; }
    .news-dzyb-img li:hover p {
      background-color: #eb3034; }

.list-article {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list-article li {
    width: 48%;
    border: 1px solid #b6b4b5;
    background-color: #fff;
    box-shadow: 0 0 10px #d4d2d3;
    margin: 35px 0; }
    .list-article li a {
      display: block;
      color: #000;
      padding: 40px 35px 10px 35px;
      font-size: 20.5px; }
      .list-article li a .health-desc {
        margin-top: 15px;
        line-height: 2;
        margin-bottom: 30px;
        max-height: 85px;
        overflow: hidden; }
      .list-article li a .health-ck {
        color: #353434;
        font-size: 18px;
        display: inline-block;
        padding: 2.5px 30px;
        border: 1px solid #888585; }
      .list-article li a:hover .health-tit,
      .list-article li a:hover .health-desc {
        color: #b92e32; }
      .list-article li a:hover .health-ck {
        background-color: #b92e32;
        color: #fff; }

.page {
  padding: 10px 0; }
  .page li {
    display: inline-block; }

.border-top-line {
  border-top: 1px solid #b2b1b1; }

.yygh-order {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .yygh-order::after {
    content: "";
    width: 30%; }
  .yygh-order li {
    width: 30%;
    margin: 35px 0; }
    .yygh-order li dt {
      border: 2px solid #b92e32;
      border-radius: 5px;
      text-align: center;
      padding: 10px 0 15px 0;
      position: relative; }
      .yygh-order li dt::after {
        content: "";
        display: inline-block;
        margin-bottom: -28px;
        border: 8px solid #b92e32;
        border-radius: 50%; }
      .yygh-order li dt span,
      .yygh-order li dt h2 {
        font-size: 18px;
        text-align: center; }
      .yygh-order li dt span {
        color: #ada6a6;
        display: inline-block;
        font-weight: bold; }
      .yygh-order li dt h2 {
        color: #b92e32; }
    .yygh-order li dd.line {
      display: block;
      width: 2px;
      height: 52px;
      border-right: 2px solid #b4b2b2;
      margin: 0 auto; }
    .yygh-order li dd.yygh-info-wrap {
      border: 1px solid #b2b1b1; }
      .yygh-order li dd.yygh-info-wrap .yygh-setp-info {
        padding: 15px;
        font-size: 14px; }
      .yygh-order li dd.yygh-info-wrap img {
        padding: 28px 0;
        display: block;
        margin: 0 auto; }

/* 医院指南 */
.list-zn-wrap {
  background-color: #f2f2f2; }

.list-zn {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .list-zn::after {
    content: "";
    width: 30%; }
  .list-zn li {
    width: 30%;
    display: inline-block;
    margin: 35px 0; }
    .list-zn li a {
      display: block;
      color: #b24000;
      padding: 38px;
      background-color: #fff; }
      .list-zn li a .icon-zn {
        background: url(../../images/icon-zn.jpg) no-repeat right center;
        display: inline-block;
        width: 29px;
        height: 21px;
        vertical-align: middle; }
    .list-zn li:hover a {
      background-color: #b24000;
      color: #fff;
      box-shadow: 0 0 10px #616161; }
      .list-zn li:hover a .icon-zn {
        background-image: url(../../images/icon-zn-hover.jpg); }

#allmap {
  width: 100%;
  height: 650px; }

.article-content-wrap h1 {
  color: #817d7b;
  font-size: 35px;
  line-height: 1.5;
  padding-bottom: 20px; }

.article-content-wrap .article-time {
  color: #c2bfbd; }

.article-content {
  font-size: 19px;
  color: #4c4b4b;
  margin-top: 15px; }

/* list-doctor */
.list_doctor dl {
  margin: 35px 0; }
  .list_doctor dl dt {
    width: 300px;
    padding: 8px 0;
    font-size: 18px;
    background-color: #b92e32;
    color: #f9feff;
    text-align: center;
    margin-right: 90px;
    float: left; }
  .list_doctor dl dd {
    float: left; }
    .list_doctor dl dd a {
      font-size: 15px;
      display: inline-block;
      padding: 5px 20px;
      border-bottom: 1px dashed #fff;
      color: #2d2e2e; }
      .list_doctor dl dd a:hover {
        border-bottom: 1px dashed #b92e32;
        color: #b92e32; }

/* article-doctor */
.article-doctor-info-wrap,
.jktj-wrap {
  color: #f8f9f9;
  background: url(../../images/doctor_bg.png) no-repeat center;
  background-size: cover; }
  .article-doctor-info-wrap .article-doctor-info,
  .jktj-wrap .article-doctor-info {
    display: flex;
    justify-content: center;
    padding: 50px 0; }
    .article-doctor-info-wrap .article-doctor-info img,
    .jktj-wrap .article-doctor-info img {
      margin-right: 70px;
      max-height: 176px; }
    .article-doctor-info-wrap .article-doctor-info .article-doctor-desc,
    .jktj-wrap .article-doctor-info .article-doctor-desc {
      line-height: 1.8;
      width: 535px; }
    .article-doctor-info-wrap .article-doctor-info .article-name,
    .jktj-wrap .article-doctor-info .article-name {
      font-size: 29px; }
    .article-doctor-info-wrap .article-doctor-info .article-doctor-zc,
    .jktj-wrap .article-doctor-info .article-doctor-zc {
      font-size: 16px;
      padding-left: 25px;
      margin-left: 15px; }
    .article-doctor-info-wrap .article-doctor-info .article-xxks,
    .jktj-wrap .article-doctor-info .article-xxks {
      display: inline-block;
      color: #b92e32;
      background-color: #fff;
      border-radius: 5px;
      padding: 5px; }

.jktj-wrap {
  height: 280px;
  display: flex;
  align-items: center;
  text-align: center; }
  .jktj-wrap h2 {
    font-size: 42px;
    font-weight: 400;
    border-bottom: 8px solid #fff;
    display: inline-block;
    line-height: 1.5; }

.article-tit {
  font-size: 21px;
  color: #b92e32;
  text-align: center;
  padding-top: 20px; }
  .article-tit::after {
    content: "";
    width: 34px;
    border: 5px solid #b92e32;
    display: block;
    margin: 10px auto 20px; }

.ysjs-con {
  padding: 0 65px;
  line-height: 2; }

.pbms {
  padding: 0 40px;
  line-height: 2; }
  .pbms table {
    border-collapse: collapse;
    text-align: center; }
    .pbms table td {
      width: 12.5%; }

.pbms-info li {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px; }
  .pbms-info li:nth-child(1)::before, .pbms-info li:nth-child(2)::before, .pbms-info li:nth-child(3)::before, .pbms-info li:nth-child(4)::before {
    content: "";
    display: inline-block;
    border: 4px solid #ea5a4f;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px; }
  .pbms-info li:nth-child(2)::before {
    border-color: #4ca1ec; }
  .pbms-info li:nth-child(3)::before {
    border-color: #63b98c; }
  .pbms-info li:nth-child(4)::before {
    border-color: #9e9e9e; }

.other-doctors {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 40px; }
  .other-doctors li {
    width: 16.6666666667%; }
    .other-doctors li a {
      color: #9c9a9a;
      display: block; }
      .other-doctors li a img {
        display: block;
        width: 175px;
        margin: 0 auto;
        margin-bottom: 20px; }
      .other-doctors li a .other-name {
        color: #000; }
    .other-doctors li:hover a {
      color: #000; }

#ksdh-nav ul {
  background-color: #f3c1c2;
  text-align: center;
  font-size: 17px;
  margin: 30px auto; }
  #ksdh-nav ul li {
    display: inline-block;
    cursor: pointer;
    padding-left: 12px; }
    #ksdh-nav ul li.active {
      color: #b92f33; }
    #ksdh-nav ul li.disable {
      color: #ddd;
      cursor: default; }
    #ksdh-nav ul li::after {
      content: "|";
      color: #b8b2b3;
      padding-left: 12px; }
    #ksdh-nav ul li:last-child::after {
      content: ""; }

#ks-content {
  background-color: #f2f2f2; }
  #ks-content ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 15px 0; }
    #ks-content ul::after {
      content: "";
      width: 47%; }
    #ks-content ul li {
      width: 47%;
      margin: 15px 0;
      background: #fff;
      padding: 20px 15px 30px;
      border-radius: 5px;
      box-shadow: 0 0 5px #afafaf; }
      #ks-content ul li a {
        color: #676666;
        line-height: 1.5; }
        #ks-content ul li a dt {
          color: #b92f33;
          font-size: 20px;
          border-bottom: 1px solid #ddd;
          padding-bottom: 10px;
          margin-bottom: 15px; }
        #ks-content ul li a dd {
          font-size: 14px; }
          #ks-content ul li a dd span {
            color: #3d3c3c; }
      #ks-content ul li:hover dd {
        color: #b92f33; }
        #ks-content ul li:hover dd span {
          color: #b92e32; }

/* detail-ks */
.detail-ks {
  margin-top: 16px; }
  .detail-ks h2,
  .detail-ks .detail-ks-wrap,
  .detail-ks .to-home {
    vertical-align: middle; }
  .detail-ks h2 {
    font-size: 28px;
    color: #b92e32;
    display: inline-block;
    padding-right: 110px; }
  .detail-ks .detail-ks-wrap {
    background: url(../../images/detail-ks-bg.png) no-repeat center;
    text-align: center;
    display: inline-block;
    width: 156px;
    height: 40px;
    line-height: 30px;
    position: relative; }
    .detail-ks .detail-ks-wrap .detail-ks-list {
      width: 520px;
      padding: 20px;
      border-radius: 5px;
      background-color: rgba(127, 56, 58, 0.9);
      color: #f9f6f4;
      position: absolute;
      right: 0;
      top: 40px;
      text-align: left;
      line-height: 2;
      display: none; }
      .detail-ks .detail-ks-wrap .detail-ks-list::before {
        content: "";
        border-top: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid rgba(127, 56, 58, 0.9);
        border-left: 12px solid transparent;
        position: absolute;
        top: -24px;
        right: 65px; }
      .detail-ks .detail-ks-wrap .detail-ks-list dt {
        border-bottom: 4px solid #fff;
        font-size: 24px; }
      .detail-ks .detail-ks-wrap .detail-ks-list dd {
        display: inline-block;
        padding-right: 20px; }
      .detail-ks .detail-ks-wrap .detail-ks-list a {
        color: #f9f6f4; }
    .detail-ks .detail-ks-wrap:hover .detail-ks-list {
      display: block; }
    .detail-ks .detail-ks-wrap:hover span {
      color: #b92e32;
      cursor: pointer; }
    .detail-ks .detail-ks-wrap a:hover {
      color: #ddd; }
  .detail-ks .to-home {
    display: inline-block;
    color: #535252; }
    .detail-ks .to-home:hover {
      color: #b92e32; }

#detail-ks {
  margin-top: 65px;
  background-color: #f2f2f2;
  padding: 40px 0 140px 0; }
  #detail-ks h1 {
    color: #1b1b1a;
    font-size: 35.3px;
    font-weight: 400; }
  #detail-ks .detail-ks-content {
    margin-top: 50px;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    text-indent: 32px;
    line-height: 2; }

/* 健康科普 */
.list-kp .container {
  margin-top: 22px; }

.kp-line {
  border-right: 1px solid #ddd;
  height: 1050px;
  float: left;
  margin-right: 35px; }

.kp-nav {
  width: 140px;
  background-color: #f5f5f5;
  margin-right: 10px; }
  .kp-nav .all {
    padding: 12px 0;
    background-color: #b92e32; }
    .kp-nav .all a {
      color: #fdfbfb; }
  .kp-nav li {
    margin: 15px 0; }
    .kp-nav li a {
      color: #171616;
      padding: 10px;
      display: inline-block;
      border-radius: 5px; }
    .kp-nav li:hover a, .kp-nav li.active a {
      color: #fdfbfb;
      background-color: #b92e32; }

.list-kp-content {
  width: calc(100% - 200px); }
  .list-kp-content h2 {
    font-weight: 400;
    padding-top: 20px;
    font-size: 21.5px; }
  .kp-tit-line {
    border-bottom: 1px solid #ddd;
    margin: 20px 0; }
    .kp-tit-line::after {
      content: "";
      border-bottom: 3px solid #b92e32;
      display: block;
      width: 88px;
      margin-bottom: -2px; }
  .list-kp-content .kp-search label {
    font-size: 14px; }
  .list-kp-content .kp-search input {
    width: 360px;
    height: 37px; }
  .list-kp-content .kp-search .kp-submit-btn {
    background-color: #b92e32;
    color: #fffafa;
    padding: 10px 20px;
    border: none; }
  .list-kp-content dd {
    padding: 20px 0;
    border-bottom: 1px solid #ddd; }
    .list-kp-content dd a {
      color: #373536;
      font-size: 14px;
      display: block;
      line-height: 2; }
      .list-kp-content dd a img,
      .list-kp-content dd a .kp-desc-wrap {
        display: inline-block; }
      .list-kp-content dd a img {
        margin-right: 10px;
        width: 129px;
        height: 100px;
        max-width: 129px;
        max-height: 100px; }
      .list-kp-content dd a .kp-desc-wrap {
        vertical-align: top; }
      .list-kp-content dd a:hover {
        color: #b92e32; }

/* 功能区域 */
#gnqy-wrap .container {
  padding-bottom: 40px; }

#gnqy-wrap h2 {
  font-size: 28.3px;
  padding-top: 25px; }

#gnqy-wrap .kp-tit-line::after {
  width: 115px; }

#gnqy-wrap .list-gnqy {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: left; }
  #gnqy-wrap .list-gnqy::after {
    content: "";
    width: 50%; }
  #gnqy-wrap .list-gnqy li {
    border-bottom: 1px solid #ddd;
    width: 50%; }
    #gnqy-wrap .list-gnqy li a {
      color: #252424;
      display: block;
      padding: 15px 0; }
      #gnqy-wrap .list-gnqy li a:hover {
        color: #b92e32; }

.gnqy-tit {
  padding: 20px 0 40px; }

.gnqy-content {
  font-size: 25.6px;
  text-indent: 51.2px;
  line-height: 2;
  padding-bottom: 40px; }

#mzpb-wrap {
  padding: 20px 0; }
  #mzpb-wrap .mzpb-tit span {
    display: inline-block;
    padding: 10px 25px;
    color: #fef9f9;
    background-color: #b92e32;
    border-radius: 5px;
    margin-bottom: 35px; }

.mzpb-search-wrap,
.mzpb-search1-wrap {
  border-radius: 5px;
  font-size: 0;
  margin: 30px auto;
  overflow: hidden; }
  .mzpb-search-wrap input,
  .mzpb-search-wrap label,
  .mzpb-search1-wrap input,
  .mzpb-search1-wrap label {
    vertical-align: middle;
    height: 45px; }
  .mzpb-search-wrap input,
  .mzpb-search1-wrap input {
    width: 555px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    background: url(../../images/search-gray.png) no-repeat left center;
    padding: 10px 0 10px 30px;
    font-size: 16.4px;
    border: 1px solid #b92e32; }
  .mzpb-search-wrap label,
  .mzpb-search1-wrap label {
    line-height: 45px;
    color: #faf2f2;
    display: inline-block;
    font-size: 17px;
    padding: 0 55px;
    background-color: #b92e32;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; }

.mzpb-search1-wrap {
  margin: 0;
  width: 370px; }
  .mzpb-search1-wrap input,
  .mzpb-search1-wrap label {
    height: 38px; }
  .mzpb-search1-wrap input {
    width: 285px; }
  .mzpb-search1-wrap label {
    padding: 0 15px;
    line-height: 38px; }

.list-mzpb {
  border-bottom: 1px dashed #ddd; }
  .list-mzpb:hover dt {
    color: #b92e32; }
  .list-mzpb:nth-of-type(1) dt {
    background-image: url(../../images/tingzhen.png);
    background-position: 0px 6px; }
  .list-mzpb:hover:nth-of-type(1) dt {
    background-position: 0px -32px; }
  .list-mzpb:nth-of-type(2) dt {
    background-image: url(../../images/kf.png);
    background-position: 0px 6px; }
  .list-mzpb:hover:nth-of-type(2) dt {
    background-position: 0px -36px; }
  .list-mzpb:nth-of-type(3) dt {
    background-image: url(../../images/gyyk.png);
    background-position: 0px 6px; }
  .list-mzpb:hover:nth-of-type(3) dt {
    background-position: 0px -36px; }
  .list-mzpb:nth-of-type(4) dt,
  .list-mzpb:nth-of-type(8) dt {
    background-image: url(../../images/renti.png);
    background-position: 0px 6px; }
  .list-mzpb:hover:nth-of-type(4) dt,
  .list-mzpb:hover:nth-of-type(8) dt {
    background-position: 0px -38px; }
  .list-mzpb:nth-of-type(5) dt {
    background-image: url(../../images/fuke.png);
    background-position: 0px 6px;
    background-size: 24px; }
  .list-mzpb:hover:nth-of-type(5) dt {
    background-position: 0px -30px; }
  .list-mzpb:nth-of-type(6) dt {
    background-image: url(../../images/mnwk.png);
    background-position: 0px 8px; }
  .list-mzpb:hover:nth-of-type(6) dt {
    background-position: 0px -30px; }
  .list-mzpb:nth-of-type(7) dt {
    background-image: url(../../images/jiandao.png);
    background-position: 0px 7px;
    background-size: 24px; }
  .list-mzpb:hover:nth-of-type(7) dt {
    background-position: 0px -37px; }
  .list-mzpb:nth-of-type(9) dt,
  .list-mzpb:nth-of-type(13) dt {
    background-image: url(../../images/taiji.png);
    background-position: 0px 5px;
    background-size: 24px; }
  .list-mzpb:hover:nth-of-type(9) dt,
  .list-mzpb:hover:nth-of-type(13) dt {
    background-position: 0px -32px; }
  .list-mzpb:nth-of-type(10) dt {
    background-image: url(../../images/eye.png);
    background-position: 0px 9px;
    background-size: 24px; }
  .list-mzpb:hover:nth-of-type(10) dt {
    background-position: 0px -14px; }
  .list-mzpb:nth-of-type(11) dt {
    background-image: url(../../images/ebhk.png);
    background-position: 0px 3px;
    background-size: 24px; }
  .list-mzpb:hover:nth-of-type(11) dt {
    background-position: 0px -35px; }
  .list-mzpb:nth-of-type(12) dt {
    background-image: url(../../images/gbk.png);
    background-position: 0px 6px; }
  .list-mzpb:hover:nth-of-type(12) dt {
    background-position: 0px -35px; }
  .list-mzpb:nth-of-type(14) dt {
    background-image: url(../../images/shouzhang.png);
    background-position: 0px 5px;
    background-size: 24px; }
  .list-mzpb:hover:nth-of-type(14) dt {
    background-position: 0px -35px; }
  .list-mzpb:nth-of-type(15) dt,
  .list-mzpb:nth-of-type(16) dt,
  .list-mzpb:nth-of-type(17) dt {
    background-image: url(../../images/other.png);
    background-position: 0px 7px; }
  .list-mzpb:hover:nth-of-type(15) dt,
  .list-mzpb:hover:nth-of-type(16) dt,
  .list-mzpb:hover:nth-of-type(17) dt {
    background-position: 0px -39px; }
  .list-mzpb dt {
    width: 170px;
    font-size: 18.57px;
    color: #898686;
    float: left;
    height: 31px;
    line-height: 31px;
    padding-left: 40px;
    margin: 15px 0;
    background-repeat: no-repeat; }
    .list-mzpb dt:hover {
      color: #b92e32; }
  .list-mzpb dd {
    float: left;
    padding: 5px 15px;
    margin: 10px 15px;
    border-bottom: 1px dashed #fff;
    font-size: 14px; }
    .list-mzpb dd:hover {
      cursor: pointer;
      color: #b92e32;
      border-color: #b92e32; }

/* 门诊时间搜索条件 */
.mzpb-search-content-wrap {
  padding-left: 5px;
  padding-right: 5px;
  color: #424141; }
  .mzpb-search-content-wrap .mzpb-search-content-l {
    border-top: 5px solid #b92e32;
    width: 265px;
    margin-right: 10px; }
    .mzpb-search-content-wrap .mzpb-search-content-l h4 {
      padding: 20px 0;
      font-size: 16.76px;
      font-weight: 400;
      color: #7c7b7b; }
    .mzpb-search-content-wrap .mzpb-search-content-l dl {
      border-bottom: 1px dashed #ddd;
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .mzpb-search-content-wrap .mzpb-search-content-l dl dt {
        font-size: 16.76px;
        color: #7c7b7b;
        margin-bottom: 5px; }
      .mzpb-search-content-wrap .mzpb-search-content-l dl dd {
        border: 1px solid #c6c6c6;
        padding: 5px 8px;
        display: inline-block;
        margin: 5px;
        border-radius: 5px;
        font-size: 14px; }
        .mzpb-search-content-wrap .mzpb-search-content-l dl dd.active, .mzpb-search-content-wrap .mzpb-search-content-l dl dd:hover, .mzpb-search-content-wrap .mzpb-search-content-l dl dd.zxnr {
          color: #b92e32;
          border-color: #b92e32;
          cursor: pointer; }

.mzpb-search-content-r {
  width: calc(100% - 275px); }
  .mzpb-search-content-r .pbms {
    padding: 0; }
  .mzpb-search-content-r .time-tips {
    padding-left: 15px;
    background: url(../../images/xing.png) no-repeat left center;
    color: #8c8888;
    margin-top: 30px;
    font-size: 14px; }

.search-lists-wrap li a {
  display: block;
  border: 1px solid #b9b9b9;
  box-shadow: 0 0 5px #ddd;
  padding: 20px 15px;
  margin-top: 30px;
  color: #666464; }
  .search-lists-wrap li a dl dt {
    margin-bottom: 15px; }
    .search-lists-wrap li a dl dt img {
      display: inline-block;
      width: 115px;
      height: 100px;
      margin-right: 20px; }
    .search-lists-wrap li a dl dt .search-list-infos {
      display: inline-block;
      vertical-align: top;
      line-height: 2; }
      .search-lists-wrap li a dl dt .search-list-infos h3 .hover-color {
        font-size: 20.5px; }
      .search-lists-wrap li a dl dt .search-list-infos .index-doc-zc {
        font-size: 15px;
        padding-left: 20px; }
  .search-lists-wrap li a dl dd table {
    border-collapse: collapse;
    text-align: center; }

.search-lists-wrap li:hover a {
  border-color: #b92e32; }

/* 健康体检 */
.jktj-nav {
  border-bottom: 1px solid #ddd;
  margin-top: 10px;
  text-align: center;
  font-size: 0; }
  .jktj-nav li {
    display: inline-block;
    border-bottom: 2px solid #fff; }
    .jktj-nav li a {
      color: #2b2d2d;
      font-size: 22px;
      padding: 15px 0 15px 40px;
      display: inline-block; }
      .jktj-nav li a::after {
        content: "";
        display: inline-block;
        height: 29px;
        border-right: 1px solid #ddd;
        vertical-align: middle;
        margin-left: 55px; }
    .jktj-nav li:last-child a::after {
      border-right: none; }
    .jktj-nav li.active, .jktj-nav li:hover {
      border-color: #b92e32; }
      .jktj-nav li.active a, .jktj-nav li:hover a {
        color: #b92e32; }

.tjtc-content-wrap {
  background-color: #efefef;
  padding: 30px 0; }
  .tjtc-content-wrap h2 {
    color: #252424;
    font-size: 27px;
    position: relative;
    border-bottom: 5px solid #cccccc;
    line-height: 2;
    text-indent: 10px; }
    .tjtc-content-wrap h2::after {
      content: "";
      border-bottom: 5px solid #b92e32;
      width: 130px;
      display: block;
      position: absolute; }

.tj-type,
.tj-gender,
.tj-price {
  border: 1px solid #ccc;
  background-color: #fff; }
  .tj-type dt,
  .tj-gender dt,
  .tj-price dt {
    padding: 15px 30px;
    font-size: 17px;
    background-color: #efefef;
    float: left;
    border-right: 1px solid #ccc; }
  .tj-type dd,
  .tj-gender dd,
  .tj-price dd {
    font-size: 15px;
    padding: 5px 15px;
    float: left;
    margin: 8px;
    cursor: pointer; }
    .tj-type dd.active, .tj-type dd:hover,
    .tj-gender dd.active,
    .tj-gender dd:hover,
    .tj-price dd.active,
    .tj-price dd:hover {
      background-color: #b92e32;
      color: #fff; }

/* .tj-type {
    height: 94px;

    dt {
        padding: 35px 30px;
        max-height: 92px;
    }
} */
.tj-gender,
.tj-price {
  border-top: none; }

.jktj-content {
  width: 1150px;
  margin: 30px auto;
  margin-top: 50px;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  text-indent: 32px;
  line-height: 2; }

.tjtc-lists-wrap {
  background-color: #fff; }
  .tjtc-lists-wrap li {
    padding: 20px 25px;
    border-bottom: 1px solid #ccc;
    font-size: 0; }
    .tjtc-lists-wrap li a {
      display: block;
      color: #333232; }
      .tjtc-lists-wrap li a img,
      .tjtc-lists-wrap li a dl,
      .tjtc-lists-wrap li a .tj-price {
        vertical-align: top; }
      .tjtc-lists-wrap li a img {
        width: 170px;
        height: 130px;
        border: 1px solid #ccc; }
      .tjtc-lists-wrap li a dl {
        width: 610px;
        display: inline-block;
        margin-left: 40px; }
        .tjtc-lists-wrap li a dl dt {
          font-size: 22px;
          color: #201f1f;
          margin-bottom: 20px; }
        .tjtc-lists-wrap li a dl dd {
          font-size: 15px; }
          .tjtc-lists-wrap li a dl dd .tjtc-tips-tit {
            color: #5c5b5b; }
      .tjtc-lists-wrap li a .tjtc-price {
        display: inline-block;
        height: 130px;
        line-height: 130px;
        font-size: 23px;
        color: #ff9405;
        font-weight: bold;
        border-left: 1px dashed #ddd;
        border-right: 1px dashed #ddd;
        text-align: center;
        width: 180px;
        margin-left: 30px; }
      .tjtc-lists-wrap li a button {
        padding: 10px 15px;
        color: #fdfaf7;
        background-color: #b92e32;
        border: none;
        display: inline-block;
        vertical-align: middle;
        margin-left: 30px;
        cursor: pointer; }
      .tjtc-lists-wrap li a:hover {
        color: #b92e32; }
        .tjtc-lists-wrap li a:hover dt {
          color: #b92e32; }
        .tjtc-lists-wrap li a:hover .tjtc-tips-tit {
          color: #b92e32; }

/*增加右侧悬浮*/
.left_fix {
  position: fixed;
  right: 0;
  top: 0;
  width: 40px;
  height: 100%;
  background-color: #1d1d23;
  z-index: 9999; }
  .left_fix .nav_links {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -190px; }
    .left_fix .nav_links li {
      position: relative; }
      .left_fix .nav_links li a {
        display: block;
        padding: 8px; }
        .left_fix .nav_links li a img {
          max-width: 100%;
          width: 24px; }
      .left_fix .nav_links li.active a,
      .left_fix .nav_links li a:hover {
        background-color: #444; }
      .left_fix .nav_links li .mp_tooltip {
        height: 38px;
        line-height: 38px;
        width: 92px;
        position: absolute;
        text-align: center;
        background-color: #1d1d23;
        left: -121px;
        top: 0;
        color: #d8d8d8;
        display: none; }
      .left_fix .nav_links li .mp_tooltip:before {
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        top: 40%;
        right: -12px;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #1d1d23;
        border-right: 6px solid transparent;
        content: ""; }
      .left_fix .nav_links li:hover .mp_tooltip {
        display: block; }
  .left_fix .nav_toggle {
    margin-bottom: auto;
    position: absolute;
    left: 0;
    bottom: 0; }
    .left_fix .nav_toggle li img {
      max-width: 100%; }
    .left_fix .nav_toggle li .mp_tooltip {
      display: none; }
    .left_fix .nav_toggle li:hover .mp_tooltip {
      display: block; }
    .left_fix .nav_toggle a {
      color: #097e78;
      text-align: center;
      width: 40px;
      padding: 8px 10px;
      display: block; }
    .left_fix .nav_toggle a:hover {
      background-color: #444; }
    .left_fix .nav_toggle i {
      font-size: 22px; }
    .left_fix .nav_toggle li {
      position: relative; }
    .left_fix .nav_toggle .qrcode {
      position: absolute;
      padding: 10px;
      bottom: 0;
      right: 40px;
      width: 148px;
      height: 148px;
      background-color: #fff;
      text-align: center;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
      border-radius: 5px 0 0 5px; }
    .left_fix .nav_toggle .qrcode:before {
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      bottom: 14px;
      right: -12px;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #fff;
      border-right: 6px solid transparent;
      content: ""; }

/* 搜索页面 */
.search-wrap {
  border-top: 1px solid #e5e5e5; }
  .search-wrap .container {
    width: 1100px;
    padding: 20px 45px;
    background-color: #f7f7f7; }
  .search-wrap dt {
    color: #6d6a6b;
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px; }
  .search-wrap dd {
    border-bottom: 1px solid #e5e5e5; }
    .search-wrap dd h3 {
      font-size: 24px;
      border-left: 5px solid #b92e32;
      padding-left: 10px;
      margin: 25px 0;
      color: #000; }
    .search-wrap dd .search-contnet {
      font-size: 0; }
      .search-wrap dd .search-contnet img {
        display: inline-block;
        vertical-align: top; }
      .search-wrap dd .search-contnet span {
        vertical-align: top;
        display: inline-block;
        margin-left: 20px;
        font-size: 18px;
        width: 820px;
        font-family: 'SimSun';
        color: #333; }
    .search-wrap dd p {
      color: #dc0b0b;
      font-size: 14px;
      line-height: 2; }
    .search-wrap dd:hover h3 {
      color: #b92e32; }
    .search-wrap dd:hover span {
      color: #b92e32; }

.pagelist {
  padding: 45px 0; }
  .pagelist table {
    float: right; }
    .pagelist table td {
      font-size: 14px; }
      .pagelist table td a {
        font-size: 14px; }
        .pagelist table td a:hover {
          color: #b92e32; }

.jtzn {
  padding-bottom: 40px; }

.tjys-btn-wrap {
  margin-bottom: 10px; }
  .tjys-btn-wrap .tjys-btn {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 5px;
    cursor: pointer; }
    .tjys-btn-wrap .tjys-btn.active, .tjys-btn-wrap .tjys-btn:hover {
      border-color: #b92e32;
      color: #fff;
      background-color: #b92e32; }

#tjys-tjys-doc {
  width: 990px; }
  #tjys-tjys-doc li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    margin: 3px;
    border: 1px solid #f3f3f3;
    cursor: pointer; }
    #tjys-tjys-doc li:hover, #tjys-tjys-doc li.active {
      background-color: #b92e32; }

#tjys {
  width: 990px;
  margin-left: 10px;
  position: relative;
  height: 360px; }
  #tjys li {
    position: absolute; }
    #tjys li img {
      height: 355px; }

.con {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  width: 75pc;
  height: auto; }

.con_left {
  float: left;
  width: 300px;
  height: auto; }

.con_left_zj {
  width: 300px;
  height: 118px;
  background: url(../../images/4.jpg); }

.con_zjhk {
  float: right;
  width: 200px;
  height: 118px; }

.con_left_wz1 {
  float: right;
  margin-top: 15px;
  width: 200px;
  color: #fff;
  font-size: 33px;
  opacity: .6; }

.con_left_wz2 {
  float: right;
  width: 145px;
  height: 40px;
  color: #fff;
  font-size: 22px;
  line-height: 40px; }

.left_dh {
  width: 300px;
  background: #f0f0f0; }
  .left_dh li {
    border: 1px solid #dcdcdc;
    border-top: none;
    background: url(../../images/jt.png) no-repeat 269px 20px;
    line-height: 53px; }
    .left_dh li a {
      display: block;
      text-align: center;
      font-weight: 300;
      font-size: 18px;
      color: #646464; }
    .left_dh li.curl,
    .left_dh li a:hover {
      display: block;
      background: url(../../images/001_24.png); }

.left_yz {
  float: left;
  margin-top: 20px;
  width: 300px;
  height: auto;
  border: 1px solid #dcdcdc;
  background: #f5f5f5;
  font-size: 14px; }
  .left_yz h1 {
    height: 69px;
    color: #b92e32;
    text-align: center;
    font-size: 28px;
    line-height: 69px; }
  .left_yz .letf_yz1 {
    float: left;
    margin-top: 15px;
    padding-left: 30px;
    width: 270px; }
    .left_yz .letf_yz1 p {
      float: left;
      margin-left: 20px;
      color: #505050;
      font-size: 18px; }
  .left_yz dd {
    margin: auto;
    margin-bottom: 10px;
    width: 15pc;
    text-indent: 2em;
    line-height: 24px; }
    .left_yz dd a {
      color: black; }
      .left_yz dd a span {
        color: #ff8200; }
      .left_yz dd a:hover {
        color: #ff8200; }

.left_yzimg {
  margin-bottom: 15px;
  margin-top: 60px; }

.left_dz {
  width: 300px;
  height: 70px;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc; }
  .left_dz li {
    margin: auto;
    width: 15pc;
    line-height: 1.5; }

.tyys-wrap {
  position: relative;
  height: 356px; }
  .tyys-wrap .tjys {
    position: absolute;
    opacity: 0; }
    .tyys-wrap .tjys.active {
      opacity: 1;
      transition: 2s;
      z-index: 333; }

.left_ph {
  margin: auto;
  padding-top: 10px;
  width: 300px;
  height: 50px;
  border-bottom: 1px solid #dcdcdc;
  background: url(../../images/phone.png) no-repeat 30px;
  line-height: 18px; }
  .left_ph p {
    float: left;
    margin-left: 75px;
    font-size: 14px; }

.left_em {
  margin: auto;
  width: 300px;
  height: 50px;
  background: url(../../images/mail.png) no-repeat 30px; }
  .left_em p {
    float: left;
    margin-left: 75px;
    font-size: 14px;
    line-height: 50px; }
  .left_em a {
    color: #505050; }
    .left_em a:hover {
      color: #b92e32; }

.con_wzy a:hover {
  text-decoration: underline; }

.zixunBd {
  height: 115px;
  overflow: hidden;
  width: 300px;
  margin: auto; }
  .zixunBd dl {
    width: 97px;
    height: 86px;
    float: left;
    margin-top: 20px; }
  .zixunBd dd {
    width: 54px;
    height: 54px;
    margin: auto; }
    .zixunBd dd a {
      width: 54px;
      height: 54px;
      display: block; }
  .zixunBd dt {
    width: 97px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: 10px; }
  .zixunBd a {
    text-decoration: none;
    -webkit-transition: all .3s linear 0s;
    -moz-transition: all .3s linear 0s;
    -ms-transition: all .3s linear 0s;
    transition: all .3s linear 0s;
    outline: none;
    color: #333333;
    font-size: 14px; }
    .zixunBd a:hover {
      color: #b92e32; }

.zixunBd-c1 dd a {
  background: url(../../images/ico_bg826.png) 0px 0px no-repeat; }

.zixunBd-c1:hover dd a {
  background: url(../../images/ico_bg826.png) 0px -54px no-repeat; }

.zixunBd-c2 dd a {
  background: url(../../images/ico_bg826.png) -58px 0px no-repeat; }

.zixunBd-c2:hover dd a {
  background: url(../../images/ico_bg826.png) -58px -54px no-repeat; }

.zixunBd-c3 dd a {
  background: url(../../images/ico_bg826.png) -116px 0px no-repeat; }

.zixunBd-c3:hover dd a {
  background: url(../../images/ico_bg826.png) -116px -54px no-repeat; }

.con_right {
  float: right;
  margin-left: 10px;
  width: 890px;
  height: auto;
  overflow: hidden; }
  .con_right .con_nr {
    width: 890px;
    height: 40px;
    background: url(../../images/wzdh.png); }
    .con_right .con_nr p {
      display: block;
      margin-left: 30px;
      line-height: 40px;
      color: #fff; }
      .con_right .con_nr p a {
        color: #fff; }
  .con_right .con_xian3 {
    float: left;
    margin-top: 20px;
    width: 890px;
    height: 40px;
    border-bottom: 1px solid #ccc; }
    .con_right .con_xian3 span {
      float: left;
      margin-bottom: -2px;
      margin-left: 10px;
      width: 300px;
      height: 40px;
      border-bottom: 1px solid #b92e32;
      line-height: 35px; }
  .con_right .con_xi_ys3 {
    background: url(../../images/zzyr.png) no-repeat left; }
    .con_right .con_xi_ys3 p {
      margin-left: 35px;
      color: #b92e32;
      font-size: 20px; }
      .con_right .con_xi_ys3 p i {
        color: #bababa;
        font-size: 14px; }
  .con_right.ksdh_index_wrap {
    width: 100%; }
    .con_right.ksdh_index_wrap .con_nr,
    .con_right.ksdh_index_wrap .con_xian3 {
      width: 100%; }
    .con_right.ksdh_index_wrap .con_xian3 {
      margin-bottom: 20px; }

.con_nr_ly {
  height: auto;
  width: 810px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc; }
  .con_nr_ly h1 {
    text-align: center;
    font-size: 28px;
    line-height: 90px;
    font-weight: normal;
    margin-top: 10px;
    color: #000000; }
  .con_nr_ly h2 {
    text-align: center;
    font-size: 30px;
    line-height: 90px;
    font-weight: normal; }

.kszx_tsks {
  height: 806px; }

.kszx_con {
  padding: 24px 0 0 23px; }

.kszx_tsks ul li {
  width: 258px;
  height: 278px;
  background: #f5f5f5;
  border: 1px solid #dedddd;
  margin-bottom: 20px;
  margin-right: 15px;
  overflow: hidden;
  position: relative;
  float: left;
  padding-top: 13px;
  padding-bottom: 0;
  padding-left: 12px; }
  .kszx_tsks ul li img {
    width: 240px;
    height: 220px; }
  .kszx_tsks ul li .bt {
    font-size: 20px;
    color: #17181e;
    line-height: 40px;
    text-align: center;
    z-index: 1000;
    position: absolute;
    display: block;
    background-color: #F5F5F5;
    border-bottom: 1px solid #000;
    width: 240px;
    top: 233px;
    height: 82px; }
    .kszx_tsks ul li .bt a {
      color: #17181e; }
  .kszx_tsks ul li .nr {
    position: absolute;
    width: 240px;
    height: 220px;
    left: 12px;
    top: 235px;
    color: #fff;
    background-size: 100% 100%;
    z-index: 99;
    background-image: url(../../images/index_yszx_bg.png);
    background-repeat: no-repeat; }
    .kszx_tsks ul li .nr a {
      color: #fff;
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .kszx_tsks ul li .nr .tit {
      font-size: 20px;
      font-weight: 700;
      line-height: 24px;
      text-align: center;
      margin-top: 30px;
      margin-bottom: 20px; }
    .kszx_tsks ul li .nr p {
      margin-left: 12px;
      font-size: 14px;
      line-height: 24px;
      text-align: center; }
    .kszx_tsks ul li .nr span {
      display: block;
      color: #fff;
      width: 50%;
      float: left; }

/*大事记*/
.djs_1 {
  width: 870px;
  height: 45px;
  background: url(../../images/djs_1.jpg);
  margin-top: 100px;
  margin-left: 20px;
  background-repeat: no-repeat; }

.djs_1 a {
  width: 126px;
  height: 45px;
  float: left;
  display: block;
  margin-right: -20px;
  cursor: pointer; }

.djs_1 a:hover {
  background: url(../../images/djs_1a.jpg) bottom no-repeat;
  background-position-y: 21px; }

.djs_1 a.hover {
  background: url(../../images/djs_1a.jpg) bottom no-repeat;
  background-position-y: 21px; }

.djs_2 {
  width: 859px;
  height: auto;
  min-height: 500px;
  margin-top: 20px; }

.djs_2 ul li {
  width: 859px;
  height: auto;
  display: none; }

.djs_nr {
  width: 845px;
  min-height: 120px;
  border-bottom: 1px solid #f0f0f0;
  padding: 17px 10px 17px 0px;
  float: left; }

.djs_date {
  width: 90px;
  height: 75px;
  line-height: 36px;
  float: left;
  background: url(../../images/yydsj_1.jpg);
  margin-left: 20px;
  text-align: center; }

.djs_date h1 {
  font-size: 32px;
  color: #FFF; }

.djs_date span {
  font-size: 14px;
  color: #FFF;
  font-size: 13px; }

.djs_txt {
  width: 680px;
  height: auto;
  float: right; }

.djs_txt h1 {
  font-size: 20px;
  color: #505050;
  width: 680px;
  float: left; }

.djs_txt h2 {
  font-size: 20px;
  color: #505050;
  width: 680px;
  float: left;
  padding-top: 30px; }

.djs_txt h3 {
  font-size: 20px;
  color: #505050;
  width: 680px;
  float: left;
  padding-top: 10px; }

.djs_txt p {
  margin-top: 10px;
  line-height: 22px;
  color: #727272;
  width: 680px;
  float: left;
  font-size: 14px;
  color: #969696; }

/*大事记结束*/
/* 诊疗设备 */
.zlsb li {
  float: left;
  margin: 23px;
  text-align: center;
  border-bottom: 1px solid #b92e32; }

.zlsb li a {
  display: block;
  color: #333;
  text-decoration: none;
  display: block; }

.zlsb li a img {
  display: block; }

.zlsb li a p {
  height: 40px;
  line-height: 40px; }

.zlsb li:hover p {
  background: #b92e32;
  color: #fff; }

.fy li {
  display: inline-block; }

.index-ksdh {
  padding: 50px 0;
  height: auto;
  background: url(../../images/bg-index-1.jpg) no-repeat center;
  background-size: cover; }
  .index-ksdh .index-ksdh-header {
    position: relative;
    border-bottom: 1px solid #969595;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 10px; }
    .index-ksdh .index-ksdh-header::after {
      content: "";
      width: 70px;
      position: absolute;
      left: 0;
      bottom: -3px;
      border: 3px solid #c04144; }
  .index-ksdh a {
    float: left;
    margin-top: 50px;
    width: 16.6666666667%;
    font-size: 18px;
    color: #4a4949; }
    .index-ksdh a img,
    .index-ksdh a span {
      display: inline-block;
      vertical-align: middle;
      height: 40px;
      line-height: 40px; }
    .index-ksdh a img {
      width: 40px; }
    .index-ksdh a span {
      width: 130px;
      margin-left: 10px;
      text-align: left; }
    .index-ksdh a:hover {
      color: #b92e32; }

.index-list-doctor-wrap {
  background-color: #FDF3F3;
  height: 570px;
  padding: 20px 0; }
  .index-list-doctor-wrap .index-ksdh-header {
    position: relative;
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #edc5c6;
    margin-bottom: 20px; }
    .index-list-doctor-wrap .index-ksdh-header::after {
      content: "";
      width: 70px;
      position: absolute;
      left: 0;
      bottom: -3px;
      border: 3px solid #c04144; }
  .index-list-doctor-wrap #select-zc,
  .index-list-doctor-wrap #select-ks,
  .index-list-doctor-wrap .select-search-btn {
    border-radius: 15px;
    margin-right: 20px; }
  .index-list-doctor-wrap #select-zc,
  .index-list-doctor-wrap #select-ks {
    width: 140px;
    padding: 2.5px 10px;
    background-color: transparent;
    border: 1px solid #000;
    text-align: center;
    -moz-text-align-last: center;
    text-align-last: center;
    outline: none;
    cursor: pointer; }
  .index-list-doctor-wrap .select-search-btn {
    display: inline-block;
    padding: 2.5px 20px 2.5px 40px;
    background-color: #FF8400;
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #fff;
    padding-left: 30px;
    background-image: url(../../images/icon-search.png);
    cursor: pointer; }
    .index-list-doctor-wrap .select-search-btn:hover {
      background-color: #d28c42; }

/* 首页医生感应 */
.index-doc-sensing-area {
  position: absolute;
  width: 1200px;
  height: 150px;
  top: 150px; }
  .index-doc-sensing-area .sensing-prev,
  .index-doc-sensing-area .sensing-next {
    float: left;
    width: 50%;
    height: 150px;
    top: 140px; }
  .index-doc-sensing-area .sensing-prev {
    cursor: url(../../images/icon-left-active.png), auto; }
  .index-doc-sensing-area .sensing-next {
    cursor: url(../../images/icon-right-active.png), auto; }
