﻿@charset "UTF-8";
/*重置bootstrap*/

* {
  box-sizing: border-box;
  font-family: "微软雅黑";
}

body, html {
  overflow-x: hidden;
}

body {
  background-color: #f1f1f1;
   /*-webkit-filter: grayscale(100%);*/
  /* padding-top:10px; */
}
.text-yellow{
  color: #f0ad4e;
}
.text-sky{
  color: #5bc0de;
}
img {
  max-width: 100% !important;
}

a, a:hover, a:visited, a:checked {
  text-decoration: none;
}

a {
  -webkit-transition: color .4s ease;
  -moz-transition: color .4s ease;
  -o-transition: color .4s ease;
  transition: color .4s ease;
  color: #000;
}

a:hover {
  color: #008187;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*常用css样式*/

.font-bold {
  font-weight: bold;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}

.text-blue {
  color: #00A0E9;
}

.text-green {
  color: #8FC31F;
}

.text-brown {
  color: #a97d4d;
}

.word-break {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}

.padding-zero {
  padding: 0;
}

.margin-top-30 {
  margin-top: 30px;
}

.text-gray {
  color: #ccc;
}

.margin-top-20 {
  margin-top: 20px;
}

/*重置php cms*/

.form-control, .input-text, .code {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  background-image: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  font-size: 14px;
  line-height: 1.42857143;
}

.ie-alert {
  display: none;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  background: #9f1515;
  font-size: 20px;
}

/* 首页 */

.top-address {
  font-size: 14px;
  /* margin-top: 20px; */
  padding-top: 15px;
}

.code-name {
  font-size: 12px;
}

.top-address {
  /*background-image: url(../images/bg-top.png);*/
  background-repeat: no-repeat;
  background-position: right;
}

.fixed-nav {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
  color: #fff !important;
  background-color: #047277;
}

.navbar-default {
  border: none;
  background-color: transparent;
  font-size: 16px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  color: #fff;
  background-color: #047277;
}

.navbar {
  /*min-height: 60px;*/
  margin-bottom: 0;
  border: none;
}

.navbar-default .navbar-nav>li>a {
  color: #fff;
}

.navbar-default .navbar-nav>li>a:hover {
  color: #fff;
  background-color: #035a5e;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-menu-third {
  display: none !important;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

.dropdown-menu3 {
  display: none !important;
}

.dropdown-submenu2:hover .dropdown-menu3 {
  display: block !important;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu {
  display: block;
}

/*#main {
  background-image: url(../images/bg-main.jpg);
  background-repeat:repeat-y;
  background-size: cover;
}*/

.note-hr {
  line-height: 36px;
  position: relative;
}

.background-green {
  background-color: #138b91;
}

.background-green-job {
  background-color: #90c31f;
}

.background-blue {
  background-color: #00a0e9;
}

.background-gray {
  background-color: #f7f7f7;
}

.overflow {
  overflow: hidden;
}

.font-e {
  font-size: 18px;
  font-weight: normal;
  line-height: 36px;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
}

.triangle-up-active {
  border-bottom-color: white;
}

.note-list {
  line-height: 45px;
  padding: 0 15px;
  display: none;
}

.note-hr {
  cursor: pointer;
}

.zhinan {
  font-size: 18px;
  margin-top: 18px;
}

.bg-zero {
  background-color: #528eb5;
}

.bg-one {
  background-color: #a9a9a9;
}

.bg-two {
  background-color: #9f9205;
}

.bg-three {
  background-color: #a9a9a9;
}

.bg-four {
  background-color: #01763a;
}
.bg-tj {
  background-color: #f6827b;
}
.bg-five {
  background-color: #a9a9a9;
}

.bg-six {
  background-color: #f6827b;
}

.bg-seven {
  background-color: #01763a;
}

/* #zhinan, #download {
  margin-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
} */

#office {
  padding-bottom: 15px;
}

#searchs {
  margin-top: 15px;
  padding-bottom: 35px;
}

.bg-oa {
  background-color: #2f9ae0;
  width: 80px;
  height: 80px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin: auto;
  margin-top: 20px;
}

.down-list {
  line-height: 45px;
  padding: 0 15px;
}

/* 搜索 */

.form-control select {
  padding-left: 0;
  padding-right: 0;
}

#search input {
  max-width: 100%;
}

