﻿
@-webkit-keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes serFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    -ms-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pull {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px 0);
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
}

@-webkit-keyframes tan {
  0% {
    transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(0.7);
  }

  40% {
    transform: scaleY(0.6);
  }

  60% {
    transform: scaleY(0.9);
  }

  80% {
    transform: scaleY(0.8);
  }

  100% {
    transform: scaleY(1.05);
  }
}

@keyframes tan {
  0% {
    transform: scaleY(0.5);
  }

  20% {
    transform: scaleY(0.7);
  }

  40% {
    transform: scaleY(0.6);
  }

  60% {
    transform: scaleY(0.9);
  }

  80% {
    transform: scaleY(0.8);
  }

  100% {
    transform: scaleY(1.05);
  }
}

@keyframes blink {
  0% {
    background-color: #ccc;
    color: #0079dd;
  }

  50% {
    background-color: #0079dd;
    color: #fff;
  }

  100% {
    background-color: #ccc;
    color: #0079dd;
  }
}

@-webkit-keyframes blink {
  0% {
    background-color: #ccc;
    color: #0079dd;
  }

  50% {
    background-color: #0079dd;
    color: #fff;
  }

  100% {
    background-color: #ccc;
    color: #0079dd;
  }
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
select,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}

sup,
sub {
  font-size: 40%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

p {
  margin: 0 0 9px;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 14px/1.8 "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun,
    "Segoe UI", Tahoma, Helvetica, sans-serif;
  outline: 0;
}

body {
  background-color: #fff;
  color: #555;
}

a {
  color: #000;
  outline: none;
}

a:hover {
  color: #0079dd;
  text-decoration: none;
}

.container {
  min-height: 500px;
  margin-top: 30px;
}

.container-inner {
  background-color: #fff;
  min-height: 460px;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.btn {
  display: inline-block;
  border: none;
  text-align: center;
  background-color: #0079dd;
  color: #fff;
  min-height: 34px;
  line-height: 34px;
  padding: 0 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.btn:hover {
  background-color: #005daa;
  color: #fff;
}

.btn.white {
  background-color: #fff;
  color: #0079dd;
  border: 1px solid #ddd;
}

.btn.white:hover {
  background-color: #0079dd;
  color: #fff;
  border: 1px solid #0079dd;
}

.btn.disabled {
  background-color: #f1f1f1;
  border-color: #aaa;
  color: #aaa;
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt21 {
  margin-top: 21px;
}

.mt25 {
  margin-top: 25px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mr10 {
  margin-right: 10px;
}

.mr35 {
  margin-right: 35px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

input::-webkit-input-placeholder {
  line-height: normal;
}

textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"] {
  padding: 12px 10px;
  line-height: 1;
  height: 18px;
  border: 1px solid #ddd;
  background-color: #fff;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  vertical-align: middle;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus {
  border-color: #0079dd;
  outline: 0;
}

select {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 4px 10px;
  line-height: 1;
}

input[readonly] {
  color: #999;
}

input[disabled] {
  background-color: #f3f3f3;
}

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot") format("embedded-opentype"),
    url("../font/iconfont.woff") format("woff"),
    url("../font/iconfont.ttf") format("truetype"),
    url("../font/iconfont.svg") format("svg");
}

.iconfont {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.imagesLoaded li img {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.imagesLoaded .is-loading {
  background: url(../image/loading.gif) center no-repeat #000;
}

.imagesLoaded .is-broken {
  background: url(../image/broken.png) center no-repeat #be3730;
}

.imagesLoaded .is-loading img,
.imagesLoaded .is-broken img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border-radius: 50%;
  padding: 0;
  cursor: pointer;
  background-color: #fff;
  transition: 0.38s;
  -webkit-transition: 0.38s;
}

.slick-dots li button {
  display: none;
}

.slick-dots li.slick-active {
  background-color: #0079dd;
}

.slick-dots li:hover {
  background-color: #0079dd;
}

body:after {
  content: url(../image/close.png) url(../image/loading-gray.gif)
    url(../image/prev.png) url(../image/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: 400;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: #fff;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../image/loading-gray.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: 0;
}

.lb-next,
.lb-prev {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../image/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../image/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../image/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: middle;
  border-top: 8px solid #000000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: "";
}

.caret.up {
  border-top: none;
  border-bottom: 8px solid #ccc;
}

.caret.down {
  border-top: 8px solid #ccc;
  border-bottom: none;
}

.header-top {
  min-width: 1200px;
  height: 42px;
  background-color: #f5f5f5;
}

.header-top .fr .bar {
  position: relative;
  float: left;
  height: 42px;
  line-height: 42px;
  cursor: pointer;
}

.header-top .fr .bar + .bar {
  margin-left: 30px;
}

.header-top .fr .bar + .bar:before {
  content: "";
  display: block;
  position: absolute;
  left: -15px;
  top: 15px;
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
}

.header-top .fr .bar i {
  color: #999;
}

.header-top .fr .bar u {
  color: #999;
}

.header-top .fr .bar a {
  display: block;
}

.header-top .fr .bar .bar-img {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 3;
}

.header-top .fr .bar .bar-img img {
  display: block;
  width: 76px;
  height: 76px;
}

.header-top .fr .bar:hover i,
.header-top .fr .bar:hover u {
  color: #0079dd;
}

.header-top .fr .bar:hover .bar-img {
  display: block;
  animation: popFadeIn 0.5s;
}

.top-right .patient {
  position: relative;
}

.top-right .patient .login {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top-right .patient .login i {
  font-size: 16px;
  margin: auto 5px;
}

.top-right .patient .login:hover {
  color: #0079dd;
}

.top-right .patient .patient-menu {
  display: none;
  background-color: #fff;
  border: 2px solid #0079dd;
  border-top: none;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  z-index: 5;
}

.top-right .patient .patient-menu a {
  display: block;
  line-height: 35px;
  text-align: center;
  color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top-right .patient .patient-menu a + a {
  border-top: 1px solid #0079dd;
}

.top-right .patient .patient-menu a:hover {
  background-color: #0079dd;
  color: #fff;
}

.top-right .register-bar a {
  display: block;
  height: 40px;
  margin-left: 20px;
  line-height: 40px;
  color: #fff;
  font-size: 12px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.top-right .register-bar a:hover {
  color: #0079dd;
}

.header {
  position: relative;
  z-index: 2;
}

.header .logo-row {
  position: relative;
  z-index: 3;
  min-width: 1200px;
  height: 80px;
  padding: 19px 0;
}

.header .logo a {
  display: block;
}

.header .logo a img {
  width: auto;
  height: 80px;
}

.header .search {
  position: relative;
  margin-top: 17px;
}

.header .search form {
  display: block;
}

.header .search form .searchtype {
  height: 46px;
  position: absolute;
  left: 0;
  top: 0;
}

.header .search form .searchtype:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 15px;
  width: 1px;
  height: 16px;
  background-color: #c9c9c9;
}

.header .search form .searchtype span {
  display: block;
  padding: 0 16px 0 17px;
  cursor: pointer;
  line-height: 46px;
  color: #999;
}

.header .search form .searchtype span:after {
  font-family: "iconfont";
  content: "\e610";
  margin-left: 5px;
  color: #999;
}

.header .search form .searchtype ul {
  position: absolute;
  left: 0;
  top: 46px;
  z-index: 2;
  display: none;
  width: 100%;
  background-color: #fff;
}

.header .search form .searchtype ul li:hover a {
  background-color: #0079dd;
  color: #fff;
}

.header .search form .searchtype ul li a {
  display: block;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
}

.header .search form i.search-icon {
  position: absolute;
  left: 80px;
  top: 0;
  width: 40px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-weight: bold;
  color: #d7d7d7;
}

.header .search form input.keyword {
  box-sizing: border-box;
  width: 340px;
  height: 46px;
  line-height: 25px;
  padding: 9px 5px 9px 85px;
  border: 1px solid #e4e4e4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.header .search form input::-webkit-input-placeholder {
  color: #a6a6a6;
}

.header .search form input:-moz-placeholder {
  color: #a6a6a6;
}

.header .search form input::-moz-placeholder {
  color: #a6a6a6;
}

.header .search form input:-ms-input-placeholder {
  color: #a6a6a6;
}

.header .search form button {
  width: 96px;
  height: 46px;
  line-height: 46px;
  font-size: 14px;
  margin-left: -2px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.header .search form button i {
  float: left;
  margin-left: 3px;
  margin-right: 10px;
}

.header .search form button span {
  float: left;
}

.top-login {
  display: inline-block;
}

.version a {
  line-height: 1;
}

.version a.cur {
  font-weight: bold;
}

.other-tit {
  border-left: 1px solid #009d6d;
  line-height: 22px;
  padding: 0 20px;
  margin-top: 3px;
}

.other-tit p {
  margin-bottom: 0;
  font-size: 13px;
  color: #666;
}

.nav {
  min-width: 1200px;
  height: 60px;
  border-top: 1px solid #d7d7d7;
}

.nav .layout {
  position: relative;
}

.nav ul.nav-lists {
  display: block;
  position: relative;
  z-index: 1;
  width: 900px;
  padding-right: 40px;
  font-size: 0;
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-ideograph;
}

.nav ul.nav-lists:after {
  content: "";
  width: 100%;
  display: inline-block;
  overflow: hidden;
  height: 0;
}

.nav ul.nav-lists:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 22px;
  width: 1px;
  height: 15px;
  background-color: #d7d7d7;
}

.nav ul.nav-lists > li {
  position: relative;
  display: inline-block;
  line-height: 52px;
}

.nav ul.nav-lists > li.dm-subnav {
  position: static;
}

.nav ul.nav-lists > li.dm-subnav > .subnav {
  width: 100%;
  left: 0;
  box-sizing: border-box;
}

.nav ul.nav-lists > li > a {
  position: relative;
  display: block;
  height: 56px;
  margin-top: -1px;
  font-size: 16px;
  text-align: center;
  border-top: 4px solid transparent;
}

.nav ul.nav-lists > li:hover > a {
  color: #0079dd;
}

.nav ul.nav-lists > li:hover > a:after {
  bottom: -7px;
  opacity: 1;
}

.nav ul.nav-lists > li.cur > a {
  color: #0079dd;
  font-weight: bold;
  border-top-color: #0079dd;
}

.nav .hos-hot {
  line-height: 59px;
  font-size: 16px;
}

.nav .hos-hot i {
  color: #999;
}

.nav .hos-hot span,
.nav .hos-hot strong {
  color: #0079dd;
}

.nav .float-bg {
  width: 8.33%;
  height: 50px;
  background: #008059;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.no-js .nav .float-bg {
  display: none;
}

.no-js .nav ul > li:hover .subnav {
  display: block;
}

.nav .subnav {
  position: absolute;
  left: -37px;
  right: 0;
  top: 59px;
  z-index: 3;
  min-width: 105px;
  display: none;
  overflow: hidden;
  padding: 0 15px 5px;
  background-color: #fff;
  border: 1px solid #0079dd;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.08);
  text-align-last: left;
}

.nav ul.dropMenu {
  overflow: hidden;
}

.nav ul.dropMenu li {
  height: 40px;
  line-height: 40px;
}

.nav ul.dropMenu li + li {
  border-top: 1px dashed #e4e4e4;
}

.nav ul.dropMenu li a {
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 15px;
  text-align-last: center;
}

.nav ul.dropMenu li a:hover {
  color: #0079dd;
}

.menucontent {
  overflow: hidden;
  margin: 0 -20px 20px -20px;
}

.menucontent > div {
  float: left;
  box-sizing: border-box;
  min-height: 100%;
  line-height: 1;
  padding: 0 20px;
  margin: 20px auto;
  box-sizing: border-box;
  text-align: left;
  border-right: 1px solid #e4e4e4;
  margin-bottom: -350px;
  padding-bottom: 350px;
}

.menucontent > div:last-child {
  border: 0;
}

.menucontent.col2 .subcol {
  width: 50%;
}

.menucontent.col3 .subcol {
  width: 33.33%;
}

.menucontent.col4 .subcol {
  width: 25%;
}

.subcol h2 {
  line-height: 1;
  font-size: 16px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-weight: normal;
  position: relative;
}

.subcol h2:before {
  content: "";
  display: block;
  position: absolute;
  width: 32px;
  height: 1px;
  background-color: #0079dd;
  line-height: 0;
  overflow: hidden;
  bottom: 0;
}

.subcol h2 a {
  text-align: left;
}

.subcol .img220 {
  width: 100%;
  height: 120px;
}

.subcol p {
  line-height: 1.5;
  margin-top: 15px;
  font-size: 14px;
}

.subcol p a {
  color: #0079dd;
}

.subcol p a:hover {
  text-decoration: underline;
}

.subcol .img-list {
  overflow: hidden;
  margin: 0 -10px;
}

.subcol .img-list li {
  float: left;
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 0;
  margin-bottom: 20px;
  font-size: 14px;
}

.subcol .img-list li img {
  width: 100%;
  height: 110px;
  box-sizing: border-box;
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}

.subcol .img-list li a {
  display: block;
  height: 110px;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}

.subcol .img-list li a:hover img {
  transform: scale(1.2);
}

.subcol .img-list li a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
}

.subcol .img-list li span {
  display: block;
  box-sizing: border-box;
  padding: 10px;
  line-height: 90px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-size: 14px;
  width: 100%;
  height: 100%;
  background: url(../image/black70.png);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.subcol .imgtxt-list {
  margin-top: -10px;
}

.subcol .imgtxt-list li {
  height: 28px;
  overflow: hidden;
}

.subcol .imgtxt-list a {
  display: inline-block;
  line-height: 28px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subcol .imgtxt-list a:before {
  content: "â€¢";
  font-weight: bold;
  color: #999;
  margin-right: 5px;
}

.subcol .txt-list li {
  height: 29px;
  overflow: hidden;
  font-size: 14px;
}

.subcol .txt-list a {
  display: inline-block;
  line-height: 29px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.subcol .txt-list a:before {
  content: "â€¢";
  font-weight: bold;
  color: #999;
  margin-right: 5px;
}

.subcol .specialist {
  height: 192px;
}

.subcol .specialist li a {
  height: 50px;
  line-height: 50px;
}

.no-js .nav li:hover .subnav {
  display: block;
}

.department-subnav {
  padding: 20px 0;
}

.department-subnav dl {
  text-align: left;
  line-height: 1;
  padding-bottom: 15px;
}

.department-subnav dl:last-child {
  padding-bottom: 0;
}

.department-subnav dl a {
  display: inline;
  white-space: nowrap;
}

.department-subnav dl dt {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  font-size: 16px;
  color: #0079dd;
}

.department-subnav dl dt span {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 8px;
}

.department-subnav dl dd {
  padding-top: 6px;
  font-size: 0;
}

.department-subnav dl dd a {
  display: inline-block;
  width: 40%;
  line-height: 1.8;
  margin: 0 10px 0 0;
  border: none;
  padding: 0 5px;
  font-size: 14px;
}

.department-subnav dl dd a:hover {
  color: #0079dd;
}

.department-subnav .tab-tit {
  overflow: hidden;
  border-left: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

.department-subnav .tab-tit a {
  float: left;
  display: block;
  border: 1px solid #e4e4e4;
  background-color: #f9f9f9;
  font-weight: bold;
  color: #999;
  line-height: 38px;
  margin-left: -2px;
  text-align: center;
}

.department-subnav .tab-tit a.cur {
  color: #444;
  background-color: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #0079dd;
}

.department-subnav .tab-tit.span2 a {
  width: 50%;
}

.department-subnav .tab-tit.span3 a {
  width: 33.33%;
}

.department-subnav .tab-tit.span4 a {
  width: 25%;
}

.department-subnav .tab-tit.span5 a {
  width: 20%;
}

.department-nav {
  display: none;
}

.department-nav:first-child {
  display: block;
}

.department-nav .tab-tit a.cur {
  color: #444;
  background-color: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #0079dd;
}

#mobile1 div#link_more {
  display: none;
}

.index-slider {
  position: relative;
  min-width: 1200px;
  height: 560px;
  background-color: #ede1ca;
  overflow: hidden;
}

.index-slider ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 560px;
  overflow: hidden;
}

.index-slider ul li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 1200px;
  height: 560px;
  background-position: center;
}

.index-slider ul li:first-child {
  display: block;
}

.index-slider ul li a.slide-txt {
  position: relative;
  display: block;
}

.index-slider ul li a.slide-txt img {
  display: block;
  position: relative;
}

.index-slider .slide-btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 40px;
  text-align: left;
}

.index-slider .slide-btn a {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 10px;
  vertical-align: middle;
  font-size: 0;
  text-indent: -999px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-slider .slide-btn a.cur {
  width: 40px;
  background-color: #0079dd;
}

.index-slider .slide-btn a + a {
  margin-left: 5px;
}

h2.con-tit {
  height: 35px;
  border-bottom: 1px solid #e4e4e4;
}

h2.con-tit a.fl {
  position: relative;
  font-size: 20px;
  line-height: 20px;
}

h2.con-tit a.fl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 80px;
  height: 3px;
  background-color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h2.con-tit a.fr {
  color: #999;
  font-weight: normal;
}

h2.con-tit a.fr i {
  font-size: 12px;
  color: #0079dd;
}

h2.con-tit a.fr:hover {
  color: #0079dd;
}

h3.con-tit {
  height: 35px;
  border-bottom: 1px solid #e4e4e4;
}

h3.con-tit a.fl {
  position: relative;
  color: #000;
  font-size: 20px;
  line-height: 25px;
}

h3.con-tit a.fl:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -11px;
  width: 40px;
  height: 3px;
  background-color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h2.tab-con-tit {
  height: 35px;
  border-bottom: 1px solid #e4e4e4;
}

h2.tab-con-tit span.fl a {
  float: left;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 20px;
  font-weight: normal;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h2.tab-con-tit span.fl a + a {
  margin-left: 40px;
}

h2.tab-con-tit span.fl a + a:after {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 1px;
  width: 1px;
  height: 18px;
  background-color: #e4e4e4;
}

h2.tab-con-tit span.fl a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

h2.tab-con-tit span.fl a.cur {
  font-weight: bold;
}

h2.tab-con-tit span.fl a.cur:before {
  background-color: #0079dd;
}

h2.tab-con-tit a.fr {
  color: #999;
  font-weight: normal;
}

h2.tab-con-tit a.fr i {
  font-size: 12px;
  color: #0079dd;
}

h2.tab-con-tit a.fr:hover {
  color: #0079dd;
}

.index-service {
  position: relative;
  height: 120px;
}

.index-service .service-box {
  position: absolute;
  top: -20px;
  left: 0;
  box-sizing: border-box;
  width: 330px;
  height: 400px;
  margin-left: 20px;
  padding: 20px 0 0 20px;
  background-color: rgba(228, 228, 228, 0.95);
  opacity: 0.95;
  filter: Alpha(opacity=95);
}

.index-service ul.service-list {
  box-sizing: border-box;
  width: 290px;
  height: 360px;
  padding-top: 0px;
  background-color: #fff;
}

.index-service ul.service-list li {
  float: left;
  width: 145px;
  height: 120px;
  box-sizing: border-box;
  padding-top: 20px;
}

.index-service ul.service-list li {
  border: 1px solid #e4e4e4;
}

.index-service ul.service-list li a {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-service ul.service-list li a span {
  font-size: 16px;
  line-height: 25px;
  color: #000;
}

.index-service ul.service-list li a i {
  position: relative;
  z-index: 1;
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  line-height: 40px;
  text-align: center;
  font-size: 40px;
  color: #199ed8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-service ul.service-list li a i:before {
  content: attr(text);
  content: "" \9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 40px;
  font-size: 40px;
  font-family: "iconfont";
  z-index: 10;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  color: #0079dd;
  mask: linear-gradient(to left top, #0079dd, transparent);
  -webkit-mask: linear-gradient(to left top, #0079dd, transparent);
  -moz-mask: linear-gradient(to left top, #0079dd, transparent);
  -o-mask: linear-gradient(to left top, #0079dd, transparent);
}

.index-service ul.service-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -15px;
  bottom: -18px;
  z-index: -1;
  margin: auto;
  opacity: 1;
  filter: Alpha(opacity=100);
  border-radius: 0px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-service ul.service-list li:hover a span,
.index-service ul.service-list li:hover a i {
  margin-top: -5px;
  padding-bottom: 10px;
  color: #fff;
}

.index-service ul.service-list li:hover a span:before,
.index-service ul.service-list li:hover a i:before {
  color: #fff;
}

.index-service ul.service-list li:hover a:before {
  background-color: #199ed8;
  -webkit-animation: tan 0.5s;
  animation: tan 0.5s;
}

.index-news {
  position: relative;
  height: 350px;
  padding: 45px 0 27px;
}

.index-news .news-left {
  width: 870px;
}

.index-news .news-left .news-left-box {
  margin-top: 24px;
}

.index-news .news-left .news-left-box .img-news {
  width: 405px;
  height: 275px;
  overflow: hidden;
}

.index-news .news-left .news-left-box .img-news .slick-track {
  min-width: 405px;
}

.index-news .news-left .news-left-box .img-news .img-news-info a {
  position: relative;
  display: block;
  width: 405px;
  height: 275px;
}

.index-news .news-left .news-left-box .img-news .img-news-info a img {
  display: block;
  width: 405px;
  height: 275px;
}

.index-news .news-left .news-left-box .img-news .img-news-info a .news-time {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 4px 10px;
  line-height: 20px;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-news
  .news-left
  .news-left-box
  .img-news
  .img-news-info
  a
  .news-time
  strong {
  display: block;
}

.index-news .news-left .news-left-box .img-news .img-news-info a span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 40px 55px 30px;
  background: -webkit-linear-gradient(180deg, transparent, #000);
  background: -moz-linear-gradient(180deg, transparent, #000);
  background: -o-linear-gradient(180deg, transparent, #000);
  background: linear-gradient(180deg, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='transparent',endColorStr='#000',gradientType='0');
  text-align: center;
  color: #fff;
  line-height: 18px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-news
  .news-left
  .news-left-box
  .img-news
  .img-news-info
  a:hover
  .news-time {
  transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  -moz-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
}

.index-news .news-left .news-left-box .img-news .img-news-info a:hover span {
  font-weight: bold;
}

.index-news .news-left .news-left-box .img-news .slick-dots {
  bottom: 0;
}

.index-news .news-left .news-left-box .img-news .slick-dots li {
  width: 15px;
  height: 3px;
  border-radius: 0;
}

.index-news .news-left .news-left-box ul.txts-news {
  width: 435px;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew {
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew a {
  display: block;
  line-height: 30px;
  padding-bottom: 7px;
  border-bottom: 1px dashed #e4e4e4;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew a span {
  float: left;
  box-sizing: border-box;
  display: block;
  width: 60px;
  height: 50px;
  margin-right: 15px;
  line-height: 24px;
  color: #999;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew a span strong {
  display: block;
  border-bottom: 1px solid #e4e4e4;
  color: #0079dd;
  font-size: 20px;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew a u {
  float: left;
  width: 360px;
  font-size: 16px;
  color: #555;
  line-height: 24px;
  font-weight: bold;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew a:hover span {
  color: #0079dd;
  border-color: #0079dd;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew a:hover u {
  color: #0079dd;
}

.index-news .news-left .news-left-box ul.txts-news li.firstnew p {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
}

.index-news .news-left .news-left-box ul.txts-news li + li a {
  line-height: 30px;
}

.index-news .news-left .news-left-box ul.txts-news li + li a:before {
  content: *;
  margin-right: 3px;
  color: #0079dd;
  font-size: 12px;
}

.index-news .news-left .news-left-box ul.txts-news li + li a img + img {
  margin-left: 5px;
}

.index-news .news-left .news-left-box ul.txts-news li + li a time {
  color: #999;
}

.index-news .depart-box {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
}

.index-news .depart-box .home-depart-pannel {
  position: absolute;
  top: -185px;
  left: 0;
  right: 0;
  width: 300px;
  height: 607px;
  background-color: rgba(0, 121, 221, 0.95);
}

.txts-list li + li {
  border-top: 1px dashed #e4e4e4;
}

.txts-list li a {
  display: block;
  line-height: 40px;
}

.txts-list li a:before {
  content: *;
  margin-right: 3px;
  color: #f72691;
  font-size: 12px;
}

.txts-list li a time {
  color: #999;
}

.index-experts-box {
  min-width: 1200px;
  height: 360px;
  padding: 35px 0 45px;
  background: url(../image/exprtsbg.png) no-repeat center center;
  overflow: hidden;
}

.clinic-form .form-input {
  margin-left: 70px;
}

.clinic-form .form-input select {
  width: 100%;
}

.clinic-form > .form-input {
  margin-left: 0;
}

.clinic-form > .form-input .btn {
  width: 100%;
  line-height: 40px;
  line-height: 40px;
}

.clinic-form .select {
  position: relative;
}

.clinic-form .select .letter-box {
  display: none;
  min-height: 150px;
  position: absolute;
  width: 680px;
  top: 35px;
  font-size: 12px;
  top: 36px;
  left: 0;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  z-index: 2;
  padding: 10px;
}

.clinic-form .select .align-right {
  left: 0px;
}

.clinic-form .area-tit {
  overflow: hidden;
  background-color: #d7d7d7;
  margin: -10px -10px 5px -10px;
}

.clinic-form .area-tit a {
  float: left;
  line-height: 35px;
  height: 35px;
  text-align: center;
}

.clinic-form .area-tit a.cur {
  background-color: #fff;
  color: #0079dd;
}

.clinic-form .area-letter .tabs {
  display: none;
}

.clinic-form .area-letter .tabs:first-child {
  display: block;
}

.clinic-form .span2 a {
  width: 50%;
}

.clinic-form .span3 a {
  width: 33.33%;
}

.clinic-form .select-input {
  display: block;
  width: 100%;
  padding-left: 8px;
  font-size: 14px;
}

.clinic-form .select-input i {
  position: absolute;
  line-height: 37px;
  right: 5px;
  top: 0;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.clinic-form .select-input.open i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.clinic-form .letter-tit {
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #d7d7d7;
}

.clinic-form .letter-tit li {
  float: left;
  width: 20%;
  height: 29px;
  text-align: center;
}

.clinic-form .letter-tit li a {
  display: block;
}

.clinic-form .letter-tit li.cur {
  font-weight: bold;
  border-bottom: 2px solid #0079dd;
  margin-bottom: -1px;
  position: relative;
}

.clinic-form .letter-pannel li {
  display: none;
  overflow: hidden;
  padding: 10px 10px 0 10px;
}

.clinic-form .letter-pannel li:first-child {
  display: block;
}

.clinic-form .letter-pannel li span {
  float: left;
  width: 20%;
  line-height: 1.5;
}

.clinic-form .letter-pannel li span a {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.look-experts {
  position: relative;
  padding-left: 36px;
}

.look-experts:before {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  top: 2px;
  width: 1px;
  height: 20px;
  background-color: #e4e4e4;
}

.look-experts form {
  display: block;
}

.look-experts form .form-item {
  float: left;
  min-width: 112px;
  min-height: 25px;
}

.look-experts form .form-item + .form-item {
  margin-left: 10px;
}

.look-experts form .form-item .form-input {
  margin-left: 0;
  height: 25px;
}

.look-experts form .form-item .form-input .select a.select-input {
  padding: 5px 30px 5px 15px;
  height: 25px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #e4e4e4;
}

.look-experts form .form-item .form-input .select a.select-input span {
  font-weight: normal;
  font-size: 12px;
}

.look-experts form .form-item .form-input .select a.select-input i {
  top: 1px;
  right: 15px;
  font-size: 12px;
  line-height: 25px;
  color: #999;
}

.look-experts form .form-item .form-input select {
  position: relative;
  border: 0;
  padding: 5px 12px 5px 15px;
  height: 25px;
  line-height: 14px;
  background-color: #fff;
  border-radius: 3px;
  font-size: 12px;
  border: 1px solid #e4e4e4;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.look-experts form .form-item .form-input.select-zhicheng:before {
  font-family: "iconfont";
  content: "\e635";
  width: 12px;
  height: 25px;
  line-height: 25px;
  position: absolute;
  top: 1px;
  right: 15px;
  z-index: 1;
  color: #999;
  font-size: 12px;
}

.look-experts form .form-item .form-input .btn {
  min-width: 112px;
  min-height: 25px;
  line-height: 25px;
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  background: -webkit-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -moz-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -o-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -ms-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#004fa6',endColorStr='#199ed8',gradientType='1');
}

.look-experts form .form-item .form-input .btn:hover {
  opacity: 0.7;
}

.look-experts form .form-item .form-input .btn i {
  color: #fff;
  float: left;
  margin: 0 10px 0 4px;
}

.look-experts form .form-item .form-input .btn small {
  float: left;
}

.experts-list {
  position: relative;
  margin: 30px 0px 0;
}

.experts-list .expert-info-pannel {
  margin: 0 -18px 40px;
}

.experts-list .expert-info {
  float: left;
  box-sizing: border-box;
  width: 170px;
  height: 296px;
  padding: 15px 15px 0;
  margin: 0 18px 27px;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.experts-list .expert-info:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.experts-list .expert-info a,
.experts-list .expert-info strong {
  display: block;
  text-align: center;
}

.experts-list .expert-info a.doc-img span,
.experts-list .expert-info a.doc-img img {
  display: block;
  width: 140px;
  height: 190px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.experts-list .expert-info a.doc-img strong {
  margin-top: 5px;
  color: #199ed8;
  font-size: 18px;
  font-weight: normal;
}

.experts-list .expert-info a.doc-img strong:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #0079dd;
}

.experts-list .expert-info a.doc-img p {
  margin-top: 5px;
  font-size: 0;
}

.experts-list .expert-info a.doc-img p u {
  color: #999;
  display: inline-block;
  font-size: 14px;
}

.experts-list .expert-info a.doc-img p u + u {
  margin-left: 5px;
}

.experts-list .expert-info a.doc-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.experts-list .slick-dots {
  bottom: 35px;
}

.experts-list .slick-dots li {
  background-color: #0079dd;
  border-radius: 6px;
}

.experts-list .slick-dots li.slick-active {
  width: 40px;
  background-color: #f72691;
}

.experts-list .prev,
.experts-list .next {
  position: absolute;
  top: -60px;
  width: 40px;
  height: 24px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.experts-list .prev:hover,
.experts-list .next:hover {
  background-color: #0079dd;
}

.experts-list .prev {
  right: 50px;
}

.experts-list .next {
  right: 0px;
}

.area-cons .dp-pannel {
  position: relative;
  height: 380px;
}

.area-cons .dp-pannel .tab-tit {
  height: 65px;
}

.area-cons .dp-pannel .tab-tit a {
  display: block;
  line-height: 65px;
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../image/depart.png) no-repeat center;
}

.area-cons .dp-pannel .dm-boxer {
  padding: 0 25px;
}

.home-department {
  position: relative;
}

.home-department li + li {
  border-top: 1px dashed #40a7e1;
}

.home-department li:last-child a:before {
  content: "";
}

.home-department li a {
  position: relative;
  z-index: 0;
  display: block;
  height: 37px;
  line-height: 37px;
  color: #fff;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.home-department li a:before {
  content: *;
  margin-right: 3px;
  color: #fff;
  font-size: 12px;
}

.home-department li a:hover {
  padding-left: 10px;
}

.home-department li.childhos a {
  font-weight: bold;
}

.lt-index {
  display: inline-block;
  color: #999;
  font-size: 0;
  line-height: 20px;
  font-weight: normal;
}

.lt-index span,
.lt-index a {
  display: inline-block;
  padding: 0 9px;
  font-size: 14px;
  border-right: 1px solid #ccc;
}

.lt-index span:first-child,
.lt-index span:last-child {
  border: none;
}

.lt-index a:first-child,
.lt-index a:last-child {
  border: none;
}

.lt-index a.cur {
  padding: 3px 6px;
  background: #0079dd;
  color: #fff;
  border: none;
}

.treat-project {
  height: 400px;
  padding-top: 40px;
  position: relative;
}

.treat-project .project-list {
  box-sizing: border-box;
  height: 120px;
  padding-top: 22px;
}

.treat-project .project-list > li {
  float: left;

  box-sizing: border-box;

  width: 150px;

  height: 105px;
}

.treat-project .project-list > li + li {
  border-left: 1px solid #e4e4e4;
}

.treat-project .project-list > li > a {
  position: relative;
  z-index: 1;
  display: block;
  text-align: center;
  height: 100%;
}

.treat-project .project-list > li > a > span {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  overflow: hidden;
}

.treat-project .project-list > li a img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: block;
  width: 60px;
  height: 120px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.treat-project .project-list > li > a:before {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -10px;
  bottom: -10px;
  z-index: -1;
  margin: auto;
  opacity: 1;
  filter: Alpha(opacity=100);
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.treat-project .project-list li .related-disease {
  display: none;
  position: absolute;
  top: 170px;
  left: 0;
  z-index: 2;
  box-sizing: border-box;
  width: 100%;
  min-height: 280px;
  padding: 20px 20px 10px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  background: url(../image/bg.jpg) repeat-x;
}

.treat-project .project-list li .related-disease:before {
  color: #e4e4e4;
  top: -1px;
}

.treat-project .project-list li .related-disease strong {
  line-height: 24px;
  color: #000;
}

.treat-project .project-list li .related-disease span {
  display: block;
  font-size: 0;
}

.treat-project .project-list li .related-disease span a {
  display: inline-block;
  padding: 0 5px;
  font-size: 14px;
  color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.treat-project .project-list li .related-disease span a:hover {
  font-weight: bold;
  background-color: #0079dd;
  color: #fff;
}

.treat-project .project-list li.active > a img {
  top: -60px;
}

.treat-project .project-list li.active > a u {
  color: #fff;
}

.treat-project .project-list li.active > a:before {
  background-color: #199ed8;
  -webkit-animation: tan 0.5s;
  animation: tan 0.5s;
}

.treat-project .project-list li.active .related-disease {
  display: block;
}

.ad {
  height: 120px;
  padding: 40px 0 60px;
}

.ad img {
  display: block;
  width: 1200px;
  height: 120px;
}

.index-pic {
  position: relative;
  height: 290px;
  padding-bottom: 40px;
  overflow: hidden;
}

.index-pic .index-pic-box .tab-pannel {
  margin: 20px -10px 0;
}

.index-pic .index-pic-box .tab-pannel .img-slide {
  width: 1220px;
  height: 225px;
}

.index-pic .index-pic-box .tab-pannel .img-slide .slick-track {
  min-width: 1220px;
}

.index-pic .index-pic-box .tab-pannel .img-slide .img-info {
  float: left;
  width: 224px !important;
  height: 225px;
  margin: 0 10px 49px;
}

.index-pic .index-pic-box .tab-pannel .img-slide .img-info a {
  display: block;
  text-align: center;
}

.index-pic .index-pic-box .tab-pannel .img-slide .img-info a span,
.index-pic .index-pic-box .tab-pannel .img-slide .img-info a img {
  display: block;
  width: 224px;
  height: 175px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-pic .index-pic-box .tab-pannel .img-slide .img-info a u {
  line-height: 40px;
}

.index-pic .index-pic-box .tab-pannel .img-slide .img-info a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.index-pic .index-pic-box .tab-pannel .img-slide .prev,
.index-pic .index-pic-box .tab-pannel .img-slide .next {
  position: absolute;
  top: -55px;
  width: 40px;
  height: 24px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.index-pic .index-pic-box .tab-pannel .img-slide .prev:hover,
.index-pic .index-pic-box .tab-pannel .img-slide .next:hover {
  background-color: #0079dd;
}

.index-pic .index-pic-box .tab-pannel .img-slide .prev {
  right: 60px;
}

.index-pic .index-pic-box .tab-pannel .img-slide .next {
  right: 10px;
}

.public-benefit {
  height: 355px;
  padding: 50px 0;
  background: url(../image/benefitbg.png) no-repeat center center;
}

.public-benefit .benefit-left,
.public-benefit .benefit-center,
.public-benefit .benefit-right {
  height: 275px;
  margin-top: 25px;
}

.public-benefit .benefit-left {
  width: 420px;
}

.public-benefit .benefit-left .benefit-list {
  margin-top: 13px;
}

.public-benefit .benefit-left .benefit-list li + li {
  border-top: 1px solid #e4e4e4;
}

.public-benefit .benefit-left .benefit-list li a {
  position: relative;
  display: block;
  height: 65px;
  padding: 15px 0;
}

.public-benefit .benefit-left .benefit-list li a.hasthumb {
  padding-left: 120px;
}

.public-benefit .benefit-left .benefit-list li a.hasthumb span,
.public-benefit .benefit-left .benefit-list li a.hasthumb img {
  display: block;
  width: 100px;
  height: 65px;
}

.public-benefit .benefit-left .benefit-list li a.hasthumb span {
  position: absolute;
  left: 0;
  top: 15px;
}

.public-benefit .benefit-left .benefit-list li a span,
.public-benefit .benefit-left .benefit-list li a img {
  display: none;
}

.public-benefit .benefit-left .benefit-list li a p {
  min-height: 45px;
  margin-bottom: 0;
  line-height: 22px;
  font-size: 15px;
}

.public-benefit .benefit-left .benefit-list li a u {
  color: #999;
}

.public-benefit .benefit-center {
  width: 360px;
  margin-left: 40px;
}

.public-benefit .benefit-center .blind-list {
  margin-top: 13px;
}

.public-benefit .benefit-center .blind-list li + li {
  border-top: 1px dashed #e4e4e4;
}

.public-benefit .benefit-center .blind-list li a {
  display: block;
  height: 40px;
  padding: 15px 0;
  font-size: 15px;
  line-height: 20px;
}

.public-benefit .benefit-right {
  width: 340px;
}

.public-benefit .benefit-right .benefit-video {
  margin-top: 28px;
}

.public-benefit .benefit-right .benefit-video li a {
  position: relative;
  display: block;
}

.public-benefit .benefit-right .benefit-video li.firstvideo {
  margin-bottom: 15px;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a {
  width: 340px;
  height: 180px;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a img {
  display: block;
  width: 340px;
  height: 180px;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 115px;
  padding-top: 15px;
  background: -webkit-linear-gradient(180deg, transparent, #000);
  background: -moz-linear-gradient(180deg, transparent, #000);
  background: -o-linear-gradient(180deg, transparent, #000);
  background: linear-gradient(180deg, transparent, #000);
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='transparent',endColorStr='#000',gradientType='0');
  background: -webkit-linear-gradient(90deg, #000, transparent);
}

.public-benefit .benefit-right .benefit-video li.firstvideo a span i,
.public-benefit .benefit-right .benefit-video li.firstvideo a span u {
  display: block;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a span i {
  height: 55px;
  line-height: 55px;
  font-size: 60px;
  font-weight: bold;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a span u {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 45px;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a:hover i {
  -webkit-animation: popFadeIn 1s;
  animation: popFadeIn 1s;
}

.public-benefit .benefit-right .benefit-video li.firstvideo a:hover u {
  font-weight: bold;
}

.public-benefit .benefit-right .benefit-video li + li a {
  line-height: 29px;
}

.public-benefit .benefit-right .benefit-video li + li a:before {
  content: *;
  margin-right: 3px;
  color: #0079dd;
  font-size: 12px;
}

.eye-box {
  height: 335px;
  padding: 30px 0 20px;
}

.eye-box .eye-science {
  width: 820px;
}

.eye-box .eye-science .science-box .science-left {
  width: 420px;
  margin-top: 20px;
}

.eye-box .eye-science .science-box .img-box li {
  float: left;
}

.eye-box .eye-science .science-box .img-box li + li {
  margin-left: 20px;
}

.eye-box .eye-science .science-box .img-box li a {
  position: relative;
  display: block;
  width: 200px;
  height: 124px;
  overflow: hidden;
}

.eye-box .eye-science .science-box .img-box li a img {
  display: block;
  width: 200px;
  height: 124px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.eye-box .eye-science .science-box .img-box li a u {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  background-color: #000 \9;
  opacity: 0.5 \9;
  filter: alpha(opacity=50);
}

.eye-box .eye-science .science-box .img-box li a:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.eye-box .eye-science .science-box .science-list {
  margin-top: 20px;
}

.eye-box .eye-science .science-box .science-list li a {
  display: block;
  line-height: 33px;
}

.eye-box .eye-science .science-box .science-list li a:before {
  content: *;
  margin-right: 3px;
  color: #0079dd;
  font-size: 12px;
}

.eye-box .eye-science .science-box .science-list li a time {
  color: #999;
}

.eye-box .eye-science .science-box .science-right {
  width: 362px;
}

.eye-box .eye-science .science-box ul.list-txt {
  margin-top: 9px;
}

.eye-box .eye-science .science-box ul.list-txt li + li {
  border-top: 1px dashed #e4e4e4;
}

.eye-box .eye-science .science-box ul.list-txt li a {
  display: block;
  line-height: 40px;
}

.eye-box .eye-science .science-box ul.list-txt li a:before {
  content: *;
  margin-right: 3px;
  color: #0079dd;
  font-size: 12px;
}

.eye-box .eye-science .science-box ul.list-txt li a time {
  color: #999;
}

.eye-box .index-special {
  width: 340px;
}

.eye-box .index-special .index-special-list {
  margin-top: 20px;
}

.eye-box .index-special .index-special-list li + li {
  margin-top: 2px;
}

.eye-box .index-special .index-special-list li a,
.eye-box .index-special .index-special-list li img {
  display: block;
  width: 340px;
  height: 75px;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.eye-box .index-special .index-special-list li:hover img {
  -webkit-animation: popFadeIn 0.5s;
  animation: popFadeIn 0.5s;
}

.link-box {
  margin-top: 30px;
  min-width: 1200px;
  height: 56px;
  background-color: #5c7496;
  border-bottom: 1px solid #7d90ab;
}

.link-box .quick-friend .quick-left {
  width: 90%;
  line-height: 56px;
  color: #7d90ab;
}

.link-box .quick-friend .quick-left a {
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.link-box .quick-friend .quick-left a + a {
  margin-left: 10px;
}

.link-box .quick-friend .quick-left a:hover {
  color: #fff;
}

.link-box .quick-friend ul.friend-links li {
  position: relative;
  float: left;
  min-width: 80px;
}

.link-box .quick-friend ul.friend-links li + li {
  margin-left: 40px;
}

.link-box .quick-friend ul.friend-links li > a {
  display: block;
  line-height: 56px;
  color: #fff;
}

.link-box .quick-friend ul.friend-links li > a i {
  margin-left: 5px;
  font-size: 12px;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.link-box .quick-friend ul.friend-links li .link-nav {
  position: absolute;
  left: -60px;
  right: 0;
  bottom: 57px;
  z-index: 3;
  min-width: 200px;
  height: 0;
  background-color: #e4e4e4;
  overflow: hidden;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.link-box .quick-friend ul.friend-links li .link-nav a {
  display: block;
  padding: 5px 10px;
}

.link-box .quick-friend ul.friend-links li .link-nav a + a {
  border-top: 1px solid #999;
}

.link-box .quick-friend ul.friend-links li:hover > a i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.link-box .quick-friend ul.friend-links li:hover .link-nav {
  height: auto;
}

.footer {
  min-width: 1200px;
  height: 105px;
  padding: 30px 0 35px;
  background-color: #5c7496;
}

.footer .footer-left {
  width: 75px;
  height: 90px;
  padding-top: 15px;
  padding-right: 10px;
}

.footer .footer-left img {
  display: block;
  width: 60px;
  height: 77px;
}

.footer .footer-info {
  height: 105px;
  padding-left: 25px;
  border-left: 1px solid #7d90ab;
}

.footer .footer-info dl {
  position: relative;
  height: 25px;
  line-height: 25px;
  color: #cdd5df;
}

.footer .footer-info dl dt {
  position: absolute;
  left: 0;
  top: 0;
}

.footer .footer-info dl dt a {
  color: #cdd5df;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer .footer-info dl dt a:hover {
  color: #0079dd;
}

.footer .footer-info dl dd {
  padding-left: 75px;
}

.footer .footer-info dl dd a {
  color: #cdd5df;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.footer .footer-info dl dd a:hover {
  color: #0079dd;
}

.footer .footer-right {
  height: 105px;
  padding-left: 25px;
  margin-left: 35px;
  border-left: 1px solid #7d90ab;
}

.footer .footer-right .fr {
  margin-left: 50px;
}

.footer .footer-right dl {
  position: relative;
  height: 25px;
  line-height: 25px;
  color: #cdd5df;
}

.footer .footer-right dl dt {
  position: absolute;
  left: 0;
  top: 0;
}

.footer .footer-right dl dd {
  padding-left: 70px;
}

.footer .footer-wei {
  padding-left: 25px;
  border-left: 1px solid #7d90ab;
}

.footer .footer-wei a {
  float: left;
  display: block;
  min-width: 78px;
  height: 105px;
}

.footer .footer-wei a + a {
  margin-left: 17px;
}

.footer .footer-wei a + a img {
  border-color: #fff;
}

.footer .footer-wei a img {
  display: block;
  width: 78px;
  height: 78px;
  border: 3px solid #fff;
}

.footer .footer-wei a span {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 27px;
}

@media screen and (max-width: 1400px) {
  .aside {
    display: none !important;
  }
}

.aside {
  display: block;
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 99;
  width: 88px;
  text-align: center;
  background-color: #fff;
  border-top: 5px solid #0079dd;
  box-shadow: -1px 3px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.aside a {
  position: relative;
  display: block;
  width: 88px;
  min-height: 80px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.aside a .img-wrap {
  min-width: 88px;
  min-height: 106px;
  background-color: #fff;
}

.aside a .img-wrap img {
  display: block;
  width: 78px;
  height: 78px;
  border: 3px solid #fff;
}

.aside a span {
  line-height: 25px;
}

.aside a i {
  display: block;
  text-align: center;
  font-size: 30px;
  line-height: 45px;
}

.aside a small {
  display: block;
  text-align: center;
}

.aside a:hover {
  color: #0079dd;
}

.aside a.online {
  animation: blink 1.5s infinite steps(1, start);
}

.aside a.top-back {
  min-height: 40px;
  background-color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.aside a.top-back:hover {
  background-color: #0079dd;
}

.aside a.top-back > i {
  width: 100%;
  height: 100%;
  line-height: 40px;
  color: #fff;
}

.gotop {
  display: none;
  position: fixed;
  width: 42px;
  height: 40px;
  bottom: 0;
  right: 0;
  z-index: 99;
}

.gotop a {
  display: block;
  width: 42px;
  height: 40px;
  background-color: rgba(79, 72, 64, 0.7);
  background-color: #4f4840 \9;
  opacity: 0.7 \9;
  filter: alpha(opacity=70);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.gotop a i {
  width: 42px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 26px;
  color: #edded3;
}

.gotop a:hover {
  background-color: #4f4840;
}

.no-js .aside-service a span {
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  right: -36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.no-js .aside-service a:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  right: 40px;
}

.no-js .gotop {
  display: block;
}

.second-nav {
  min-width: 1200px;
  min-height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ded0c9;
}

.second-nav .second-nav-bg {
  position: relative;
  height: 200px;
  background-position: center;
  background-repeat: repeat-Y;
}

.second-nav .second-nav-bg .layout {
  padding-top: 55px;
}

.second-nav .second-nav-bg h2 {
  position: relative;
  z-index: 1;
}

.second-nav .second-nav-bg h2.nosubmenu {
  padding-top: 35px;
}

.second-nav .second-nav-bg h2 a {
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 36px;
  letter-spacing: 10px;
}

.second-nav .second-nav-bg h2 a:after {
  content: "";
  display: block;
  width: 37px;
  height: 5px;
  margin: 10px 0 0;
  background-color: #fff;
}

.second-nav .second-nav-bg h3 {
  position: relative;
  z-index: 1;
}

.second-nav .second-nav-bg h3 a {
  display: inline-block;
  margin: auto;
  color: #fff;
  font-size: 36px;
  letter-spacing: 10px;
}

.second-nav .second-nav-bg h3 a:after {
  content: "";
  display: block;
  width: 37px;
  height: 5px;
  margin: 10px 0 0;
  background-color: #fff;
}

.second-nav-list {
  border-bottom: 1px solid #e4e4e4;
}

.second-nav-list .layout > ul {
  position: relative;
  height: auto;
  text-align: left;
}

.second-nav-list .layout > ul > li {
  position: relative;
  display: inline-block;
}

.second-nav-list .layout > ul > li + li {
  margin-left: 32px;
}

.second-nav-list .layout > ul > li > a {
  position: relative;
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.second-nav-list .layout > ul > li.cur a {
  color: #0079dd;
  font-weight: bold;
}

.second-nav-list .layout > ul > li.cur:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 5px;
  background-color: #0079dd;
}

.three-nav-box {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
}

.three-nav {
  height: 52px;
  margin-top: 30px;
}

.three-nav ul {
  height: 50px;
  font-size: 0;
  text-align: center;
}

.three-nav ul li {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  width: 300px;
  height: 50px;
  border: 1px solid #0079dd;
}

.three-nav ul li.liw1 {
  width: 100%;
}

.three-nav ul li.liw2 {
  width: 50%;
}

.three-nav ul li.liw3 {
  width: 33.33%;
}

.three-nav ul li.liw4 {
  width: 25%;
}

.three-nav ul li.liw5 {
  width: 20%;
}

.three-nav ul li + li {
  margin-left: -1px;
}

.three-nav ul li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.three-nav ul li a:after {
  content: "";
  font-family: "iconfont";
  display: block;
  width: 100px;
  height: 24px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -16px;
  margin: auto;
  font-size: 50px;
  line-height: 24px;
  text-align: center;
}

.three-nav ul li:hover a {
  color: #fff;
  background-color: #0079dd;
}

.three-nav ul li.cur a {
  color: #fff;
  background-color: #0079dd;
}

.three-nav ul li.cur a:after {
  content: "\e654";
  color: #0079dd;
}

.three-nav h2 {
  position: relative;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #0079dd;
}

.three-nav h2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  background-color: #0079dd;
}

.path-box {
  background-color: #f9f9f9;
}

.path {
  height: 45px;
  line-height: 45px;
  color: #999;
}

.path span {
  color: #999;
}

.path a {
  color: #555;
}

.path i {
  font-size: 12px;
  vertical-align: middle;
  padding: 0 5px;
  color: #ccc;
}

.second-dm-nav {
  min-width: 1200px;
  height: 160px;
  background: #ded0c9 url(../image/secondnav.png) no-repeat center center;
  text-align: center;
}

.second-dm-nav .layout {
  padding-top: 50px;
}

.second-dm-nav h6 {
  font-size: 36px;
  color: #fff;
  line-height: 36px;
  text-align: center;
}

.second-dm-nav h6:after {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  margin: 10px auto 20px;
  background-color: #fff;
}

.second-dm-nav span {
  display: inline-block;
  width: 140px;
  padding: 2px 20px;
  margin: auto;
  background-color: #0079dd;
  color: #fff;
  border-radius: 15px;
  text-align: center;
}

.second-dm-nav span.guo {
  background-color: #eaa154;
}

.second-dm-nav span.sheng {
  background-color: #a74e24;
}

.second-dm-nav span.shi {
  background-color: #ea5a54;
}

.three-dm-nav {
  height: 50px;
}

.three-dm-nav > ul {
  height: 50px;
}

.three-dm-nav > ul > li {
  position: relative;
  float: left;
  margin: 0 20px;
}

.three-dm-nav > ul > li:first-child {
  margin-left: 0px;
}

.three-dm-nav > ul > li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  left: -20px;
  top: 17px;
  margin: auto;
  background-color: #e4e4e4;
}

.three-dm-nav > ul > li > a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
}

.three-dm-nav > ul > li > a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  margin: auto;
  background-color: transparent;
}

.three-dm-nav > ul > li:hover a {
  color: #0079dd;
}

.three-dm-nav > ul > li.cur > a {
  color: #0079dd;
}

.three-dm-nav > ul > li.cur > a:after {
  background-color: #0079dd;
}

.go-other {
  position: relative;
  padding: 12px 0;
}

.go-other a.other-bar {
  display: block;
  height: 30px;
  padding: 0 15px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.go-other a.other-bar i {
  margin-right: 10px;
  float: left;
  line-height: 30px;
  font-size: 18px;
}

.go-other a.other-bar small {
  float: left;
  line-height: 30px;
  font-size: 16px;
}

.go-other:hover > a {
  background-color: #199ed8;
  color: #fff;
}

.go-other:hover .department-menu {
  display: block;
}

.department-menu {
  display: none;
  width: 400px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 56px;
  border: 1px solid #999;
  background-color: #fff;
  z-index: 3;
}

.department-menu:before,
.department-menu:after {
  content: "â—†";
  color: #fff;
  font-family: simsun;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  top: 0;
  right: 35px;
}

.department-menu:before {
  color: #999;
  top: -1px;
}

.department-menu .tab-tit {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  margin-bottom: 10px;
}

.department-menu .tab-tit span {
  display: inline-block;
  margin-right: 18px;
  padding-bottom: 8px;
}

.department-menu .tab-tit span a {
  display: inline;
  float: none;
}

.department-menu .tab-tit span.cur {
  border-bottom: 2px solid #0079dd;
  margin-bottom: -1px;
}

.department-menu .tab-tit span.cur a {
  color: #0079dd;
}

.department-menu ul.tab-con {
  font-size: 13px;
}

.department-menu ul.tab-con li {
  display: none;
  margin-right: -10px;
  line-height: 2;
  text-align: justify;
}

.department-menu ul.tab-con li:first-child {
  display: block;
}

.department-menu ul.tab-con li a {
  white-space: nowrap;
  margin-right: 10px;
  display: inline-block;
}

.department-menu .area-tit {
  overflow: hidden;
  border-left: 1px solid #999;
  margin: -11px -21px 20px -21px;
}

.department-menu .area-tit a {
  display: block;
  border: 1px solid #999;
  border-left: none;
  font-weight: bold;
  background: #f9f9f9;
  color: #999;
  line-height: 38px;
  text-align: center;
  float: left;
  box-sizing: border-box;
}

.department-menu .area-tit a.cur {
  color: #444;
  background: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #0079dd;
  position: relative;
  z-index: 2;
}

.department-menu .area-tit.span2 a {
  width: 50%;
}

.department-menu .area-tit.span3 a {
  width: 33.33%;
}

.department-menu .area-tit.span4 a {
  width: 25%;
}

.department-menu .area-tit.span5 a {
  width: 20%;
}

p.p {
  font-size: 16px;
}

.hos-intro {
  height: 475px;
  padding: 40px 0;
  margin-top: -30px;
}

.hos-intro .intro-left {
  width: 576px;
}

.hos-intro .intro-left h1 {
  font-size: 24px;
  line-height: 28px;
}

.hos-intro .intro-left h1:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 30px 0 20px;
  background-color: #0079dd;
}

.hos-intro .intro-left p {
  width: 573px;
}

.hos-intro .intro-right {
  width: 600px;
}

.hos-intro .intro-right span.hos-level {
  display: block;
  height: 60px;
  margin-bottom: 20px;
  background-color: #0079dd;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 18px;
}

.hos-intro .intro-right img {
  display: block;
  width: 600px;
  height: 392px;
}

.argument {
  margin: 0 -10px 50px;
}

.argument li {
  float: left;
  box-sizing: border-box;
  width: 224px;
  min-height: 120px;
  margin: 0 10px;
  padding: 20px 31px;
  border: 1px solid #0079dd;
}

.argument li span {
  display: block;
}

.argument li span strong {
  margin-right: 10px;
  font-size: 32px;
  line-height: 1;
  color: #0079dd;
}

.argument li span sub {
  color: #999;
}

.argument li span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px 0 12px;
  background-color: #0079dd;
}

.argument li u {
  font-size: 16px;
}

.hos-subject {
  height: 270px;
  padding: 30px 0 55px;
  background: url(../image/subject.png) no-repeat center center;
}

.hos-subject p {
  color: #fff;
}

.hos-subject .argument {
  margin: 30px -10px 0;
}

.hos-subject .argument li {
  border-color: #fff;
  padding: 20px 0 0 20px;
}

.hos-subject .argument li span strong,
.hos-subject .argument li span sub {
  color: #fff;
}

.hos-subject .argument li span:after {
  background-color: #fff;
}

.hos-subject .argument li u {
  color: #fff;
  font-size: 14px;
}

.hos-diploma {
  min-height: 290px;
  padding: 30px 0 40px;
}

.hos-diploma .diploma {
  margin: 30px -25px 0;
}

.hos-diploma .diploma li {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 365px;
  height: 60px;
  margin: 0 25px 20px;
  border: 1px solid #0079dd;
  text-align: center;
  line-height: 60px;
  color: #0079dd;
  font-weight: bold;
  font-size: 16px;
}

.hos-diploma .diploma li:before,
.hos-diploma .diploma li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 50px;
  height: 60px;
}

.hos-diploma .diploma li:before {
  left: 20px;
  background: url(../image/leftleaf.png) no-repeat center center;
}

.hos-diploma .diploma li:after {
  right: 20px;
  background: url(../image/rightleaf.png) no-repeat center center;
}

.hos-operation {
  height: 280px;
  padding: 30px 0 55px;
  background: url(../image/benefitbg.png) no-repeat center center;
}

.hos-operation .operation {
  margin-top: 70px;
}

.hos-operation .operation li {
  float: left;
  box-sizing: border-box;
  width: 400px;
  height: 100px;
}

.hos-operation .operation li + li {
  border-left: 1px solid #ccc;
  padding-left: 42px;
}

.hos-operation .operation li span {
  display: block;
}

.hos-operation .operation li span strong {
  margin-right: 10px;
  font-size: 32px;
  line-height: 1;
  color: #0079dd;
}

.hos-operation .operation li span sub {
  color: #999;
}

.hos-operation .operation li span:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 10px 0 12px;
  background-color: #0079dd;
}

.hos-operation .operation li u {
  font-size: 16px;
}

.hos-txt {
  height: 70px;
  padding-top: 40px;
}

.college-intro {
  min-height: 305px;
  padding: 40px 0;
  margin-top: -30px;
}

.college-intro .intro-left {
  width: 580px;
}

.college-intro .intro-left img {
  display: block;
  width: 580px;
}

.college-intro .intro-right {
  width: 575px;
}

.college-intro .intro-right h1 {
  font-size: 32px;
  line-height: 28px;
}

.college-intro .intro-right h1:after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  margin: 30px 0 20px;
  background-color: #0079dd;
}

.college-intro .intro-right img {
  display: block;
  width: 600px;
  height: 392px;
}

ul.college-award {
  margin: auto -12px;
}

ul.college-award li {
  float: left;
  box-sizing: border-box;
  width: 220px;
  height: 235px;
  margin: 0 12px;
  border: 1px solid #0079dd;
  padding: 15px 15px 0 20px;
}

ul.college-award li span {
  display: block;
}

ul.college-award li span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 10px 0 15px;
  background-color: #0079dd;
}

ul.college-award li span strong {
  margin-right: 15px;
  font-size: 32px;
  color: #0079dd;
  line-height: 1;
}

ul.college-award li u {
  font-size: 16px;
}

.cp {
  margin: 40px 0;
}

.college-teach {
  height: 275px;
  padding: 50px 0;
  background: url(../image/collegebg.png) no-repeat center center;
}

.college-teach .p {
  color: #fff;
}

.college-teach ul.teach-list {
  margin: 35px -8px 0;
}

.college-teach ul.teach-list li {
  float: left;
  box-sizing: border-box;
  width: 135px;
  height: 90px;
  margin: 0 8px;
  padding: 10px 10px 0 20px;
  border: 1px solid #fff;
  color: #fff;
}

.college-teach ul.teach-list li span {
  display: block;
}

.college-teach ul.teach-list li span:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  margin: 3px 0 10px;
  background-color: #fff;
}

.college-teach ul.teach-list li span strong {
  margin-right: 15px;
  font-size: 24px;
  line-height: 1;
}

.college-teach ul.teach-list li u {
  font-size: 12px;
}

.inner-row > .fl {
  width: 69%;
}

.inner-row > .fr {
  width: 29%;
}

.inner-row .img-news {
  width: 370px;
  height: 260px;
  position: absolute;
  top: 0;
  overflow: hidden;
}

.inner-row .hp-news {
  margin-left: 390px;
  height: 262px;
}

.inner-row .hp-news .top-news {
  height: 100px;
}

.inner-row .hp-news .top-news p {
  height: 60px;
  -webkit-line-clamp: 3;
}

.inner-row .hp-news .top-news a {
  font-size: 18px;
  white-space: nowrap;
  line-height: 20px;
}

.news-special {
  height: 262px;
  overflow: hidden;
}

.news-special li {
  margin-bottom: 15px;
}

.news-special li a {
  display: block;
  height: 123px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}

.news-special li a span {
  font-size: 14px;
  display: block;
  line-height: 40px;
  height: 40px;
  background: #158064;
  color: #fff;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.news-special li a:hover span {
  background-color: #015ba0;
}

.news-special li img {
  width: 100%;
}

.news-withdate li {
  position: relative;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}

.news-withdate li a {
  max-width: 88%;
}

.news-withdate li a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.news-withdate li span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #999;
  font-size: 12px;
}

.notice-withdate li {
  position: relative;
  height: 35px;
  line-height: 35px;
  border-bottom: 1px dotted #ddd;
  overflow: hidden;
}

.notice-withdate li:last-child {
  border: none;
}

.notice-withdate li a {
  max-width: 88%;
}

.notice-withdate li a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.notice-withdate li span {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #999;
  font-size: 12px;
}

.right-inner .fl,
.right-inner .fr,
.left-inner .fl,
.left-inner .fr {
  width: 48.5%;
}

.right-video {
  margin-left: -3%;
  margin-right: -3%;
  height: 435px;
}

.right-video li {
  width: 44%;
  height: 135px;
  margin-left: 3%;
  margin-right: 3%;
  margin-bottom: 11px;
  float: left;
}

.right-video li a {
  line-height: 30px;
}

.right-video li .vdimg {
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  height: 105px;
  overflow: hidden;
}

.right-video li .vdimg i {
  background: url(../image/black30.png);
  font-size: 48px;
  color: #fff;
  text-align: center;
  height: 105px;
  line-height: 105px;
  position: absolute;
  left: 0;
  right: 0;
  transition: font-size 0.3s;
  -webkit-transition: font-size 0.3s;
}

.ie .right-video li .vdimg i {
  display: none;
}

.right-video li .vdimg:hover i {
  font-size: 58px;
}

.right-video li img {
  width: 100%;
}

.news-media ul,
.news-inner-list ul {
  height: 168px;
}

.news-inner-list li {
  height: 28px;
  overflow: hidden;
}

.news-inner-list a {
  line-height: 28px;
}

.news-inner-list a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.news-report {
  margin-left: -1%;
  margin-right: -1%;
}

.news-report li {
  float: left;
  width: 14.66%;
  margin-left: 1%;
  margin-right: 1%;
}

.news-report li a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
}

.news-report li a span {
  display: block;
  background: #158064;
  color: #fff;
  line-height: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.news-report li a:hover span {
  background-color: #015ba0;
}

.news-report li a img {
  width: 100%;
  height: 100%;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.news-report li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.news-show {
  overflow: hidden;
}

.dm-nav .lt-index {
  display: inline-block;
  width: 100%;
  color: #999;
  font-size: 14px;
  line-height: 50px;
  background-color: #f2f2f2;
}

.dm-nav .lt-index span,
.dm-nav .lt-index a {
  display: inline-block;
  padding: 0 13px;
  line-height: 1;
  border-right: 1px solid #ccc;
}

.dm-nav .lt-index span:first-child,
.dm-nav .lt-index span:last-child {
  border: none;
}

.dm-nav .lt-index a:first-child,
.dm-nav .lt-index a:last-child {
  border: none;
}

.dm-nav .lt-index a.cur {
  padding: 3px 6px;
  background-color: #0079dd;
  color: #fff;
  border: none;
}

.department-list .depart-pannel {
  position: relative;
  height: 1060px;
}

.department-list .depart-pannel .depart-part {
  position: absolute;
  background-color: #f2f2f2;
}

.department-list .depart-pannel .depart-part.depart-partA0,
.department-list .depart-pannel .depart-part.depart-partA1,
.department-list .depart-pannel .depart-part.depart-partA2 {
  top: 0;
  box-sizing: border-box;
  width: 380px;
  height: 755px;
  padding: 30px 30px 0;
  margin: auto;
}

.department-list .depart-pannel .depart-part.depart-partA0 span.depart-title,
.department-list .depart-pannel .depart-part.depart-partA1 span.depart-title,
.department-list .depart-pannel .depart-part.depart-partA2 span.depart-title {
  display: block;
  height: 115px;
}

.department-list .depart-pannel .depart-part.depart-partA0 span.depart-title i,
.department-list .depart-pannel .depart-part.depart-partA1 span.depart-title i,
.department-list .depart-pannel .depart-part.depart-partA2 span.depart-title i {
  position: relative;
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  line-height: 70px;
  font-size: 60px;
  text-align: center;
  color: #f72691;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  span.depart-title
  i:before,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  span.depart-title
  i:before,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  span.depart-title
  i:before {
  content: attr(text);
  content: "" \9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 70px;
  font-size: 60px;
  font-family: "iconfont";
  z-index: 10;
  color: #0079dd;
  mask: linear-gradient(to left top, #0079dd, transparent);
  -webkit-mask: linear-gradient(to left top, #0079dd, transparent);
  -moz-mask: linear-gradient(to left top, #0079dd, transparent);
  -o-mask: linear-gradient(to left top, #0079dd, transparent);
}

.department-list .depart-pannel .depart-part.depart-partA0 span.depart-title u,
.department-list .depart-pannel .depart-part.depart-partA1 span.depart-title u,
.department-list .depart-pannel .depart-part.depart-partA2 span.depart-title u {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #0079dd;
}

.department-list .depart-pannel .depart-part.depart-partA0 ul.departments > li,
.department-list .depart-pannel .depart-part.depart-partA1 ul.departments > li,
.department-list .depart-pannel .depart-part.depart-partA2 ul.departments > li {
  box-sizing: border-box;
  width: 320px;
  height: 180px;
  padding: 10px 20px 0;
  background-color: #fff;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  + li,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  + li,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  + li {
  margin-top: 20px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit {
  height: 49px;
  border-bottom: 1px solid #e4e4e4;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit
  > a,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit
  > a,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit
  > a {
  position: relative;
  font-size: 20px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit
  > a:after,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit
  > a:after,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit
  > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 32px;
  height: 5px;
  background-color: #f72691;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit
  .dm-nav,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit
  .dm-nav,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit
  .dm-nav {
  width: 85px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a {
  float: right;
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #fff;
  background-color: #0079dd;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a
  + a,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a
  + a,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a
  + a {
  margin-right: 10px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a:hover,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a:hover,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  .dm-tit
  .dm-nav
  a:hover {
  background-color: #f72691;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  ul.dm-info,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  ul.dm-info,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  ul.dm-info {
  margin-top: 15px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li
  ul.dm-info
  li
  strong,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li
  ul.dm-info
  li
  strong,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li
  ul.dm-info
  li
  strong {
  font-weight: normal;
  color: #999;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA0
  ul.departments
  > li:hover,
.department-list
  .depart-pannel
  .depart-part.depart-partA1
  ul.departments
  > li:hover,
.department-list
  .depart-pannel
  .depart-part.depart-partA2
  ul.departments
  > li:hover {
  box-shadow: 0px 10px 30px rgba(74, 96, 202, 0.2);
}

.department-list .depart-pannel .depart-part.depart-partA0 {
  left: 0;
}

.department-list .depart-pannel .depart-part.depart-partA1 {
  left: 0;
  right: 0;
}

.department-list .depart-pannel .depart-part.depart-partA2 {
  right: 0;
}

.department-list .depart-pannel .depart-part.depart-partA3 {
  bottom: 0;
  left: 0;
  right: 0;
  height: 275px;
  padding-top: 40px;
  box-sizing: border-box;
}

.department-list .depart-pannel .depart-part.depart-partA3 span.depart-title {
  display: block;
  width: 200px;
  padding-top: 30px;
}

.department-list .depart-pannel .depart-part.depart-partA3 span.depart-title i {
  position: relative;
  z-index: 1;
  display: block;
  width: 70px;
  height: 70px;
  margin: auto;
  line-height: 70px;
  font-size: 60px;
  text-align: center;
  color: #f72691;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  span.depart-title
  i:before {
  content: attr(text);
  content: "" \9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 70px;
  font-size: 60px;
  font-family: "iconfont";
  z-index: 10;
  color: #0079dd;
  mask: linear-gradient(to left top, #0079dd, transparent);
  -webkit-mask: linear-gradient(to left top, #0079dd, transparent);
  -moz-mask: linear-gradient(to left top, #0079dd, transparent);
  -o-mask: linear-gradient(to left top, #0079dd, transparent);
}

.department-list .depart-pannel .depart-part.depart-partA3 span.depart-title u {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  color: #0079dd;
}

.department-list .depart-pannel .depart-part.depart-partA3 ul.departments {
  width: 1000px;
}

.department-list .depart-pannel .depart-part.depart-partA3 ul.departments > li {
  float: left;
  box-sizing: border-box;
  width: 220px;
  height: 200px;
  padding: 10px 20px 0;
  background-color: #fff;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  + li {
  margin-left: 30px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  .dm-tit {
  height: 49px;
  border-bottom: 1px solid #e4e4e4;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  .dm-tit
  > a {
  position: relative;
  font-size: 20px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  .dm-tit
  > a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -14px;
  width: 32px;
  height: 5px;
  background-color: #f72691;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  ul.dm-info {
  margin-top: 15px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  ul.dm-info
  li
  strong {
  font-weight: normal;
  color: #999;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li
  ul.dm-info
  li
  small {
  display: block;
  min-height: 25px;
}

.department-list
  .depart-pannel
  .depart-part.depart-partA3
  ul.departments
  > li:hover {
  box-shadow: 0px 10px 30px rgba(74, 96, 202, 0.2);
}

.area-tabs .area-tit {
  margin-top: -2px;
  overflow: hidden;
  border-left: 1px solid #ddd;
  margin-bottom: 20px;
}

.area-tabs .area-tit a {
  display: block;
  border: 1px solid #ddd;
  background-color: #f9f9f9;
  font-weight: bold;
  color: #d7d7d7;
  line-height: 38px;
  margin-left: -2px;
  text-align: center;
  float: left;
}

.area-tabs .area-tit a.cur {
  color: #444;
  background-color: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #0079dd;
}

.area-tabs .area-tit.span2 a {
  width: 50%;
}

.area-tabs .area-tit.span3 a {
  width: 33.33%;
}

.area-tabs .area-tit.span4 a {
  width: 25%;
}

.area-tabs .area-tit.span5 a {
  width: 20%;
}

.area-tabs .dp-pannel {
  display: none;
}

.area-tabs .dp-pannel:first-child {
  display: block;
}

.department-tabs .tab-tit {
  border-bottom: 1px solid #ddd;
}

.department-tabs .tab-tit.tab2 a {
  width: 50%;
}

.department-tabs .tab-tit.tab3 a {
  width: 33.33%;
}

.department-tabs .tab-tit.tab4 a {
  width: 25%;
}

.department-tabs .tab-tit.tab5 a {
  width: 20%;
}

.department-tabs .tab-tit a {
  display: block;
  font-weight: bold;
  color: #999;
  line-height: 50px;
  text-align: center;
  float: left;
  font-size: 16px;
}

.department-tabs .tab-tit a.cur {
  margin-bottom: -2px;
  color: #444;
  background-color: #fff;
  border-bottom-color: #fff;
  border-bottom: 1px solid #0079dd;
  color: #0079dd;
}

.department-tablist {
  margin-top: 10px;
}

.department-tablist .point1 {
  background-color: #eaa154;
}

.department-tablist .point2 {
  background-color: #a74e24;
}

.department-tablist .point3 {
  background-color: #ea5a54;
}

.department-tablist .tab-pannel {
  overflow: hidden;
  margin: 0 -1%;
}

.department-tablist .tab-pannel > li {
  border: 1px solid #ddd;
  padding: 15px 20px;
  float: left;
  width: 48%;
  height: 210px;
  margin: 10px 1%;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.department-tablist .tab-pannel > li:hover {
  border-color: #0079dd;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.department-tablist p {
  color: #777;
}

.department-tablist .dm-nav {
  line-height: 50px;
  height: 50px;
  margin-bottom: 12px;
  color: #ccc;
  border-bottom: 1px dashed #ddd;
  word-spacing: 1em;
}

.department-tit {
  line-height: 40px;
  position: relative;
  border-bottom: 1px solid #ddd;
}

.department-tit h3 {
  position: relative;
  font-size: 18px;
}

.department-tit h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #0079dd;
}

.department-tit h3 a {
  float: left;
}

.department-tit h3 span {
  float: left;
  text-align: center;
  background-color: #0079dd;
  color: #fff;
  font-size: 12px;
  min-width: 24px;
  line-height: 24px;
  margin-top: 8px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 50%;
}

.department-info {
  overflow: hidden;
  padding: 10px 0;
}

.department-info li {
  float: left;
  min-width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding-right: 10px;
}

.department-info li strong {
  font-weight: normal;
  color: #999;
}

.department-desc {
  position: relative;
  min-height: 75px;
}

.department-desc strong {
  color: #777;
  font-weight: normal;
}

.department-desc p {
  text-align: justify;
}

.department-desc p a {
  color: #0079dd;
}

.color-sns a {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  background-color: #ddd;
}

.color-sns a i {
  font-size: 20px;
}

.color-sns a.weibo.active {
  background-color: #e53048;
}

.color-sns a.weixin.active {
  background-color: #01b30c;
}

.color-sns a.haodf.active {
  background-color: #1596ea;
}

.qr-wrap {
  position: fixed;
  width: 200px;
  height: 290px;
  top: 50%;
  left: 50%;
  background-color: #fff;
  padding: 10px 20px;
  margin-left: -110px;
  margin-top: -120px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

.qr-wrap span {
  display: block;
  line-height: 20px;
  text-align: center;
}

.qr-wrap img {
  width: 200px;
  height: 200px;
}

.qr-wrap .clearfix {
  border-bottom: 1px solid #ddd;
  line-height: 40px;
  margin-bottom: 10px;
}

.mendian {
  overflow: hidden;
  margin: 0 -1%;
}

.mendian > li {
  border: 1px solid #ddd;
  padding: 15px 20px;
  float: left;
  width: 48%;
  height: 310px;
  margin: 10px 1%;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.mendian > li:hover {
  border-color: #0079dd;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.mendian > li .mendian-tit {
  position: relative;
  height: 180px;
  margin-bottom: 15px;
  padding-right: 210px;
  border-bottom: 1px solid #ddd;
}

.mendian > li .mendian-tit .imgbox {
  position: absolute;
  right: 0;
  top: 0;
  width: 200px;
  height: 160px;
}

.mendian > li .mendian-tit .imgbox a {
  display: block;
}

.mendian > li .mendian-tit .imgbox img {
  display: block;
  width: 200px;
  height: 160px;
}

.mendian > li .mendian-tit h3 {
  position: relative;
  font-size: 18px;
  margin-bottom: 20px;
}

.mendian > li .mendian-tit h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 36px;
  height: 2px;
  background-color: #0079dd;
}

.mendian > li .mendian-tit h3 span {
  float: left;
  text-align: center;
  background-color: #0079dd;
  color: #fff;
  font-size: 12px;
  min-width: 24px;
  line-height: 24px;
  margin-top: 8px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 50%;
}

.mendian > li .mendian-tit .mendian-add dl {
  position: relative;
  height: 25px;
}

.mendian > li .mendian-tit .mendian-add dl dt {
  position: absolute;
  left: 0;
  top: 0;
}

.mendian > li .mendian-tit .mendian-add dl dd {
  padding-left: 70px;
}

.mendian > li .mendian-desc li a:before {
  content: *;
  margin-right: 3px;
  color: #0079dd;
  font-size: 12px;
}

.dm-introduction {
  position: relative;
  height: 300px;
}

.dm-introduction.hasthumb {
  padding-left: 620px;
}

.dm-introduction .dm-intro-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.dm-introduction .dm-intro-img img {
  display: block;
  width: 580px;
  height: 300px;
}

.intro-txt {
  position: relative;
  min-height: 232px;
}

.intro-txt p {
  font-size: 15px;
}

.intro-txt a {
  display: block;
  width: 140px;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  background: -webkit-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -moz-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -o-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -ms-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#004fa6',endColorStr='#199ed8',gradientType='1');
}

.intro-txt a span {
  float: left;
  margin: 0 10px 0 40px;
}

.intro-txt a i {
  float: left;
  font-size: 12px;
  line-height: 40px;
}

.intro-txt a:hover {
  opacity: 0.7;
}

.slider-disease-box {
  height: 330px;
  overflow: hidden;
}

.slider-disease-box .prev,
.slider-disease-box .next {
  position: absolute;
  top: 150px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 121, 221, 0.6);
  background-color: #0079dd \9;
  opacity: 0.6 \9;
  filter: alpha(opacity=60);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-disease-box .prev:hover,
.slider-disease-box .next:hover {
  background-color: #e8c697;
}

.slider-disease-box .prev {
  left: 0px;
}

.slider-disease-box .next {
  right: 0px;
}

.eye-disease {
  position: relative;
  height: 270px;
  margin-top: 35px;
}

.eye-disease.hasthumb {
  padding-right: 620px;
}

.eye-disease .dm-intro-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.eye-disease .dm-intro-img img {
  display: block;
  width: 580px;
  height: 270px;
}

h3.disease-tit {
  height: 39px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

h3.disease-tit a.fl {
  font-size: 20px;
  color: #666;
  line-height: 20px;
}

h3.disease-tit span.fr {
  font-size: 0;
}

h3.disease-tit span.fr a {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #0079dd;
  line-height: 20px;
  font-weight: normal;
}

h3.disease-tit span.fr a + a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 2px;
  width: 1px;
  height: 16px;
  background-color: #e4e4e4;
}

h3.disease-tit span.fr a:hover {
  font-weight: bold;
}

.eye-txt {
  position: relative;
  min-height: 210px;
}

.eye-txt p {
  font-size: 15px;
}

.eye-txt a {
  display: block;
  width: 140px;
  height: 40px;
  margin-top: 10px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  border-radius: 3px;
  background: -webkit-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -moz-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -o-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: -ms-linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  background: linear-gradient(
    135deg,
    #004fa6 0%,
    #004fa6 0%,
    #199ed8 100%,
    #199ed8 100%
  );
  filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#004fa6',endColorStr='#199ed8',gradientType='1');
}

.eye-txt a span {
  float: left;
  margin: 0 10px 0 40px;
}

.eye-txt a i {
  float: left;
  font-size: 12px;
  line-height: 40px;
}

.eye-txt a:hover {
  opacity: 0.7;
}

.dm-news-withdate ul {
  margin: 0 -12px;
}

.dm-news-withdate ul li {
  float: left;
  margin: 0 12px 24px;
}

.dm-news-withdate ul li a {
  display: block;
  width: 220px;
  height: 68px;
  border: 1px solid;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  padding: 10px 20px;
}

.doc-over {
  overflow: hidden;
  height: 417px;
}

.dm-experts-boxer {
  position: relative;
  height: 340px;
  margin: 30px -18px 0;
}

.dm-experts-boxer .expert-info {
  float: left;
  box-sizing: border-box;
  width: 170px;
  height: 296px;
  padding: 15px 15px 0;
  margin: 0 18px 44px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.dm-experts-boxer .expert-info:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dm-experts-boxer .expert-info a,
.dm-experts-boxer .expert-info strong {
  display: block;
  text-align: center;
}

.dm-experts-boxer .expert-info a.doc-img span,
.dm-experts-boxer .expert-info a.doc-img img {
  display: block;
  width: 140px;
  height: 190px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.dm-experts-boxer .expert-info a.doc-img strong {
  margin-top: 5px;
  color: #199ed8;
  font-size: 18px;
  font-weight: normal;
}

.dm-experts-boxer .expert-info a.doc-img strong:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #0079dd;
}

.dm-experts-boxer .expert-info a.doc-img p {
  margin-top: 5px;
  font-size: 0;
}

.dm-experts-boxer .expert-info a.doc-img p u {
  color: #999;
  display: inline-block;
  font-size: 14px;
}

.dm-experts-boxer .expert-info a.doc-img p u + u {
  margin-left: 5px;
}

.dm-experts-boxer .expert-info a.doc-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dm-experts-boxer .slick-dots {
  bottom: 0px;
}

.dm-experts-boxer .slick-dots li {
  background-color: #199ed8;
  border-radius: 6px;
}

.dm-experts-boxer .slick-dots li.slick-active {
  width: 40px;
  background-color: #0079dd;
}

.dm-experts-boxer .prev,
.dm-experts-boxer .next {
  position: absolute;
  top: -60px;
  width: 40px;
  height: 24px;
  background-color: #ccc;
  color: #fff;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.dm-experts-boxer .prev:hover,
.dm-experts-boxer .next:hover {
  background-color: #0079dd;
}

.dm-experts-boxer .prev {
  right: 68px;
}

.dm-experts-boxer .next {
  right: 18px;
}

.person-list {
  position: relative;
  margin: 30px -18px 0;
}

.person-list li.expert-info {
  float: left;
  box-sizing: border-box;
  width: 170px;
  height: 296px;
  padding: 15px 15px 0;
  margin: 0 18px 27px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.person-list li.expert-info:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.person-list li.expert-info a,
.person-list li.expert-info strong {
  display: block;
  text-align: center;
}

.person-list li.expert-info a.doc-img span,
.person-list li.expert-info a.doc-img img {
  display: block;
  width: 140px;
  height: 190px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.person-list li.expert-info a.doc-img strong {
  margin-top: 5px;
  color: #199ed8;
  font-size: 18px;
  font-weight: normal;
}

.person-list li.expert-info a.doc-img strong:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #0079dd;
}

.person-list li.expert-info a.doc-img p {
  margin-top: 5px;
  font-size: 0;
}

.person-list li.expert-info a.doc-img p u {
  color: #999;
  display: inline-block;
  font-size: 14px;
}

.person-list li.expert-info a.doc-img p u + u {
  margin-left: 5px;
}

.person-list li.expert-info a.doc-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.dm-news-list li {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dm-news-list li:first-child {
  padding-top: 5px;
}

.dm-news-list li h2 {
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.dm-news-list-info {
  font-size: 12px;
  color: #999;
  line-height: 40px;
}

.dm-news-list-info .fl span {
  margin-right: 10px;
}

.dm-news-list-info .fr span {
  display: inline-block;
}

.dm-news-list-info .fr a {
  vertical-align: middle;
  margin-left: 5px;
}

.dm-news-list-summary {
  overflow: hidden;
}

.dm-news-list-summary a {
  float: left;
  margin-top: 5px;
  margin-right: 15px;
}

.dm-news-list-summary a img {
  display: block;
  width: 115px;
  height: 86px;
}

.dm-news-list-summary p {
  display: -webkit-box;
  max-height: 97px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #808080;
}

.dm-disease-list {
  position: relative;
}

.dm-disease-list.hasimg {
  padding-left: 130px;
}

.dm-disease-list a.imgbox {
  position: absolute;
  left: 0;
  top: 0;
}

.dm-disease-list a.imgbox img {
  width: 115px;
  height: 86px;
  display: block;
}

.dm-disease-list h2 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: normal;
}

.dm-disease-list p {
  margin-bottom: 0;
  font-size: 14px;
  color: #808080;
  line-height: 20px;
  text-indent: 2em;
}

.schedule-show .schedule-address {
  margin-top: 10px;
  margin-bottom: 10px;
}

.schedule-show .schedule-address span u {
  color: #999;
}

.schedule-show table.schedule-table {
  width: 100%;
}

.schedule-show table.schedule-table tr th,
.schedule-show table.schedule-table tr td {
  width: 12.5%;
  height: 40px;
  border: 1px solid #999;
  text-align: center;
}

.schedule-show table.schedule-table tr th {
  background-color: #f2f2f2;
}

.schedule-show table.schedule-table tr td a {
  display: block;
  padding: 10px 0;
}

.schedule-show table.schedule-table tr td a:hover {
  color: #0079dd;
  font-weight: bold;
}

.doctor-details h2,
.doctor-list h3 {
  font-size: 18px;
  color: #666;
  font-weight: normal;
}

.dp-clinic {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.dp-clinic tr th,
.dp-clinic tr td {
  text-align: center;
  font-size: 13px;
  padding: 10px 5px;
  border: 1px solid #666;
}

.dp-clinic tr th {
  width: 13%;
  background-color: #666;
  font-weight: bold;
  color: #fff;
}

.dp-clinic tr th:first-child {
  width: 9%;
}

.dp-clinic tr td:first-child {
  font-weight: bold;
}

.dp-clinic tr td span {
  display: block;
  text-align: center;
  line-height: 20px;
}

.lightbox-list ul {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.lightbox-list ul li {
  float: left;
  width: 24%;
  margin: 0 0.5% 25px 0.5%;
}

.lightbox-list ul li a {
  display: block;
  position: relative;
}

.lightbox-list ul li a:hover .hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.lightbox-list ul li img {
  width: 100%;
  height: 175px;
}

.lightbox-list ul li .tit {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lightbox-list ul li .hover {
  display: block;
  width: 100%;
  height: 175px;
  background: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.lightbox-list ul li .hover:after {
  display: block;
  width: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  margin: auto;
  margin-top: 57px;
  font-family: iconfont;
  content: "\e62d";
  color: #fff;
  font-size: 40px;
}

.inner-pic {
  overflow: hidden;
  margin-left: -1%;
  margin-right: -1%;
}

.inner-pic li {
  width: 22%;
  margin: 0 1% 0 1%;
  float: left;
}

.inner-pic li > a {
  display: block;
  line-height: 0;
  height: 180px;
  width: 100%;
  overflow: hidden;
}

.inner-pic li img {
  width: 100%;
}

.inner-pic li span,
.inner-pic li span a {
  display: block;
  line-height: 35px;
}

.inner-row .package-list {
  margin-top: 18px;
}

.inner-row .package-list li {
  margin-bottom: 0;
}

.dm-dynamic {
  margin: 30px -12px 0;
  height: 325px;
  overflow: hidden;
}

.dm-dynamic .slick-track {
  min-width: 1224px;
}

.dm-dynamic .dang-info {
  float: left;
  width: 282px !important;
  height: 282px;
  margin: 0 12px 45px;
  background-color: #f2f2f2;
}

.dm-dynamic .dang-info a.hasthumb {
  display: block;
  width: 282px;
  height: 282px;
}

.dm-dynamic .dang-info a.hasthumb span {
  display: block;
  width: 282px;
  height: 165px;
}

.dm-dynamic .dang-info a.hasthumb span img {
  display: block;
  width: 282px;
  height: 165px;
}

.dm-dynamic .dang-info a.hasthumb p {
  padding: 0 20px;
  margin-top: 10px;
}

.dm-dynamic .dang-info a.hasthumb p u {
  color: #999;
}

.dm-dynamic .dang-info a.hasthumb p small {
  font-size: 16px;
}

.dm-dynamic .dang-info a.nothumb {
  display: block;
  box-sizing: border-box;
  width: 282px;
  height: 282px;
  padding: 20px 20px 0;
}

.dm-dynamic .dang-info a.nothumb span {
  display: block;
}

.dm-dynamic .dang-info a.nothumb span strong {
  float: left;
  font-size: 32px;
  color: #999;
  line-height: 40px;
  font-weight: normal;
}

.dm-dynamic .dang-info a.nothumb span strong:after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin-left: 5px;
  background-color: #999;
}

.dm-dynamic .dang-info a.nothumb span u {
  float: right;
  color: #999;
  line-height: 40px;
}

.dm-dynamic .dang-info a.nothumb:hover strong {
  color: #0079dd;
}

.dm-dynamic .dang-info a.nothumb:hover strong:after {
  background-color: #0079dd;
}

.dm-dynamic .dang-info a.nothumb:hover u {
  color: #0079dd;
}

.dm-dynamic .dang-info a.nothumb:hover p {
  border-top-color: #0079dd;
}

.dm-dynamic .dang-info a.nothumb small {
  display: block;
  height: 48px;
  margin: 26px 0;
  font-size: 16px;
  line-height: 24px;
}

.dm-dynamic .dang-info a.nothumb p {
  padding-top: 12px;
  border-top: 1px solid #e4e4e4;
}

.dm-dynamic .slick-dots {
  bottom: 0;
}

.dm-dynamic .slick-dots li {
  width: 50px;
  height: 10px;
  background-color: #d7d7d7;
  border-radius: 0;
}

.dm-dynamic .slick-dots li.slick-active {
  background-color: #0079dd;
}

.cat-class-tit {
  min-height: 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;
  line-height: 50px;
}

.cat-class-tit h1 {
  position: relative;
  font-size: 18px;
  color: #0079dd;
  font-weight: normal;
}

.cat-class-tit h1:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 30px;
  height: 2px;
  overflow: hidden;
  background-color: #0079dd;
}

.cat-class-tit h1 a {
  color: #0079dd;
}

.class-tit {
  min-height: 50px;
  margin-bottom: 25px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
}

.class-tit h1 {
  position: relative;
  font-size: 24px;
  color: #0079dd;
  font-weight: normal;
}

.class-tit h1:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 30px;
  height: 2px;
  overflow: hidden;
  background-color: #0079dd;
}

.class-tit h1 a {
  color: #0079dd;
}

.dm-class-tit {
  min-height: 50px;
  line-height: 50px;
}

.dm-class-tit h1 {
  position: relative;
  font-size: 24px;
  color: #0079dd;
  font-weight: normal;
}

.dm-class-tit h1 a {
  color: #0079dd;
}

.dm-question-list {
  margin: 40px -8px 25px;
}

.dm-question-list .dm-question {
  float: left;
  box-sizing: border-box;
  width: 280px;
  height: 155px;
  padding: 20px 17px 0;
  margin: 0 12px;
  border: 1px solid #e4e4e4;
}

.dm-question-list .dm-question a {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}

.dm-question-list .dm-question p {
  color: #999;
  font-size: 13px;
  line-height: 22px;
}

.dm-question-list .dm-question:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.order_rule {
  color: #9e733e;
  border: 1px solid #faf3eb;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 20px;
  background: #faf3eb;
  padding-left: 120px;
  position: relative;
}

.order-icon {
  left: 15px;
  top: 20px;
  position: absolute;
  text-align: center;
  color: #ab9376;
}

.order-icon i {
  content: "\e6bc";
  font-family: "iconfont";
  display: block;
  width: 80px;
  line-height: 88px;
  height: 88px;
  font-size: 80px;
  opacity: 0.5;
}

.doctor-date {
  padding: 10px 20px;
  height: 70px;
  background: #f4f4f4;
  box-sizing: border-box;
  width: 924px;
  z-index: 2;
}

.doctor-date.fixed {
  position: fixed;
  top: 0;
}

.doctor-date .fr {
  width: 45%;
}

.doctor-date h2 {
  display: inline-block;
  line-height: 50px;
  font-size: 18px;
  font-weight: normal;
  vertical-align: middle;
}

.doctor-date .haschosen {
  height: 30px;
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
}

.doctor-date > .layout > .fl {
  width: 58%;
}

.doctor-date > .layout > .fr {
  width: 41.8%;
}

.week-list {
  position: relative;
}

.week-list a {
  position: absolute;
  top: 13px;
  width: 22px;
  height: 22px;
  line-height: 23px;
  background: #f4f4f4;
  border: 1px solid #444;
  border-radius: 50%;
  text-align: center;
  font-size: 12px;
}

.week-list a:hover {
  border-color: #0079dd;
}

.week-list a.disabled {
  color: #ccc;
  cursor: default;
  border-color: #ccc;
}

.week-list a.last-wk {
  left: -20px;
}

.week-list a.next-wk {
  right: -17px;
}

.week-wrap {
  overflow: hidden;
  height: 50px;
}

.week-wrap ul {
  overflow: hidden;
}

.week-wrap li {
  float: left;
  width: 57px;
  text-align: center;
}

.weekend {
  color: #b94a48;
}

.doctor-list .appointment-list .doctor-info {
  width: 35%;
}

.doctor-list .appointment-list .doctor-clinic {
  width: 65%;
}

.doctor-list .appointment-list li {
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #fff;
  border-bottom: 1px solid #efefef;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.doctor-list .appointment-list li:hover {
  border: 1px solid #0079dd;
  border-radius: 5px;
}

.appointment-list ul {
  margin-top: 15px;
}

.appointment-list .doctor-clinic {
  height: 97px;
}

.appointment-list .doctor-clinic table {
  display: none;
}

.appointment-list .doctor-clinic td {
  height: 46px;
}

.doctor-clinic .loading {
  display: block;
  min-height: 97px;
  background: url(../image/loading-gray.gif) center no-repeat;
}

.doctor-list.fixed .appointment-list {
  margin-top: 70px;
}

.doctor-list.fixed .doctor-date {
  position: fixed;
  top: 0;
  z-index: 1;
}

.row-tit {
  font-size: 18px;
  color: #666;
  font-weight: normal;
  border-bottom: 3px solid #ddd;
  line-height: 46px;
  position: relative;
  margin-bottom: 20px;
}

.row-tit:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: -5px;
  width: 30px;
  height: 3px;
  border-left: 5px solid #fff;
  border-right: 5px solid #fff;
  overflow: hidden;
  background: #0079dd;
}

.row-con {
  margin-bottom: 15px;
}

.appoint-info {
  position: relative;
  padding-left: 130px;
  height: 150px;
}

.appoint-info img {
  position: absolute;
  top: 0;
  left: 0;
}

.appoint-info h1 {
  font-size: 24px;
  font-weight: normal;
}

.appoint-info h1 span {
  vertical-align: middle;
  background: #63b98c;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
}

.doc-info ul {
  overflow: hidden;
}

.doc-info li {
  float: left;
  width: 50%;
  line-height: 35px;
  border-bottom: 1px dashed #ddd;
}

.doc-info li strong {
  color: #999;
  display: inline-block;
  width: 60px;
  text-align: justify;
  text-align-last: justify;
  font-weight: normal;
  margin-right: 15px;
}

.patient-select {
  padding: 15px 0;
  border-bottom: 1px dashed #ddd;
  margin-bottom: 15px;
}

.patient-form .Validform_checktip {
  display: inline;
}

.patient-form .Validform_checktip:before {
  content: "\e61a";
}

.pay {
  width: 800px;
  margin: 50px auto;
  border: 1px solid #ddd;
}

.pay .pay-tit {
  font-size: 16px;
  line-height: 50px;
  border-bottom: 1px solid #ddd;
  background: #ddd;
  padding: 0 20px;
}

.pay .pay-tit span {
  color: #ea5a54;
}

.payform {
  text-align: center;
  padding: 20px 0;
}

.payform .amount {
  color: #ea5a54;
  font-size: 24px;
  font-weight: bold;
}

.payform .qr {
  display: inline-block;
  padding: 15px 10px;
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.payform .qr span {
  display: block;
}

.payform .qr img {
  width: 200px;
  height: 200px;
}

.payform .btn {
  width: 200px;
}

.vdinfo {
  line-height: 30px;
  color: #999;
  border-bottom: 1px solid #e4e4e4;
}

.vdinfo .fl span {
  margin-right: 10px;
}

.vdplayer {
  width: 100%;
  height: 473px;
  margin-top: 25px;
  background-color: #ede1ca;
}

.video-show h1 {
  font-size: 24px;
  font-weight: normal;
}

.video-show > .fl .video-list ul {
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.video-show > .fl .video-list ul li {
  width: 22%;
  margin: 0 1.5% 0 1.5%;
}

.video-show > .fl .video-list ul i {
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.pic-show h1 {
  font-size: 24px;
  font-weight: normal;
}

.picinfo {
  line-height: 30px;
  color: #d7d7d7;
}

.picinfo .fl span {
  margin-right: 10px;
}

.picplayer {
  position: relative;
  margin: 15px 0;
}

.picplayer .view {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.picplayer .view img {
  max-width: 100%;
}

.picplayer .prev,
.picplayer .next {
  display: block;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

.picplayer .prev span,
.picplayer .next span {
  display: block;
  position: absolute;
  width: 70px;
  height: 96px;
  top: 50%;
  margin-top: -48px;
  text-align: center;
  line-height: 96px;
  font-size: 60px;
  font-family: simsun;
  background-color: #444;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  text-decoration: none;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.picplayer .prev:hover span,
.picplayer .next:hover span {
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.picplayer .prev,
.picplayer .prev span {
  left: 0px;
}

.picplayer .next,
.picplayer .next span {
  right: 0px;
}

.imgtxt {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
}

.thumbbox {
  height: 97px;
  margin-bottom: 20px;
  position: relative;
}

.thumbbox .prev,
.thumbbox .next {
  display: block;
  width: 40px;
  height: 97px;
  background-color: #444;
  color: #fff;
  font-family: simsun;
  text-decoration: none;
  font-size: 40px;
  line-height: 100px;
  text-align: center;
  position: absolute;
  top: 0;
}

.thumbbox .prev {
  left: 0;
}

.thumbbox .next {
  right: 0;
}

.thumblist {
  height: 97px;
  overflow: hidden;
  margin-left: 50px;
  margin-right: 50px;
  white-space: nowrap;
  font-size: 0;
}

.thumblist ul {
  display: inline-block;
  width: 100%;
}

.thumblist li {
  float: left;
  width: 11.3%;
  height: 100%;
  margin-left: 0.6%;
  margin-right: 0.6%;
  background-color: #0079dd;
  overflow: hidden;
}

.thumblist li a {
  display: block;
  font-size: 0;
  line-height: 0;
}

.thumblist li img {
  height: 100%;
}

.thumblist li .cur img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.view {
  min-height: 400px;
  background-color: #000;
}

.view .loading {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  background: url(../image/loading.gif) center no-repeat #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}

.news-info {
  color: #999;
  line-height: 30px;
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
}

.news-info .fl span {
  margin-right: 10px;
}

.news-info .fr span {
  display: inline-block;
}

.color-share a {
  display: inline-block;
  width: 18px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  vertical-align: text-bottom !important;
}

.color-share a:hover {
  color: #0079dd !important;
}

.news-content {
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 15px;
}

.news-footer-share {
  text-align: right;
  border-bottom: 3px solid #0079dd;
  padding-bottom: 3px;
}

.relate-document li {
  border-bottom: 1px dashed #eee;
  height: 45px;
}

.relate-document li:last-child {
  border: none;
}

.relate-document li a {
  display: block;
  line-height: 45px;
  padding: 0 40px;
  position: relative;
}

.relate-document li a:after,
.relate-document li a:before {
  display: block;
  font-family: "iconfont";
  position: absolute;
  top: 0;
}

.relate-document li a:after {
  right: 0;
  color: #d7d7d7;
  font-size: 18px;
  content: "\e612";
}

.relate-document li a:before {
  left: 0;
  font-size: 26px;
  color: #0079dd;
  content: "\e663";
}

.relate-document li a:hover:after {
  -webkit-animation: gWelPinle 0.8s ease-in-out;
  animation: gWelPinle 0.8s ease-in-out;
  color: #937768;
}

.relate-document li a:hover:before {
  color: #937768;
}

.relate-document li span {
  max-width: 85%;
  display: inline-block;
  box-sizing: border-box;
}

.relate-document li .doc:before,
.relate-document li .docx:before {
  content: "\e667";
  color: #4568a0;
}

.relate-document li .xls:before,
.relate-document li .xlsx:before {
  content: "\e668";
  color: #378458;
}

.relate-document li .ppt:before,
.relate-document li .pptx:before {
  content: "\e660";
  color: #db6340;
}

.relate-document li .pdf:before {
  content: "\e68f";
  color: #e81f05;
}

.relate-document li .rar:before {
  content: "\e665";
  color: #ff5056;
}

.relate-document li .zip:before {
  content: "\e661";
  color: #a372db;
}

.relate-document li .swf:before {
  content: "\e7c0";
  color: #bb041a;
}

.relate-document li .txt:before {
  content: "\e664";
  color: #8fa4b5;
}

.news-mark {
  position: relative;
  line-height: 36px;
  color: #a1a1a1;
  padding-bottom: 20px;
}

.news-mark > span {
  margin: 0 10px;
  font-size: 12px;
  position: relative;
  top: -1px;
}

.news-mark .back-list {
  height: 68px;
  line-height: 68px;
  text-align: center;
  border-top: 1px solid #e4e4e4;
}

.news-mark .back-list .bl-btn {
  display: inline-block;
  width: 140px;
  height: 40px;
  border-radius: 3px;
  background-color: #0079dd;
  color: #fff;
  text-align: center;
  line-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.news-mark .back-list .bl-btn:hover {
  background-color: #199ed8;
}

.news-mark .paging {
  height: 37px;
  line-height: 37px;
  border-top: 1px solid #e4e4e4;
}

.news-mark .paging i {
  margin: 0 15px;
  opacity: 0.8;
}

.news-mark .paging a {
  color: #333;
}

.news-mark .paging:hover a {
  color: #0079dd;
}

.related {
  position: relative;
  margin-top: 20px;
  padding: 10px 15px;
  border: 1px solid #e4e4e4;
}

.relate-tit {
  height: 46px;
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
}

.relate-tit h2 {
  font-size: 18px;
  color: #0079dd;
}

.news-ralated .right-related.fr {
  width: 69.31%;
}

.news-ralated .left-related {
  width: 25.21%;
  margin-top: 12px;
}

.news-ralated .left-related img {
  width: 235px;
  height: 146px;
}

.news-ralated .left-related span {
  display: block;
  overflow: hidden;
  height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-news li {
  height: 38px;
  line-height: 38px;
  position: relative;
  border-bottom: 1px solid #f2f2f2;
}

.related-news li:last-child {
  border-bottom: none;
}

.related-news li a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.related-news li span {
  color: #999;
  margin-left: 10px;
  font-size: 12px;
}

.related-news li.top-related img {
  width: 90px;
  height: 68px;
}

.related li.top-related {
  position: relative;
  height: 68px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 15px;
}

.related li.top-related img {
  float: left;
  margin-right: 15px;
}

.related li.top-related a {
  font-size: 18px;
  line-height: 24px;
}

.related li.top-related a:before {
  display: none;
}

.related li.top-related p {
  font-size: 13px;
  color: #d7d7d7;
  line-height: 20px;
  display: -webkit-box;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.related-dmt a,
.related-doc a,
.related-dis a {
  color: #0079dd;
  line-height: 1;
}

.top-dm,
.top-dis {
  overflow: hidden;
}

.top-dm h2,
.top-dis h2 {
  font-size: 16px;
  line-height: 36px;
  border-bottom: 1px solid #f2f2f2;
  font-weight: normal;
  margin-bottom: 5px;
}

.top-dm p,
.top-dis p {
  line-height: 1.5;
  margin-top: 10px;
  font-size: 14px;
}

.top-dm p a,
.top-dis p a {
  display: inline;
}

.more-dm,
.more-dis {
  line-height: 30px;
  font-size: 16px;
  border-top: 1px solid #e4e4e4;
  margin-top: 15px;
  word-spacing: 1em;
}

.more-dm a:hover,
.more-dis a:hover {
  text-decoration: underline;
}

.related-doc li {
  height: 100px;
  position: relative;
  padding: 10px 0 10px 90px;
  overflow: hidden;
  border-bottom: 1px dashed #e4e4e4;
}

.related-doc li:last-child {
  border: none;
}

.related-doc li .doctor-img {
  position: absolute;
  left: 0;
  top: 10px;
}

.related-doc li .doctor-img img {
  width: 74px;
  height: 100px;
}

.related-doc li p {
  height: 75px;
  overflow: hidden;
  font-size: 14px;
}

.related-doc li h2 {
  font-size: 16px;
  font-weight: normal;
}

.related-qa li.top-related {
  height: 72px;
}

.related-qa li.top-related p {
  color: #666;
  margin-top: 5px;
}

.ico-ask,
.ico-answer {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 24px;
  margin-right: 8px;
  text-align: center;
  font-size: 15px;
  background-color: #0079dd;
  color: #fff;
  vertical-align: middle;
}

.doctor-details > .fl {
  width: 65%;
}

.doctor-details > .fr {
  width: 30%;
}

.doctor-details .content {
  padding: 20px 0;
}

.doctor-details .list-item {
  padding: 0;
}

.doctor-details .right-video {
  height: auto;
}

.doctor-details .fl .list-tit {
  border-bottom: 1px solid #e3d3ca;
}

.doctor-details .fl .list-tit .color-info {
  display: inline-block;
  margin-left: 15px;
}

.doctor-details .fl h2 {
  position: relative;
  font-size: 18px;
  color: #0079dd;
  font-weight: normal;
}

.doctor-details .fl h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 30px;
  height: 2px;
  overflow: hidden;
  background-color: #0079dd;
}

.doctor-details .doctor-clinic {
  margin-top: 20px;
}

.doctor-details .doctor-clinic span {
  display: block;
  margin: auto;
}

.doctor-resume {
  position: relative;
  min-height: 192px;
  padding-left: 135px;
  padding-right: 115px;
}

.doctor-resume .doctor-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 110px;
}

.doctor-resume .doctor-img > img {
  display: block;
  width: 117px;
  height: 160px;
}

.doctor-resume h1 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 5px;
}

.doctor-resume h1 span {
  vertical-align: middle;
  background-color: #63b98c;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
}

.doctor-resume .keys {
  display: block;
  margin: 12px auto;
  min-height: 32px;
}

.doctor-resume .keys a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #b4dcba;
  color: #0079dd;
  border-radius: 5px;
  margin-right: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.doctor-resume .keys a:hover {
  background-color: #0079dd;
  color: #fff;
}

.doctor-resume strong {
  font-weight: normal;
  color: #999;
}

.doctor-resume > p a {
  margin-right: 5px;
}

.doctor-follow {
  display: block;
  background-color: #fff;
  color: #0079dd;
  margin-top: 10px;
  line-height: 30px;
  border: 1px solid #0079dd;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.doctor-follow:before {
  font-family: "iconfont";
  content: "\e631";
  font-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}

.doctor-follow.followed,
.doctor-follow:hover {
  background-color: #0079dd;
  color: #fff;
}

.doctor-follow.followed:hover {
  background-color: #937768;
  color: #fff;
}

.doctor-follow.followed:before {
  content: "\e632";
}

.qr-img {
  position: absolute;
  right: 0;
  top: 25px;
  width: 100px;
  height: 100px;
}

.qr-img span {
  display: block;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.3em;
}

.qr-img img {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}

.doctor-resume .share {
  margin-top: 12px;
}

.doctor-resume .share a {
  width: 30px;
}

.myservice {
  overflow: hidden;
  margin: 20px -1%;
}

.myservice a {
  display: block;
  width: 23%;
  height: 92px;
  padding: 5px 0;
  line-height: 1.5;
  margin: auto 1%;
  float: left;
  text-align: center;
  color: #ccc;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
}

.myservice a.opened {
  background-color: #0079dd;
  color: #fff;
  border-color: #0079dd;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.myservice a.opened:hover {
  background-color: #937768;
}

.myservice a.disabled {
  cursor: default;
}

.myservice a i {
  display: block;
  font-size: 36px;
}

.doctor-right .list-item {
  margin-bottom: 25px;
}

.doctor-right .list-tit {
  line-height: 1;
  height: 35px;
}

.doctor-right .list-tit h2 span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 30px;
  height: 2px;
  overflow: hidden;
  background-color: #0079dd;
}

.literature li {
  padding: 10px 0;
  border-bottom: 1px dashed #e4e4e4;
}

.literature li:last-child {
  border: none;
}

.literature h3 {
  line-height: 1.8;
  font-size: 16px;
  font-weight: normal;
}

.literature h3:before {
  content: "\e605";
  font-family: iconfont;
  color: #009966;
  margin-right: 5px;
}

.literature span {
  display: block;
  font-size: 12px;
}

.details-clinic .doctor-clinic {
  margin-right: 20px;
  min-height: 157px;
}

.details-clinic .doctor-clinic table {
  display: none;
}

.details-clinic .doctor-date {
  background-color: #f4f4f4;
  padding: 10px 20px;
  width: auto;
}

.details-clinic .doctor-date .fl {
  width: 20%;
}

.details-clinic .doctor-date .fl h3 {
  position: relative;
  font-size: 18px;
  font-weight: normal;
}

.details-clinic .doctor-date .fr {
  width: 70.95%;
}

.details-clinic .week-wrap li {
  width: 75px;
}

.newspaper-list {
  padding: 20px 0;
  margin-left: -1%;
  margin-right: -1%;
}

.newspaper-list li {
  float: left;
  width: 14.66%;
  height: 264px;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
  overflow: hidden;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  border-bottom: none;
  box-shadow: 0 2px 10px #ccc;
}

.newspaper-list li a {
  display: block;
  position: relative;
  text-align: center;
}

.newspaper-list li a .newspaper-list-item-img {
  padding: 4px;
}

.newspaper-list li a span {
  display: block;
  padding: 0 10px;
  background-color: #158064;
  color: #fff;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.newspaper-list li a:hover span {
  background-color: #015ba0;
}

.newspaper-list li a img {
  width: 169px;
  height: 225px;
  display: block;
}

.newspaper-show {
  padding: 20px 0;
  margin-left: -1%;
  margin-right: -1%;
}

.newspaper-show li {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 20px;
}

.newspaper-show li a {
  display: block;
  position: relative;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}

.newspaper-show li a span {
  display: block;
  background-color: #158064;
  color: #fff;
  line-height: 30px;
  height: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.newspaper-show li a img {
  height: 367px;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.newspaper-show li a:hover span {
  background-color: #015ba0;
}

.newspaper-show li a:hover img {
  opacity: 1;
  filter: alpha(opacity=100);
}

.show-paper-wrapper {
  padding: 50px 20px;
}

.show-paper-wrapper .paper-title {
  margin-bottom: 10px;
  height: 40px;
}

.show-paper-wrapper .paper-title a:last-child {
  margin-right: 10px;
}

.show-paper-wrapper .paper-pic {
  position: relative;
  padding: 40px 60px;
  width: 690px;
  background-color: #f4f4f4;
  border-radius: 10px;
}

.show-paper-wrapper .paper-pic.article-pic {
  padding: 30px;
  width: 345px;
  border-radius: 10px;
  box-shadow: 0 2px 10px #555;
}

.show-paper-wrapper .paper-pic .area-icon {
  width: 100%;
  position: relative;
}

.show-paper-wrapper .paper-pic img {
  width: 100%;
  display: block;
}

.show-paper-wrapper .paper-pic .area {
  position: absolute;
}

.show-paper-wrapper .paper-pic .area.cur-area-icon {
  background-color: rgba(1, 91, 160, 0.3);
}

.show-paper-wrapper .paper-pic .area:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

.show-paper-wrapper .paper-pic .controll {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  background-color: #0079dd;
}

.show-paper-wrapper .paper-pic .controll:hover {
  background-color: #0079dd;
}

.show-paper-wrapper .paper-pic .page-left {
  left: 0;
}

.show-paper-wrapper .paper-pic .page-right {
  right: 0;
}

.show-paper-wrapper .paper-pic .all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background-color: #0079dd;
}

.show-paper-wrapper .article-content {
  padding: 30px;
  width: 715px;
  min-height: 700px;
  border-radius: 10px;
  background-color: #0079dd;
}

.show-paper-wrapper .article-content h3 {
  padding: 20px 0;
  line-height: 2;
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  border-bottom: 2px solid #fff;
}

.show-paper-wrapper .article-content .content {
  margin-top: 30px;
  color: #fff;
}

.show-paper-wrapper .paper-article {
  padding: 30px 20px;
  width: 350px;
  height: auto;
  border-radius: 10px;
  background-color: #0079dd;
  box-sizing: border-box;
}

.show-paper-wrapper .paper-article h3 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.show-paper-wrapper .paper-article li {
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
}

.show-paper-wrapper .paper-article li a {
  color: #fff;
}

.show-paper-wrapper .paper-article li a:hover {
  color: #b2dccf;
}

.show-paper-wrapper .paper-review {
  padding: 30px 20px;
  width: 800px;
  border-radius: 10px;
  background-color: #f4f4f4;
  box-sizing: border-box;
}

.show-paper-wrapper .paper-review h3 {
  margin-bottom: 10px;
  color: #0079dd;
  font-size: 18px;
  font-weight: 400;
}

.show-paper-wrapper .paper-review li {
  float: left;
  margin-right: 13px;
  margin-bottom: 20px;
  width: 180px;
  height: 305px;
  overflow: hidden;
  box-shadow: 0 2px 10px #ccc;
  background-color: #fff;
}

.show-paper-wrapper .paper-review li:nth-child(4n) {
  margin-right: 0;
}

.show-paper-wrapper .paper-review li a {
  display: block;
}

.show-paper-wrapper .paper-review li .paper-item-img {
  box-sizing: border-box;
  padding: 4px;
}

.show-paper-wrapper .paper-review li .paper-item-img img {
  display: block;
  width: 172px;
  height: 262px;
}

.show-paper-wrapper .paper-review li .paper-item-title {
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: #0079dd;
  overflow: hidden;
  padding: 0 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.show-paper-wrapper .paper-review li:hover {
  box-shadow: 5px 10px 10px #ccc;
}

.show-paper-wrapper .paper-review li:hover .paper-item-title {
  background-color: #0079dd;
}

.input-medium {
  width: 280px;
}

.getcode {
  width: 80px;
  position: absolute;
  left: 317px;
  top: 10px;
}

.regform {
  margin-top: 25px;
}

.regform #code_img {
  width: 110px;
  height: 34px;
  position: absolute;
  left: 317px;
  top: 10px;
  cursor: pointer;
}

.regform .fl,
.regform .fr {
  width: 49%;
  height: 360px;
}

.regform .fr {
  border-left: 1px solid #e4e4e4;
}

.regform .fr p {
  font-size: 16px;
  margin-left: 35px;
  margin-top: 35px;
}

.regform .submit {
  width: 302px;
  line-height: 40px;
}

.weixin-info span {
  display: inline-block;
  vertical-align: middle;
  line-height: 44px;
  height: 44px;
  margin-right: 5px;
}

.weixin-info .headimg img {
  width: 44px;
  height: 44px;
  border-radius: 5px;
}

.login-dialog {
  display: none;
  background: url(../image/black70.png);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.login-dialog .close {
  position: absolute;
  top: 5px;
  right: 10px;
}

.login-pop {
  background-color: #fff;
  border-top: 5px solid #0079dd;
  padding: 10px 30px;
  width: 300px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -180px;
  margin-top: -250px;
}

.pop-tit {
  line-height: 50px;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 20px;
}

.pop-tit a {
  display: block;
  width: 50%;
  float: left;
  text-align: center;
}

.pop-tit a.cur {
  border-bottom: 1px solid #0079dd;
  margin-bottom: -1px;
  color: #0079dd;
}

.login-form p {
  padding: 5px 0;
  overflow: hidden;
}

.login-form p .login-input {
  width: 278px;
}

.login-form form .btn {
  width: 302px;
  line-height: 40px;
  font-size: 16px;
  display: block;
}

.login-form a {
  color: #0079dd;
}

.login-form a:hover {
  color: #e8c697;
}

.login-form .text-center {
  word-spacing: 1em;
  color: #d7d7d7;
}

.login-form .login-qr {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  background: url(../image/loading-gray.gif) center no-repeat;
}

.no-login {
  border-top: 1px solid #e4e4e4;
  padding-top: 10px;
}

.no-login .btn {
  width: 100%;
  background-color: #666;
}

.no-login .btn:hover {
  background-color: #888;
}

.no-login input {
  width: 278px;
}

.msg {
  display: inline-block;
  padding: 100px;
}

.msg .fl {
  margin-right: 15px;
}

.msg-info {
  min-width: 650px;
}

.msg-info h1 {
  font-size: 18px;
  margin-bottom: 15px;
}

.msg-info .red {
  color: #ea5a54;
}

.msg-info a {
  color: #0079dd;
  font-weight: normal;
}

.msg-info a:hover {
  color: #0079dd;
}

.msg-info .btn {
  width: 120px;
  font-size: 16px;
  line-height: 40px;
}

.msg-info .btn,
.msg-info .btn:hover {
  color: #fff;
}

.msg-info h1 i,
.order-info > i {
  font-weight: normal;
  font-size: 110px;
  line-height: 1.5;
  margin-right: 10px;
  color: #00a539;
  display: block;
}

.msg-link {
  color: #e4e4e4;
  word-spacing: 0.5em;
}

.order-info {
  text-align: left;
  border: 1px solid #e4e4e4;
  padding: 20px 100px;
  background-color: #f8f8f8;
}

.order-info > i {
  float: left;
  margin-right: 50px;
  line-height: 240px;
}

.subweb {
  background-color: #fff;
}

.subweb .logo img {
  height: 50px;
}

.subname {
  line-height: 50px;
  margin-top: 10px;
  margin-left: 15px;
  padding-left: 15px;
  font-size: 30px;
  border-left: 1px solid #e4e4e4;
  color: #0079dd;
}

.member .logo-row {
  border-bottom: 1px solid #0079dd;
}

.member .logo-row .gohome {
  margin-top: 22px;
}

.member-box {
  margin-top: 25px;
}

.member-box > .fl,
.member-box > .fr {
  min-height: 600px;
}

.member-box > .fl {
  width: 18%;
  border-right: 1px solid #e4e4e4;
}

.member-box > .fr {
  width: 78%;
}

.member-menu ul {
  border-top: 1px solid #e4e4e4;
  padding: 10px 0;
}

.member-menu ul li {
  line-height: 35px;
}

.member-menu ul li i {
  width: 20px;
  text-align: center;
  font-size: 18px;
  margin-right: 10px;
  color: #0079dd;
}

.member-menu ul li a {
  display: block;
  padding: 0 10px;
}

.member-menu ul li a.cur,
.member-menu ul li a.cur:hover {
  background-color: #0079dd;
  color: #fff;
}

.member-menu ul li a.cur i {
  color: #fff;
}

.member-menu ul li a:hover {
  background-color: #f8f8f8;
  color: #0079dd;
}

.member .Validform_checktip {
  display: inline;
}

.member .Validform_checktip:before {
  content: "\e61a";
}

.member-info {
  padding-top: 15px;
  padding-bottom: 15px;
}

.member-info i {
  color: #ccc;
  margin: auto 2px;
  font-size: 22px;
  font-weight: normal;
}

.member-info .authed {
  color: #0079dd;
}

.data-filter {
  padding-bottom: 10px;
}

.data-filter input,
.data-filter .btn {
  height: 16px;
  line-height: 18px;
  padding: 8px 10px;
  vertical-align: middle;
  margin-right: 10px;
}

.data-filter .btn {
  min-width: 100px;
}

.data-filter .data-filter-item {
  margin-right: 10px;
}

.data-filter select {
  height: 34px;
  min-width: 100px;
  margin-right: 10px;
}

.data-filter .datatime {
  width: 110px;
}

.data-create {
  text-align: right;
}

.data-list {
  margin-top: 18px;
}

.data-list tr th {
  background-color: #eceff4;
  padding: 8px 10px;
  font-weight: bold;
}

.data-list tr td {
  padding: 8px 10px;
  border-bottom: 1px solid #eceff4;
}

.data-list tr td:last-child {
  color: #ccc;
  word-spacing: 0.5em;
}

.data-list tr td a {
  color: #0079dd;
}

.data-list tr td a:hover {
  text-decoration: underline;
}

.data-list tr:hover td {
  background-color: #f9f9f9;
}

.data-list .price {
  color: #f90;
}

.data-list .red {
  color: #ea5a54;
}

.data-list .blue {
  color: #54a0ea;
}

.data-list .orange {
  color: #e49548;
}

.data-list .green {
  color: #63b98c;
}

.data-list .disabled {
  color: #e4e4e4;
  cursor: default;
}

.data-list .handle {
  width: 20%;
}

.bind-qr .btn {
  vertical-align: middle;
}

.list-show {
  margin-bottom: 10px;
}

.list-show h3 {
  line-height: 40px;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 5px;
}

.list-show li {
  line-height: 34px;
}

.list-show li:hover {
  background-color: #f4f4f4;
}

.list-show li label {
  display: inline-block;
  width: 80px;
  vertical-align: middle;
  color: #999;
}

.list-show li a {
  display: inline;
}

.list-show li .btn {
  width: 120px;
  line-height: 46px;
  margin-top: 20px;
}

.nodata {
  color: #ccc;
  padding: 100px 0 50px;
}

.nodata i {
  font-size: 100px;
  line-height: 1;
}

.nodata span {
  display: block;
  font-size: 16px;
}

.report {
  border: 1px solid #e4e4e4;
  margin: 20px 0;
}

.report th {
  font-weight: bold;
  padding: 10px 10px;
}

.report td {
  padding: 5px 10px;
}

.report .report-tit {
  background-color: #eceff4 !important;
  color: #797979;
}

.report-head {
  font-size: 15px;
}

.report-head span {
  color: #a6a4a4;
}

.report-head tr {
  border-bottom: 1px solid #e4e4e4;
}

.report-head tr:hover {
  background-color: #f9f9f9;
}

.smart {
  margin-top: 20px;
}

.smart .fl {
  width: 52%;
}

.smart .fr {
  width: 48%;
}

.sex-switch {
  position: absolute;
  z-index: 3;
  left: 140px;
  bottom: 5px;
  overflow: hidden;
  background: #f4f4f4;
  border: 1px solid #ddd;
  border-radius: 30px;
}

.sex-switch a {
  float: left;
  display: block;
  line-height: 14px;
  padding: 8px 12px;
  font-size: 12px;
}

.sex-switch a.cur {
  background: #0079dd;
  padding: 6px 10px;
  margin: 2px;
  border-radius: 30px;
  color: #fff;
}

.sex-switch a i {
  margin-right: 3px;
}

.body {
  position: relative;
}

.body img {
  width: 393px;
  height: 296px;
}

.body img.transparent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.parts {
  display: none;
}

.parts.cur {
  display: block;
}

.parts .front span:first-child {
  display: block;
}

.parts.female span {
  display: none;
  position: absolute;
  background: url(../image/female-home-hover.png);
}

.parts.female .front .parts1 {
  width: 35px;
  height: 38px;
  left: 69px;
  top: 2px;
  background-position: -80px -2px;
}

.parts.female .front .parts2 {
  width: 16px;
  height: 15px;
  left: 78px;
  top: 39px;
  background-position: -89px -44px;
}

.parts.female .front .parts3 {
  width: 48px;
  height: 45px;
  left: 62px;
  top: 46px;
  background-position: -73px -61px;
}

.parts.female .front .parts4 {
  width: 44px;
  height: 37px;
  left: 64px;
  top: 88px;
  background-position: -75px -113px;
}

.parts.female .front .parts7.parts-l {
  width: 60px;
  height: 160px;
  left: 2px;
  top: 53px;
  background-position: -8px -68px;
}

.parts.female .front .parts7.parts-r {
  width: 60px;
  height: 107px;
  left: 110px;
  top: 52px;
  background-position: -126px -67px;
}

.parts.female .front .parts8.parts-l {
  width: 27px;
  height: 163px;
  left: 58px;
  top: 130px;
  background-position: -69px -180px;
}

.parts.female .front .parts8.parts-r {
  width: 25px;
  height: 162px;
  left: 87px;
  top: 131px;
  background-position: -98px -181px;
}

.parts.female .front .parts12 {
  width: 49px;
  height: 24px;
  left: 61px;
  top: 121px;
  background-position: -72px -151px;
}

.parts.female .back .parts1 {
  width: 35px;
  height: 38px;
  left: 288px;
  top: 1px;
  background-position: -299px -1px;
}

.parts.female .back .parts2 {
  width: 16px;
  height: 11px;
  left: 299px;
  top: 39px;
  background-position: -310px -44px;
}

.parts.female .back .parts16 {
  width: 50px;
  height: 48px;
  left: 280px;
  top: 47px;
  background-position: -291px -62px;
}

.parts.female .back .parts5 {
  width: 40px;
  height: 28px;
  left: 285px;
  top: 92px;
  background-position: -296px -117px;
}

.parts.female .back .parts6 {
  width: 53px;
  height: 35px;
  left: 279px;
  top: 117px;
  background-position: -290px -147px;
}

.parts.female .back .parts7.parts-l {
  width: 61px;
  height: 109px;
  left: 219px;
  top: 52px;
  background-position: -225px -67px;
}

.parts.female .back .parts7.parts-r {
  width: 60px;
  height: 109px;
  left: 330px;
  top: 52px;
  background-position: -346px -67px;
}

.parts.female .back .parts8.parts-l {
  width: 25px;
  height: 148px;
  left: 278px;
  top: 148px;
  background-position: -289px -188px;
}

.parts.female .back .parts8.parts-r {
  width: 25px;
  height: 148px;
  left: 307px;
  top: 147px;
  background-position: -318px -187px;
}

.parts.male span {
  display: none;
  position: absolute;
  background: url(../image/male-home-hover.png);
}

.parts.male .front .parts1 {
  width: 28px;
  height: 40px;
  left: 66px;
  top: 2px;
  background-position: -77px -2px;
}

.parts.male .front .parts2 {
  width: 18px;
  height: 11px;
  left: 72px;
  top: 39px;
  background-position: -83px -43px;
}

.parts.male .front .parts3 {
  width: 58px;
  height: 38px;
  left: 51px;
  top: 44px;
  background-position: -62px -54px;
}

.parts.male .front .parts4 {
  width: 51px;
  height: 56px;
  left: 57px;
  top: 74px;
  background-position: -68px -94px;
}

.parts.male .front .parts7.parts-l {
  width: 54px;
  height: 100px;
  left: 0px;
  top: 57px;
  background-position: -6px -67px;
}

.parts.male .front .parts7.parts-r {
  width: 56px;
  height: 103px;
  left: 109px;
  top: 53px;
  background-position: -125px -63px;
}

.parts.male .front .parts8.parts-l {
  width: 41px;
  height: 163px;
  left: 40px;
  top: 131px;
  background-position: -51px -186px;
}

.parts.male .front .parts8.parts-r {
  width: 41px;
  height: 163px;
  left: 85px;
  top: 131px;
  background-position: -96px -186px;
}

.parts.male .front .parts11 {
  width: 49px;
  height: 28px;
  left: 58px;
  top: 120px;
  background-position: -69px -155px;
}

.parts.male .back .parts1 {
  width: 28px;
  height: 34px;
  left: 288px;
  top: 1px;
  background-position: -299px -1px;
}

.parts.male .back .parts2 {
  width: 28px;
  height: 10px;
  left: 289px;
  top: 34px;
  background-position: -300px -38px;
}

.parts.male .back .parts16 {
  width: 54px;
  height: 64px;
  left: 277px;
  top: 44px;
  background-position: -288px -54px;
}

.parts.male .back .parts5 {
  width: 45px;
  height: 24px;
  left: 283px;
  top: 99px;
  background-position: -294px -124px;
}

.parts.male .back .parts6 {
  width: 54px;
  height: 31px;
  left: 279px;
  top: 120px;
  background-position: -290px -155px;
}

.parts.male .back .parts7.parts-l {
  width: 58px;
  height: 104px;
  left: 217px;
  top: 52px;
  background-position: -223px -62px;
}

.parts.male .back .parts7.parts-r {
  width: 59px;
  height: 105px;
  left: 332px;
  top: 52px;
  background-position: -348px -62px;
}

.parts.male .back .parts8.parts-l {
  width: 43px;
  height: 148px;
  left: 260px;
  top: 146px;
  background-position: -271px -191px;
}

.parts.male .back .parts8.parts-r {
  width: 43px;
  height: 146px;
  left: 307px;
  top: 150px;
  background-position: -318px -195px;
}

.parts-tit a {
  display: block;
  line-height: 34px;
  border: 1px solid #ddd;
  margin: auto 2%;
  box-sizing: border-box;
  text-align: center;
}

.parts-tit.span5 a {
  float: left;
  width: 16%;
}

.parts-tit a.cur {
  background: #0079dd;
  border-color: #0079dd;
  color: #fff;
}

.sick-list ul {
  display: none;
  margin-top: 20px;
}

.sick-list ul li {
  float: left;
  width: 29.33%;
  height: 34px;
  line-height: 34px;
  margin: auto 2%;
}

.sick-list ul li a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.related-sick {
  display: none;
}

.related-sick:first-child,
.sick-list ul:first-child {
  display: block;
}

.related-sick {
  min-height: 200px;
}

.smart-info {
  margin-top: 25px;
  text-align: center;
}

.smart-info span {
  display: block;
  color: #b94a48;
}

.page-smart > .fl {
  width: 64%;
  border-right: 1px solid #ddd;
  min-height: 400px;
  padding-right: 2%;
}

.page-smart > .fr {
  width: 33%;
}

.page-smart .body img {
  width: 513px;
  height: 386px;
}

.page-smart .step {
  margin-bottom: 25px;
}

.step li {
  float: left;
  width: 25%;
  line-height: 35px;
  position: relative;
  background: #8c8e8b;
  color: #fff;
  text-align: center;
}

.step li:before,
.step li:after {
  content: "";
  display: block;
  width: 10px;
  height: 35px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../image/step-img.png) -12px 0;
}

.step li:after {
  left: auto;
  right: 0;
  background-position: 0 0;
}

.step li.cur {
  background: #019e6e;
}

.step li.cur:before,
.step li.cur:after {
  background-position-y: -35px;
}

.step.span3 li {
  width: 33.33%;
}

.page-smart .btn {
  width: 120px;
  line-height: 42px;
  font-size: 16x;
}

.step-form select {
  width: 120px;
  height: 40px;
}

.step-form .control-label {
  width: 300px;
}

.step-form .controls {
  padding-left: 318px;
}

.step-info {
  padding-left: 15px;
}

.step-info h2 {
  line-height: 45px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.step-info em {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  background: #0079dd;
  color: #fff;
  margin-right: 5px;
}

.page-smart .body {
  width: 513px;
  margin: auto;
}

.page-smart .sex-switch {
  left: 196px;
}

.page-smart .parts.female span {
  background: url(../image/female-hover.png);
}

.page-smart .parts.female .front .parts1 {
  width: 46px;
  height: 49px;
  left: 90px;
  top: 3px;
  background-position: -104px -3px;
}

.page-smart .parts.female .front .parts2 {
  width: 21px;
  height: 20px;
  left: 101px;
  top: 51px;
  background-position: -116px -57px;
}

.page-smart .parts.female .front .parts3 {
  width: 62px;
  height: 59px;
  left: 81px;
  top: 60px;
  background-position: -95px -79px;
}

.page-smart .parts.female .front .parts4 {
  width: 57px;
  height: 48px;
  left: 83px;
  top: 114px;
  background-position: -98px -147px;
}

.page-smart .parts.female .front .parts7.parts-l {
  width: 78px;
  height: 208px;
  left: 3px;
  top: 69px;
  background-position: -10px -88px;
}

.page-smart .parts.female .front .parts7.parts-r {
  width: 78px;
  height: 139px;
  left: 143px;
  top: 68px;
  background-position: -164px -87px;
}

.page-smart .parts.female .front .parts8.parts-l {
  width: 35px;
  height: 212px;
  left: 75px;
  top: 169px;
  background-position: -90px -234px;
}

.page-smart .parts.female .front .parts8.parts-r {
  width: 33px;
  height: 211px;
  left: 113px;
  top: 170px;
  background-position: -127px -235px;
}

.page-smart .parts.female .front .parts12 {
  width: 64px;
  height: 31px;
  left: 79px;
  top: 157px;
  background-position: -94px -196px;
}

.page-smart .parts.female .back .parts1 {
  width: 46px;
  height: 49px;
  left: 374px;
  top: 1px;
  background-position: -389px -1px;
}

.page-smart .parts.female .back .parts2 {
  width: 21px;
  height: 14px;
  left: 389px;
  top: 51px;
  background-position: -403px -57px;
}

.page-smart .parts.female .back .parts16 {
  width: 65px;
  height: 62px;
  left: 364px;
  top: 61px;
  background-position: -378px -81px;
}

.page-smart .parts.female .back .parts5 {
  width: 52px;
  height: 36px;
  left: 371px;
  top: 120px;
  background-position: -385px -152px;
}

.page-smart .parts.female .back .parts6 {
  width: 69px;
  height: 46px;
  left: 363px;
  top: 152px;
  background-position: -377px -191px;
}

.page-smart .parts.female .back .parts7.parts-l {
  width: 79px;
  height: 142px;
  left: 285px;
  top: 68px;
  background-position: -293px -87px;
}

.page-smart .parts.female .back .parts7.parts-r {
  width: 78px;
  height: 142px;
  left: 429px;
  top: 68px;
  background-position: -450px -87px;
}

.page-smart .parts.female .back .parts8.parts-l {
  width: 33px;
  height: 192px;
  left: 361px;
  top: 192px;
  background-position: -376px -244px;
}

.page-smart .parts.female .back .parts8.parts-r {
  width: 33px;
  height: 192px;
  left: 399px;
  top: 191px;
  background-position: -413px -243px;
}

.page-smart .parts.male span {
  background: url(../image/male-hover.png);
}

.page-smart .parts.male .front .parts1 {
  width: 36px;
  height: 52px;
  left: 86px;
  top: 3px;
  background-position: -100px -2px;
}

.page-smart .parts.male .front .parts2 {
  width: 23px;
  height: 14px;
  left: 94px;
  top: 51px;
  background-position: -108px -56px;
}

.page-smart .parts.male .front .parts3 {
  width: 75px;
  height: 49px;
  left: 66px;
  top: 57px;
  background-position: -81px -70px;
}

.page-smart .parts.male .front .parts4 {
  width: 66px;
  height: 73px;
  left: 74px;
  top: 96px;
  background-position: -88px -122px;
}

.page-smart .parts.male .front .parts7.parts-l {
  width: 70px;
  height: 130px;
  left: 0px;
  top: 74px;
  background-position: -8px -87px;
}

.page-smart .parts.male .front .parts7.parts-r {
  width: 73px;
  height: 134px;
  left: 142px;
  top: 69px;
  background-position: -163px -82px;
}

.page-smart .parts.male .front .parts8.parts-l {
  width: 53px;
  height: 212px;
  left: 52px;
  top: 170px;
  background-position: -66px -242px;
}

.page-smart .parts.male .front .parts8.parts-r {
  width: 53px;
  height: 212px;
  left: 111px;
  top: 170px;
  background-position: -125px -242px;
}

.page-smart .parts.male .front .parts11 {
  width: 64px;
  height: 36px;
  left: 75px;
  top: 156px;
  background-position: -90px -202px;
}

.page-smart .parts.male .back .parts1 {
  width: 36px;
  height: 44px;
  left: 374px;
  top: 1px;
  background-position: -389px -1px;
}

.page-smart .parts.male .back .parts2 {
  width: 36px;
  height: 13px;
  left: 376px;
  top: 44px;
  background-position: -390px -49px;
}

.page-smart .parts.male .back .parts16 {
  width: 70px;
  height: 83px;
  left: 360px;
  top: 57px;
  background-position: -374px -70px;
}

.page-smart .parts.male .back .parts5 {
  width: 59px;
  height: 31px;
  left: 368px;
  top: 129px;
  background-position: -382px -161px;
}

.page-smart .parts.male .back .parts6 {
  width: 70px;
  height: 40px;
  left: 363px;
  top: 156px;
  background-position: -377px -202px;
}

.page-smart .parts.male .back .parts7.parts-l {
  width: 75px;
  height: 135px;
  left: 282px;
  top: 68px;
  background-position: -290px -81px;
}

.page-smart .parts.male .back .parts7.parts-r {
  width: 77px;
  height: 137px;
  left: 432px;
  top: 68px;
  background-position: -452px -81px;
}

.page-smart .parts.male .back .parts8.parts-l {
  width: 56px;
  height: 192px;
  left: 338px;
  top: 190px;
  background-position: -352px -248px;
}

.page-smart .parts.male .back .parts8.parts-r {
  width: 56px;
  height: 190px;
  left: 399px;
  top: 195px;
  background-position: -413px -254px;
}

.symptom-list .tab-tit {
  overflow: hidden;
}

.symptom-list .tab-tit a {
  display: block;
  float: left;
  width: 10.11%;
  margin: 5px 0.5%;
  background: #f4f4f4;
  line-height: 35px;
  text-align: center;
}

.symptom-list .tab-tit a:hover {
  background: #ddd;
}

.symptom-list .tab-tit a.cur {
  background: #0079dd;
  color: #fff;
}

.symptom-con h2 {
  line-height: 45px;
  font-size: 16px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.symptom-con li {
  width: 20%;
  float: left;
  text-align: center;
  border-bottom: 1px solid #eee;
}

.symptom-con li:hover {
  background: #f4f4f4;
}

.symptom-con a {
  display: block;
  padding: 8px 0.5%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.other-symptom {
  width: 600px;
  margin: auto;
}

.other-symptom h2 {
  line-height: 35px;
  font-size: 16px;
}

.other-symptom h2 i {
  color: #0079dd;
  font-size: 20px;
  vertical-align: middle;
}

.other-symptom ul {
  padding: 15px 0;
  overflow: hidden;
  margin: auto -2%;
}

.other-symptom ul li {
  width: 46%;
  margin: auto 2%;
  line-height: 35px;
  margin-bottom: 10px;
  float: left;
}

.other-symptom ul li a {
  display: block;
  padding: 0 15px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.other-symptom ul li a:hover {
  background: #0079dd;
  color: #fff;
  border-color: #0079dd;
}

.other-symptom ul li a:hover:after {
  color: #fff;
}

.other-symptom ul li a:after {
  content: "\e623";
  font-family: "iconfont";
  float: right;
  color: #ccc;
  font-size: 18px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.other-symptom ul li a.cur {
  background: #f8f8f8;
  color: #0079dd;
  border-color: #0079dd;
}

.other-symptom ul li a.cur:after {
  color: #0079dd;
}

.result table th {
  font-weight: bold;
}

.result table th,
.result table td {
  padding-left: 15px;
  line-height: 32px;
}

.result table td {
  color: #666;
}

.result table tr:hover {
  background: #f4f4f4;
}

.job-head {
  padding: 10px 15px;
  background-color: #f8f8f8;
}

.job-head span {
  display: block;
  width: 25%;
  color: #888;
  font-size: 14px;
}

.job-list .list-tit {
  border-color: #f4f4f4;
}

.job-list li {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #f2f6fd;
  transition: background-color 0.3s;
}

.job-list li:hover {
  background-color: #fcfcfc;
}

.job-list li:hover .operate {
  display: block;
}

.job-list li span {
  font-size: 14px;
}

.job-list li [class*="col"] {
  display: block;
  height: 100%;
}

.job-list a:hover span {
  color: #0079dd;
}

.job-list .col-8 {
  width: 60%;
}

.job-list .col-4 {
  width: 30%;
}

.job-list .col-3 {
  width: 25%;
}

.job-list .col-1 {
  width: 10%;
}

.file-text {
  font-size: 15px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.file-text:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.file-name {
  width: 80%;
  padding-right: 78px;
  box-sizing: border-box;
  position: relative;
}

.operate {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 78px;
  display: none;
}

.operate a {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 45px;
}

.operate a:before {
  font-family: "iconfont";
  font-size: 18px;
  vertical-align: top;
  margin-right: 5px;
  color: #0079dd;
}

.operate a em {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}

.operate .a-job:before {
  content: "\e640";
}

.operate .a-job:before:before {
  content: "\e641";
}

.operate .f-job:before {
  content: "\e631";
}

.operate .f-job:before:before {
  content: "\e632";
}

.j-btn {
  display: inline-block;
}

.content .hr-tit {
  position: relative;
  height: 38px;
  padding: 0;
  line-height: 38px;
  color: #666;
  font-size: 16px;
  background-color: #f5f5f5;
}

.content .hr-tit:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  background: #0079dd;
}

.content .hr-msg {
  padding: 15px 15px;
}

.content .hr-msg p {
  font-size: 14px;
  margin-bottom: 0 !important;
}

.hr-content {
  margin-top: 25px;
}

.hr-detail {
  background-color: #f5f5f5;
  padding: 20px 15px;
  box-sizing: border-box;
}

.hr-info > .fl {
  width: 85%;
}

.hr-info h1 {
  font-weight: bold;
  padding: 0 0 10px;
}

.hr-info .hr-keyword {
  min-width: 30%;
  color: #999;
}

.hr-info .hr-keyword strong {
  font-weight: normal;
  color: #444;
}

.hr-operate {
  padding-top: 15px;
}

.hr-operate a {
  display: block;
  width: 110px;
  margin-bottom: 10px;
}

.hr-operate a:before {
  font-family: "iconfont";
  font-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}

.job-apply:before {
  content: "\e640";
}

.job-apply.applied:before {
  content: "\e641";
}

.hr-operate .job-apply.disabled {
  background: #f1f1f1;
  border-color: #aaa;
  color: #aaa;
  cursor: no-drop;
}

.job-follow:before {
  content: "\e631";
}

.job-follow.followed:before {
  content: "\e632";
}

.job-info-bottm {
  color: #999;
  line-height: 40px;
  border-top: 1px solid #f2f2f2;
  overflow: hidden;
  margin-top: 15px;
}

.bid-related {
  border-top: 3px solid #0079dd;
}

.bid-tit {
  border-bottom: 1px solid #f2f2f2;
  line-height: 50px;
  font-size: 20px;
  margin: 15px 0 10px;
}

.vote-list {
  min-height: 200px;
  transition: height 0.8s;
  -webkit-transition: height 0.8s;
}

.vote-list .loading {
  display: block;
  line-height: 200px;
  text-align: center;
}

.vote-info {
  padding: 15px;
  border: 1px dashed #ddd;
  background: #f8f8f8;
  margin-bottom: 20px;
}

.picvote {
  overflow: hidden;
  margin: 0 -1%;
}

.picvote li {
  float: left;
  width: 23%;
  margin: 0 1% 25px 1%;
  text-align: center;
  background: #f5f5f5;
  overflow: hidden;
}

.picvote li a {
  display: block;
  line-height: 0;
  overflow: hidden;
}

.picvote li img {
  display: block;
  height: 176px;
  margin: auto;
}

.picvote li span {
  display: block;
  line-height: 40px;
}

.vote-list .mt25 {
  text-align: center;
}

.vote-list .btn {
  width: 180px;
  font-size: 16px;
}

.txtvote li {
  border-bottom: 1px dashed #ddd;
  line-height: 40px;
  padding-left: 20px;
  overflow: hidden;
}

.txtvote li:hover {
  background: #f4f4f4;
}

.txtvote span {
  float: left;
}

.txtvote .perbg {
  width: 55%;
  background: #ddd;
  line-height: 1;
  height: 14px;
  overflow: hidden;
  margin: 13px 0;
}

.txtvote .option {
  width: 35%;
}

.txtvote .optionval {
  width: 10%;
  text-align: right;
}

.vote-list .show-btn {
  width: 100px;
  background: #666;
}

.vote-list .show-btn:hover {
  background: #888;
}

.vote-list .tips {
  line-height: 40px;
  color: #e33;
}

.vote-result .optionval {
  width: 10%;
  text-align: right;
}

.vote-list.ajax {
  margin-top: 20px;
}

.ranking {
  padding: 15px 10px;
  border-top: 1px solid #ddd;
}

.ranking .fl,
.ranking .fr {
  line-height: 14px;
  height: 14px;
}

.ranking .fl {
  width: 60%;
  background: #ddd;
  text-align: left;
  font-size: 0;
}

.ranking .fr {
  width: 40%;
  text-align: right;
}

.vote-per {
  display: inline-block;
  background: #0079dd;
  vertical-align: middle;
  line-height: 14px;
  height: 14px;
}

.vote-result .th {
  font-weight: bold;
}

.vote-result li {
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  line-height: 40px;
  padding: 0 20px;
}

.vote-result li:hover {
  background: #f4f4f4;
}

.vote-result span {
  float: left;
}

.vote-result .rank {
  width: 5%;
}

.vote-result .rank i {
  display: inline-block;
  text-align: center;
  line-height: 1;
  background: #888;
  color: #fff;
  min-width: 20px;
  padding: 3px 5px;
}

.vote-result .top1 i {
  background: #fc6c6c;
}

.vote-result .top2 i {
  background: #ffa169;
}

.vote-result .top3 i {
  background: #ffc861;
}

.vote-result .perbg {
  width: 55%;
}

.vote-result .name {
  width: 30%;
}

.meet-info {
  background: #f5f5f5;
  padding: 15px;
  margin: 20px 0;
  position: relative;
}

.meet-info h2 {
  font-weight: normal;
}

.meet-info h2 span {
  color: #999;
}

.meet-reg-btn {
  position: absolute;
  right: 15px;
  top: 35px;
}

.meet-reg-btn .btn {
  width: 110px;
}

.meet-reg-btn .btn:before {
  content: "\e640";
  font-family: "iconfont";
  font-size: 16px;
  vertical-align: top;
  margin-right: 5px;
}

.meet-form {
  background: #fff;
  border-top: 5px solid #937768;
  padding: 0 20px 30px 20px;
  width: 500px;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -280px;
  margin-top: -250px;
}

.meet-form .close {
  top: 14px;
  right: 20px;
}

.meet-form dl {
  overflow: hidden;
  padding: 5px 0;
}

.meet-form .required dt:before {
  margin-right: 10px;
  content: "*";
  color: red;
}

.meet-form .required dt:after {
  display: none;
}

.meet-form dt {
  float: left;
  width: 80px;
  line-height: 44px;
  text-align: right;
  margin-right: 10px;
}

.meet-form dd input[type="text"] {
  width: 320px;
}

.meet-form .btn {
  display: block;
  width: 160px;
  margin: auto;
  margin-top: 10px;
}

.meet-qr {
  text-align: center;
}

.meet-qr span {
  display: block;
}

.audioplayer {
  display: none;
  height: 2.5em;
  color: #fff;
  text-shadow: 1px 1px 0 #000;
  border: 1px solid #222;
  position: relative;
  z-index: 1;
  background: #333;
}

.audioplayer-mini {
  width: 2.5em;
  margin: 0 auto;
}

.audioplayer > div {
  position: absolute;
}

.audioplayer-playpause {
  width: 2.5em;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  left: 0;
}

.audioplayer:not(.audioplayer-mini) .audioplayer-playpause {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
}

.audioplayer-mini .audioplayer-playpause {
  width: 100%;
}

.audioplayer-playpause:focus,
.audioplayer-playpause:hover {
  background-color: #222;
}

.audioplayer-playpause a {
  display: block;
}

.audioplayer-stopped .audioplayer-playpause a {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-right: none;
  border-left-color: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.5em 0 0 -0.25em;
}

.audioplayer-playing .audioplayer-playpause a {
  width: 0.75em;
  height: 0.75em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.375em 0 0 -0.375em;
}

.audioplayer-playing .audioplayer-playpause a:after,
.audioplayer-playing .audioplayer-playpause a:before {
  width: 40%;
  height: 100%;
  background-color: #fff;
  content: "";
  position: absolute;
  top: 0;
}

.audioplayer-playing .audioplayer-playpause a:before {
  left: 0;
}

.audioplayer-playing .audioplayer-playpause a:after {
  right: 0;
}

.audioplayer-time {
  width: 4.375em;
  height: 100%;
  line-height: 2.375em;
  text-align: center;
  z-index: 2;
  top: 0;
}

.audioplayer-time-current {
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  left: 2.5em;
}

.audioplayer-time-duration {
  border-right: 1px solid #555;
  border-right-color: rgba(255, 255, 255, 0.1);
  right: 2.5em;
}

.audioplayer-novolume .audioplayer-time-duration {
  border-right: 0;
  right: 0;
}

.audioplayer-bar {
  height: 0.875em;
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  left: 6.875em;
  margin-top: -0.438em;
}

.audioplayer-novolume .audioplayer-bar {
  right: 4.375em;
}

.audioplayer-bar div {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.audioplayer-bar-loaded {
  background-color: #333;
  z-index: 1;
}

.audioplayer-bar-played {
  background: #007fd1;
  z-index: 2;
}

.audioplayer-volume {
  width: 2.5em;
  height: 100%;
  border-left: 1px solid #111;
  border-left-color: rgba(0, 0, 0, 0.25);
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 2;
  top: 0;
  right: 0;
}

.audioplayer-volume:focus,
.audioplayer-volume:hover {
  background-color: #222;
}

.audioplayer-volume-button {
  width: 100%;
  height: 100%;
}

.audioplayer-volume-button a {
  width: 0.313em;
  height: 0.375em;
  background-color: #fff;
  display: block;
  position: relative;
  z-index: 1;
  top: 40%;
  left: 35%;
}

.audioplayer-volume-button a:after,
.audioplayer-volume-button a:before {
  content: "";
  position: absolute;
}

.audioplayer-volume-button a:before {
  width: 0;
  height: 0;
  border: 0.5em solid transparent;
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -0.25em;
  margin-top: -0.5em;
}

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
  width: 0.313em;
  height: 0.313em;
  border: 0.25em double #fff;
  border-width: 0.25em 0.25em 0 0;
  left: 0.563em;
  top: -0.063em;
  -webkit-border-radius: 0 0.938em 0 0;
  -moz-border-radius: 0 0.938em 0 0;
  border-radius: 0 0.938em 0 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audioplayer-volume-adjust {
  height: 6.25em;
  cursor: default;
  position: absolute;
  left: 0;
  right: -1px;
  top: -9999px;
  background: #333;
}

.audioplayer-volume:not(:hover) .audioplayer-volume-adjust {
  opacity: 0;
}

.audioplayer-volume:hover .audioplayer-volume-adjust {
  top: auto;
  bottom: 100%;
}

.audioplayer-volume-adjust > div {
  width: 40%;
  height: 80%;
  background-color: #222;
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin: 30% auto 0;
}

.audioplayer-volume-adjust div div {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #007fd1;
}

.audioplayer-novolume .audioplayer-volume {
  display: none;
}

.audioplayer-volume-adjust {
  -webkit-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: -2px -2px 2px rgba(0, 0, 0, 0.15),
    2px -2px 2px rgba(0, 0, 0, 0.15);
}

.audioplayer-bar,
.audioplayer-volume-adjust > div {
  -webkit-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5),
    1px 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5), 1px 1px 0 rgba(255, 255, 255, 0.1);
}

.audioplayer-bar-played,
.audioplayer-volume-adjust div div {
  -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 5px rgba(255, 255, 255, 0.5);
}

.audioplayer-playpause,
.audioplayer-volume a {
  -webkit-filter: drop-shadow(1px 1px 0 #000);
  -moz-filter: drop-shadow(1px 1px 0 #000);
  -ms-filter: drop-shadow(1px 1px 0 #000);
  -o-filter: drop-shadow(1px 1px 0 #000);
  filter: drop-shadow(1px 1px 0 #000);
}

.audioplayer,
.audioplayer-volume-adjust {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#444),
    to(#222)
  );
  background: -webkit-linear-gradient(top, #444, #222);
  background: -moz-linear-gradient(top, #444, #222);
  background: -ms-radial-gradient(top, #444, #222);
  background: -o-linear-gradient(top, #444, #222);
  background: linear-gradient(to bottom, #444, #222);
}

.audioplayer-bar-played {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#007fd1),
    to(#c600ff)
  );
  background: -webkit-linear-gradient(left, #007fd1, #c600ff);
  background: -moz-linear-gradient(left, #007fd1, #c600ff);
  background: -ms-radial-gradient(left, #007fd1, #c600ff);
  background: -o-linear-gradient(left, #007fd1, #c600ff);
  background: linear-gradient(to right, #007fd1, #c600ff);
}

.audioplayer-volume-adjust div div {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#007fd1),
    to(#c600ff)
  );
  background: -webkit-linear-gradient(bottom, #007fd1, #c600ff);
  background: -moz-linear-gradient(bottom, #007fd1, #c600ff);
  background: -ms-radial-gradient(bottom, #007fd1, #c600ff);
  background: -o-linear-gradient(bottom, #007fd1, #c600ff);
  background: linear-gradient(to top, #007fd1, #c600ff);
}

.audioplayer-bar,
.audioplayer-bar div,
.audioplayer-volume-adjust div {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.audioplayer {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

.audioplayer-volume-adjust {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.audioplayer *,
.audioplayer :after,
.audioplayer :before {
  -webkit-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -moz-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -ms-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  -o-transition: color 0.25s ease, background-color 0.25s ease,
    opacity 0.5s ease;
  transition: color 0.25s ease, background-color 0.25s ease, opacity 0.5s ease;
}

.form-horizontal {
  padding-top: 15px;
  *overflow: hidden;
}

.form-horizontal legend {
  display: block;
  width: 100%;
  padding: 5px 0;
  margin-bottom: 15px;
  text-indent: 10px;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
  font-weight: bold;
}

.form-horizontal legend a {
  font-size: 12px;
  margin-left: 10px;
  font-weight: normal;
}

.form-horizontal .control-group {
  margin-bottom: 9px;
  *zoom: 1;
  *width: 100%;
  *float: left;
  position: relative;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  position: absolute;
  width: 120px;
  left: 0;
  top: 14px;
  text-align: right;
}

.form-horizontal .controls {
  padding: 5px 0;
  padding-left: 130px;
}

.form-horizontal .controls p {
  padding-top: 4px;
}

.form-horizontal .controls .radio {
  line-height: 44px;
}

.form-horizontal .help-block {
  margin-top: 9px;
  margin-bottom: 0;
}

.form-horizontal .help-block .icon-exclamation-sign {
  font-size: 14px;
  color: #1c64e3;
}

.form-horizontal .form-actions {
  padding-left: 130px;
}

.form-horizontal .form-actions .btn {
  width: 120px;
  line-height: 45px;
}

.control-group label.required:before {
  content: "*";
  font-weight: normal;
  color: red;
  margin-right: 8px;
}

.control-group label.error,
.control-group label.valid {
  padding-left: 8px;
  zoom: 1;
}

.control-group .error {
  color: #bd4247;
}

.control-group .form-text {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-top: 4px;
}

.control-group input.error {
  border-color: #bd4247;
}

.control-group input.error:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(189, 66, 71, 0.6);
}

.control-group .valid {
  color: #669533;
}

.control-group input.valid {
  border-color: #669533;
}

.control-group input.valid:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 149, 51, 0.6);
}

.control-group .inline,
.control-group .inline input {
  line-height: 28px;
  vertical-align: middle;
  padding-right: 10px;
}

.control-group textarea {
  vertical-align: middle;
  min-height: 120px;
}

.help-inline,
.help-block {
  color: #666;
  padding-left: 8px;
}

.help-inline {
  display: inline;
}

.help-block {
  display: block;
}

.pic-preview a {
  position: relative;
  display: inline-block;
  background: url(../image/broken.png) 0 0 no-repeat #fff;
  width: 16px;
  height: 16px;
  margin-top: 12px;
  margin-left: -22px;
  text-indent: -9999px;
  vertical-align: top;
}

.pic-preview img {
  max-width: 140px;
  max-height: 140px;
  margin-top: 10px;
}

.laydate-form {
  padding: 15px;
  background-color: #f4f4f4;
  margin: 10px 0;
}

.ranking .laydate-form input {
  padding: 8px 10px;
  width: 200px;
  margin-right: 10px;
  vertical-align: middle;
}

.ranking .laydate-form button {
  width: 120px;
  line-height: 36px;
  vertical-align: middle;
}

#formwrap {
  min-height: 200px;
}

#formwrap .loading {
  display: block;
  line-height: 200px;
  text-align: center;
}

#Validform_msg {
  display: none;
}

#survey-form-apply dl:after {
  display: block;
  content: "";
  clear: both;
}

#survey-form-apply dl dt,
#survey-form-apply dl dd {
  float: left;
}

#survey-form-apply dl dt {
  min-width: 145px;
}

#survey-form-apply dl dd {
  min-width: 62%;
}

#survey-form-apply dl .Validform_checktip {
  margin-left: 10px;
  line-height: 37px;
}

#survey-form-apply dl select {
  float: left;
}

#survey-form-apply dl #cities select {
  margin-right: 10px;
}

.survey #survey-form-apply dl {
  padding: 5px 0;
  margin-bottom: 5px;
}

.survey #survey-form-apply dl input,
.survey #survey-form-apply dl .Validform_checktip {
  float: left;
}

.survey #survey-form-apply .datatime {
  background-size: 12%;
}

.survey #survey-form-apply dd li {
  display: inline-block;
  margin-right: 10px;
}

.survey #survey-form-apply dd input[type="radio"] {
  float: none;
}

.survey #survey-form-apply dd img.codeimg {
  left: 172px;
  top: 1px;
}

.survey h1 {
  text-align: center;
  font-size: 24px;
  line-height: 80px;
}

.survey .survey-info {
  font-size: 14px;
  color: #434343;
  padding: 10px 32px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px dashed #f2f2f2;
  background: url(../image/broken.png) 15px center no-repeat;
}

.survey dl {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #eae7e7;
}

.survey dl:after {
  display: block;
  content: "";
  clear: both;
}

.survey dt {
  color: #434343;
  padding-bottom: 10px;
  position: relative;
}

.survey dd {
  position: relative;
  color: #6a6a6a;
}

.survey dd input[type="text"],
.survey dd textarea,
.survey dd select {
  padding: 8px;
  line-height: 1.2;
  font-size: 15px;
}

.survey dd input::-moz-placeholder {
  font-size: 14px;
}

.survey dd input:-moz-placeholder {
  font-size: 14px;
}

.survey dd input::-webkit-input-placeholder {
  font-size: 14px;
}

.survey dd input:-ms-input-placeholder {
  font-size: 14px;
}

.survey dd select {
  padding: 5px;
  line-height: 1.2;
  min-width: 20%;
  cursor: pointer;
}

.survey dd input[type="text"] {
  width: 45%;
}

.survey dd input[type="text"].add_input {
  margin-top: 15px;
}

.survey dd .button {
  padding: 11px;
  line-height: 1.2;
  margin-left: -5px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  color: #fff;
  font-size: 13px;
}

.survey dd textarea {
  width: 80%;
  height: 120px !important;
  border-color: #ececec;
}

.survey dd ul:after {
  display: block;
  content: "";
  clear: both;
}

.survey dd li input[type="radio"] {
  height: 14px;
  width: 14px;
  cursor: pointer;
  margin-top: 5px;
}

.survey dd input.datatime {
  cursor: pointer;
  display: block;
}

.survey dd label {
  height: 26px;
}

.survey dd .Validform_checktip {
  margin-left: 0;
  min-height: 0;
  font-size: 14px;
}

.survey dd input.code {
  width: 120px;
}

.survey dd img {
  vertical-align: middle;
  max-width: 80px;
  max-height: 80px;
}

.survey dd .img-wrap {
  overflow: hidden;
}

.survey .apply-btn {
  margin-top: 25px;
}

.survey .apply-btn .btn {
  cursor: pointer;
  width: 360px;
  height: 38px;
  display: block;
  line-height: 38px;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.img-preview {
  overflow: hidden;
  margin-top: 10px;
}

.img-preview li {
  float: left;
  padding: 10px;
  background: #f4f4f4;
  margin-right: 10px;
}

.img-preview li img {
  width: 80px;
  height: 80px;
}

.img-preview li span {
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#formwrap {
  min-height: 200px;
  transition: height 0.8s;
  -webkit-transition: height 0.8s;
}

#formwrap .loading {
  display: block;
  line-height: 200px;
  text-align: center;
}

.survey {
  padding: 10px 50px;
}

.survey h1 {
  text-align: center;
  font-size: 24px;
  line-height: 80px;
}

.survey .survey-info {
  background: #f8f8f8;
  border: 1px dashed #ddd;
  padding: 10px 15px;
}

.survey dl {
  border-bottom: 1px dashed #ddd;
  padding: 15px 0;
}

.survey dt {
  font-weight: bold;
  padding-bottom: 10px;
}

.survey dd input[type="text"],
.survey dd textarea,
.survey dd select {
  padding: 8px;
  line-height: 1.2;
}

.survey dd input[type="text"] {
  width: 30%;
}

.survey dd .button {
  padding: 6px;
  line-height: 1.2;
  vertical-align: middle;
}

.survey dd textarea {
  width: 80%;
  height: 120px;
}

.survey dd ul {
  overflow: hidden;
}

.survey dd li {
  overflow: hidden;
  float: left;
  margin-right: 20px;
}

.survey dd li input {
  float: left;
  height: 26px;
  margin-right: 10px;
}

.survey dd label {
  height: 26px;
}

.survey dd .Validform_checktip {
  margin-left: 0;
  min-height: 0;
}

.survey dd input.code {
  width: 120px;
}

.survey dd img {
  vertical-align: middle;
  max-width: 80px;
  max-height: 80px;
}

.survey dd .img-wrap {
  overflow: hidden;
}

.survey .btn {
  width: 160px;
  line-height: 50px;
  font-size: 16px;
}

.survey .message {
  background: #fff;
}

.img-preview {
  overflow: hidden;
  margin-top: 10px;
}

.img-preview li {
  float: left;
  padding: 10px;
  background: #f4f4f4;
  margin-right: 10px;
}

.img-preview li img {
  width: 80px;
  height: 80px;
}

.img-preview li span {
  display: block;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.required dt:after {
  margin-left: 10px;
  content: "*";
  color: red;
}

.datatime {
  background: url(../image/datebg.png) no-repeat center right;
}

.Validform_checktip {
  display: block;
  line-height: 30px;
  min-height: 30px;
  margin-left: 10px;
  color: #d7d7d7;
}

.Validform_checktip:before {
  font-family: "iconfont";
  color: #007fd1;
  font-size: 18px;
  margin-right: 5px;
}

.Validform_wrong {
  color: #c00;
}

.Validform_wrong:before {
  color: #c00;
}

.Validform_right {
  color: #71b83d;
}

.Validform_right:before {
  color: #71b83d;
}

.order-search {
  position: relative;
  margin-bottom: 20px;
}

.order-search input {
  line-height: 45px;
  height: 45px;
  padding: 7px 6px 7px 40px;
  width: 92%;
  border: 1px solid #d7d7d7;
  border-right: none;
  box-sizing: border-box;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

.order-search i {
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 10px;
}

.order-search .btn {
  width: 8%;
  box-sizing: border-box;
  line-height: 45px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.visit-tabs .visit-dp {
  margin-bottom: 30px;
}

.visit-tabs .visit-dp .visit-item {
  margin-bottom: 15px;
  border-bottom: 1px dashed #e5e7ea;
  padding-bottom: 10px;
}

.visit-tabs .visit-dp .visit-item .vis-tit {
  width: 12%;
  font-size: 18px;
  color: #999;
}

.visit-tabs .visit-dp .visit-item .vis-tit i {
  margin-right: 5px;
  font-size: 20px;
}

.visit-tabs .visit-dp .visit-item .vis-cont {
  width: 85%;
}

.visit-tabs .visit-dp .visit-item .vis-cont li {
  float: left;
  width: 16%;
  box-sizing: border-box;
  margin-left: 0.6%;
}

.visit-tabs .visit-dp .visit-item .vis-cont li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 30px;
}

.visit-tabs .visit-dp .visit-item .vis-cont .sign-dp {
  vertical-align: middle;
  color: #fff;
  font-size: 12px;
  width: 27px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  padding-left: 11px;
  box-sizing: border-box;
  background: url(../image/sign-dp_1.png);
  position: relative;
  top: -1px;
}

.visit-tabs .visit-dp .visit-item .vis-cont .sign-dp.sign-dp_1 {
  background: url(../image/sign-dp_1.png);
}

.visit-tabs .visit-dp .visit-item .vis-cont .sign-dp.sign-dp_2 {
  background: url(../image/sign-dp_2.png);
}

.visit-tabs .visit-dp .visit-item:hover .vis-tit {
  color: #0079dd;
}

.visit-tabs .tab-pannel {
  display: block;
}

.visit-tabs .tab-pannel .visit-dp {
  display: none;
}

.visit-tabs .tab-pannel .visit-dp:first-child {
  display: block;
}

.visit-title {
  height: 45px;
  line-height: 45px;
  color: #0079dd;
  font-size: 16px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}

.visit-title i {
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: 26px;
  background-color: #0079dd;
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-right: 16px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.haschosen {
  overflow: hidden;
  position: relative;
  margin-top: 10px;
}

.haschosen span,
.haschosen a {
  margin-top: 5px;
  float: left;
  line-height: 30px;
}

.haschosen span {
  padding: 0 5px;
  margin-right: 5px;
}

.haschosen a {
  margin-right: 5px;
  line-height: 30px;
  border-radius: 5px;
  padding: 0 10px;
  background-color: #0079dd;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.haschosen a:hover {
  background-color: #005daa;
}

.haschosen a i {
  font-size: 12px;
  margin-left: 5px;
}

.num-doctor {
  position: absolute;
  right: 10px;
  top: 0;
}

.num-doctor u {
  color: #0079dd;
}

.appointment-col-2 > .fl,
.appointment-col-2 > .fr {
  box-sizing: border-box;
}

.appointment-col-2 > .fl {
  width: 252px;
  background-color: #fff;
  padding: 0 0.5em 0.5em;
}

.appointment-col-2 > .fr {
  width: 924px;
}

.filter {
  border: 1px solid #e4e4e4;
  background-color: #f9f7f4;
  padding: 10px 15px;
}

.filter.fixed {
  position: fixed;
  top: 7px;
  z-index: 1;
}

.filter dl {
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #eee4d6;
  min-height: 44px;
  box-sizing: border-box;
  padding: 12px 0;
}

.filter dl:last-child {
  border: none;
}

.filter dl dt {
  color: #999;
}

.filter dl dd {
  overflow: hidden;
}

.filter dl dd.span8 a {
  width: 11.5%;
}

.filter dl dd a {
  display: block;
  line-height: 26px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 15px;
  border: 1px solid transparent;
  font-size: 15px;
}

.filter dl dd a span {
  border-bottom: 1px dashed transparent;
  padding-bottom: 2px;
}

.filter dl dd a.noperson {
  cursor: not-allowed;
  opacity: 0.5;
}

.filter dl dd > a.cur {
  border: 1px solid #0079dd;
  padding: 0 10px;
  color: #0079dd;
  border-radius: 5px;
}

.filter dl dd li {
  display: none;
  overflow: hidden;
}

.filter dl dd li:first-child {
  display: block;
}

.filter dl dd .tab-tit {
  font-size: 14px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 10px;
}

.filter dl dd .tab-tit span {
  display: inline-block;
  margin-right: 25px;
  padding-bottom: 8px;
}

.filter dl dd .tab-tit span a {
  display: inline;
  float: none;
}

.filter dl dd .tab-tit span.cur {
  border-bottom: 2px solid #0079dd;
  margin-bottom: -1px;
}

.filter dl dd .tab-tit span.cur a {
  color: #0079dd;
}

.filter dl dd .tab-pannel {
  display: block;
  min-height: 52px;
}

.filter dl dd .tab-pannel a.cur span {
  color: #0079dd;
  border-bottom: 1px dashed #0079dd;
}

.filter dl dd .visit-dp {
  min-height: 105px;
}

.filter.expert-filter dt {
  color: #999;
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 18px;
}

.filter.expert-filter dd {
  margin-left: 100px;
  margin-right: -1%;
}

.filter.expert-filter dd a {
  margin-right: 0.8%;
}

.filter.visit-filter dd a {
  margin-bottom: 3px;
}

.doctor-search i {
  line-height: 34px;
  position: relative;
}

.doctor-search input {
  line-height: 18px;
  padding: 7px 6px 7px 30px;
  width: 280px;
  border: 1px solid #d7d7d7;
  border-right: none;
  margin-left: -25px;
}

.doctor-list .list-content li:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both;
}

.doctor-list .list-tit {
  border-color: #e4e4e4;
}

.doctor-list .doctor-clinic {
  width: 40%;
}

ul.list-schedule li {
  padding: 25px 0;
}

ul.list-schedule li + li {
  border-top: 1px solid #e4e4e4;
}

table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.doctor-clinic th,
.doctor-clinic td {
  position: relative;
  text-align: center;
  height: 29px;
  border: 1px solid #ededed;
}

.doctor-clinic th {
  background-color: #ededed;
}

.doctor-clinic th span {
  display: block;
}

.doctor-clinic td {
  width: 10%;
}

.doctor-clinic td span.seleced {
  display: block;
  margin: 5px auto;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  border-radius: 50%;
}

.doctor-clinic td span.seleced.red {
  background-color: #ea5a54;
}

.doctor-clinic td span.seleced.red:before {
  content: "å";
}

.doctor-clinic td span.seleced.blue {
  background-color: #54a0ea;
}

.doctor-clinic td span.seleced.blue:before {
  content: "ä¸“";
}

.doctor-clinic td span.seleced.green {
  background-color: #63b98c;
}

.doctor-clinic td span.seleced.green:before {
  content: "æ™®";
}

.doctor-clinic td span.seleced.orange {
  background-color: #e49548;
}

.doctor-clinic td span.seleced.orange:before {
  content: "ä¸“";
}

.doctor-clinic td span.seleced.gray {
  background-color: #9e9e9e;
  cursor: default;
}

.doctor-clinic td span.seleced.gray:before {
  content: "åœ";
}

.doctor-clinic td span.seleced:hover + .tips {
  display: block;
}

.doctor-clinic .depart {
  width: 20%;
}

.doctor-clinic .weekend {
  color: #b94a48;
}

.doctor-clinic h2 {
  padding: 10px 0;
  font-weight: normal;
}

.doctor-clinic h3 {
  font-weight: normal;
  line-height: 40px;
}

.doctor-clinic .tips {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 45px;
  left: -12px;
  min-width: 245px;
  background-color: #fff;
  text-align: left;
  padding: 10px;
  border: 1px solid #d7d7d7;
  box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.08);
  z-index: 1;
}

.doctor-clinic .tips .red {
  color: #ea5a54;
}

.doctor-clinic .tips:before,
.doctor-clinic .tips:after {
  content: "â—†";
  color: #fff;
  font-family: simsun;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  top: 0;
  left: 20px;
}

.doctor-clinic .tips:before {
  color: #d7d7d7;
  top: -1px;
}

.doctor-info {
  width: 60%;
  position: relative;
  box-sizing: border-box;
  padding-left: 80px;
  font-size: 13px;
}

.doctor-info a.doctor-img {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  line-height: 0;
}

.doctor-info a.doctor-img img {
  width: 70px;
  height: 96px;
}

.doctor-info h2 a {
  vertical-align: middle;
  font-size: 16px;
}

.doctor-info h2 span {
  vertical-align: middle;
  background-color: #0079dd;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
}

.doctor-info p {
  margin-bottom: 0;
}

.doctor-info p span {
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.doctor-info p span em {
  font-weight: normal;
  display: inline-block;
  line-height: 1;
  width: 100%;
  margin-right: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.color-info span {
  margin-right: 10px;
}

.color-info i {
  font-size: 20px;
  margin-right: 5px;
}

.color-info i.red {
  color: #ea5a54;
}

.color-info i.blue {
  color: #54a0ea;
}

.color-info i.green {
  color: #63b98c;
}

.color-info i.orange {
  color: #e49548;
}

.color-info i.gray {
  color: #9e9e9e;
}

.suspend-list li {
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom: 1px dashed #d7d7d7;
  padding: 10px 0;
  overflow: hidden;
}

.suspend-list li > h3,
.suspend-list li > span {
  float: left;
}

.suspend-list li > h3 {
  width: 30%;
}

.suspend-list li > span {
  width: 35%;
}

.suspend-list li > span .fr {
  text-align: right;
}

.suspend-list li:hover {
  border-bottom: 1px dashed #0079dd;
}

.suspend-list h3 a,
.suspend-list h3 span {
  display: inline-block;
  width: 20%;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: normal;
}

.suspend-list h3 a {
  font-size: 16px;
  color: #0079dd;
}

.suspend-list h3 a:hover {
  color: #937768;
}

.news-list > .fl,
.news-show > .fl,
.video-show > .fl {
  width: 70%;
}

.news-list > .fr,
.news-show > .fr,
.video-show > .fr {
  width: 26%;
}

.news-list .sort a {
  position: relative;
  display: block;
  margin-right: 20px;
  line-height: 46px;
  height: 46px;
  float: left;
}

.news-list .sort a i {
  color: #ccc;
  font-size: 12px;
  margin-left: 6px;
  font-weight: normal;
}

.news-list .sort a.cur {
  font-weight: bold;
  color: #0079dd;
}

.news-list .sort a.cur:before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0px;
  width: 50px;
  height: 2px;
  overflow: hidden;
  background-color: #0079dd;
}

#news-list li {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 88px;
  position: relative;
}

#news-list li.hasthumb {
  padding-left: 155px;
}

#news-list li:first-child {
  padding-top: 5px;
}

#news-list li:first-child .thumb {
  top: 5px;
}

#news-list li h2 {
  height: 60px;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
}

#news-list li .thumb {
  position: absolute;
  left: 0;
  top: 15px;
}

#news-list li .thumb img {
  width: 140px;
  height: 88px;
}

.news-list-info {
  font-size: 12px;
  color: #999;
  line-height: 35px;
}

.news-list-info .fl span {
  margin-right: 10px;
}

.news-list-info .fr span {
  display: inline-block;
}

.news-list-info .fr a {
  vertical-align: middle;
  margin-left: 5px;
}

.news-list-summary {
  overflow: hidden;
  height: 88px;
}

.news-list-summary p {
  display: -webkit-box;
  line-height: 1.5;
  max-height: 68px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  color: #777;
}

.right-side .txt-list li:last-child,
.right-side .hot-list li:last-child {
  border: none;
}

.right-side .txt-list li {
  height: 34px;
  line-height: 34px;
  border-bottom: 1px dashed #ccc;
  position: relative;
}

.right-side .txt-list li a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.right-side .hot-list li {
  border-bottom: 1px dashed #c9c9c9;
}

.right-side .hot-list li a {
  display: block;
  line-height: 22px;
  padding: 15px 14px 14px 0;
  position: relative;
  padding-left: 34px;
  white-space: normal;
}

.right-side .hot-list li span {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  height: 24px;
  line-height: 24px;
  left: 0;
  display: block;
  width: 24px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  background-color: #d7d7d7;
}

.right-side .hot-list li .top1 {
  background-color: #fc6c6c;
}

.right-side .hot-list li .top2 {
  background-color: #ffa169;
}

.right-side .hot-list li .top3 {
  background-color: #ffc861;
}

.right-img {
  margin: 0 -2.5% -10px -2.5%;
}

.right-img li {
  float: left;
  width: 45%;
  margin: 0 2.5% 15px 2.5%;
}

.right-img a img {
  width: 170px;
  height: 110px;
}

.right-img a span {
  display: block;
  display: -webkit-box;
  height: 30px;
  line-height: 15px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt-list li.top-special {
  height: auto;
  border: none;
  margin-bottom: 5px;
}

.txt-list li.top-special a {
  display: block;
  font-size: 0;
  padding-bottom: 40px;
  line-height: 0;
  overflow: hidden;
  position: relative;
}

.txt-list li.top-special a:before {
  display: none;
}

.txt-list li.top-special a span {
  font-size: 14px;
  display: block;
  line-height: 40px;
  height: 40px;
  background-color: #0079dd;
  color: #fff;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.txt-list li.top-special a:hover span {
  background-color: #199ed8;
}

.video-list ul {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.video-list ul li {
  width: 24%;
  margin-bottom: 11px;
  float: left;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.video-list ul li a {
  line-height: 45px;
  height: 45px;
  overflow: hidden;
  text-align: center;
  display: block;
  padding: 0 20px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.video-list ul li .vdimg {
  box-sizing: border-box;
  height: 221px;
  border: 1px solid #c9c9c9;
  padding: 6px;
  display: block;
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  position: relative;
}

.video-list ul li .vdimg i {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background-color: #0079dd;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  width: 47px;
  height: 47px;
  line-height: 47px;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}

.video-list ul li .vdimg:hover i {
  background-color: #0079dd;
}

.video-list ul li .vdimg:hover img {
  transform: scale(1.1);
}

.video-list ul li .vdimg > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-list ul li img {
  width: 100%;
  transition: transform 0.6s;
  height: 100%;
}

.imgs-list ul {
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.imgs-list ul li {
  float: left;
  width: 28.3%;
  margin: 0 2.5% 25px 2.5%;
  height: 306px;
}

.imgs-list ul li img {
  width: 100%;
  height: 100%;
  transition: transform 0.68s;
  -webkit-transition: transform 0.68s;
  transform: scale(1);
}

.imgs-list ul li a {
  width: 100%;
  display: block;
  position: relative;
}

.imgs-list ul li .il-tit {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #d7d7d7;
  color: #0079dd;
  font-weight: normal;
}

.imgs-list ul li .il-img {
  font-size: 0;
  line-height: 0;
  position: relative;
  height: 237px;
}

.imgs-list ul li .il-img:after,
.imgs-list ul li .il-img:before {
  transition: opacity 0.48s;
  display: block;
  content: "";
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}

.imgs-list ul li .il-img:before {
  background-color: #0079dd;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 5px 5px rgba(148, 148, 148, 0.5);
}

.imgs-list ul li .il-img:after {
  transition: all 0.24s ease;
  z-index: 3;
  content: "\e650";
  width: 100px;
  height: 50px;
  line-height: 50px;
  font-size: 50px;
  text-align: center;
  color: #fff;
  font-family: "iconfont";
  left: 128px;
  bottom: 105px;
}

.imgs-list ul li .il-img-wp {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.imgs-list ul li .il-link:hover img {
  transform: scale(1.2);
}

.imgs-list ul li .il-link:hover .il-img:after {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(90deg);
}

.imgs-list ul li .il-link:hover .il-img:before {
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.imgs-list ul li span {
  font-size: 12px;
  display: block;
  padding-top: 7px;
  color: #999;
}

.imgs-list ul li u {
  color: #e8e4e8;
  margin: 0 5px;
}

.pic-list ul {
  margin-left: -2.5%;
  margin-right: -2.5%;
}

.pic-list ul li {
  float: left;
  width: 28.3%;
  margin: 0 2.5% 40px 2.5%;
  overflow: hidden;
}

.pic-list ul li .pl-link {
  position: relative;
  overflow: hidden;
  display: block;
  height: 260px;
  color: #fff;
}

.pic-list ul li .pl-link:hover i {
  transform: translateY(-20px);
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pic-list ul li .pl-link:hover .pl-tit {
  text-align: center;
  bottom: 48px;
}

.pic-list ul li .pl-link:hover .pl-tit span {
  transform: translateY(-20px);
}

.pic-list ul li .pl-link:hover .pl-tit h3 {
  transform: translateY(-20px);
}

.pic-list ul li .pl-link:hover .pl-img:before {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.pic-list ul li .pl-img {
  font-size: 0;
  line-height: 0;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.pic-list ul li .pl-img:before {
  background-color: #0079dd;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.pic-list ul li .pl-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.pic-list ul li .pl-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 15px;
  box-sizing: border-box;
  transition: 0.48s cubic-bezier(0.19, 1, 0.22, 1);
}

.pic-list ul li .pl-tit h3 {
  text-overflow: ellipsis;
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
  margin-top: 5px;
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translateY(0);
  transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
}

.pic-list ul li .pl-tit span {
  display: block;
  font-size: 13px;
  transition: opacity 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s,
    transform 1000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
  transform: translateY(0);
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.pic-list ul li .pl-tit i {
  font-size: 44px;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pictxt-list li {
  position: relative;
  height: 110px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}

.pictxt-list span {
  font-size: 13px;
  color: #b7b7b7;
  line-height: 20px;
  display: block;
}

.pictxt-list .item-pic {
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  height: 110px;
  overflow: hidden;
}

.pictxt-list .item-pic img {
  width: 165px;
  height: 110px;
}

.pictxt-list .item-info {
  margin-left: 180px;
}

.pictxt-list .item-info h2 {
  font-size: 20px;
  font-weight: normal;
}

.pictxt-list .item-info p {
  color: #d7d7d7;
  line-height: 1.5;
}

.detailtxt-list li {
  height: 120px;
}

.detailtxt-list .item-info {
  margin-left: 0;
}

.text-list li:last-child,
.info-list li:last-child {
  border-bottom: none;
}

.text-list li,
.info-list li,
.download-list li {
  position: relative;
  padding: 10px 0;
  box-sizing: border-box;
  border-bottom: 1px dashed #d7d7d7;
  line-height: 1.5;
  overflow: hidden;
  font-size: 16px;
}

.text-list li span,
.info-list li span,
.download-list li span {
  color: #999;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 10px;
  line-height: 25px;
}

.text-list li span u,
.info-list li span u,
.download-list li span u {
  color: #e8e4e8;
  margin: 0 5px;
}

.download-list li {
  height: 46px;
}

.download-list li a.download {
  position: absolute;
  border-radius: 3px;
  top: 5px;
  right: 0;
  width: 70px;
  line-height: 24px;
  font-size: 12px;
  background-color: #0079dd;
  color: #fff;
  display: inline-block;
  padding: 3px 15px;
}

.download-list li a.download:hover {
  background-color: #0079dd;
}

.download-list li a i {
  margin-right: 5px;
}

.download-list li a.dl-icon {
  padding-left: 30px;
  position: relative;
}

.download-list li a.dl-icon:before {
  left: 0;
  font-size: 22px;
  color: #0079dd;
  content: "\e663";
  display: block;
  font-family: "iconfont";
  position: absolute;
  top: -7px;
}

.download-list li a.doc:before,
.download-list li a.docx:before {
  content: "\e667";
}

.download-list li a.xls:before,
.download-list li a.xlsx:before {
  content: "\e668";
}

.download-list li a.ppt:before,
.download-list li a.pptx:before {
  content: "\e660";
}

.download-list li a.pdf:before {
  content: "\e68f";
}

.download-list li a.rar:before {
  content: "\e665";
}

.download-list li a.zip:before {
  content: "\e661";
}

.download-list li a.swf:before {
  content: "\e7c0";
}

.download-list li a.txt:before {
  content: "\e664";
}

.download-list li:hover a.dl-icon:before {
  color: #0079dd;
}

.download-list li:hover a.doc:before,
.download-list li:hover a.docx:before {
  color: #4568a0;
}

.download-list li:hover a.xls:before,
.download-list li:hover a.xlsx:before {
  color: #378458;
}

.download-list li:hover a.ppt:before,
.download-list li:hover a.pptx:before {
  color: #db6340;
}

.download-list li:hover a.pdf:before {
  color: #e81f05;
}

.download-list li:hover a.rar:before {
  color: #ff5056;
}

.download-list li:hover a.zip:before {
  color: #a372db;
}

.download-list li:hover a.swf:before {
  color: #bb041a;
}

.download-list li:hover a.txt:before {
  color: #8fa4b5;
}

.special-list ul {
  margin-left: -1%;
  margin-right: -1%;
}

.special-list ul li {
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  margin-bottom: 15px;
  float: left;
  overflow: hidden;
}

.special-list ul li a {
  display: block;
  width: 100%;
  height: 105px;
  padding-bottom: 34px;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.special-list ul li a img {
  width: 100%;
  height: 105px;
}

.special-list ul li a span {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 34px;
  padding: 0 15px;
  color: #fff;
  background-color: #0079dd;
}

.special-list ul li a:hover span {
  background-color: #f72691;
}

.pager {
  overflow: hidden;
  text-align: right;
}

.pager a,
.pager button {
  background-color: #f1eff0;
}

.pager a,
.pager span,
.pager input,
.pager button {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  padding: 0 12px;
  border-radius: 3px;
  margin-left: 5px;
}

.pager a.cur {
  background-color: #0079dd;
  color: #fff !important;
}

.pager a:hover {
  background-color: #ddd;
  color: #444;
}

.pager a.disabled,
.pager a.disabled:hover {
  background-color: #f1eff0;
  color: #ddd;
  cursor: default;
}

.pager span {
  background-color: #f1eff0;
}

.pager input {
  width: 52px;
  padding: 0 0 0 8px;
  line-height: 30px;
  height: 30px;
  box-sizing: border-box;
}

.pager button {
  transition: 0.3s;
  border: none;
}

.pager button:hover {
  background-color: #0079dd;
  color: #fff;
}

.specialtxt-list li {
  position: relative;
  width: 580px;
  float: left;
  height: 180px;
  overflow: hidden;
  margin-bottom: 35px;
  border: 1px solid #e4e4e4;
  padding: 30px 30px 30px 0;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.specialtxt-list li:nth-child(2n) {
  margin-left: 40px;
}

.specialtxt-list li:hover {
  box-shadow: 0px 5px 15px rgba(148, 148, 148, 0.2);
}

.specialtxt-list li a.item-pic {
  width: 130px;
  height: 120px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 15px;
  border-right: 1px solid #e4e4e4;
  text-align: center;
}

.specialtxt-list li a.item-pic img {
  width: 60px;
  height: 60px;
}

.specialtxt-list li a.item-pic i {
  position: relative;
  z-index: 1;
  display: block;
  width: 60px;
  height: 60px;
  margin: auto;
  line-height: 60px;
  text-align: center;
  font-size: 44px;
  color: #f72691;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.specialtxt-list li a.item-pic i:before {
  content: attr(text);
  content: "" \9;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 60px;
  font-size: 44px;
  font-family: "iconfont";
  z-index: 10;
  color: #0079dd;
  mask: linear-gradient(to left top, #0079dd, transparent);
  -webkit-mask: linear-gradient(to left top, #0079dd, transparent);
  -moz-mask: linear-gradient(to left top, #0079dd, transparent);
  -o-mask: linear-gradient(to left top, #0079dd, transparent);
}

.specialtxt-list li a.item-pic span {
  display: block;
}

.specialtxt-list li .item-info {
  width: 395px;
  height: 120px;
}

.specialtxt-list li .item-info p {
  line-height: 20px;
  height: 64px;
  text-align: justify;
  margin-bottom: 17px;
  overflow: hidden;
}

.specialtxt-list li .item-info .item-btns {
  font-size: 0;
}

.specialtxt-list li .item-info .item-btns a {
  display: inline-block;
  width: 122px;
  font-size: 13px;
  height: 37px;
  line-height: 35px;
  text-align: center;
  border: 1px solid #21a6a6;
  color: #21a6a6;
  font-size: 13px;
  box-sizing: border-box;
}

.specialtxt-list li .item-info .item-btns a + a {
  margin-left: 14px;
}

.specialtxt-list li .item-info .item-btns a:hover {
  background-color: #21a6a6;
  color: #fff;
}

.specialtxt-list li .item-info .item-btns a.more-special-btn {
  border-color: #0079dd;
  color: #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.specialtxt-list li .item-info .item-btns a.more-special-btn:hover {
  border-color: #f72691;
  background-color: #f72691;
  color: #fff;
}

.expert-lists {
  position: relative;
  margin: 30px -18px 0;
}

.expert-lists li.expert-info {
  float: left;
  box-sizing: border-box;
  width: 170px;
  height: 296px;
  padding: 15px 15px 0;
  margin: 0 18px 27px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.expert-lists li.expert-info:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.expert-lists li.expert-info a,
.expert-lists li.expert-info strong {
  display: block;
  text-align: center;
}

.expert-lists li.expert-info a.doc-img span,
.expert-lists li.expert-info a.doc-img img {
  display: block;
  width: 140px;
  height: 190px;
  margin: auto;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}

.expert-lists li.expert-info a.doc-img strong {
  margin-top: 5px;
  color: #199ed8;
  font-size: 18px;
  font-weight: normal;
}

.expert-lists li.expert-info a.doc-img strong:after {
  content: "";
  display: block;
  width: 20px;
  height: 3px;
  margin: auto;
  background-color: #0079dd;
}

.expert-lists li.expert-info a.doc-img p {
  margin-top: 5px;
  font-size: 0;
}

.expert-lists li.expert-info a.doc-img p u {
  color: #999;
  display: inline-block;
  font-size: 14px;
}

.expert-lists li.expert-info a.doc-img p u + u {
  margin-left: 5px;
}

.expert-lists li.expert-info a.doc-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.guestbook-nav ul li {
  float: left;
  border-bottom: 1px solid #e4e4e4;
}

.guestbook-nav ul li a {
  display: block;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
}

.guestbook-nav ul li.cur {
  border-bottom: 1px solid #0079dd;
}

.guestbook-nav ul li.cur a {
  color: #0079dd;
}

.guestbook-nav ul li.li2 {
  width: 50%;
}

.guestbook-nav ul li.li3 {
  width: 33.33%;
}

.guestbook-nav ul li.li4 {
  width: 25%;
}

.department-tab .department-select {
  min-height: 51px;
}

.department-tab .department-select li {
  display: none;
  min-height: 35px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 15px;
  overflow: hidden;
}

.department-tab .department-select li:first-child {
  display: block;
}

.department-tab .department-select li a {
  line-height: 30px;
  margin-right: 15px;
  white-space: nowrap;
}

.department-tab .department-select li a span {
  padding: 3px 8px;
}

.department-tab .department-select li a.cur span {
  background-color: #0079dd;
  color: #fff;
}

.department-tab .department-select li a.cur span:after {
  content: "\e615";
  font-family: "iconfont";
}

.question-main .sort {
  border-bottom: 1px solid #e4e4e4;
}

.question-main .sort h2 a {
  float: left;
  border-bottom: 2px solid transparent;
  margin-right: 20px;
  line-height: 28px;
  margin-bottom: -1px;
  height: 46px;
  font-weight: normal;
  font-size: 16px;
  box-sizing: border-box;
}

.question-main .sort h2 a.cur {
  border-bottom: 2px solid #0079dd;
  font-weight: bold;
  color: #0079dd;
}

.question-main .sort h2 a:hover {
  color: #0079dd;
}

.question-main .sort .btn {
  width: 138px;
}

.question-main > .fl {
  width: 756px;
}

.question-main > .fr {
  width: 380px;
}

.question-list li {
  overflow: hidden;
  height: 52px;
  border-bottom: 1px dashed #d7d7d7;
  color: #d7d7d7;
  padding: 20px 0;
  line-height: 1;
}

.col-tit {
  width: 635px;
  padding-left: 65px;
  height: 52px;
  box-sizing: border-box;
  position: relative;
  float: left;
}

.col-tit b {
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  color: #fff;
  background-color: #d7d7d7;
  font-size: 28px;
  position: absolute;
  left: 0;
}

.col-tit a.tit {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
}

.col-info {
  width: 118px;
  text-align: right;
  float: right;
}

.col-info span {
  display: block;
  margin-bottom: 20px;
}

.col-state:before {
  content: "\e61f";
  font-family: "iconfont";
  color: #ccc;
  font-size: 16px;
  margin-right: 5px;
}

.col-state.completed:before {
  content: "\e623";
  color: #7cc380;
}

.col-time {
  font-size: 13px;
}

.myask-btn {
  margin-bottom: 15px;
}

.myask-btn .btn {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px;
}

.right-ask textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ddd;
}

.right-ask .question {
  padding: 6px;
  height: 160px;
  line-height: 1.5;
}

.right-popularize .mdc-list a {
  color: #555;
  border-bottom: 1px dotted #e9e4e8;
  height: 39px;
  line-height: 38px;
  box-sizing: border-box;
  display: block;
  transition: all 0.28s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.right-popularize .mdc-list a:before {
  content: "â€¢";
  font-weight: bold;
  color: #c7d5d5;
  margin-right: 5px;
}

.right-popularize .mdc-list a:hover {
  color: #17a29b;
}

.right-doctor li {
  position: relative;
  height: 180px;
  padding: 30px 0 24px 135px;
  border-bottom: 1px dotted #e9e4e8;
  box-sizing: border-box;
}

.right-doctor li .doctor-img {
  position: absolute;
  left: 0;
  top: 15px;
  width: 108px;
  height: 148px;
  overflow: hidden;
}

.right-doctor li .doctor-img img {
  width: 108px;
  height: 148px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.right-doctor li .doctor-img span {
  width: 73px;
  height: 20px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background-color: #f3a276;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -36px;
}

.right-doctor li .doctor-img:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.right-doctor li h2 a {
  vertical-align: middle;
  font-size: 16px;
  color: #0079dd;
}

.right-doctor li h2 span {
  vertical-align: middle;
  background-color: #0079dd;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px;
}

.right-doctor li p {
  color: #666;
  display: -webkit-box;
  max-height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.right-doctor li p strong {
  font-weight: 400;
  color: #999;
}

.ask-show .ask-tit {
  position: relative;
  height: 52px;
  overflow: hidden;
  padding-left: 62px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.ask-show .ask-tit .ask-ico {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #0079dd;
  width: 52px;
  height: 52px;
  font-size: 30px;
  color: #fff;
  text-align: center;
  line-height: 52px;
}

.ask-show .ask-tit h1 {
  font-size: 18px;
  font-weight: normal;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}

.ask-show .ask-tit .asker-info {
  color: #d7d7d7;
}

.ask-show .ask-tit .asker-info span {
  display: inline-block;
  line-height: 1;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #eee;
}

.ask-show .ask-tit .asker-info span:last-child {
  border: none;
}

.ask-show .ask-tit .ask-btn {
  position: absolute;
  top: 0;
  right: 0;
}

.ask-show .ask-tit .ask-btn .btn {
  width: 230px;
  line-height: 52px;
}

.ask-content {
  margin-top: 15px;
}

.ask-content p {
  margin: 10px auto 15px auto;
}

.ask-content i {
  display: block;
  color: #d7d7d7;
}

.ask-content span {
  display: block;
  color: #d7d7d7;
}

.ask-content .ask-reply {
  border: 1px solid #d7d7d7;
  background-color: #f8f8f8;
  padding: 15px;
}

.ask-content .replay-info {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}

.ask-content .replay-info:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.ask-content .replay-info .btn {
  width: 120px;
}

.similar-ask li {
  float: left;
  width: 33.3%;
  height: 26px;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 15px;
}

.similar-ask a {
  line-height: 26px;
}

.similar-ask a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.ask-form dl {
  position: relative;
  margin-bottom: 10px;
}

.ask-form dt {
  line-height: 50px;
  font-size: 16px;
}

.ask-form dt i {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  background-color: #937768;
  color: #fff;
}

.ask-form .ask-input {
  padding-right: 365px;
}

.ask-form .ask-input textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d7d7d7;
  padding: 5px 8px;
  line-height: 1.5;
}

.ask-form .ask-input span {
  display: inline-block;
  margin-bottom: 10px;
}

.ask-form .ask-tip {
  position: absolute;
  right: 0;
  top: 50px;
  width: 312px;
  padding: 15px;
  background-color: #fcf1eb;
  border: 1px solid #f9e8e0;
  font-size: 12px;
  line-height: 1.5;
}

.ask-form .ask-tip:before,
.ask-form .ask-tip:after {
  content: "â—†";
  color: #fcf1eb;
  font-family: simsun;
  font-size: 30px;
  line-height: 0;
  position: absolute;
  left: -15px;
  top: 22px;
}

.ask-form .ask-tip:before {
  left: -16px;
  color: #f9e8e0;
}

.ask-form .Validform_checktip {
  margin-left: 48px;
}

.ask-form .ask-input .Validform_error {
  border-color: #c00;
}

.ask-form .letter-pannel {
  overflow: hidden;
  font-size: 12px;
  background-color: #f8f8f8;
  border: 1px solid #d7d7d7;
  padding: 8px;
}

.ask-form .letter-pannel span {
  float: left;
  width: 10%;
}

.ask-form .letter-pannel span a {
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ask-form .letter-pannel span.cur a {
  background-color: #0079dd;
  color: #fff;
  padding: 0 5px;
}

.ask-company,
.ask-mail {
  width: 490px;
}

.ask-area .area-tit {
  background-color: #d7d7d7;
  overflow: hidden;
  border: 1px solid #d7d7d7;
  margin-bottom: -2px;
}

.ask-area .area-tit a {
  line-height: 40px;
  text-align: center;
  float: left;
  font-weight: bold;
}

.ask-area .area-tit a.cur {
  background-color: #f8f8f8;
  color: #0079dd;
}

.ask-area .area-tit.span2 a {
  width: 50%;
}

.ask-area .area-tit.span3 a {
  width: 33.33%;
}

.ask-area .area-tit.span4 a {
  width: 25%;
}

.ask-area .area-tit.span5 a {
  width: 20%;
}

.ask-area .letter-pannel {
  display: none;
}

.ask-area .letter-pannel:first-child {
  display: block;
}

.ask-question {
  height: 177px;
}

.ask-check {
  height: 104px;
}

.radio {
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
}

.radio:before {
  display: inline-block;
  font-family: "iconfont";
  font-size: 19px;
  content: "\e620";
  margin-right: 5px;
  color: #0079dd;
  vertical-align: middle;
}

.radio.checked:before {
  content: "\e61e";
}

input.asker {
  width: 300px;
  height: 20px;
  padding: 5px;
  border: 1px solid #d7d7d7;
}

input.askerphone {
  width: 300px;
  height: 20px;
  padding: 5px;
  border: 1px solid #d7d7d7;
}

input.ask-age {
  width: 239px;
  height: 20px;
  padding: 5px;
  border: 1px solid #d7d7d7;
}

.ask-input .sel-age {
  height: 32px;
  border: 1px solid #d7d7d7;
}

.ask-form .btn {
  width: 180px;
  line-height: 46px;
}

.add-ask {
  display: none;
  margin-top: 15px;
}

.add-ask textarea {
  width: 70%;
  border: 1px solid #d7d7d7;
  padding: 5px 8px;
  line-height: 1.5;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert {
  color: #c09853;
}

.alert h4 {
  margin: 0;
  color: #c09853;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.home-main {
  min-height: 1000px;
}

.list-item {
  box-sizing: border-box;
}

.list-tit {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
}

.list-tit h2 {
  display: block;
  font-size: 16px;
  color: #0079dd;
}

.list-tit h2.h2:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 32px;
  height: 5px;
  overflow: hidden;
  background-color: #0079dd;
}

.list-tit h2 a {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: normal;
}

.list-tit h2 a:hover {
  color: #0079dd;
}

.list-tit h2 a.fr {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.list-tit h2 a.fr i {
  font-size: 12px;
  color: #0079dd;
}

.list-tit h2 a.fr:hover {
  color: #0079dd;
}

.list-tit h2 span {
  color: #0079dd;
}

.list-tit h2 span:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0px;
  width: 30px;
  height: 2px;
  overflow: hidden;
  background-color: #0079dd;
}

.list-tit .tab-tit {
  display: block;
  font-size: 0;
  line-height: 0;
}

.list-tit .tab-tit a {
  display: inline-block;
  line-height: 46px;
  color: #666;
  font-weight: normal;
  font-size: 16px;
}

.list-tit .tab-tit a:before {
  display: none;
}

.list-tit .tab-tit a:first-child:before {
  border-left: none;
  left: 0;
}

.list-tit .tab-tit a:last-child:before {
  border-right: none;
}

.list-tit .tab-tit a.cur {
  color: #0079dd;
  font-weight: bold;
}

.list-tit .tab-tit a.cur:before {
  display: block;
  width: 64px;
}

.list-tit .fr {
  color: #d7d7d7;
  word-spacing: 0.5em;
}

.list-tit .color-info {
  color: #555;
}

.list-content {
  margin-top: 20px;
  position: relative;
}

.list-content a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-pannel {
  display: none;
}

.tab-pannel:first-child {
  display: block;
}

.homenews-left {
  width: 38.2%;
}

.homenews-left .list-content {
  margin-top: 15px;
}

.news-slide {
  overflow: hidden;
}

.news-slide ul li {
  width: 100%;
  height: 248px;
  float: left;
  position: relative;
}

.news-slide ul li img {
  display: block;
  width: 370px;
  height: 248px;
}

.news-slide a {
  line-height: 0;
}

.news-slide a span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 80px;
  background: url(../image/black70.png);
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dots {
  position: absolute;
  bottom: 12px;
  left: 0;
  right: 5px;
  text-align: right;
}

.dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  line-height: 0;
  font-size: 0;
  text-indent: -999px;
  cursor: pointer;
}

.dots .active {
  opacity: 1;
  filter: alpha(opacity=100);
}

.news-row .img-news {
  height: 248px;
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.right-news {
  width: 59%;
  min-height: 472px;
}

.right-news .tab-tit {
  text-align: justify;
  text-align-last: justify;
  -moz-text-align-last: justify;
  -webkit-text-align-last: justify;
  text-justify: inter-ideograph;
}

.right-news .tab-tit:after {
  content: "";
  display: inline-block;
  width: 100%;
  overflow: hidden;
  height: 0;
}

.right-news .top-news {
  position: relative;
}

.txt-news li {
  height: 28px;
  overflow: hidden;
}

.txt-news a {
  line-height: 28px;
}

.txt-news a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.txt-news .top-news {
  height: 82px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 8px;
  padding-right: 0;
}

.txt-news .top-news a {
  font-size: 18px;
  line-height: 24px;
}

.txt-news .top-news a:before {
  display: none;
}

.txt-news .top-news p {
  font-size: 13px;
  color: #d7d7d7;
  line-height: 20px;
  display: -webkit-box;
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.txt-news .news-split {
  border-bottom: 1px dashed #d7d7d7;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 15px 0;
}

.home-special li {
  height: 120px;
  overflow: hidden;
  margin-bottom: 18px;
}

.home-special li:last-child {
  margin-bottom: 0;
}

.home-special a {
  background-color: #6f6f6f;
  line-height: 0;
  height: 140px;
}

.home-special a,
.home-special a img {
  width: 100%;
}

.home-special a img {
  height: 120px;
  opacity: 1;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

.home-special a:hover img {
  opacity: 0.8;
}

.newest-row {
  background-color: #f9f9f9;
  border: 1px solid #d7d7d7;
  padding: 10px 15px;
  box-sizing: border-box;
  position: relative;
}

.newest-row h2 {
  position: absolute;
  font-size: 14px;
  line-height: 40px;
  top: 0;
  left: 15px;
  color: #0079dd;
}

.newest-row .newest-slide {
  height: 20px;
  line-height: 20px;
  margin-left: 85px;
  overflow: hidden;
}

.newest-row .newest-slide ul,
.newest-row .newest-slide ol {
  overflow: hidden;
}

.newest-row .newest-slide ul li,
.newest-row .newest-slide ol li {
  float: left;
}

.newest-row .newest-slide ol li {
  width: 33.33%;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0 10px;
}

.newest-row .newest-slide ol li a {
  display: inline-block;
  max-width: 78%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.newest-row .newest-slide ol li a:before {
  content: "â€¢";
  font-weight: bold;
  color: #0079dd;
  margin-right: 5px;
}

.newest-row .newest-slide ol li span {
  float: right;
  color: #d7d7d7;
}

.home-expert li {
  float: left;
  width: 17.7%;
  margin-right: 2.8%;
}

.home-expert li:nth-child(5n + 0) {
  margin: 0;
}

.home-expert li a {
  display: block;
  height: 208px;
  position: relative;
}

.home-expert li a .expert-info:before {
  content: "";
  display: block;
  height: 3px;
  background-color: #0079dd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: height 0.3s;
  -webkit-transition: height 0.3s;
}

.home-expert li a:hover .expert-info:before {
  height: 40px;
}

.home-expert li a:hover strong {
  padding-left: 10px;
  color: #fff;
}

.home-expert li a:hover span {
  padding-right: 10px;
  color: #fff;
}

.home-expert li a:hover img {
  transform: scale(1.2);
}

.home-expert li img {
  width: 154px;
  height: 168px;
  position: absolute;
  left: 50%;
  margin-left: -77px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.home-expert .expert-info {
  display: block;
  background-color: #fff;
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.home-expert .expert-info strong {
  color: #0079dd;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.home-expert .expert-info span {
  float: right;
  color: #666;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: relative;
  z-index: 2;
}

.expert-row .list-tit {
  position: relative;
}

.expert-row .list-tit .slide-dots {
  position: absolute;
  right: 0;
  top: 0;
}

.expert-row .fl .list-content {
  height: 208px;
  overflow: hidden;
}

.slide-dots a,
.slide-dots span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
}

.slide-dots a {
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  font-size: 10px;
  border: 1px solid #e6e6e6;
  color: #d7d7d7;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.slide-dots a:hover {
  background-color: #937768;
  border-color: #937768;
  color: #fff;
}

.slide-dots a.disabled {
  background-color: #f4f4f4;
  border-color: #d7d7d7;
  color: #d7d7d7;
  cursor: default;
}

.slide-dots span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d7d7d7;
}

.slide-dots span:hover,
.slide-dots span.cur {
  background-color: #937768;
}

.form-item {
  min-height: 56px;
  margin: 0;
  position: relative;
}

.form-item label {
  position: absolute;
  top: 5px;
  left: 0;
  *zoom: 1;
  line-height: 1.8;
  font-size: 14px;
}

.form-input input,
.form-input select,
.form-input textarea,
.select-input {
  border: 1px solid #d7d7d7;
  line-height: 20px;
  height: 36px;
  padding: 7px 5px;
  box-sizing: border-box;
}

.top-special a,
.top-special a img {
  width: 100%;
}

.elevator {
  position: fixed;
  background-color: #ccc;
  top: 5px;
  font-size: 12px;
  z-index: 3;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  display: none;
  width: 34px;
}

.elevator a {
  color: #fff;
  padding: 10px 5px;
  display: block;
  overflow: hidden;
  width: 24px;
  line-height: 14px;
  text-align: center;
  transition: all 0.1s;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  border-bottom: 1px solid #d7d7d7;
}

.elevator a:hover,
.elevator a.elevator-on {
  background-color: #937768;
  color: #fff;
  border-bottom-color: #937768;
}

.ajax .message {
  background-color: none;
}

.message {
  height: 100%;
  background-color: #efeff4;
}

.message .msg {
  display: block;
  text-align: center;
  padding: 15px 0;
}

.message .msg i {
  font-size: 80px;
}

.message .msg strong {
  display: block;
  font-size: 16px;
}

.message .msg .success {
  color: #029c46;
}

.message .msg .error {
  color: #e33;
}

.message .msg .info {
  color: #56abe4;
}

.message .msg .skip {
  color: #d7d7d7;
}

.message .msg .btn {
  border-radius: 8px;
  width: 200px;
  margin-top: 15px;
}

.content img {
  max-width: 100% !important;
}

.content p {
  margin: 0 0 9px !important;
}

.content .keylink {
  color: #0079dd;
  border-bottom: 1px solid #0079dd;
}

.content p,
.content p span,
.news-content span {
  font-size: 16px;
  line-height: 1.8;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun,
    "Segoe UI", Tahoma, Helvetica, sans-serif !important;
}

.content h1 {
  font-size: 24px;
  line-height: 1.5;
  font-weight: normal;
  padding: 8px 0;
  color: #666;
}

.content h1 span {
  font-size: 14px;
  color: #666;
}

.content .page-tit {
  position: relative;
  font-size: 18px;
  color: #0079dd;
  font-weight: normal;
  border-bottom: 1px solid #e4e4e4;
}

.content .page-tit a {
  color: #0079dd;
}

.content .page-tit span {
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
}

.content .page-tit i {
  font-size: 16px;
  color: #d7d7d7;
}

.history-journey > i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #0079dd;
  border-radius: 50%;
  font-size: 42px;
  color: #fff;
  margin-left: 124px;
}

.history-journey ul {
  background: url(../image/broken.png) 150px 0 repeat-y;
  padding-top: 50px;
}

.history-journey ul li {
  position: relative;
  padding-bottom: 80px;
}

.history-journey ul .left-year {
  width: 130px;
  position: absolute;
  top: -5px;
  left: 0;
  line-height: 1;
  font-size: 36px;
  text-align: right;
  color: #d7d7d7;
}

.history-journey ul .point {
  position: absolute;
  left: 144px;
  top: 3px;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border-radius: 50%;
  border: 2px solid #0079dd;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.history-journey ul .right-info {
  margin-left: 180px;
}

.history-journey ul .right-info span {
  font-weight: bold;
  margin-right: 10px;
}

.history-photo ul {
  margin-left: -0.5%;
  margin-right: -0.5%;
}

.history-photo ul li {
  float: left;
  width: 24%;
  margin: 0 0.5% 25px 0.5%;
}

.history-photo ul li a {
  display: block;
  background-color: #e7e7e7;
  padding-bottom: 20px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.history-photo ul li a span {
  display: block;
  padding: 0 15px;
  line-height: 1.5;
  margin-top: 10px;
}

.history-photo ul li a img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.history-photo ul li a:hover {
  background-color: #004f91;
  color: #fff;
}

.history-photo ul li a:hover img {
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.load-more {
  background-color: #e7e7e7;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.load-more a {
  display: block;
  height: 40px;
  line-height: 40px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.load-more a:hover {
  background-color: #d7d7d7;
}

.load-more i {
  margin-right: 5px;
}

.load-more img {
  vertical-align: middle;
  margin-right: 5px;
}

.theme-cont {
  display: none;
  position: relative;
}

.theme-cont img,
.theme-cont a {
  display: block;
  width: 100%;
}

.theme-cont.tm-700-140 {
  margin: 0 auto 25px;
  width: 700px;
}

.theme-cont.tm-700-140 img {
  height: 140px;
  display: block;
}

.theme-cont.tm-244-244 img {
  height: 244px;
}

.theme-cont:after {
  content: "æŽ¨è";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #19784c;
  background-color: rgba(25, 120, 76, 0.75);
  color: #fff;
}

.report-form {
  width: 500px;
  margin: auto;
}

.report-form li {
  padding: 10px 0;
}

.report-form li label {
  display: inline-block;
  width: 80px;
  text-align: right;
}

.report-form li input {
  width: 380px;
  margin-left: 10px;
}

.report-form .btn {
  width: 180px;
  margin-left: 94px;
  line-height: 45px;
  margin-top: 10px;
}

.profile-info a.fl {
  line-height: 0;
}

.profile-info img {
  margin-right: 20px;
  height: 208px;
}

.profile-info p {
  font-size: 13px;
  display: -webkit-box;
  max-height: 175px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.profile-info a {
  color: #937768;
}

.profile-info a:hover {
  color: #0079dd;
}

.profile-info a i {
  display: inline;
  font-size: 14px;
}

.edu-info {
  margin-left: 350px;
}

.inner-row .right-list,
.profile-info {
  height: 208px;
}

.inner-expert {
  overflow: hidden;
  margin-left: -1.33%;
  margin-right: -1.33%;
}

.inner-expert li {
  float: left;
  width: 14%;
  overflow: hidden;
  margin-left: 1.33%;
  margin-right: 1.33%;
}

.inner-expert li:last-child {
  margin-right: 0;
}

.inner-expert li img {
  width: 114px;
  height: 155px;
  position: absolute;
  left: 50%;
  margin-left: -57px;
}

.inner-expert li a {
  display: block;
  width: 113px;
  height: 155px;
  position: relative;
}

.inner-expert li a .expert-info {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: url(../image/broken.png);
  background-position: center;
  transition: background-position 0.3s;
  -webkit-transition: background-position 0.3s;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.inner-expert li a:hover .expert-info {
  background-position: left center;
}

.disease-relate {
  box-sizing: border-box;
  height: 170px;
  padding: 25px 25px 0;
  margin-bottom: 30px;
  background-color: #f2f2f2;
}

.disease-relate .relate-dm {
  height: 44px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}

.disease-relate .relate-dm span.fl {
  font-size: 20px;
  line-height: 20px;
}

.disease-relate .relate-dm span.fr {
  font-size: 0;
}

.disease-relate .relate-dm span.fr a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #0079dd;
  margin: 0 20px;
  line-height: 20px;
}

.disease-relate .relate-dm span.fr a + a:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 2px;
  width: 1px;
  height: 16px;
  background-color: #d7d7d7;
}

.disease-relate .relate-dm span.fr a:hover {
  font-weight: bold;
}

.angel-pic {
  overflow: hidden;
  height: 156px;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.angel-pic li {
  width: 13.66%;
  margin: 0 1.5% 0 1.5%;
}

.angel-pic li > a {
  line-height: 0;
  height: 120px;
}

.nursing-special {
  height: 156px;
}

.nursing-special li > a {
  height: 120px;
  line-height: 0;
  overflow: hidden;
}

.ranking {
  margin: 0 50px;
}

.ranking li {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px dashed #d7d7d7;
}

.ranking li span {
  display: block;
  float: left;
}

.ranking li span.No {
  width: 80px;
}

.site-map dl {
  padding: 10px 0;
  border-bottom: 1px dashed #d7d7d7;
}

.site-map dl dt {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}

.site-map dl dd {
  overflow: hidden;
}

.site-map dl dd span {
  display: block;
  margin-right: 10px;
  float: left;
}

.site-map dl dd span a:after {
  content: "|";
  color: #d7d7d7;
  margin-left: 10px;
}

.site-map dl dd span:last-child a:after {
  content: "";
}

.site-map dl dd p {
  overflow: hidden;
}

.site-map dl dd p strong {
  display: block;
  color: #d7d7d7;
}

.disease-list a {
  display: inline;
}

.disease-list h2 {
  font-size: 18px;
}

.disease-list li {
  border-bottom: 1px solid #d7d7d7;
  padding: 5px 0;
}

.disease-tit {
  line-height: 40px;
}

.disease-tit .fr,
.disease-department {
  color: #ccc;
  word-spacing: 0.5em;
}

.disease-summary {
  color: #777;
}

.disease-department span {
  color: #d7d7d7;
}

#disease.content .tab-tit {
  margin-top: -2px;
  overflow: hidden;
  border-left: 1px solid #d7d7d7;
}

#disease.content .tab-tit a {
  display: block;
  width: 14.285%;
  border: 1px solid #d7d7d7;
  background-color: #f9f9f9;
  font-weight: bold;
  color: #d7d7d7;
  line-height: 38px;
  margin-left: -2px;
  text-align: center;
  float: left;
}

#disease.content .tab-tit a.cur {
  color: #444;
  background-color: #fff;
  border-bottom-color: #fff;
  border-top: 2px solid #0079dd;
}

.disease-desc {
  background-color: #f9f7f4;
  border: 1px solid #eee4d6;
  border-bottom: none;
  margin-top: 25px;
}

.disease-desc ul {
  overflow: hidden;
}

.disease-desc ul li {
  width: 50%;
  float: left;
  line-height: 42px;
  border-bottom: 1px solid #eee4d6;
}

.disease-desc ul li i {
  color: #d7d7d7;
  margin-left: 15px;
}

.disease-detailed {
  padding: 15px 0;
}

.tips-info {
  color: #b94a48;
}

@media (max-height: 735px) {
  .aside .aside-follow {
    display: none;
  }
}

@media print {
  .header,
  .second-nav-list,
  .second-nav,
  .three-nav,
  .path,
  .news-show > .fr,
  .news-mark,
  .color-share,
  .banner,
  .aside-share,
  .related,
  .footer,
  .aside,
  .gotop,
  .login-dialog,
  .link-box,
  .gotop,
  .theme-cont,
  .small-banner {
    display: none !important;
  }

  .layout,
  .news-show > .fl {
    float: none !important;
    width: 100%;
  }
}

.position-map {
  height: 600px;
}

.position-map img {
  max-width: none !important;
}

.position-map input {
  box-sizing: border-box;
  padding: 3px;
  height: 26px !important;
  font-size: 12px;
  vertical-align: middle;
}

.position-map .BMapLib_ap th,
.position-map .position-map .BMapLib_ap td {
  padding: 3px;
}

.position-map #BMapLib_is_remember_phone {
  margin-left: 5px;
}

.position-map .BMapLib_SearchInfoWindow,
.position-map .BMapLib_nav_tab_content li {
  font-family: inherit;
}

.position-map .BMapLib_bubble_title {
  font-weight: bold;
}

.position-map .BMapLib_bubble_content {
  line-height: 2;
}

.position-map .BMapLib_trans {
  top: auto !important;
}

.position-map .BMapLib_sms_declare_phone {
  font-size: 12px;
}
/*# sourceMappingURL=styles.css.map */
.box1 {
  float: left;
  width: 280px;
  height: 200px;
  padding: 10px;
}