#form {
  margin-top: 20px;
}

.left-note {
  padding-bottom: 7px;
}

/* 中药 */

.china-list {
  display: none;
}

#link {
  margin-top: 15px;
}

#link .form-control {
  background-color: #90c31f;
  color: #fff;
  border: none;
}

.party-list {
  display: none;
}

/* 医生 */

.doctors-list .slide {
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
}

.doctors-list .slide ul li {
  float: left;
  padding: 0 1px;
  width: 250px;
  padding-right: 10px;
}

.doctors-list .slide ul li img {
  display: block;
}


.centerBox .slide {
  width: 100%;
  overflow: hidden;
  margin: 20px auto 0;
}

.centerBox .slide ul li {
  float: left;
  padding: 0 1px;
  width: 160px;
  padding-right: 10px;
}

.centerBox .slide ul li img {
  display: block;
  width: 94px;
 /* height: 144px;*/
}


.centerBox .slide01 ul li {
  width: 290px;
}

.centerBox .slide01 ul li img {
  display: block;
  width: 264px;
  height: 144px;
}

/* 首页新闻 */

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
  color: #fff;
  background-color: #138b91;
  display: inline-block;
  transform: skew(-20deg);
  border-radius: 0;
}

.nav-pills .active .active-a {
  display: block;
  transform: skew(20deg);
}

.nav-pills>li>a:hover {
  background-color: #138b91;
  color: #fff;
  display: inline-block;
  transform: skew(-20deg);
  border-radius: 0;
}

.nav-pills {
  margin-left: 15px;
}

.nav-pills li a {
  margin-right: 10px;
}

.nav-pills-line {
  width: 100%;
  height: 1px;
  background-color: #90c31f;
  margin: 10px 0;
}

#xw {
  background-color: #fff;
  padding: 10px 0;
}

.top-xw-list li {
  line-height: 36px;
  border-bottom: 1px dashed #e5e5e5;
}

.top-xw-list li:hover {
  border-bottom: 1px dashed #90c31f;
}

.top-xw-list li a:hover {
  color: #90c31f;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
  font-size: 20px;
}

.top-xw .item {
  width: 100%;
}

.item-img {
  /* display: table-cell;
  vertical-align: middle;
  text-align: center; */
  /* height: 220px; */
  overflow: hidden;
}

/* .top-xw img {
  max-height: 220px;
} */

.top-xw-list {
  display: none;
}

/* 科室导航 */

.background-white {
  background-color: #fff;
  padding: 10px 0;
}

.keshi-list {
  padding: 0 15px;
}

.keshi-list .ks-border {
  line-height: 20px;
  font-size: 12px;
}

.ks-btn {
  padding: 0 10px 0 0;
  margin-bottom: 5px;
}

.ks-name {
  padding: 0 8px;
}

.keshi-list .btn-xs {
  margin-bottom: 15px;
}

.doctor-container {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 160px;
  padding: 5px;
  text-align: center;
  border: 1px #ddd solid;
}

.doctor-container a {
  display: table-cell;
  width: 100%;
  height: 150px;
  vertical-align: middle;
}

.doctor-container a img {
  max-width: 100%;
  max-height: 200px;
  margin: 0 auto;
}

/*For IE7*/

*+html .doctor-container a {
  position: absolute;
  top: 50%;
  width: 100%;
  height: auto;
  text-align: center;
}

*+html .doctor-container a img {
  position: relative;
  top: -50%;
  left: -50%;
}

/*For IE6*/

*html .doctor-container a {
  position: absolute;
  top: 51%;
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
}

*html .doctor-container a img {
  position: relative;
  top: -50%;
  left: -50%;
  width: expression(this.width>200?"200px": "auto");
  height: expression(this.height>140?"140px": "auto");
}

.doc-name {
  /* background-color: #90c31f; */
  padding: 5px 10px;
  color: #000;
  border: 1px solid #ddd;
  border-top: none;
  text-align: center;
  min-height: 52px;
}

.doctor-title {
  font-size: 18px;
  text-align: center;
}

.doctor-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.keshi-main {
  display: none;
}

.keshi-item {
  height: 320px;
  overflow-y: scroll;
}

.keshi-item a {
  overflow: visible;
}

.party-img {
  overflow: hidden;
}

.party-img img {
  width: 100%;
  overflow: hidden;
}

.party-img .item-img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*height: 200px;*/
  background-color: #fff;
  width: 100%;
}

/* .party-pic{
  height: 200px;
  width: 100%;
} */

.padding-right-zero {
  padding-right: 0;
}

/* 视频 */

.play {
  background-repeat: no-repeat;
  background-size: cover;
}

.item-img {
  background-color: #fff;
}

/* 培训 */

.teach-list {
  display: none;
}

/* footer */

.footer {
  /*background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #37383a;
  padding: 35px 0;
}

/*.footer-nav {
  border-right: 1px solid #fff;
}*/

.footer-nav a {
  color: #fff;
}

.footer-nav:last-child {
  border: none;
}

.web-map {
  padding: 30px 0;
}

/* 新闻 */

.xw-list {
  overflow: hidden;
  margin-bottom: 40px;
  padding-top: 10px;
}

.xw-title {
  margin-bottom: 15px;
  color: #2b3242;
  font-size: 24px;
  line-height: 40px;
}

.xw-time h2 {
  margin: 0;
  margin-bottom: 5px;
  font-size: 46px;
}

.xw-top {
  padding-left: 20px;
  border-left: 1px solid #e5e5e5;
}

.xw-icon {
  overflow: hidden;
}

.xw-describe, .xw-des {
  letter-spacing: 1px;
  color: #2b3242;
  font-size: 16px;
  line-height: 30px;
}

.xw-describe {
  margin-top: 25px;
  padding-left: 20px;
}

.read-more {
  margin-top: 20px;
  padding-left: 20px;
}

.read-more .btn {
  padding: 3px 10px;
}

.show-xw-title {
  color: #404040;
  font-size: 36px;
}

.share {
  overflow: hidden;
  color: #888;
  border-bottom: 1px solid #e5e5e5;
  line-height: 42px;
}

.bdshare-button-style0-32 a {
  background-image: url(../images/icons_0_32.png) !important;
}

.margin-top-50 {
  margin-top: 50px;
}

.xw-info {
  letter-spacing: .5px;
  font-size: 18px;
  line-height: 32px;
}

.xw-info-list {
  border-bottom: 1px solid #e5e5e5;
  font-size: 16px;
  line-height: 40px;
}

.next-des {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  color: #888;
  font-size: 16px;
  -webkit-line-clamp: 2;
}

#next {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #f6f6f6;
}

.input-time {
  color: #888;
  line-height: 36px;
}

.right-line {
  position: relative;
  width: 100%;
  height: 1px;
  margin-bottom: 15px;
  background-color: #e5e5e5;
}

.line-right {
  position: absolute;
  top: 0;
  left: 0;
  width: 40%;
  height: 1px;
  background-color: #7fe000;
}

.cat-info-line .line-right {
  background-color: #0fbcfe;
}

.fixed-left, .fixed-right {
  position: fixed;
  z-index: 9999;
  top: 50%;
  width: 50px;
  height: 60px;
  margin-top: -30px;
  color: #fff;
  background-color: #e9e9e9;
  font-size: 35px;
  line-height: 60px;
}

.fixed-right {
  right: 0;
}

.fixed-right:hover, .fixed-left:hover {
  background-color: #7fe000;
}

.xw-container {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.xw-container img {
  width: 100%;
  height: auto;
}

.xw-img-time {
  background-color: #0fbcfe;
  line-height: 36px;
  padding: 0 15px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 18px;
}

.cate-xw {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 30px;
}

.xw-gg-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xw-first {
  margin-bottom: 30px;
}

/* 医生介绍 */

.ks-nav {
  margin-top: 30px;
}

.btn-mz {
  margin-top: 15px;
  line-height: 32px;
  padding: 0 12px;
}

.btn .fa {
  border-right: 1px solid #ccc;
  line-height: 32px;
  padding-right: 12px;
}

.nk-mz .btn:hover {
  border-color: #2e6da4;
  color: #2e6da4;
  background-color: #fff;
}

.nk-mz .btn:hover .fa {
  border-right: 1px solid #2e6da4;
}

.wk-mz .btn:hover {
  border-color: #4cae4c;
  color: #4cae4c;
  background-color: #fff;
}

.wk-mz .btn:hover .fa {
  border-right: 1px solid #4cae4c;
}

.ts-mz .btn:hover {
  border-color: #eea236;
  color: #eea236;
  background-color: #fff;
}

.ts-mz .btn:hover .fa {
  border-right: 1px solid #eea236;
}

.yj-mz .btn:hover {
  border-color: #46b8da;
  color: #46b8da;
  background-color: #fff;
}

.yj-mz .btn:hover .fa {
  border-right: 1px solid #46b8da;
}

.nk-mz .btn:hover, .nk-mz .btn:hover .fa, .wk-mz .btn:hover, .wk-mz .btn:hover .fa, .ts-mz .btn:hover, .ts-mz .btn:hover .fa, .yj-mz .btn:hover, .yj-mz .btn:hover .fa {
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.icons {
  padding: 15px 0;
}

.ks-icon {
  border: 1px solid #e5e5e5;
  font-size: 16px;
  width: 100%;
  padding: 10px 0;
  border-radius: 4px;
}

.ks-icon i {
  display: block;
  margin: auto;
  font-size: 66px;
  /* color: #2e2e2e; */
}

.ks-icon:hover a {
  color: #fff;
}

.ks-icon:hover {
  background-color: #8FC31F;
  border-color: #8FC31F;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  margin-top: -5px;
  -moz-box-shadow: 3px 5px 5px #c2c2c2;
  -webkit-box-shadow: 3px 5px 5px #c2c2c2;
  box-shadow: 3px 5px 5px #c2c2c2;
}

.zd-ks {
  position: relative;
}

.zd-title {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 18px;
  margin-top: -12px;
}

.under-line {
  border-bottom: 2px solid #fff;
}

.ks-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 22px;
  letter-spacing: .5px;
}

.ks-more {
  position: relative;
}

.ks-title {
  margin-top: 0;
}

.ks-more .btn {
  margin-bottom: 10px;
}

.modal-body {
  line-height: 22px;
}

.no-img img {
  display: none;
}

/* 科室团队 */

.carousel-example {
  padding: 20px 0 50px 0;
}

#complicated-content-carousel .carousel-control {
  position: absolute;
  top: -20px;
  right: 0;
  left: auto;
  bottom: auto;
  width: 14px;
  font-size: 25px;
  color: #3c3c3c !important;
  opacity: 1;
}

#complicated-content-carousel .carousel-control.left, #complicated-content-carousel .carousel-control.right {
  background-image: none;
}

#complicated-content-carousel .carousel-control.left {
  right: 35px;
}

#complicated-content-carousel .index {
  position: absolute;
  top: -70px;
  right: 0;
  font-size: 16px;
  color: #3c3c3c;
}

#complicated-content-carousel .flex-item {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 380px;
  padding: 16px 13px;
  background-color: #f5f6f7;
  border: 6px solid #f5f6f7;
}

.good-top {
  height: 21px;
}

.good-top-left {
  font-size: 16px;
  color: #424242;
  text-transform: uppercase;
  line-height: 21px;
}

.good-top-right {
  height: 21px;
  text-align: right;
}

.choose-color div {
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  letter-spacing: 5px;
  cursor: pointer;
}

.good-top-left .fa {
  position: relative;
  top: 2px;
  font-size: 21px;
}

.good-bottom {
  height: 21px;
}

.good-bottom * {
  margin-top: 0;
  margin-bottom: 0;
}

.good-bottom-left a h4 {
  font-size: 18px;
  color: #3c3c3c;
  text-transform: uppercase;
  line-height: 21px;
}

.good-bottom-right {
  position: relative;
  top: -1px;
  font-size: 22px;
  color: #424242;
  text-transform: uppercase;
  line-height: 21px;
}

.good-top-left, .good-bottom-left {
  float: left;
  text-align: left;
}

.good-top-right, .good-bottom-right {
  float: right;
  text-align: right;
}

.good-image {
  height: 270px;
  text-align: center;
}

.good-image:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.good-image img {
  max-height: 240px;
  vertical-align: middle;
}

.size {
  position: absolute;
  padding: 0;
  cursor: pointer;
  transition: all .35s;
}

.size.shown {
  padding: 0 5px 5px 5px;
  background-color: #fff;
  border-radius: 2px;
}

.size.shown .option:hover {
  background-color: #f5f6f7;
}

.carousel-control {
  width: 50px;
  height: 50px;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
  font-size: 30px;
  text-align: center;
  opacity: 1;
}

a.carousel-control.left, a.carousel-control.right {
  background-image: none;
  opacity: 1;
  text-align: center;
}

/* MEDIA QUERIES */

/* styles for phones' displays */

@media only screen and (max-width: 350px) {
  #complicated-content-carousel .flex-item {
    width: 100%;
  }
}

/* styles for medium size displays */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #complicated-content-carousel .flex-item {
    width: 300px;
  }
}

.doctor-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ks-news {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 15px 10px;
  box-shadow: 0 0 15px #ccc;
}

.ks-news-list {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px dashed #e5e5e5;
}

.ks-news-list:hover {
  border-color: #8FC31F;
  transition: all .35s;
}

.ks-news-list a:hover {
  color: #8FC31F;
}

.ks-news-title {
  font-size: 16px;
}

.more-news-btn {
  margin-top: 15px;
}

.more-news-btn .btn {
  border-radius: 17px;
  padding: 5px 20px;
}

.ks-icon span {
  line-height: 36px;
}

.ks-icon .fa {
  font-size: 40px;
}

tr, td {
  vertical-align: middle !important;
}

.padding-left-cz {
  padding-left: 10px;
}

.ks-xueshu, .ks-ask, .ks-tese, .ks-cg, .ks-huli {
  color: #fff;
  padding: 10px;
  line-height: 30px;
}

.ks-xueshu {
  background: #55a5aa;
}

.ks-ask {
  background: #e5ca8f;
  margin-top: 15px;
}

.ks-tese {
  background: #528eb5;
}

.ks-cg {
  background-color: #55a5aa;
}

.ks-huli {
  background-color: #01763a;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 11px 0;
}

.more-doctor {
  border: 1px solid #ccc;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 12px;
}

.prompt {
  background-color: #e5e5e5;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.prompt .fa {
  font-size: 24px;
}

/* 科室医生 */

.ks-nk, .ks-wk, .ks-ts, .ks-yj {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  padding: 5px;
  line-height: 24px;
  margin-bottom: 15px;
}

.ks-line {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin-bottom: 5px;
}

.ks-nk-title a {
  color: #337ab7;
}

.ks-nk:hover {
  background-color: #337ab7;
  border-color: #337ab7;
}

.ks-wk-title a {
  color: #5cb85c;
}

.ks-wk:hover, .ks-nk:hover, .ks-ts:hover, .ks-yj:hover, .ks-nk:hover a, .ks-wk:hover a, .ks-ts:hover a, .ks-yj:hover a {
  color: #fff;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}

.ks-wk:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.ks-ts-title a {
  color: #f0ad4e;
}

.ks-ts:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.ks-yj-title a {
  color: #5bc0de;
}

.ks-yj:hover {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

.line-c {
  width: 100%;
  height: 1px;
  background-color: #e5e5e5;
  margin: 10px 0;
}

/* 科室导航 */

.ks-border {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  overflow: hidden;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
}

.border-right {
  border-right: 1px solid #e5e5e5;
}

.ks-nav-nk:hover, .ks-nav-nk:hover .border-right, .ks-nav-nk:hover a {
  border-color: #337ab7;
  color: #337ab7;
}

.ks-nav-wk:hover, .ks-nav-wk:hover .border-right, .ks-nav-wk:hover a {
  border-color: #5cb85c;
  color: #5cb85c;
}

.ks-nav-ts:hover, .ks-nav-ts:hover .border-right, .ks-nav-ts:hover a {
  border-color: #f0ad4e;
  color: #f0ad4e;
}

.ks-nav-yj:hover, .ks-nav-yj:hover .border-right, .ks-nav-yj:hover a {
  border-color: #5bc0de;
  color: #5bc0de;
}

.list-download {
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 15px 0;
}

.list-download:hover {
  background-color: #e5e5e5;
}

.honor-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
}

/* 视频 */

.list-video {
  margin-bottom: 30px;
  overflow: hidden;
}

.video-img {
  background-repeat: no-repeat;
  background-size: cover;
}

.video-name {
  background-color: #8FC31F;
  line-height: 40px;
  font-size: 16px;
}

.img-news {
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.img-container {
  border: 1px solid #e5e5e5;
  padding: 10px;
  height: 170px;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

.img-container img {
  max-height: 150px;
  margin: auto;
  display: block;
}

.xwimg-describe {
  letter-spacing: 1px;
  color: #2b3242;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.exchange-container {
  border: 1px solid #e5e5e5;
  padding: 5px;
  height: 100px;
  overflow: hidden;
  width: 100%;
  display: flex;
}

.exchange-container img {
  max-height: 90px;
  margin: auto;
  display: block;
}

.exchange-describe {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  letter-spacing: 1px;
  color: #2b3242;
  font-size: 16px;
  line-height: 24px;
}

.content-nav {
  clear: both;
}

.icon-list {
  height: 200px;
  border: 1px solid #e5e5e5;
  padding: 10px;
  overflow: hidden;
}

.icon-list img {
  max-height: 180px;
  margin: auto;
  display: block;
}

.page-intro {
  line-height: 32px;
  font-size: 16px;
  letter-spacing: .5px;
}

.main-table {
  /* border:1px solid #ddd; */
  margin-bottom: 10px;
  position: relative;
}

.new-table {
  border-top: none;
  border-right: none;
  border-bottom: none;
}

.fixed-time {
  width: 100%;
  max-width: 1170px;
  margin: 0 !important;
}

td.blue {
  background-color: #00a1e9;
  color: #fff;
}

.fixed-time .table-bordered {
  border-color: #00a1e9;
}

.ks-time-name a {
  display: block;
  position: absolute;
}

#scrollUp {
  position: fixed;
  right: 0;
  bottom: 100px;
  background-color: #e5e5e5;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
}

#scrollUp:hover {
  background-color: #008187;
}

.step {
  background-color: #00a1e9;
  line-height: 76px;
  margin-bottom: 20px;
  font-size: 24px;
}

.main1 {
  font-size: 20px;
  line-height: 44px;
  color: #00a1e9;
}

.main2 {
  font-size: 18px;
  line-height: 36px;
  color: #90c31f;
}

.main3 {}

.carousel-caption {
  position: absolute;
  padding: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  color: #fff;
  text-align: center;
  text-shadow: none;
  line-height: 36px;
}

#carousel-generic-hl .item {
  height: 260px;
}

.carousel-slide {
  margin: 0 !important;
}

.title-hl {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 160, 233, .7);
  color: #fff;
  padding: 10px 20px;
}

.hl-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.list-hl {
  line-height: 32px;
}

.culture-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 10px;
  line-height: 24px;
}

.culture-list {
  margin-bottom: 20px;
}

.culture-img {
  width: 100%;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.lz-img {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.title-lz {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 36px;
  margin-top: 0
}

.culture-title {
  font-size: 20px;
}

.lz-c {
  position: relative;
  height: 300px;
}

.lz-des {
  position: absolute;
  top: 50%;
  margin-top: -60px;
  padding: 0 15px;
}

.zg-des {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.list-yk {
  line-height: 36px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e5e5;
  overflow: hidden;
}

.culture-zg {
  height: 150px;
  width: 100%;
  overflow: hidden;
}

.culture-zg img {
  width: 100%;
  min-height: 150px;
}

#marquee li {
  width: 200px;
}

#roll {
  width: 400px;
  position: absolute;
  z-index: 9999;
  /* display: none; */
}

.down {
  line-height: 44px;
  font-size: 16px;
}

.down::before {
  content: "\f0c6";
  font-family: FontAwesome;
  color: green;
  font-size: 20px;
}

.margin-top-10 {
  margin-top: 25px;
}

.bg-white {
  background-color: #fff;
}

#hospital-xw .item img {
  width: 100%;
  min-height: 220px;
}

#xw, #keshi, #zhinan, #party, #teach, #note-job {
  /*-moz-box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  -webkit-box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  box-shadow: 0 2px 2px rgba(190, 190, 190, .3);*/
  margin-bottom: 30px;
}

#main .ks-nav-nk, #main .ks-nav-wk, #main .ks-nav-yj, #main .ks-nav-ts {
 /* -moz-box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  -webkit-box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  box-shadow: 0 2px 2px rgba(190, 190, 190, .3);*/
}

#ks {
  padding-bottom: 10px;
}

.select-search {
  margin-top: 15px;
}

.item-img img {
  min-width: 100%;
}

#xw .item-img {
  height: 240px;
  overflow: hidden;
}

#xw .item-img img {
  /* height: 240px; */
  overflow: hidden;
}

#party .item, #teach .item, #china .item {
  /*height: 220px;*/
  overflow: hidden;
}

#photo .item, #photo .item img, #val .item, #val .item img, #cul .item, #cul .item img {
  width: 100% !important;
  height: 170px !important;
}

.background-green {
  padding: 5px 0;
  font-weight: bold;
}

#video, #photo, #val, #cul {
  -moz-box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  -webkit-box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  box-shadow: 0 2px 2px rgba(190, 190, 190, .3);
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  min-height: 220px;
}

#link {
  margin-bottom: 10px;
}

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

#allmap img {
  max-width: inherit;
}
.dropdown-submenu i{
  padding-top: 5px;
}
.content-p{
  line-height: 32px;
  letter-spacing: .5px;
}
.doct-list li{
    float: left;
    padding: 0 1px;
    width: 250px;
    padding-right: 10px;
}
.item-d{
  margin-bottom: 30px;
}
.xw-info table{
  border: 1px solid #ccc;
  max-width: 100% !important;
  height: auto !important;
}

.xw-info tr td{
  max-width: 100%;
  border: 1px solid #ccc;
}
.doc-name .word-break{
  height: 22px;
}
#zhinan {
 min-height: 400px;
  margin-bottom: 40px;
}

@media(min-width:1200px){
.background-nav{
  background-image: url(../images/nav-bg.jpg);
  padding-top: 10px;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}
}
@media(max-width:768px){
  .background-nav{
    background-color: #8FC31F;
  }
  .ks-news,#ke-news .col-sm-4{
    margin-bottom: 20px;
    padding: 0;
  }
  #ke-news .col-sm-5{
    padding: 0;
  }
  #video .play iframe {
    width: 100% !important;
    height: 220px !important;
  }
}
.nav>li>a {
  padding: 10px 15px;
}
.header-top{
  background-color: #fff;
}
#cz-time table{
  text-align: center;
}
.no-right{
  padding-right: 0;
}
.float-right {
  position: fixed;
  top: 50%;
  right: 0;
  background-color: #e5e5e5;
}

.icons {
  border-bottom: 1px solid #fff;
  padding: 10px 15px;
  color: #282828;
}
.icons a{
  color: #282828;
}
.wx-code{
  position: absolute;
  left: -100px;
  top: 0;
  display: none;
}
.wx-code img{
  width: 100px;
}
.wechat:hover .wx-code{
  display: block;
}
.k-title{
  background-image: url(../images/ks-title.png);
  padding: 4px 17px;
  color: #ce4545;
  background-repeat: no-repeat;
  font-family: "宋体";
  background-position: center;
background-size: cover;
}
.l-top{
  font-size: 24px;
  height: 80px;
  line-height: 80px;
  background-image: url(../images/left-title.jpg);
  color: #fff;
}
.list-left{
  padding: 20px 0;
  background-color: #ede3ce;
  background-image: url(../images/rs.png);
  background-repeat: no-repeat;
  background-position: bottom right;
}

.list-left li{
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 15px;
  background-image: url(../images/left-n1.png);
  background-repeat: no-repeat;
  background-position: center;
}
.active-left{
  background-image: url(../images/left-n.png) !important;
}
.active-left a{
  color: #af0909;
}
#dangjian{
  background-image: url(../images/dangjian.jpg);
  padding: 20px 0;
  overflow: hidden;
}
#lianzheng{
  background-image: url(../images/lianzheng.jpg);
  padding: 20px 0;
  overflow: hidden;
}
#benjiankang{
  background-image: url(../images/benjiankang.jpg);
  padding: 20px 0;
  overflow: hidden;
}


#keshi .item {
  height: 220px;
}

.background-gray .down-list {
  min-height: 300px;
}