@charset "UTF-8";
@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); } }
/* reset */
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: #fff;
  color: #555; }

.layout {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.doctor-title-top {
  position: relative;
  margin-top: 20px; }

.container {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  min-width: 1300px;
  background: url(../images/xxzrmyy/container_top.png) no-repeat left top, url(../images/xxzrmyy/container_bottom.png) no-repeat right bottom; }
  .container .bg01 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .container .bg02 {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }

.container-inner {
  padding: 20px 0 50px; }

.bgf2 {
  background-color: #f2f2f2; }

.iconfont {
  display: inline-block;
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconxx {
  font-family: "iconxx" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.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; }

.green {
  color: #158064; }
  .green:hover {
    color: #096; }

.orange {
  color: #d58016; }

.gray {
  color: #999; }

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Chrome/Safari/Opera */
  -khtml-user-select: none;
  /* Konqueror */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently not supported by any browser */ }

.equipartition-1 > * {
  width: 100%; }

.equipartition-2 > * {
  width: 50%; }

.equipartition-3 > * {
  width: 33.3333%; }

.equipartition-4 > * {
  width: 25%; }

.equipartition-5 > * {
  width: 20%; }

.equipartition-6 > * {
  width: 16.6666%; }

.equipartition-7 > * {
  width: 14.2857%; }

.equipartition-8 > * {
  width: 12.5%; }

.equipartition-9 > * {
  width: 11.1111%; }

.equipartition-10 > * {
  width: 10%; }

.equipartition-11 > * {
  width: 9.0909%; }

.equipartition-12 > * {
  width: 8.3333%; }

.common-bg-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.common-mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.common-over-mask {
  position: relative;
  z-index: 1; }

a {
  color: #444;
  outline: none;
  transition: all .3s; }

img {
  object-fit: cover; }

.btn {
  display: inline-block;
  border: none;
  text-align: center;
  background: #009F88;
  color: #fff;
  line-height: 34px;
  transition: all .3s;
  border-radius: 3px; }
  .btn:hover {
    background: #cf9d4b;
    color: #fff; }
  .btn.white {
    background: #fff;
    color: #666;
    border: 1px solid #ddd; }
    .btn.white:hover {
      background: #666;
      color: #fff;
      border: 1px solid #666; }
  .btn.disabled {
    background: #f1f1f1;
    border-color: #aaa;
    color: #aaa;
    cursor: no-drop; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mt20 {
  margin-top: 40px; }

.mt35 {
  margin-top: 35px; }

.mt40 {
  margin-top: 40px; }

.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb25 {
  margin-bottom: 25px; }

.mb40 {
  margin-bottom: 40px; }

.ml10 {
  margin-left: 10px; }

.ml15 {
  margin-left: 15px; }

.ml20 {
  margin-left: 20px; }

.mr10 {
  margin-right: 10px; }

.mr15 {
  margin-right: 15px; }

.pt10 {
  padding-top: 10px; }

.pt40 {
  padding-top: 40px; }

.pt15 {
  padding-top: 15px; }

.pb50 {
  padding-bottom: 50px; }

.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; }

.inline {
  display: inline; }

.block {
  display: block; }

.inline-block {
  display: inline-block;
  zoom: 1;
  *display: inline; }

.hidden {
  display: none; }

.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; }

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #c09853;
  font-size: 14px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 20px; }
  .alert h4 {
    color: inherit;
    margin: 0; }
  .alert.alert-success {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .alert.alert-danger, .alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }
  .alert.alert-info {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .alert.alert-block {
    padding-top: 14px;
    padding-bottom: 14px; }
    .alert.alert-block > p, .alert.alert-block > ul {
      margin-bottom: 0; }
    .alert.alert-block p + p {
      margin-top: 5px; }

.ajax .message {
  background: none; }

.message {
  height: 100%; }

.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: #999; }

.message .msg .btn {
  border-radius: 8px;
  width: 200px;
  margin-top: 15px; }

.nodata {
  color: #999;
  padding: 25px 0; }
  .nodata i {
    display: block;
    font-size: 80px;
    line-height: 1; }

.home-nodata {
  color: #999;
  display: flex;
  height: 100%;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center; }
  .home-nodata i {
    display: block;
    font-size: 80px;
    line-height: 1; }

.path {
  border-bottom: 1px solid #e4e4e4;
  padding: 20px 0;
  color: #999; }
  .path i {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 5px; }

.color-share .bdsharebuttonbox, .color-share span {
  display: inline-block;
  vertical-align: middle; }
.color-share a {
  margin: 0 0 0 5px !important;
  width: 24px;
  height: 24px;
  box-sizing: border-box;
  display: inline-block; }

/* 百度分享 */
.bdshare-button-style0-24 a {
  background-image: url(../images/icons_0_24.png) !important;
  width: 24px;
  padding-left: 24px !important; }

.bd_weixin_popup {
  position: fixed !important;
  width: 240px !important;
  height: 320px !important;
  top: 50% !important;
  left: 50% !important;
  margin-left: -120px;
  margin-top: -160px; }

.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; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.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%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    border-radius: 15px;
    cursor: pointer;
    background-color: #fff;
    transition: .38s; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      width: 50px;
      background-color: #ff8400; }
    .slick-dots li:hover {
      background-color: #ff8400; }

/*表单样式*/
.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(../images/uploadify-cancel.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; }

.imagesLoaded li img {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.imagesLoaded .is-loading {
  background: url(../images/loading.gif) center no-repeat #000; }

.imagesLoaded .is-broken {
  background: url(../images/broken.png) center no-repeat #be3730; }

.imagesLoaded .is-loading img, .imagesLoaded .is-broken img {
  opacity: 0;
  filter: alpha(opacity=0); }

/* LightBox */
body:after {
  content: url(../images/close.png) url(../images/loading-gray.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .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(../images/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;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .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(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  -moz-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .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(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  -moz-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

/*MP3播放器*/
.audioplayer {
  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: .5em solid transparent;
  border-right: none;
  border-left-color: #fff;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.5em 0 0 -.25em; }

.audioplayer-playing .audioplayer-playpause a {
  width: .75em;
  height: .75em;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -.375em 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: .875em;
  background-color: #222;
  cursor: pointer;
  z-index: 1;
  top: 50%;
  right: 6.875em;
  left: 6.875em;
  margin-top: -.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: .313em;
  height: .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: .5em solid transparent;
  border-left: none;
  border-right-color: #fff;
  z-index: 2;
  top: 50%;
  right: -.25em;
  margin-top: -.5em; }

.audioplayer:not(.audioplayer-muted) .audioplayer-volume-button a:after {
  width: .313em;
  height: .313em;
  border: .25em double #fff;
  border-width: .25em .25em 0 0;
  left: .563em;
  top: -.063em;
  -webkit-border-radius: 0 .938em 0 0;
  -moz-border-radius: 0 .938em 0 0;
  border-radius: 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 .25s ease,background-color .25s ease,opacity .5s ease;
  -moz-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
  -ms-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
  -o-transition: color .25s ease,background-color .25s ease,opacity .5s ease;
  transition: color .25s ease,background-color .25s ease,opacity .5s ease; }

/*************全站排班表通用****************/
.clinic-scheduling table {
  border: none;
  width: 100%; }
.clinic-scheduling .seleced {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  text-align: center; }
  .clinic-scheduling .seleced:hover + .tips {
    display: block; }
  .clinic-scheduling .seleced.red {
    background: #ea5a54; }
    .clinic-scheduling .seleced.red:before {
      content: "特需"; }
  .clinic-scheduling .seleced.blue {
    background: #54a0ea; }
    .clinic-scheduling .seleced.blue:before {
      content: "专家"; }
  .clinic-scheduling .seleced.green {
    background: #63b98c; }
    .clinic-scheduling .seleced.green:before {
      content: "普通"; }
  .clinic-scheduling .seleced.orange {
    background: #e49548; }
    .clinic-scheduling .seleced.orange:before {
      content: "专科"; }
  .clinic-scheduling .seleced.gray {
    background: #9e9e9e;
    cursor: default; }
    .clinic-scheduling .seleced.gray:before {
      content: "停诊"; }
.clinic-scheduling .tips {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 52px;
  left: 50%;
  margin-left: -34px;
  min-width: 245px;
  background: #fff;
  text-align: left;
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
  z-index: 4; }
  .clinic-scheduling .tips:before, .clinic-scheduling .tips:after {
    content: "◆";
    color: #fff;
    font-family: simsun;
    font-size: 30px;
    line-height: 0;
    position: absolute;
    top: 0;
    left: 20px; }
  .clinic-scheduling .tips:before {
    color: #ddd;
    top: -1px; }
  .clinic-scheduling .tips .red {
    color: #ea5a54; }

.color-info span {
  margin-right: 10px; }
.color-info i {
  font-size: 20px;
  margin-right: 5px; }
.color-info .red {
  color: #ea5a54; }
.color-info .blue {
  color: #54a0ea; }
.color-info .green {
  color: #63b98c; }
.color-info .orange {
  color: #e49548; }
.color-info .gray {
  color: #9e9e9e; }

/*************全站查询排班--选择门诊科室--下拉框通用****************/
.letter-box {
  display: none;
  width: 530px;
  padding: 10px;
  position: absolute;
  border-radius: 4px;
  left: 0;
  top: 47px;
  background-color: #fff;
  z-index: 3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .letter-box .area-tit {
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 22px;
    padding-bottom: 10px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .letter-box .area-tit a {
      height: 30px;
      min-width: 120px;
      border-radius: 4px;
      color: #4BA654;
      font-size: 14px;
      line-height: 30px;
      text-align: center;
      display: inline-block;
      float: none; }
      .letter-box .area-tit a.cur {
        background-color: #4BA654;
        color: #fff; }
  .letter-box .area-letter .tabs {
    display: none; }
    .letter-box .area-letter .tabs:first-child {
      display: block; }
    .letter-box .area-letter .tabs .letter-tit {
      height: 30px;
      line-height: 30px;
      border-bottom: 1px solid #ddd; }
      .letter-box .area-letter .tabs .letter-tit li {
        float: left;
        width: 25%;
        text-align: center;
        font-size: 13px; }
        .letter-box .area-letter .tabs .letter-tit li a {
          display: block; }
        .letter-box .area-letter .tabs .letter-tit li.cur {
          font-weight: bold;
          border-bottom: 1px solid #009F88;
          margin-bottom: -1px;
          position: relative; }
    .letter-box .area-letter .tabs .letter-pannel {
      margin-right: -10px; }
      .letter-box .area-letter .tabs .letter-pannel li {
        display: none;
        overflow: hidden;
        padding: 10px 10px 0 10px;
        text-align: left;
        font-size: 13px; }
        .letter-box .area-letter .tabs .letter-pannel li:first-child {
          display: block; }
      .letter-box .area-letter .tabs .letter-pannel a {
        display: inline-block !important;
        margin-right: 10px;
        width: 120px;
        height: 24px;
        font-size: 12px;
        color: #333;
        font-family: Arial;
        font-weight: normal; }
        .letter-box .area-letter .tabs .letter-pannel a p {
          line-height: 12px;
          width: 100%;
          height: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          margin-bottom: 0; }
      .letter-box .area-letter .tabs .letter-pannel a:hover {
        color: #F4C380; }

/*************  科室手机版、微信、微博  ****************/
.color-sns.small-size {
  position: relative;
  top: -2px; }
  .color-sns.small-size a {
    width: 34px;
    height: 34px;
    line-height: 34px; }
    .color-sns.small-size a i {
      font-size: 24px; }
.color-sns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f2f2f2;
  border-radius: 2px;
  color: #cbcbcb; }
  .color-sns a:not(.active):hover {
    color: #cbcbcb; }
  .color-sns a i {
    font-size: 28px; }
  .color-sns a.iphone.active {
    color: #0096d7; }
  .color-sns a.weibo.active {
    color: #e53048; }
  .color-sns a.weixin.active {
    color: #01b30c; }
  .color-sns a.haodf.active {
    color: #1596ea; }

/*************  科室弹出动画  ****************/
.hoverShowImg {
  position: relative; }
  .hoverShowImg:hover .img-wp {
    animation: popFadeIn .5S;
    display: block; }
  .hoverShowImg .img-wp {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    z-index: 5;
    background-color: #fff;
    margin-left: -68px;
    border-radius: 5px;
    border: 8px solid #fff;
    box-shadow: 5px 5px 20px rgba(174, 174, 174, 0.5); }
    .hoverShowImg .img-wp span {
      display: block;
      line-height: 1;
      margin-bottom: 8px; }
    .hoverShowImg .img-wp:before {
      content: "";
      border: 8px solid transparent;
      border-bottom-color: #fff;
      display: block;
      position: absolute;
      top: -22px;
      margin-left: -8px;
      left: 50%; }
    .hoverShowImg .img-wp img {
      width: 120px;
      height: 120px;
      display: block;
      margin-bottom: 5px; }

/*************  一些自定义动画  ****************/
@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 sonarEffect1 {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes sonarEffect2 {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
@keyframes showFadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@font-face {
  font-family: 'iconfont';
  /* Project id 2894331 */
  src: url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.eot?t=1641347052121");
  /* IE9 */
  src: url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.eot?t=1641347052121#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.woff?t=1641347052121") format("woff"), url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.ttf?t=1641347052121") format("truetype"), url("//at.alicdn.com/t/font_2894331_9m2tttnamnd.svg?t=1641347052121#iconfont") format("svg"); }
@font-face {
  font-family: "iconxx";
  /* Project id 3733593 */
  src: url("xxzrmyy_font/iconfont.woff2") format("woff2"), url("xxzrmyy_font/iconfont.woff") format("woff"), url("xxzrmyy_font/iconfont.ttf") format("truetype"); }
.header-top {
  width: 100%;
  height: 20px;
  background-color: #009F88; }

.header-s-002 {
  width: 100%;
  min-width: 1200px; }
  .header-s-002 .header-a-01 {
    width: 100%;
    padding: 25px 0 0; }
    .header-s-002 .header-a-01 .content {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .header-s-002 .header-a-01 .content .left {
        display: flex;
        align-items: center; }
      .header-s-002 .header-a-01 .content .logo {
        display: block;
        height: 60px; }
        .header-s-002 .header-a-01 .content .logo img {
          height: 100%; }
      .header-s-002 .header-a-01 .content .yuanxun {
        margin-left: 30px; }
      .header-s-002 .header-a-01 .content .right {
        display: flex;
        align-items: center; }
        .header-s-002 .header-a-01 .content .right .qr-box {
          display: flex; }
          .header-s-002 .header-a-01 .content .right .qr-box .link-item {
            margin-right: 20px;
            position: relative;
            height: 35px;
            background-color: #009F88;
            border-radius: 4px; }
            .header-s-002 .header-a-01 .content .right .qr-box .link-item a {
              line-height: 35px;
              text-align: center;
              height: 100%;
              box-sizing: border-box;
              padding: 0 10px;
              color: #fff; }
            .header-s-002 .header-a-01 .content .right .qr-box .link-item.wb {
              background-color: #EC8B85; }
            .header-s-002 .header-a-01 .content .right .qr-box .link-item:hover .qrcode-img {
              display: block; }
        .header-s-002 .header-a-01 .content .right .qrcode-img {
          display: none;
          width: 110px;
          padding: 5px;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
          position: absolute;
          background-color: #ffffff;
          top: 50px;
          left: 50%;
          margin-left: -60px;
          z-index: 100;
          animation: popFadeIn 0.5s;
          text-align: center;
          z-index: 2001; }
          .header-s-002 .header-a-01 .content .right .qrcode-img img {
            width: 110px;
            height: 110px;
            display: inline-block; }
          .header-s-002 .header-a-01 .content .right .qrcode-img p {
            text-align: center;
            margin: 0;
            margin-top: 5px;
            font-size: 14px;
            line-height: 1; }
        .header-s-002 .header-a-01 .content .right .qr-item {
          margin-right: 20px;
          position: relative;
          width: 35px;
          height: 35px;
          background-color: #009F88;
          border-radius: 50%; }
          .header-s-002 .header-a-01 .content .right .qr-item .icon {
            display: block;
            line-height: 35px;
            text-align: center;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            -webkit-transition: all .45s; }
            .header-s-002 .header-a-01 .content .right .qr-item .icon i {
              font-size: 20px;
              color: #fff;
              position: relative;
              z-index: 11; }
            .header-s-002 .header-a-01 .content .right .qr-item .icon:before {
              content: "";
              position: absolute;
              width: 35px;
              height: 35px;
              border-radius: 35px 35px 0px 0px;
              left: 0;
              top: 100%;
              -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              background-color: #4BA654; }
          .header-s-002 .header-a-01 .content .right .qr-item.wb {
            width: 35px;
            height: 35px;
            background-color: #EC8B85;
            border-radius: 50%; }
          .header-s-002 .header-a-01 .content .right .qr-item.dy {
            width: 35px;
            height: 35px;
            background-color: #737CDB;
            border-radius: 50%;
            line-height: 35px;
            text-align: center; }
          .header-s-002 .header-a-01 .content .right .qr-item.weixin {
            width: 35px;
            height: 35px;
            background-color: #97BF70;
            border-radius: 50%;
            line-height: 35px;
            text-align: center; }
          .header-s-002 .header-a-01 .content .right .qr-item:hover .icon:before {
            top: 0;
            -webkit-transform: scale(1.2); }
          .header-s-002 .header-a-01 .content .right .qr-item:hover .qrcode-img {
            display: block; }
        .header-s-002 .header-a-01 .content .right .search-btn {
          cursor: pointer;
          width: 35px;
          height: 35px;
          border: 1px solid #4BA654;
          border-radius: 50%;
          line-height: 35px;
          text-align: center;
          position: relative;
          overflow: hidden; }
          .header-s-002 .header-a-01 .content .right .search-btn:before {
            content: "";
            position: absolute;
            width: 35px;
            height: 35px;
            border-radius: 35px 35px 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #4BA654; }
          .header-s-002 .header-a-01 .content .right .search-btn i {
            font-size: 20px;
            color: #4BA654;
            position: relative;
            z-index: 11;
            transition: .3s;
            display: block; }
        @media (any-hover: hover) {
          .header-s-002 .header-a-01 .content .right .search-btn:hover i {
            -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
            transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
            -webkit-animation-name: jello;
            animation-name: jello;
            transform-origin: center;
            color: #fff; }
          .header-s-002 .header-a-01 .content .right .search-btn:hover:before {
            top: 0;
            -webkit-transform: scale(1.2); } }
        .header-s-002 .header-a-01 .content .right .search {
          display: none;
          height: 100vh;
          width: 100vw;
          position: fixed;
          top: 0;
          left: 0;
          background-color: rgba(0, 159, 136, 0.95);
          z-index: 2025; }
          .header-s-002 .header-a-01 .content .right .search form {
            position: relative;
            height: 100%;
            width: 100%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column; }
            .header-s-002 .header-a-01 .content .right .search form .turn-down-search {
              position: absolute;
              top: 100px;
              right: 100px; }
              .header-s-002 .header-a-01 .content .right .search form .turn-down-search i {
                color: #fff;
                font-size: 46px; }
            .header-s-002 .header-a-01 .content .right .search form h2 {
              font-size: 32px;
              color: #fff;
              font-weight: normal;
              margin-bottom: 40px; }
            .header-s-002 .header-a-01 .content .right .search form .change-wrap {
              width: 800px;
              height: 64px;
              display: flex; }
              .header-s-002 .header-a-01 .content .right .search form .change-wrap input {
                height: 64px;
                width: 800px;
                border: none;
                box-sizing: border-box;
                padding-left: 40px;
                border-radius: 0;
                border-top-left-radius: 4px;
                border-bottom-left-radius: 4px;
                font-size: 18px; }
              .header-s-002 .header-a-01 .content .right .search form .change-wrap button {
                height: 64px;
                width: 100px;
                border: none;
                border-top-right-radius: 4px;
                border-bottom-right-radius: 4px;
                background-color: #fff; }
                .header-s-002 .header-a-01 .content .right .search form .change-wrap button i {
                  color: #009F88;
                  font-size: 34px; }
  .header-s-002 .header-nav {
    width: 100%;
    height: 60px;
    position: relative; }
    .header-s-002 .header-nav .nav {
      z-index: 2000;
      height: 60px;
      background-color: #4BA654;
      position: relative;
      top: 30px;
      border-radius: 4px; }
      .header-s-002 .header-nav .nav .nav-ul {
        font-size: 0;
        display: flex;
        height: 100%;
        width: 100%;
        justify-content: space-around; }
        .header-s-002 .header-nav .nav .nav-ul > li {
          float: left;
          line-height: 60px;
          text-align: left;
          text-align-last: auto;
          -moz-text-align-last: auto;
          -webkit-text-align-last: auto;
          text-justify: auto;
          position: relative; }
          .header-s-002 .header-nav .nav .nav-ul > li > a {
            position: relative;
            display: block;
            font-size: 18px;
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            color: #fff; }
            .header-s-002 .header-nav .nav .nav-ul > li > a:after {
              content: '';
              position: absolute;
              left: 50%;
              right: 0;
              bottom: 0;
              height: 4px;
              width: 0;
              background-color: #F5A22C;
              border-radius: 6px;
              transition: all 0.3s; }
          .header-s-002 .header-nav .nav .nav-ul > li > a:hover:after {
            width: 100%;
            left: 0; }
          .header-s-002 .header-nav .nav .nav-ul > li.cur > a {
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700; }
            .header-s-002 .header-nav .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }

.subnav-s-001 {
  display: none;
  position: absolute;
  left: -57px;
  right: -57px;
  top: 58px;
  z-index: 3000;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  min-width: 180px;
  background: #fff !important;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .subnav-s-001 > .layout {
    width: 1200px;
    margin: 0 auto;
    min-height: 250px;
    position: relative;
    box-sizing: border-box; }
    .subnav-s-001 > .layout > * {
      padding: 40px 0 30px; }
  .subnav-s-001 .dropMenu {
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 20px; }
    .subnav-s-001 .dropMenu li:not(:last-child) {
      border-bottom: 1px solid #E4E4E4; }
    .subnav-s-001 .dropMenu li a {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      display: block;
      box-sizing: border-box;
      line-height: 36px;
      height: 36px;
      font-size: 15px;
      text-align: center;
      transition: none;
      color: #444; }
      .subnav-s-001 .dropMenu li a:hover {
        color: #009F88; }
  .subnav-s-001 .dropTitle {
    float: left;
    width: 10%;
    position: relative;
    height: 100%;
    letter-spacing: 0.2em; }
    .subnav-s-001 .dropTitle h1 {
      font-size: 24px;
      color: #fff;
      font-weight: normal;
      line-height: 24px; }
    .subnav-s-001 .dropTitle a {
      color: #fff; }
  .subnav-s-001 .menucontent {
    width: 560px;
    float: left;
    box-sizing: border-box;
    min-height: 215px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
    .subnav-s-001 .menucontent > div {
      line-height: 1;
      padding: 0 40px;
      margin: 0 auto;
      box-sizing: border-box;
      text-align: left; }
    .subnav-s-001 .menucontent .form-item select {
      color: #fff; }
      .subnav-s-001 .menucontent .form-item select option {
        color: #444; }
    .subnav-s-001 .menucontent .select .letter-box a {
      color: #444; }
    .subnav-s-001 .menucontent .clinic-form .select .letter-box {
      width: 382px; }
  .subnav-s-001 .menuFixed {
    position: absolute;
    top: 45px;
    right: 0;
    width: 215px;
    height: 195px;
    padding-left: 20px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between; }
    .subnav-s-001 .menuFixed a {
      width: 90px;
      height: 90px;
      background: rgba(255, 255, 255, 0.15);
      float: left;
      font-size: 14px;
      text-align: center;
      color: #fff;
      line-height: 36px;
      border-radius: 10px;
      padding-top: 10px;
      box-sizing: border-box; }
      .subnav-s-001 .menuFixed a:hover {
        color: rgba(255, 255, 255, 0.8); }
        .subnav-s-001 .menuFixed a:hover i {
          animation-name: tada;
          transform-origin: center; }
      .subnav-s-001 .menuFixed a i {
        font-size: 40px;
        line-height: 40px;
        text-align: center;
        transition: .3s;
        display: block;
        height: 40px; }
  .subnav-s-001 .subcol > h2 {
    font-size: 20px;
    padding-bottom: 20px;
    font-weight: normal;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 20px; }
    .subnav-s-001 .subcol > h2 a {
      color: #fff; }
    .subnav-s-001 .subcol > h2 a.list-more {
      float: right;
      font-size: 12px;
      line-height: 24px; }
      .subnav-s-001 .subcol > h2 a.list-more span {
        color: #FC9F04; }
  .subnav-s-001 .subcol .colpage-img {
    width: 404px; }
  .subnav-s-001 .subcol p {
    line-height: 21px;
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box !important; }
  .subnav-s-001 .subcol .more {
    display: block;
    width: 105px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    margin-top: 15px;
    border: 1px solid #fff; }
    .subnav-s-001 .subcol .more span {
      color: #FC9F04; }
    .subnav-s-001 .subcol .more:hover {
      background-color: #4BA654;
      border-color: #4BA654; }
  .subnav-s-001 .subcol .img-list {
    overflow: hidden;
    margin-right: -30px; }
    .subnav-s-001 .subcol .img-list li {
      float: left;
      width: 187px;
      box-sizing: border-box;
      margin-bottom: 20px;
      margin-right: 30px; }
      .subnav-s-001 .subcol .img-list li img {
        width: 100%;
        height: 140px;
        box-sizing: border-box;
        -webkit-transition: transform 0.3s;
        transition: transform 0.3s; }
      .subnav-s-001 .subcol .img-list li a {
        display: block;
        overflow: hidden;
        position: relative;
        color: #fff; }
        .subnav-s-001 .subcol .img-list li a:hover {
          color: #d4ebef; }
      .subnav-s-001 .subcol .img-list li span {
        box-sizing: border-box;
        width: 100%;
        line-height: 19px;
        max-height: 38px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
  .subnav-s-001 .subcol .imgtxt-list {
    margin-top: -10px; }
    .subnav-s-001 .subcol .imgtxt-list li {
      height: 28px;
      overflow: hidden; }
      .subnav-s-001 .subcol .imgtxt-list li a {
        display: inline-block;
        line-height: 28px;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #fff; }
        .subnav-s-001 .subcol .imgtxt-list li a:before {
          content: "";
          margin-right: 10px;
          display: inline-block;
          background-color: #fe9a2a;
          height: 4px;
          width: 4px;
          position: relative;
          top: -3px; }
  .subnav-s-001 .subcol .txt-list li {
    height: 22px;
    overflow: hidden;
    margin-top: 20px; }
    .subnav-s-001 .subcol .txt-list li:last-child {
      border: none; }
    .subnav-s-001 .subcol .txt-list li a {
      display: inline-block;
      line-height: 29px;
      max-width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      color: #fff; }
      .subnav-s-001 .subcol .txt-list li a:before {
        content: "";
        margin-right: 10px;
        display: inline-block;
        position: relative;
        top: -3px;
        background-color: #fe9a2a;
        height: 4px;
        width: 4px; }
  .subnav-s-001 .subcol .specialist {
    height: 192px; }
    .subnav-s-001 .subcol .specialist li a {
      height: 50px;
      line-height: 50px;
      color: #fff; }
  .subnav-s-001 .department-subnav {
    padding: 30px 20px;
    float: left;
    width: 82.84%;
    box-sizing: border-box;
    border-left: 1px solid rgba(255, 255, 255, 0.2); }
    .subnav-s-001 .department-subnav dl {
      text-align: left;
      line-height: 1;
      padding-bottom: 15px; }
      .subnav-s-001 .department-subnav dl:last-child {
        padding-bottom: 0; }
      .subnav-s-001 .department-subnav dl a {
        display: inline;
        white-space: nowrap; }
      .subnav-s-001 .department-subnav dl dt {
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        padding-bottom: 10px;
        font-size: 18px; }
        .subnav-s-001 .department-subnav dl dt span {
          display: inline-block;
          margin-right: 10px;
          padding-bottom: 8px; }
      .subnav-s-001 .department-subnav dl dd {
        text-align: justify;
        padding-top: 6px; }
        .subnav-s-001 .department-subnav dl dd a {
          line-height: 1.8;
          margin: 0 10px 0 0;
          border-bottom: 1px dashed transparent;
          transition: all .38s;
          color: #fff; }
          .subnav-s-001 .department-subnav dl dd a:hover {
            border-bottom-color: #fff; }
    .subnav-s-001 .department-subnav .tab-tit {
      overflow: hidden;
      margin-bottom: 20px;
      background-color: #b3b181; }
      .subnav-s-001 .department-subnav .tab-tit.span2 a {
        width: 50%; }
      .subnav-s-001 .department-subnav .tab-tit.span3 a {
        width: 33.33%; }
      .subnav-s-001 .department-subnav .tab-tit.span4 a {
        width: 25%; }
      .subnav-s-001 .department-subnav .tab-tit.span5 a {
        width: 20%; }
      .subnav-s-001 .department-subnav .tab-tit a {
        display: block;
        font-weight: bold;
        line-height: 38px;
        text-align: center;
        float: left;
        letter-spacing: 3px; }
        .subnav-s-001 .department-subnav .tab-tit a.cur {
          background-color: #f0efe6;
          background-color: rgba(255, 255, 255, 0.8);
          color: #a3a166; }
  .subnav-s-001 .clinic-form .form-item {
    width: 100%;
    margin-bottom: 15px; }
    .subnav-s-001 .clinic-form .form-item .form-input .select-input {
      width: 100%; }
      .subnav-s-001 .clinic-form .form-item .form-input .select-input i {
        float: right; }
    .subnav-s-001 .clinic-form .form-item .form-input .btn {
      width: 100%;
      text-align: center; }
      .subnav-s-001 .clinic-form .form-item .form-input .btn i {
        float: none; }

.subweb-header .logo-row {
  padding: 20px 0; }
  .subweb-header .logo-row .logo img {
    display: block; }
  .subweb-header .logo-row .subweb-title {
    height: 46px;
    width: 150px;
    line-height: 46px;
    display: block;
    margin-top: 9px;
    margin-left: 30px;
    position: relative;
    color: #ffffcc;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(135deg, #ff3333 0%, #ffcc00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#FFFF3333', endColorstr='#FFFFCC00'); }
    .subweb-header .logo-row .subweb-title:hover {
      background: linear-gradient(135deg, #ff0f0f 0%, #f0c000 100%); }
    .subweb-header .logo-row .subweb-title:before {
      content: '';
      display: block;
      border: 8px solid transparent;
      border-right-color: #ff3333;
      position: absolute;
      top: 18px;
      left: -16px; }
  .subweb-header .logo-row .subweb-title-simple {
    margin-top: 9px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    margin-left: 15px;
    max-width: 388px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    padding-left: 15px;
    font-size: 30px;
    border-left: 1px solid #ddd; }
  .subweb-header .logo-row .subname {
    width: 170px;
    height: 46px;
    line-height: 46px;
    margin-top: 8px; }
  .subweb-header .logo-row .search {
    position: relative;
    width: 46px;
    height: 46px;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 3;
    border-radius: 5px; }
    .subweb-header .logo-row .search .change-wrap {
      position: absolute;
      right: 0;
      top: -9px;
      padding: 9px 0;
      background-color: #fff;
      width: 46px;
      height: 46px;
      transition: width .38s;
      overflow: hidden; }
      .subweb-header .logo-row .search .change-wrap .searchtype {
        width: 78px;
        height: 46px;
        position: absolute;
        left: 0;
        top: 9px;
        z-index: 1; }
        .subweb-header .logo-row .search .change-wrap .searchtype span {
          display: block;
          line-height: 46px;
          padding: 0 15px;
          cursor: pointer; }
          .subweb-header .logo-row .search .change-wrap .searchtype span:after {
            font-family: 'iconfont';
            content: '\e610';
            margin-left: 5px;
            font-size: 14px; }
        .subweb-header .logo-row .search .change-wrap .searchtype ul {
          display: none;
          border: 1px solid #eee;
          border-top: none;
          background-color: #fff;
          line-height: 28px;
          padding-bottom: 10px;
          box-shadow: 0 0 5px rgba(107, 107, 107, 0.098); }
          .subweb-header .logo-row .search .change-wrap .searchtype ul a {
            padding-left: 15px;
            display: block; }
      .subweb-header .logo-row .search .change-wrap .keyword {
        border: 1px solid #009F88;
        height: 46px;
        width: 0;
        padding: 0 46px 0 80px;
        line-height: 46px;
        box-sizing: border-box;
        transition: width .38s;
        border-radius: 5px;
        position: absolute;
        right: 0; }
        .subweb-header .logo-row .search .change-wrap .keyword:focus {
          box-shadow: 0 0 3px 0px rgba(0, 159, 136, 0.1); }
      .subweb-header .logo-row .search .change-wrap .search-submit {
        position: absolute;
        right: 1px;
        top: 10px;
        z-index: 1;
        height: 44px;
        width: 44px;
        line-height: 44px; }
        .subweb-header .logo-row .search .change-wrap .search-submit i {
          font-size: 22px; }
        .subweb-header .logo-row .search .change-wrap .search-submit:hover {
          color: #fff;
          background-color: #009F88; }
    .subweb-header .logo-row .search.open {
      overflow: visible; }
      .subweb-header .logo-row .search.open .change-wrap {
        width: 575px;
        overflow: visible; }
        .subweb-header .logo-row .search.open .change-wrap .keyword {
          width: 575px; }
      .subweb-header .logo-row .search.open .virtual-button {
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 0; }
    .subweb-header .logo-row .search .virtual-button {
      height: 46px;
      width: 46px;
      line-height: 46px;
      color: #fff;
      font-weight: bold;
      border-radius: 5px;
      position: relative;
      z-index: 1;
      background-color: #999;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
      .subweb-header .logo-row .search .virtual-button i {
        font-size: 22px; }
      .subweb-header .logo-row .search .virtual-button:hover {
        background-color: #009F88; }
  .subweb-header .logo-row .gohome-bar {
    height: 46px;
    line-height: 46px;
    width: 119px;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #999; }
    .subweb-header .logo-row .gohome-bar:hover {
      color: #fff;
      background-color: #009F88; }
      .subweb-header .logo-row .gohome-bar:hover i {
        color: #fff; }
    .subweb-header .logo-row .gohome-bar i {
      margin-right: 4px;
      color: #e6e5e5; }
.subweb-header .subweb-nav {
  height: 60px;
  line-height: 60px;
  background-color: #c50c11;
  position: relative;
  z-index: 2; }
  .subweb-header .subweb-nav .subweb-nav-ul {
    font-size: 0; }
    .subweb-header .subweb-nav .subweb-nav-ul > li {
      display: inline-block; }
      .subweb-header .subweb-nav .subweb-nav-ul > li + li {
        margin-left: 52px; }
      .subweb-header .subweb-nav .subweb-nav-ul > li > a {
        color: #fff;
        font-size: 16px;
        display: block; }
        .subweb-header .subweb-nav .subweb-nav-ul > li > a:hover {
          position: relative; }
          .subweb-header .subweb-nav .subweb-nav-ul > li > a:hover:after {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 5px;
            background-color: #ffff00; }
      .subweb-header .subweb-nav .subweb-nav-ul > li.cur {
        font-weight: bold; }
        .subweb-header .subweb-nav .subweb-nav-ul > li.cur > a {
          position: relative; }
          .subweb-header .subweb-nav .subweb-nav-ul > li.cur > a:after {
            content: '';
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            height: 5px;
            background-color: #ffff00; }
      .subweb-header .subweb-nav .subweb-nav-ul > li:hover .hover-menu-wrap {
        animation: popFadeIn .5s;
        display: block; }
  .subweb-header .subweb-nav .hover-menu-wrap {
    position: absolute;
    width: 120px;
    left: 50%;
    right: 0;
    top: 60px;
    margin-left: -60px;
    z-index: 3;
    display: none;
    overflow: hidden;
    padding-top: 15px; }
    .subweb-header .subweb-nav .hover-menu-wrap:before {
      content: "◆";
      font-family: "simsun";
      font-size: 20px;
      line-height: 0;
      position: absolute;
      top: 15px;
      left: 50%;
      margin-left: -10px;
      color: #fff;
      box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }
    .subweb-header .subweb-nav .hover-menu-wrap .hover-menu {
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #fff;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
    .subweb-header .subweb-nav .hover-menu-wrap a {
      display: block;
      font-size: 15px;
      text-align: center;
      line-height: 22px;
      padding: 8px 0; }
      .subweb-header .subweb-nav .hover-menu-wrap a:hover {
        background-color: rgba(207, 157, 75, 0.085); }

.party-red .header-s-005 .nav {
  background: linear-gradient(269.9214696496deg, #C20000 0%, #E55A03 58%, #C20000 100%); }
.party-red .second-nav-wrap .second-nav-list {
  background-color: #ad1d1d; }
.party-red .inner-list-item .inner-list-tit a.fl:after {
  background-color: #c30300; }
.party-red .themecolor {
  color: #c30300 !important; }
.party-red .inner-list-item .inner-list-tit a.more:after {
  color: #c30300 !important; }
.party-red .channel-text-date .card-list li:hover, .party-red .channel-text-nodate .card-list li:hover, .party-red .channel-image-date .card-list li:hover {
  border-color: #c30300 !important;
  box-shadow: 0 10px 30px rgba(195, 3, 0, 0.2); }
.party-red .channel-news .text-news-wrap li .text-news-item .text-news-mark b {
  color: #c30300; }
.party-red .inner-list-item .inner-list-tit .tab-tit a.cur:after {
  background-color: #c30300; }
.party-red .clinic-form .form-item .form-input .btn {
  background-color: #ff8400; }

/* * * * * * * PC中文版 * * * * * * * * */
/* 用slick写的首页大图轮播 */
.banner-s-001 {
  position: relative;
  height: 700px; }
  .banner-s-001 .index-banner-s-001 {
    min-width: 1300px;
    height: 700px;
    background-color: #ede1ca;
    overflow: hidden; }
    .banner-s-001 .index-banner-s-001 .background-img {
      width: 100%;
      min-width: 1300px;
      height: 700px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
        position: relative;
        display: block;
        width: 100%;
        min-width: 1300px;
        height: 700px; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 1200px;
          height: 700px;
          margin: auto; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
            display: block;
            opacity: 0;
            width: 1200px;
            height: 700px;
            margin-left: -100px;
            transition: all 1s;
            -webkit-transition: all 1s;
            -moz-transition: all 1s;
            -o-transition: all 1s; }
      .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
        opacity: 1;
        margin-left: 0; }
    .banner-s-001 .index-banner-s-001 .slick-dots {
      width: 1200px;
      left: 50%;
      bottom: 115px;
      z-index: 20;
      font-size: 0;
      text-align: right;
      margin-left: -600px;
      height: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots li {
        height: 15px;
        width: 15px;
        border-radius: 50%;
        background-color: #fff; }
      .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
        width: 50px;
        height: 15px;
        background-color: #efc512;
        border-radius: 25px; }
  .banner-s-001 .slick-arrow-wrap {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    height: 0; }
    .banner-s-001 .slick-arrow-wrap .layout {
      position: relative;
      max-width: 1200px;
      min-width: 1200px;
      width: 1200px;
      height: 0;
      margin-left: auto;
      margin-right: auto; }
      .banner-s-001 .slick-arrow-wrap .layout .prev,
      .banner-s-001 .slick-arrow-wrap .layout .next {
        position: absolute;
        top: 238px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        background-color: rgba(0, 0, 0, 0.2);
        font-size: 20px;
        color: rgba(255, 255, 255, 0.5);
        text-align: center;
        cursor: pointer;
        border-radius: 50%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Chrome/Safari/Opera */
        -khtml-user-select: none;
        /* Konqueror */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently not supported by any browser */
        background-color: #000 \9;
        opacity: 0.15 \9;
        filter: alpha(opacity=15); }
        .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
        .banner-s-001 .slick-arrow-wrap .layout .next:hover {
          background-color: rgba(0, 0, 0, 0.5); }
      .banner-s-001 .slick-arrow-wrap .layout .prev {
        left: -80px; }
      .banner-s-001 .slick-arrow-wrap .layout .next {
        right: -80px; }

/* 根据显示器高度width改变banner高度 */
@media (max-width: 1680px) {
  .banner-s-001 {
    position: relative;
    height: 612.5px; }
    .banner-s-001 .index-banner-s-001 {
      min-width: 1300px;
      height: 612.5px;
      background-color: #ede1ca;
      overflow: hidden; }
      .banner-s-001 .index-banner-s-001 .background-img {
        width: 100%;
        min-width: 1300px;
        height: 612.5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
          position: relative;
          display: block;
          width: 100%;
          min-width: 1300px;
          height: 612.5px; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 1200px;
            height: 612.5px;
            margin: auto; }
            .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
              display: block;
              opacity: 0;
              width: 1200px;
              height: 612.5px;
              margin-left: -100px;
              transition: all 1s;
              -webkit-transition: all 1s;
              -moz-transition: all 1s;
              -o-transition: all 1s; }
        .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
          opacity: 1;
          margin-left: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 115px;
        z-index: 20;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 0; }
        .banner-s-001 .index-banner-s-001 .slick-dots li {
          width: 50px;
          height: 10px;
          border-radius: 2px;
          border: 0px solid #fff;
          vertical-align: top;
          background-color: #fff; }
          .banner-s-001 .index-banner-s-001 .slick-dots li + li {
            margin-left: 5px; }
          .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
            width: 50px;
            height: 10px;
            background-color: #ffc258; }
    .banner-s-001 .slick-arrow-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      height: 0; }
      .banner-s-001 .slick-arrow-wrap .layout {
        position: relative;
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
        height: 0;
        margin-left: auto;
        margin-right: auto; }
        .banner-s-001 .slick-arrow-wrap .layout .prev,
        .banner-s-001 .slick-arrow-wrap .layout .next {
          display: none;
          position: absolute;
          top: 238px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */
          background-color: #000 \9;
          opacity: 0.15 \9;
          filter: alpha(opacity=15); }
          .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
          .banner-s-001 .slick-arrow-wrap .layout .next:hover {
            background-color: #009F88; }
        .banner-s-001 .slick-arrow-wrap .layout .prev {
          left: 0px; }
        .banner-s-001 .slick-arrow-wrap .layout .next {
          right: 0px; } }
@media (max-width: 1600px) {
  .banner-s-001 {
    position: relative;
    height: 583.3333333333px; }
    .banner-s-001 .index-banner-s-001 {
      min-width: 1300px;
      height: 583.3333333333px;
      background-color: #ede1ca;
      overflow: hidden; }
      .banner-s-001 .index-banner-s-001 .background-img {
        width: 100%;
        min-width: 1300px;
        height: 583.3333333333px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
          position: relative;
          display: block;
          width: 100%;
          min-width: 1300px;
          height: 583.3333333333px; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 1200px;
            height: 583.3333333333px;
            margin: auto; }
            .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
              display: block;
              opacity: 0;
              width: 1200px;
              height: 583.3333333333px;
              margin-left: -100px;
              transition: all 1s;
              -webkit-transition: all 1s;
              -moz-transition: all 1s;
              -o-transition: all 1s; }
        .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
          opacity: 1;
          margin-left: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 115px;
        z-index: 20;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 0; }
        .banner-s-001 .index-banner-s-001 .slick-dots li {
          width: 50px;
          height: 10px;
          border-radius: 2px;
          border: 0px solid #fff;
          vertical-align: top;
          background-color: #fff; }
          .banner-s-001 .index-banner-s-001 .slick-dots li + li {
            margin-left: 5px; }
          .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
            width: 50px;
            height: 10px;
            background-color: #ffc258; }
    .banner-s-001 .slick-arrow-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      height: 0; }
      .banner-s-001 .slick-arrow-wrap .layout {
        position: relative;
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
        height: 0;
        margin-left: auto;
        margin-right: auto; }
        .banner-s-001 .slick-arrow-wrap .layout .prev,
        .banner-s-001 .slick-arrow-wrap .layout .next {
          display: none;
          position: absolute;
          top: 238px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */
          background-color: #000 \9;
          opacity: 0.15 \9;
          filter: alpha(opacity=15); }
          .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
          .banner-s-001 .slick-arrow-wrap .layout .next:hover {
            background-color: #009F88; }
        .banner-s-001 .slick-arrow-wrap .layout .prev {
          left: 0px; }
        .banner-s-001 .slick-arrow-wrap .layout .next {
          right: 0px; } }
@media (max-width: 1440px) {
  .banner-s-001 {
    position: relative;
    height: 525px; }
    .banner-s-001 .index-banner-s-001 {
      min-width: 1300px;
      height: 525px;
      background-color: #ede1ca;
      overflow: hidden; }
      .banner-s-001 .index-banner-s-001 .background-img {
        width: 100%;
        min-width: 1300px;
        height: 525px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
          position: relative;
          display: block;
          width: 100%;
          min-width: 1300px;
          height: 525px; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 1200px;
            height: 525px;
            margin: auto; }
            .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
              display: block;
              opacity: 0;
              width: 1200px;
              height: 525px;
              margin-left: -100px;
              transition: all 1s;
              -webkit-transition: all 1s;
              -moz-transition: all 1s;
              -o-transition: all 1s; }
        .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
          opacity: 1;
          margin-left: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 115px;
        z-index: 20;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 0; }
        .banner-s-001 .index-banner-s-001 .slick-dots li {
          width: 50px;
          height: 10px;
          border-radius: 2px;
          border: 0px solid #fff;
          vertical-align: top;
          background-color: #fff; }
          .banner-s-001 .index-banner-s-001 .slick-dots li + li {
            margin-left: 5px; }
          .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
            width: 50px;
            height: 10px;
            background-color: #ffc258; }
    .banner-s-001 .slick-arrow-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      height: 0; }
      .banner-s-001 .slick-arrow-wrap .layout {
        position: relative;
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
        height: 0;
        margin-left: auto;
        margin-right: auto; }
        .banner-s-001 .slick-arrow-wrap .layout .prev,
        .banner-s-001 .slick-arrow-wrap .layout .next {
          display: none;
          position: absolute;
          top: 238px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */
          background-color: #000 \9;
          opacity: 0.15 \9;
          filter: alpha(opacity=15); }
          .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
          .banner-s-001 .slick-arrow-wrap .layout .next:hover {
            background-color: #009F88; }
        .banner-s-001 .slick-arrow-wrap .layout .prev {
          left: 0px; }
        .banner-s-001 .slick-arrow-wrap .layout .next {
          right: 0px; } }
@media (max-width: 1366px) {
  .banner-s-001 {
    position: relative;
    height: 498.0208333333px; }
    .banner-s-001 .index-banner-s-001 {
      min-width: 1300px;
      height: 498.0208333333px;
      background-color: #ede1ca;
      overflow: hidden; }
      .banner-s-001 .index-banner-s-001 .background-img {
        width: 100%;
        min-width: 1300px;
        height: 498.0208333333px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
          position: relative;
          display: block;
          width: 100%;
          min-width: 1300px;
          height: 498.0208333333px; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 1200px;
            height: 498.0208333333px;
            margin: auto; }
            .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
              display: block;
              opacity: 0;
              width: 1200px;
              height: 498.0208333333px;
              margin-left: -100px;
              transition: all 1s;
              -webkit-transition: all 1s;
              -moz-transition: all 1s;
              -o-transition: all 1s; }
        .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
          opacity: 1;
          margin-left: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 115px;
        z-index: 20;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 0; }
        .banner-s-001 .index-banner-s-001 .slick-dots li {
          width: 50px;
          height: 10px;
          border-radius: 2px;
          border: 0px solid #fff;
          vertical-align: top;
          background-color: #fff; }
          .banner-s-001 .index-banner-s-001 .slick-dots li + li {
            margin-left: 5px; }
          .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
            width: 50px;
            height: 10px;
            background-color: #ffc258; }
    .banner-s-001 .slick-arrow-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      height: 0; }
      .banner-s-001 .slick-arrow-wrap .layout {
        position: relative;
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
        height: 0;
        margin-left: auto;
        margin-right: auto; }
        .banner-s-001 .slick-arrow-wrap .layout .prev,
        .banner-s-001 .slick-arrow-wrap .layout .next {
          display: none;
          position: absolute;
          top: 238px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */
          background-color: #000 \9;
          opacity: 0.15 \9;
          filter: alpha(opacity=15); }
          .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
          .banner-s-001 .slick-arrow-wrap .layout .next:hover {
            background-color: #009F88; }
        .banner-s-001 .slick-arrow-wrap .layout .prev {
          left: 0px; }
        .banner-s-001 .slick-arrow-wrap .layout .next {
          right: 0px; } }
@media (max-width: 1280px) {
  .banner-s-001 {
    position: relative;
    height: 440.4166666667px; }
    .banner-s-001 .index-banner-s-001 {
      min-width: 1300px;
      height: 440.4166666667px;
      background-color: #ede1ca;
      overflow: hidden; }
      .banner-s-001 .index-banner-s-001 .background-img {
        width: 100%;
        min-width: 1300px;
        height: 440.4166666667px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
          position: relative;
          display: block;
          width: 100%;
          min-width: 1300px;
          height: 440.4166666667px; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 1200px;
            height: 440.4166666667px;
            margin: auto; }
            .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
              display: block;
              opacity: 0;
              width: 1200px;
              height: 440.4166666667px;
              margin-left: -100px;
              transition: all 1s;
              -webkit-transition: all 1s;
              -moz-transition: all 1s;
              -o-transition: all 1s; }
        .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
          opacity: 1;
          margin-left: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 115px;
        z-index: 20;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 0; }
        .banner-s-001 .index-banner-s-001 .slick-dots li {
          width: 50px;
          height: 10px;
          border-radius: 2px;
          border: 0px solid #fff;
          vertical-align: top;
          background-color: #fff; }
          .banner-s-001 .index-banner-s-001 .slick-dots li + li {
            margin-left: 5px; }
          .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
            width: 50px;
            height: 10px;
            background-color: #ffc258; }
    .banner-s-001 .slick-arrow-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      height: 0; }
      .banner-s-001 .slick-arrow-wrap .layout {
        position: relative;
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
        height: 0;
        margin-left: auto;
        margin-right: auto; }
        .banner-s-001 .slick-arrow-wrap .layout .prev,
        .banner-s-001 .slick-arrow-wrap .layout .next {
          display: none;
          position: absolute;
          top: 238px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */
          background-color: #000 \9;
          opacity: 0.15 \9;
          filter: alpha(opacity=15); }
          .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
          .banner-s-001 .slick-arrow-wrap .layout .next:hover {
            background-color: #009F88; }
        .banner-s-001 .slick-arrow-wrap .layout .prev {
          left: 0px; }
        .banner-s-001 .slick-arrow-wrap .layout .next {
          right: 0px; } }
@media (max-width: 1200px) {
  .banner-s-001 {
    position: relative;
    height: 437.5px; }
    .banner-s-001 .index-banner-s-001 {
      min-width: 1300px;
      height: 437.5px;
      background-color: #ede1ca;
      overflow: hidden; }
      .banner-s-001 .index-banner-s-001 .background-img {
        width: 100%;
        min-width: 1300px;
        height: 437.5px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .banner-s-001 .index-banner-s-001 .background-img a.banner-link {
          position: relative;
          display: block;
          width: 100%;
          min-width: 1300px;
          height: 437.5px; }
          .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 1200px;
            height: 437.5px;
            margin: auto; }
            .banner-s-001 .index-banner-s-001 .background-img a.banner-link .foreground-picture img {
              display: block;
              opacity: 0;
              width: 1200px;
              height: 437.5px;
              margin-left: -100px;
              transition: all 1s;
              -webkit-transition: all 1s;
              -moz-transition: all 1s;
              -o-transition: all 1s; }
        .banner-s-001 .index-banner-s-001 .background-img.slick-active a.banner-link .foreground-picture img {
          opacity: 1;
          margin-left: 0; }
      .banner-s-001 .index-banner-s-001 .slick-dots {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 115px;
        z-index: 20;
        margin: auto;
        padding: 0;
        text-align: center;
        font-size: 0; }
        .banner-s-001 .index-banner-s-001 .slick-dots li {
          width: 50px;
          height: 10px;
          border-radius: 2px;
          border: 0px solid #fff;
          vertical-align: top;
          background-color: #fff; }
          .banner-s-001 .index-banner-s-001 .slick-dots li + li {
            margin-left: 5px; }
          .banner-s-001 .index-banner-s-001 .slick-dots li.slick-active {
            width: 50px;
            height: 10px;
            background-color: #ffc258; }
    .banner-s-001 .slick-arrow-wrap {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      margin: auto;
      height: 0; }
      .banner-s-001 .slick-arrow-wrap .layout {
        position: relative;
        max-width: 1200px;
        min-width: 1200px;
        width: 1200px;
        height: 0;
        margin-left: auto;
        margin-right: auto; }
        .banner-s-001 .slick-arrow-wrap .layout .prev,
        .banner-s-001 .slick-arrow-wrap .layout .next {
          display: none;
          position: absolute;
          top: 238px;
          width: 30px;
          height: 30px;
          line-height: 30px;
          background-color: rgba(0, 0, 0, 0.15);
          font-size: 20px;
          color: rgba(255, 255, 255, 0.5);
          text-align: center;
          cursor: pointer;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */
          background-color: #000 \9;
          opacity: 0.15 \9;
          filter: alpha(opacity=15); }
          .banner-s-001 .slick-arrow-wrap .layout .prev:hover,
          .banner-s-001 .slick-arrow-wrap .layout .next:hover {
            background-color: #009F88; }
        .banner-s-001 .slick-arrow-wrap .layout .prev {
          left: 0px; }
        .banner-s-001 .slick-arrow-wrap .layout .next {
          right: 0px; } }
h2.tit-left {
  position: relative;
  height: 60px;
  font-weight: normal; }
  h2.tit-left a.fl span,
  h2.tit-left a.fl u {
    display: block;
    line-height: 1; }
  h2.tit-left a.fl span {
    font-size: 40px; }
  h2.tit-left a.fl u {
    position: absolute;
    font-size: 40px;
    color: rgba(0, 0, 0, 0.1); }
  h2.tit-left a.fl:hover {
    color: #81c781; }
  h2.tit-left .tab-tit a {
    position: relative;
    float: left;
    display: block;
    line-height: 1;
    font-size: 40px;
    margin-right: 20px; }
    h2.tit-left .tab-tit a.cur {
      font-weight: bold;
      color: #009F88; }
      h2.tit-left .tab-tit a.cur::after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        bottom: -16px;
        width: 40px;
        height: 4px;
        background-color: #e8ded2; }
    h2.tit-left .tab-tit a + a {
      margin-left: 20px; }
      h2.tit-left .tab-tit a + a::before {
        content: '';
        display: block;
        position: absolute;
        left: -25px;
        top: 15px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: #ccb378; }
  h2.tit-left a.more {
    width: 110px;
    height: 32px;
    line-height: 30px;
    border: 1px solid #882f33;
    text-align: center;
    color: #009F88;
    font-size: 16px;
    border-radius: 4px; }
    h2.tit-left a.more i {
      font-size: 19px;
      color: #FDCA7A;
      vertical-align: top; }
    h2.tit-left a.more:hover {
      background-color: #009F88;
      border-color: #009F88;
      color: #fff; }

a.home-more {
  font-family: 'Arial Normal', 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 30px; }
  a.home-more i {
    color: #167DC8;
    padding-left: 8px; }

h2.left-tit-width-entit {
  width: 1200px;
  margin: 0 auto;
  height: 60px;
  font-weight: normal; }
  h2.left-tit-width-entit a.fl {
    position: relative;
    font-size: 40px;
    line-height: 1;
    color: #fff; }
    h2.left-tit-width-entit a.fl u {
      font-size: 24px;
      display: block;
      color: #A29B88;
      font-family: "Arial Normal", "Arial"; }
  h2.left-tit-width-entit a.more {
    display: block;
    padding: 0 10px;
    line-height: 30px;
    border: 1px solid #009F88;
    border-radius: 4px;
    color: #009F88;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    h2.left-tit-width-entit a.more i,
    h2.left-tit-width-entit a.more u {
      display: inline-block;
      vertical-align: top; }
    h2.left-tit-width-entit a.more i {
      margin-right: 5px;
      line-height: 27px; }
    h2.left-tit-width-entit a.more u {
      font-size: 16px; }
    h2.left-tit-width-entit a.more:hover {
      color: #fff;
      background-color: #882f33;
      border-color: #882f33; }

.index-content-box {
  width: 100%; }

h2.center-tit-width-entit {
  height: 60px;
  font-weight: normal;
  text-align: center;
  display: grid; }
  h2.center-tit-width-entit a {
    display: inline-block;
    font-size: 40px;
    line-height: 1; }
    h2.center-tit-width-entit a u {
      display: block;
      color: #ecded6;
      font-size: 24px;
      font-family: "Arial Normal", "Arial"; }

.home-service-wrap {
  position: relative;
  margin-top: -130px; }
  .home-service-wrap .clinic-form .search-url-format .form-item {
    margin-right: 20px; }
    .home-service-wrap .clinic-form .search-url-format .form-item .btn {
      background-color: #F09771; }

.home-service-wrap .clinic-form-bg {
  background: rgba(37, 151, 79, 0.9);
  height: 180px;
  width: 441px;
  border-radius: 10px; }

.home-service-wrap .clinic-form {
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  left: 30px;
  z-index: 3; }

.home-service-wrap .home-service {
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 1170px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 140px;
  padding: 31px 0 38px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(107, 107, 107, 0.1); }

.home-service-wrap .home-service li {
  float: left;
  width: 11.11%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative; }
  .home-service-wrap .home-service li + li:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 50px;
    margin-top: -25px;
    background-color: #F2F2F2; }

.home-service-wrap .home-service li a {
  display: block;
  text-align: center;
  position: relative;
  height: 69px; }

.home-service-wrap .home-service li a i {
  position: relative;
  z-index: 1;
  display: block;
  height: 33px;
  line-height: 33px;
  font-size: 33px;
  text-align: center;
  color: #3D8C5C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-clip: text;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -o-background-clip: text; }

.home-service-wrap .home-service li a span {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  line-height: 1;
  font-size: 15px; }

.home-service-wrap .home-service li a:hover {
  color: #3D8C5C; }

.home-service-wrap .home-service li a:hover i {
  font-size: 40px; }

.img-container {
  margin-top: 82px; }
  .img-container a {
    display: inline-block;
    width: 100%;
    height: 106px; }
    .img-container a img {
      width: 100%;
      height: 100%; }
    .img-container a + a {
      margin-top: 20px; }

h1.left-tit-tab {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding-left: 40px; }
  h1.left-tit-tab .left-tit {
    display: flex; }
    h1.left-tit-tab .left-tit a {
      display: block;
      font-size: 32px;
      line-height: 32px;
      color: rgba(51, 51, 51, 0.4);
      position: relative; }
      h1.left-tit-tab .left-tit a + a {
        margin-left: 20px; }
      h1.left-tit-tab .left-tit a.cur {
        color: #333; }
        h1.left-tit-tab .left-tit a.cur:after {
          content: '';
          display: block;
          width: 88px;
          height: 4px;
          position: absolute;
          bottom: -14px;
          left: 50%;
          margin-left: -44px;
          background-color: #009F88; }
  h1.left-tit-tab a.more {
    color: #0C977A;
    font-size: 18px;
    line-height: 18px; }
    h1.left-tit-tab a.more i {
      color: #0C977A;
      font-size: 13px;
      margin-left: 5px; }

.hos-news {
  margin-top: 60px; }
  .hos-news .inner-news {
    margin-top: 44px;
    min-height: 448px; }
    .hos-news .inner-news .time {
      width: 79px;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      color: #fff;
      background-color: #0C977A; }
      .hos-news .inner-news .time .day {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px; }
      .hos-news .inner-news .time .year {
        font-size: 14px;
        line-height: 14px; }
    .hos-news .inner-news .img-list {
      display: flex; }
      .hos-news .inner-news .img-list .img-item {
        display: block;
        width: 378px;
        height: 214px;
        overflow: hidden;
        position: relative; }
        .hos-news .inner-news .img-list .img-item img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .hos-news .inner-news .img-list .img-item .info {
          position: absolute;
          bottom: 0;
          height: 71px;
          display: flex; }
          .hos-news .inner-news .img-list .img-item .info .news-tit {
            height: 100%;
            width: 299px;
            background-color: rgba(0, 0, 0, 0.4);
            box-sizing: border-box;
            padding: 10px 10px; }
            .hos-news .inner-news .img-list .img-item .info .news-tit p {
              font-size: 16px;
              line-height: 28px;
              max-height: 56px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box !important;
              color: #fff;
              margin: 0; }
        .hos-news .inner-news .img-list .img-item:hover img {
          transform: scale(1.1); }
        .hos-news .inner-news .img-list .img-item + .img-item {
          margin-left: 32px; }
    .hos-news .inner-news .news-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -28px;
      margin-top: 60px; }
      .hos-news .inner-news .news-list .news-item {
        margin-right: 28px;
        width: 381px;
        height: 48px;
        display: flex;
        position: relative; }
        .hos-news .inner-news .news-list .news-item:nth-child(-n+3) {
          margin-bottom: 60px; }
        .hos-news .inner-news .news-list .news-item:before {
          content: "";
          display: block;
          width: 1px;
          height: 60px;
          background-color: #D7D7D7;
          position: absolute;
          left: -16px;
          top: 50%;
          margin-top: -30px; }
        .hos-news .inner-news .news-list .news-item:nth-child(3n+1):before {
          display: none; }
        .hos-news .inner-news .news-list .news-item .time {
          width: auto;
          background-color: transparent;
          color: #0C977A;
          margin-right: 30px; }
          .hos-news .inner-news .news-list .news-item .time .day {
            font-size: 30px;
            line-height: 30px;
            margin-bottom: 2px; }
          .hos-news .inner-news .news-list .news-item .time .year {
            line-height: 16px; }
        .hos-news .inner-news .news-list .news-item p {
          height: 100%;
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          color: #333333; }
        .hos-news .inner-news .news-list .news-item:hover p {
          color: #0C977A; }
  .hos-news .inner-news.hos-news-list {
    display: flex;
    justify-content: space-between; }
    .hos-news .inner-news.hos-news-list .news-time {
      font-size: 14px;
      line-height: 14px;
      color: #009F88; }
    .hos-news .inner-news.hos-news-list .left-img {
      display: flex;
      justify-content: space-between;
      width: 790px; }
      .hos-news .inner-news.hos-news-list .left-img .img-item {
        width: 380px;
        height: 400px;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .hos-news .inner-news.hos-news-list .left-img .img-item a.img {
          display: block;
          width: 100%;
          height: 214px;
          overflow: hidden; }
          .hos-news .inner-news.hos-news-list .left-img .img-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 1s; }
          .hos-news .inner-news.hos-news-list .left-img .img-item a.img:hover img {
            transform: scale(1.1); }
        .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info {
          width: 100%;
          height: 186px;
          box-sizing: border-box;
          padding: 20px;
          position: relative; }
          .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info p {
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            height: 54px; }
            .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info p a {
              color: #333; }
              .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info p a:hover {
                color: #B0CE3A; }
@keyframes toShow {
  0% {
    opacity: 0;
    transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
          .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info a.more {
            position: absolute;
            right: 20px;
            bottom: 20px;
            display: block;
            width: 98px;
            overflow: hidden; }
            .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info a.more i {
              display: inline-block;
              font-size: 21px;
              line-height: 21px;
              vertical-align: middle;
              margin-right: 10px;
              color: #F59A23; }
            .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info a.more span {
              font-size: 14px;
              color: #7f7f7f; }
            .hos-news .inner-news.hos-news-list .left-img .img-item .bottom-info a.more:hover i {
              animation: toShow 0.8s; }
    .hos-news .inner-news.hos-news-list .right-news-list {
      width: 379px; }
      .hos-news .inner-news.hos-news-list .right-news-list li {
        margin-bottom: 18px;
        font-size: 0; }
        .hos-news .inner-news.hos-news-list .right-news-list li a {
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          color: #333;
          margin-bottom: 4px;
          height: 48px; }
          .hos-news .inner-news.hos-news-list .right-news-list li a:hover {
            color: #0C977A; }
  .hos-news .inner-news.video .img-list {
    margin-right: -32px;
    display: flex;
    flex-wrap: wrap; }
    .hos-news .inner-news.video .img-list .img-item {
      margin-right: 32px;
      margin-left: 0;
      flex-shrink: 0;
      position: relative; }
      .hos-news .inner-news.video .img-list .img-item i {
        color: rgba(205, 205, 205, 0.5);
        font-size: 56px;
        line-height: 56px;
        position: absolute;
        left: 161px;
        top: 79px; }
      .hos-news .inner-news.video .img-list .img-item .info {
        z-index: 11; }
      .hos-news .inner-news.video .img-list .img-item:nth-child(-n+3) {
        margin-bottom: 20px; }
      .hos-news .inner-news.video .img-list .img-item:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        top: 0;
        left: 0; }
      .hos-news .inner-news.video .img-list .img-item:hover .time {
        background: #D49A61; }
      .hos-news .inner-news.video .img-list .img-item:hover:after {
        display: none; }
  .hos-news .inner-news.media .news-list {
    display: block;
    margin-right: 0;
    margin-top: 0; }
    .hos-news .inner-news.media .news-list .news-item {
      width: auto;
      align-items: center;
      height: 52px;
      margin-bottom: 14px;
      margin-right: 0; }
      .hos-news .inner-news.media .news-list .news-item:before {
        display: none; }
      .hos-news .inner-news.media .news-list .news-item .time {
        margin-right: 22px; }
        .hos-news .inner-news.media .news-list .news-item .time .day {
          margin-bottom: 5px; }
      .hos-news .inner-news.media .news-list .news-item p {
        font-size: 16px;
        line-height: 24px;
        max-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        flex: 1; }
      .hos-news .inner-news.media .news-list .news-item i {
        font-size: 13px;
        color: #AAAAAA; }
      .hos-news .inner-news.media .news-list .news-item:hover i {
        color: #B0CE3A; }

h2.center-tit {
  text-align: center;
  font-weight: normal; }
  h2.center-tit.white a.tit {
    color: #fff; }
    h2.center-tit.white a.tit:after {
      background-color: #fff; }
  h2.center-tit a.tit {
    font-size: 32px;
    line-height: 32px;
    color: #333;
    position: relative; }
    h2.center-tit a.tit:after {
      content: '';
      display: block;
      width: 88px;
      height: 4px;
      position: absolute;
      bottom: -14px;
      left: 50%;
      margin-left: -44px;
      background-color: #009F88; }

a.center-more {
  display: block;
  position: relative;
  left: 50%;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  margin-left: -70px;
  margin-top: 40px; }
  a.center-more:hover {
    background-color: #fff;
    color: #009F88; }

.hos-video {
  margin-top: 60px;
  overflow: hidden;
  padding: 60px 0 80px;
  background-color: rgba(181, 181, 181, 0.2); }
  .hos-video .inner-video {
    margin: 40px -12px 0; }
    .hos-video .inner-video .video-item {
      width: 280px;
      height: 295px;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      margin: 0 12px 4px; }
      .hos-video .inner-video .video-item .img {
        display: block;
        width: 100%;
        height: 210px;
        position: relative;
        overflow: hidden; }
        .hos-video .inner-video .video-item .img:hover img {
          transform: scale(1.1); }
        .hos-video .inner-video .video-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .hos-video .inner-video .video-item .img i {
          font-size: 37px;
          line-height: 37px;
          color: #fff;
          position: absolute;
          right: 20px;
          bottom: 20px; }
      .hos-video .inner-video .video-item .bottom-info {
        width: 100%;
        height: 85px;
        box-sizing: border-box;
        padding: 17px 25px; }
        .hos-video .inner-video .video-item .bottom-info a {
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          color: #333333; }
          .hos-video .inner-video .video-item .bottom-info a:hover {
            color: #0C977A; }
    .hos-video .inner-video .slick-arrow {
      position: absolute;
      width: 30px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 4px;
      background-color: rgba(0, 159, 136, 0.9);
      color: #fff;
      top: 50%;
      margin-top: -30px;
      font-size: 30px;
      cursor: pointer; }
      .hos-video .inner-video .slick-arrow.prev {
        left: -55px; }
      .hos-video .inner-video .slick-arrow.next {
        right: -55px; }
    .hos-video .inner-video .slick-dots {
      bottom: -45px; }
      .hos-video .inner-video .slick-dots li {
        background-color: #8E8E8E; }
        .hos-video .inner-video .slick-dots li.slick-active {
          background-color: #EE8F66; }

.hos-notice {
  margin-top: 60px; }
  .hos-notice h1.left-tit-tab .left-tit a + a {
    margin-left: 30px; }
  .hos-notice .tab-pannel {
    margin-top: 44px; }
    .hos-notice .tab-pannel ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .hos-notice .tab-pannel ul li {
        width: 580px;
        height: 100px;
        box-shadow: 0 0 3px rgba(155, 155, 155, 0.35);
        margin-bottom: 10px; }
        .hos-notice .tab-pannel ul li a {
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 14px 31px 0 21px; }
          .hos-notice .tab-pannel ul li a span {
            font-size: 14px;
            line-height: 14px;
            color: rgba(51, 51, 51, 0.6); }
          .hos-notice .tab-pannel ul li a p {
            font-size: 16px;
            font-family: 微软雅黑, sans-serif;
            font-weight: 400;
            font-style: normal;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            margin: 10px 0 0; }
        .hos-notice .tab-pannel ul li:hover {
          background-color: #fff;
          box-shadow: 0 0 10px rgba(155, 155, 155, 0.35); }
          .hos-notice .tab-pannel ul li:hover span {
            color: rgba(12, 151, 122, 0.6); }
          .hos-notice .tab-pannel ul li:hover p {
            color: #0C977A; }

.hos-notice002 {
  margin-top: 60px; }
  .hos-notice002 .inner-notice {
    display: flex;
    justify-content: space-between; }
    .hos-notice002 .inner-notice .notice-item {
      width: 40%;
      height: 415px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      transition: all 0.5s; }
      .hos-notice002 .inner-notice .notice-item ul {
        width: 100%;
        height: 347px;
        padding: 0 30px;
        box-sizing: border-box; }
        .hos-notice002 .inner-notice .notice-item ul li {
          height: 20%;
          border-bottom: 1px solid #efefef;
          box-sizing: border-box; }
          .hos-notice002 .inner-notice .notice-item ul li a {
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .hos-notice002 .inner-notice .notice-item ul li a:hover p {
              color: #009F88; }
          .hos-notice002 .inner-notice .notice-item ul li p {
            font-size: 16px;
            line-height: 16px;
            max-height: 16px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            margin: 0 10px 0 0;
            color: #333; }
          .hos-notice002 .inner-notice .notice-item ul li span {
            color: #009F88;
            font-size: 16px; }
      .hos-notice002 .inner-notice .notice-item .tit {
        background-color: #b9b9b9;
        height: 68px;
        width: 100%; }
        .hos-notice002 .inner-notice .notice-item .tit a {
          display: block;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
          .hos-notice002 .inner-notice .notice-item .tit a span {
            font-size: 32px;
            line-height: 32px; }
          .hos-notice002 .inner-notice .notice-item .tit a i {
            font-size: 24px;
            line-height: 24px;
            margin-left: 20px;
            margin-top: 5px; }
      .hos-notice002 .inner-notice .notice-item.active {
        width: 58%; }
        .hos-notice002 .inner-notice .notice-item.active .tit {
          background-color: #30ad9b; }

.department {
  margin-top: 50px;
  padding: 60px 0 60px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  background-color: #0C977A; }
  .department > img {
    opacity: 0.83;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .department .inner-dep h1 {
    font-weight: normal;
    text-align: center;
    font-size: 32px;
    line-height: 32px; }
    .department .inner-dep h1 a {
      color: #fff; }
  .department .inner-dep .inner-depart {
    margin-top: 43px; }
    .department .inner-dep .inner-depart .dep-nav {
      display: flex;
      justify-content: center; }
      .department .inner-dep .inner-depart .dep-nav .nav-item {
        padding: 0 38px;
        height: 14px;
        border-left: 1px solid rgba(255, 255, 255, 0.4);
        border-right: 1px solid rgba(255, 255, 255, 0.4);
        position: relative; }
        .department .inner-dep .inner-depart .dep-nav .nav-item a {
          display: block;
          width: 180px;
          height: 40px;
          background-color: rgba(255, 255, 255, 0.2);
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-size: 24px;
          position: relative;
          top: -13px; }
        .department .inner-dep .inner-depart .dep-nav .nav-item.cur a {
          background-color: #D49A61; }
        .department .inner-dep .inner-depart .dep-nav .nav-item + .nav-item {
          margin-left: 50px; }
          .department .inner-dep .inner-depart .dep-nav .nav-item + .nav-item:before {
            content: '';
            display: block;
            height: 1px;
            width: 50px;
            background-color: rgba(255, 255, 255, 0.4);
            position: absolute;
            left: -51px;
            top: 50%;
            transform: translateY(-50%); }
        .department .inner-dep .inner-depart .dep-nav .nav-item:first-child:after, .department .inner-dep .inner-depart .dep-nav .nav-item:last-child:after {
          content: '';
          display: block;
          height: 1px;
          width: 38.4vw;
          background-color: rgba(255, 255, 255, 0.4);
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
        .department .inner-dep .inner-depart .dep-nav .nav-item:first-child:after {
          left: -38.4vw; }
        .department .inner-dep .inner-depart .dep-nav .nav-item:last-child:after {
          right: -38.4vw; }
    .department .inner-dep .inner-depart .tab-pannel {
      margin-top: 63px; }
      .department .inner-dep .inner-depart .tab-pannel > div {
        display: none; }
        .department .inner-dep .inner-depart .tab-pannel > div:first-child {
          display: block; }
      .department .inner-dep .inner-depart .tab-pannel ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -88px; }
        .department .inner-dep .inner-depart .tab-pannel ul li {
          width: 234px;
          height: 48px;
          box-sizing: border-box;
          padding-left: 10px;
          position: relative;
          margin-right: 88px;
          margin-bottom: 2px; }
          .department .inner-dep .inner-depart .tab-pannel ul li:before {
            content: "";
            display: block;
            width: 2px;
            height: 16px;
            background: #fff;
            position: absolute;
            left: 0;
            top: 5px; }
          .department .inner-dep .inner-depart .tab-pannel ul li a {
            font-size: 16px;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            color: #fff; }
          .department .inner-dep .inner-depart .tab-pannel ul li:hover:before {
            background-color: #fff; }
          .department .inner-dep .inner-depart .tab-pannel ul li:hover a {
            color: #fff;
            font-weight: bold; }

.hos-department {
  margin-top: 60px;
  background-color: #30ad9b;
  padding: 60px 0;
  overflow: hidden; }
  .hos-department h2.center-tit a.tit {
    color: rgba(255, 255, 255, 0.7); }
    .hos-department h2.center-tit a.tit:after {
      display: none; }
    .hos-department h2.center-tit a.tit.cur {
      color: #fff; }
      .hos-department h2.center-tit a.tit.cur:after {
        display: block; }
  .hos-department h2.center-tit a + a {
    margin-left: 40px; }
  .hos-department .tab-pannel .dep-nav {
    display: flex;
    justify-content: center;
    margin-top: 60px; }
    .hos-department .tab-pannel .dep-nav .nav-item {
      padding: 0 38px;
      height: 14px;
      border-left: 1px solid rgba(255, 255, 255, 0.4);
      border-right: 1px solid rgba(255, 255, 255, 0.4);
      position: relative; }
      .hos-department .tab-pannel .dep-nav .nav-item a {
        display: block;
        width: 180px;
        height: 40px;
        background-color: rgba(255, 255, 255, 0.2);
        line-height: 40px;
        text-align: center;
        color: #fff;
        font-size: 24px;
        position: relative;
        top: -13px; }
      .hos-department .tab-pannel .dep-nav .nav-item.cur a {
        background-color: #D49A61; }
      .hos-department .tab-pannel .dep-nav .nav-item + .nav-item {
        margin-left: 50px; }
        .hos-department .tab-pannel .dep-nav .nav-item + .nav-item:before {
          content: '';
          display: block;
          height: 1px;
          width: 50px;
          background-color: rgba(255, 255, 255, 0.4);
          position: absolute;
          left: -51px;
          top: 50%;
          transform: translateY(-50%); }
      .hos-department .tab-pannel .dep-nav .nav-item:first-child:after, .hos-department .tab-pannel .dep-nav .nav-item:last-child:after {
        content: '';
        display: block;
        height: 1px;
        width: 38.4vw;
        background-color: rgba(255, 255, 255, 0.4);
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .hos-department .tab-pannel .dep-nav .nav-item:first-child:after {
        left: -38.4vw; }
      .hos-department .tab-pannel .dep-nav .nav-item:last-child:after {
        right: -38.4vw; }
  .hos-department .tab-pannel .dep-pannel {
    margin-top: 63px; }
    .hos-department .tab-pannel .dep-pannel > div {
      display: none; }
      .hos-department .tab-pannel .dep-pannel > div:first-child {
        display: block; }
    .hos-department .tab-pannel .dep-pannel ul {
      display: flex;
      flex-wrap: wrap;
      margin-right: -88px; }
      .hos-department .tab-pannel .dep-pannel ul li {
        width: 234px;
        height: 48px;
        box-sizing: border-box;
        padding-left: 10px;
        position: relative;
        margin-right: 88px;
        margin-bottom: 2px; }
        .hos-department .tab-pannel .dep-pannel ul li:before {
          content: "";
          display: block;
          width: 2px;
          height: 16px;
          background: #fff;
          position: absolute;
          left: 0;
          top: 5px; }
        .hos-department .tab-pannel .dep-pannel ul li a {
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          color: #fff; }
        .hos-department .tab-pannel .dep-pannel ul li:hover:before {
          background-color: #fff; }
        .hos-department .tab-pannel .dep-pannel ul li:hover a {
          color: #fff;
          font-weight: bold; }
  .hos-department .inner-dep {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .hos-department .inner-dep li {
      width: 160px;
      height: 160px;
      margin: 0 20px;
      border-radius: 10px;
      background-color: #fff;
      margin-bottom: 20px; }
      .hos-department .inner-dep li a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #009F88;
        box-sizing: border-box;
        padding: 0 10px; }
        .hos-department .inner-dep li a i {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 20px;
          transition: all .5s; }
        .hos-department .inner-dep li a span {
          font-size: 16px;
          line-height: 18px;
          text-align: center; }
        .hos-department .inner-dep li a:hover i {
          animation-name: tada;
          transform-origin: center; }
        .hos-department .inner-dep li a:hover span {
          font-weight: bold; }

.hos-doctor {
  padding: 60px 0; }
  .hos-doctor .doctor-title {
    margin-bottom: 32px;
    height: 34px;
    position: relative;
    padding-left: 40px; }
    .hos-doctor .doctor-title > a {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #333333;
      line-height: 32px;
      font-size: 32px;
      position: relative; }
      .hos-doctor .doctor-title > a:after {
        content: '';
        display: block;
        width: 88px;
        height: 4px;
        position: absolute;
        bottom: -14px;
        left: 50%;
        margin-left: -44px;
        background-color: #009F88; }
    .hos-doctor .doctor-title .form-item {
      float: left;
      position: relative;
      margin-left: 9px; }
      .hos-doctor .doctor-title .form-item .select-input {
        display: block;
        height: 34px;
        width: 150px;
        border: 1px solid #e4e4e4;
        border-radius: 3px;
        background-color: #fff;
        box-sizing: border-box;
        padding: 5px 40px 7px 20px;
        font-size: 16px;
        color: #666;
        font-weight: 400;
        line-height: 34px; }
        .hos-doctor .doctor-title .form-item .select-input div {
          height: 100%;
          width: 90px;
          overflow: hidden; }
          .hos-doctor .doctor-title .form-item .select-input div span {
            display: block;
            white-space: nowrap;
            width: fit-content;
            min-width: 90px;
            line-height: 25px; }
        .hos-doctor .doctor-title .form-item .select-input i {
          font-size: 28px;
          line-height: 16px;
          position: absolute;
          top: 11px;
          right: 14px;
          color: #CCCCCC; }
        .hos-doctor .doctor-title .form-item .select-input.choose-protit {
          background-image: url(../images/xxzrmyy/bottom.png);
          background-repeat: no-repeat;
          background-position: 113px 14px; }
      .hos-doctor .doctor-title .form-item select.select-input {
        -moz-appearance: none;
        -webkit-appearance: none;
        padding: 0 30px 0 20px; }
      .hos-doctor .doctor-title .form-item .btn {
        height: 34px;
        width: 150px;
        background-color: #4BA654;
        line-height: 34px;
        text-align: center;
        font-size: 16px; }
        .hos-doctor .doctor-title .form-item .btn i {
          margin-left: 6px; }
  .hos-doctor .doc-content .doc-slider {
    margin-right: -20px; }
    .hos-doctor .doc-content .doc-slider .doc-item {
      width: 160px;
      margin: 4px 2px 14px 13px;
      height: 316px;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.15); }
      .hos-doctor .doc-content .doc-slider .doc-item a.doc-img {
        display: block;
        width: 100%;
        height: 215px;
        overflow: hidden; }
        .hos-doctor .doc-content .doc-slider .doc-item a.doc-img img {
          width: 100%;
          height: 100%;
          transition: all 1s; }
        .hos-doctor .doc-content .doc-slider .doc-item a.doc-img:hover img {
          transform: scale(1.2); }
      .hos-doctor .doc-content .doc-slider .doc-item .doc-info {
        padding: 8px 20px 4px;
        background: #fff;
        height: 100px;
        width: 100%;
        box-sizing: border-box; }
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info p {
          margin: 0;
          color: #333;
          text-align: center;
          font-size: 0; }
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info a {
          color: #333; }
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info .name {
          font-size: 18px;
          line-height: 18px;
          line-height: 18px;
          max-height: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .hos-doctor .doc-content .doc-slider .doc-item .doc-info .name:hover {
            font-weight: bold; }
            .hos-doctor .doc-content .doc-slider .doc-item .doc-info .name:hover a {
              color: #398E83; }
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info .depart {
          font-size: 16px;
          line-height: 16px;
          margin: 10px 0;
          line-height: 16px;
          max-height: 16px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .hos-doctor .doc-content .doc-slider .doc-item .doc-info .depart:hover a {
            font-weight: bold; }
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info .protit,
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info .tutor {
          font-size: 12px;
          line-height: 12px;
          line-height: 12px;
          max-height: 12px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .hos-doctor .doc-content .doc-slider .doc-item .doc-info .protit {
          margin-bottom: 5px; }
      .hos-doctor .doc-content .doc-slider .doc-item:hover .doc-info {
        border-bottom: 4px solid #4BA654; }
    .hos-doctor .doc-content .doc-slider .slick-arrow {
      position: absolute;
      width: 30px;
      height: 60px;
      text-align: center;
      line-height: 60px;
      border-radius: 4px;
      background-color: #4BA654;
      color: #fff;
      top: 50%;
      margin-top: -30px;
      font-size: 32px;
      cursor: pointer; }
      .hos-doctor .doc-content .doc-slider .slick-arrow.prev {
        left: -50px; }
      .hos-doctor .doc-content .doc-slider .slick-arrow.next {
        right: -35px; }
    .hos-doctor .doc-content .doc-slider .slick-dots {
      bottom: -45px; }
      .hos-doctor .doc-content .doc-slider .slick-dots li {
        background-color: #8E8E8E; }
        .hos-doctor .doc-content .doc-slider .slick-dots li.slick-active {
          background-color: #EE8F66; }

h1.left-tit {
  display: flex;
  align-items: center;
  font-weight: normal;
  justify-content: space-between;
  position: relative;
  z-index: 11;
  padding-left: 40px; }
  h1.left-tit a.tit {
    color: #fff;
    font-size: 32px;
    line-height: 32px; }
  h1.left-tit a.more {
    font-size: 16px;
    line-height: 16px;
    color: #fff; }
    h1.left-tit a.more i {
      font-size: 14px;
      color: #FFA943;
      margin-left: 10px; }

h1.left-tit:before, h1.left-tit-tab:before, h2.doctor-title:before {
  content: '';
  height: 30px;
  width: 30px;
  background-image: url(../images/xxzrmyy/tit_dec.png);
  background-size: cover;
  left: 0;
  position: absolute;
  display: block; }

.party-health {
  padding-top: 60px; }
  .party-health .inner-party {
    display: flex;
    justify-content: space-between; }
    .party-health .inner-party .party-item {
      width: 390px;
      height: 500px;
      box-sizing: border-box;
      padding: 30px 20px 0; }
      .party-health .inner-party .party-item .party-list {
        margin-top: 16px;
        position: relative;
        z-index: 11; }
        .party-health .inner-party .party-item .party-list li {
          height: 92px;
          box-sizing: border-box;
          padding: 10px 0;
          border-bottom: 1px solid rgba(215, 215, 215, 0.8);
          font-size: 0; }
          .party-health .inner-party .party-item .party-list li:last-child {
            border-bottom: none; }
          .party-health .inner-party .party-item .party-list li a {
            display: block; }
            .party-health .inner-party .party-item .party-list li a span {
              font-size: 14px;
              line-height: 14px;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal; }
            .party-health .inner-party .party-item .party-list li a p {
              margin: 10px 0 0;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 16px;
              line-height: 24px;
              max-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box !important;
              color: #fff; }
      .party-health .inner-party .party-item.party {
        background-color: #a53b47;
        position: relative; }
        .party-health .inner-party .party-item.party .party-font {
          font-size: 140px;
          line-height: 140px;
          color: #F9B129;
          opacity: 0.2;
          position: absolute;
          top: 20px;
          left: 20px; }
        .party-health .inner-party .party-item.party .party-list li a span {
          color: #FE9A2A; }
        .party-health .inner-party .party-item.party .party-list li a:hover p {
          color: #FE9A2A; }
      .party-health .inner-party .party-item.jjjc {
        background-color: #F8F5EB; }
        .party-health .inner-party .party-item.jjjc h1.left-tit a.tit,
        .party-health .inner-party .party-item.jjjc h1.left-tit a.more {
          color: #846A4B; }
        .party-health .inner-party .party-item.jjjc .party-font {
          display: none; }
        .party-health .inner-party .party-item.jjjc .party-list li a span {
          color: #846A4B; }
        .party-health .inner-party .party-item.jjjc .party-list li a p {
          color: #333333; }
        .party-health .inner-party .party-item.jjjc .party-list li a:hover p {
          color: #846A4B; }
      .party-health .inner-party .party-item.health {
        background-color: #c17e4f; }
        .party-health .inner-party .party-item.health .party-font {
          display: none; }
        .party-health .inner-party .party-item.health .party-list li a span {
          color: #fff; }
        .party-health .inner-party .party-item.health .party-list li a:hover p {
          color: #89313b; }

.special {
  margin-top: 60px;
  padding-bottom: 73px; }
  .special .inner-special h1.left-tit a.tit {
    color: #000;
    position: relative; }
  .special .inner-special h1.left-tit a.tit:after {
    content: '';
    display: block;
    width: 88px;
    height: 4px;
    position: absolute;
    bottom: -14px;
    left: 65px;
    margin-left: -44px;
    background-color: #009F88; }
  .special .inner-special h1.left-tit a.more {
    font-size: 18px;
    font-size: 18px;
    color: #0C977A; }
    .special .inner-special h1.left-tit a.more i {
      color: #0C977A; }
  .special .inner-special .special-slider {
    margin-top: 30px; }
    .special .inner-special .special-slider .special-list {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      width: 1200px;
      margin-right: -29px; }
      .special .inner-special .special-slider .special-list .special-img {
        display: block;
        margin-right: 29px;
        width: 278px;
        height: 156px;
        overflow: hidden;
        margin-bottom: 30px; }
        .special .inner-special .special-slider .special-list .special-img img {
          transition: all 1s;
          width: 100%; }
        .special .inner-special .special-slider .special-list .special-img:hover img {
          transform: scale(1.2); }
    .special .inner-special .special-slider .slick-arrow {
      position: absolute;
      width: 60px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      border-radius: 4px;
      background-color: rgba(0, 0, 0, 0.2);
      color: rgba(255, 255, 255, 0.7);
      top: 50%;
      margin-top: -30px;
      font-size: 32px;
      cursor: pointer; }
      .special .inner-special .special-slider .slick-arrow.prev {
        left: -50px;
        transform: rotate(-90deg); }
      .special .inner-special .special-slider .slick-arrow.next {
        right: -50px;
        transform: rotate(90deg); }
    .special .inner-special .special-slider .slick-dots {
      bottom: -43px; }
      .special .inner-special .special-slider .slick-dots li {
        width: 13px;
        height: 13px;
        background-color: #AAAAAA; }
        .special .inner-special .special-slider .slick-dots li.slick-active {
          background-color: #FE9A2A;
          width: 42px; }

.home-special-003 {
  position: relative;
  z-index: 0;
  min-width: 1200px;
  height: 380px;
  padding: 12px 0;
  overflow: hidden; }
  .home-special-003 .layout {
    position: relative;
    z-index: 2; }
    .home-special-003 .layout h2 {
      margin: 80px 0 30px;
      height: 36px;
      line-height: 36px; }
      .home-special-003 .layout h2 a.fl {
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 28px; }
  .home-special-003 .special-slider {
    height: 158px;
    margin: 0px -12px 0; }
    .home-special-003 .special-slider .special-item {
      float: left;
      width: 280px;
      height: 158px;
      margin: 0 13px 70px; }
      .home-special-003 .special-slider .special-item a {
        display: block;
        width: 280px;
        height: 158px;
        overflow: hidden; }
        .home-special-003 .special-slider .special-item a img {
          display: block;
          width: 280px;
          height: 158px;
          transition: all 0.3s; }
    .home-special-003 .special-slider .special-item:hover img {
      transform: scale(1.05); }
    .home-special-003 .special-slider .prev, .home-special-003 .special-slider .next {
      box-sizing: border-box;
      position: absolute;
      top: 50px;
      z-index: 0;
      width: 30px;
      height: 60px;
      line-height: 60px;
      font-size: 30px;
      color: #fff;
      text-align: center;
      cursor: pointer;
      border-radius: 4px;
      background-color: #ccc;
      background-color: rgba(0, 0, 0, 0.15);
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently not supported by any browser */ }
      .home-special-003 .special-slider .prev:hover, .home-special-003 .special-slider .next:hover {
        background-color: #81c781;
        color: #fff; }
    .home-special-003 .special-slider .prev {
      left: -40px; }
    .home-special-003 .special-slider .next {
      right: -40px; }

.clinic-form .form-item {
  display: inline-block;
  min-height: auto;
  margin-right: 4px;
  vertical-align: middle; }
  .clinic-form .form-item .form-input .department-select {
    position: relative; }
  .clinic-form .form-item .form-input .select-input,
  .clinic-form .form-item .form-input .btn {
    width: 112px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    overflow: hidden;
    border-radius: 15px;
    border: none;
    display: block;
    color: #fff;
    text-align: left;
    cursor: pointer;
    padding: 0 16px;
    box-sizing: border-box;
    background-color: rgba(51, 51, 51, 0.2); }
  .clinic-form .form-item .form-input a.select-input {
    padding-right: 27px; }
@keyframes wordsLoop {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0); }
  100% {
    transform: translateX(calc(-100% + 69px));
    -webkit-transform: translateX(calc(-100% + 69px)); } }
  .clinic-form .form-item .form-input .select-input .choose-keshi {
    height: 30px;
    width: 69px;
    overflow: hidden; }
    .clinic-form .form-item .form-input .select-input .choose-keshi span {
      display: block;
      white-space: nowrap;
      width: fit-content; }
  .clinic-form .form-item .form-input .select-input i {
    margin-left: 8px;
    position: relative;
    top: 1px;
    right: 10px;
    opacity: .4;
    filter: aplha(opacity=40);
    transform: scale(1.25);
    position: absolute; }
  .clinic-form .form-item .form-input .btn {
    background-color: #ff8400; }
    .clinic-form .form-item .form-input .btn i {
      margin-right: 5px; }
    .clinic-form .form-item .form-input .btn:hover {
      background-color: #e67700; }
  .clinic-form .form-item .form-input select::-ms-expand {
    display: none; }
  .clinic-form .form-item .form-input select.select-input {
    padding-right: 30px;
    background-image: url(../images/select-bg.png);
    background-position: right center;
    background-repeat: no-repeat;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .clinic-form .form-item .form-input select.select-input option {
      color: #666; }

.list-item {
  position: relative; }
  .list-item .list-tit {
    height: 20px;
    line-height: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e4e4e4; }
    .list-item .list-tit a.fl,
    .list-item .list-tit h2 {
      display: inline-block;
      line-height: 20px;
      color: #666;
      font-weight: bold;
      height: 20px;
      margin-bottom: 18px;
      position: relative;
      font-size: 20px; }
      .list-item .list-tit a.fl i,
      .list-item .list-tit h2 i {
        font-size: 24px;
        color: #009F88;
        position: relative;
        top: 2px;
        margin-right: 8px; }
      .list-item .list-tit a.fl:hover,
      .list-item .list-tit h2:hover {
        color: #009F88; }
      .list-item .list-tit a.fl.cur,
      .list-item .list-tit h2.cur {
        color: #363636;
        font-weight: bold; }
        .list-item .list-tit a.fl.cur:after,
        .list-item .list-tit h2.cur:after {
          background-color: #009F88;
          height: 5px;
          width: 32px;
          bottom: -18px;
          left: 0;
          position: absolute;
          content: ''; }
    .list-item .list-tit a.more:after {
      content: '\e64d';
      font-family: "iconfont";
      color: #0096d7;
      margin-left: 8px;
      font-size: 22px;
      float: right; }
    .list-item .list-tit .tab-tit {
      display: block;
      color: #555; }
      .list-item .list-tit .tab-tit a {
        display: inline-block;
        line-height: 20px;
        color: #666;
        font-weight: normal;
        height: 20px;
        font-size: 20px;
        border-right: 1px solid #dfdfdf;
        padding-right: 21px;
        margin-right: 21px;
        position: relative;
        margin-bottom: 18px; }
        .list-item .list-tit .tab-tit a:last-child {
          padding-right: 0;
          margin-right: 0;
          border-right: none; }
        .list-item .list-tit .tab-tit a:after {
          height: 5px;
          width: 32px;
          bottom: -19px;
          left: 0;
          position: absolute;
          content: ''; }
        .list-item .list-tit .tab-tit a.cur {
          color: #363636;
          font-weight: bold; }
          .list-item .list-tit .tab-tit a.cur:after {
            background-color: #009F88; }
  .list-item .list-content {
    margin-top: 20px;
    position: relative; }
    .list-item .list-content .news-lists {
      width: 330px; }
      .list-item .list-content .news-lists li {
        height: 52px; }
        .list-item .list-content .news-lists li + li {
          margin-top: 9px; }
        .list-item .list-content .news-lists li a {
          display: block;
          position: relative;
          padding-left: 70px; }
          .list-item .list-content .news-lists li a time {
            box-sizing: border-box;
            position: absolute;
            left: 0;
            top: 0;
            width: 52px;
            height: 52px;
            border: 1px solid #009F88; }
            .list-item .list-content .news-lists li a time span, .list-item .list-content .news-lists li a time strong {
              display: block;
              color: #009F88;
              line-height: 1;
              text-align: center; }
            .list-item .list-content .news-lists li a time span {
              margin: 8px 0 3px;
              font-size: 12px; }
            .list-item .list-content .news-lists li a time strong {
              font-size: 24px;
              font-weight: normal; }
          .list-item .list-content .news-lists li a u {
            font-size: 16px;
            line-height: 26px;
            max-height: 52px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
          .list-item .list-content .news-lists li a:hover time {
            border-color: #009F88; }
            .list-item .list-content .news-lists li a:hover time span, .list-item .list-content .news-lists li a:hover time strong {
              color: #009F88; }
          .list-item .list-content .news-lists li a:hover u {
            color: #009F88; }
    .list-item .list-content .news-lists {
      padding: 10px 20px; }

.tab-pannel-wrap {
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .tab-pannel-wrap .tab-pannel {
    display: none; }
    .tab-pannel-wrap .tab-pannel:first-child {
      display: block; }

.lt-index {
  color: #999;
  font-size: 0;
  text-align: center; }
  .lt-index span,
  .lt-index a {
    display: inline-block;
    padding: 0 15px;
    border-right: 1px solid #ccc;
    font-size: 16px;
    line-height: 1; }
    .lt-index span:last-child, .lt-index span:first-child,
    .lt-index a:last-child,
    .lt-index a:first-child {
      border: none; }
    .lt-index span:last-child,
    .lt-index a:last-child {
      padding-right: 0; }
    .lt-index span.cur,
    .lt-index a.cur {
      padding: 8px 10px;
      color: #fff;
      border: none;
      border-radius: 17px;
      background: linear-gradient(130deg, #5DCCB8 0%, #4150D0 100%); }
  .lt-index span:first-child {
    padding-left: 0; }

.float-win {
  position: fixed;
  z-index: 1001; }
  .float-win.float-leftbottom {
    bottom: 0;
    left: 0; }
  .float-win.float-rightbottom {
    bottom: 0;
    right: 0; }
  .float-win.float-lefttop {
    top: 0;
    left: 0; }
  .float-win.float-righttop {
    top: 0;
    right: 0; }
  .float-win li {
    padding: 5px 0;
    font-size: 0; }
  .float-win .float-img {
    display: inline-block;
    position: relative; }
  .float-win img {
    max-width: 300px;
    max-height: 300px; }
  .float-win.float-center {
    top: 50%;
    left: 50%;
    margin-left: -300px;
    margin-top: -300px; }
    .float-win.float-center ul {
      display: table; }
    .float-win.float-center li {
      display: table-cell;
      vertical-align: middle;
      width: 600px;
      height: 600px;
      text-align: center; }
    .float-win.float-center img {
      max-width: 600px;
      max-height: 600px; }
  .float-win .close {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity: .5; }

.second-nav-wrap {
  min-width: 1300px; }
  .second-nav-wrap .second-nav {
    background: linear-gradient(135deg, rgba(0, 159, 136, 0.95) 0%, rgba(12, 151, 122, 0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#F2009F88', endColorstr='#F20C977A');
    min-height: 300px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .second-nav-wrap .child-banner {
    position: relative;
    background-position: center; }
  .second-nav-wrap h1 {
    height: 240px;
    line-height: 240px;
    color: #fff;
    font-size: 36px;
    letter-spacing: .2em; }
    .second-nav-wrap h1.text-right {
      text-align: right; }
    .second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 240px; }
  .second-nav-wrap .expert-banner h1 {
    height: 300px;
    line-height: 300px; }
  .second-nav-wrap .doctor-search {
    margin-top: 127px; }
    .second-nav-wrap .doctor-search i {
      line-height: 44px;
      position: relative;
      font-size: 26px;
      font-weight: bold; }
    .second-nav-wrap .doctor-search input {
      width: 280px;
      height: 46px;
      padding: 0 10px;
      line-height: 46px;
      border: 1px solid #fff;
      border-right: none;
      background-color: transparent;
      text-align: center;
      color: #fff;
      font-size: 16px;
      border-radius: 0; }
      .second-nav-wrap .doctor-search input:focus {
        border: 1px solid #fff; }
      .second-nav-wrap .doctor-search input:-moz-placeholder {
        color: #fff;
        font-size: 14px; }
      .second-nav-wrap .doctor-search input::-moz-placeholder {
        color: #fff;
        font-size: 14px; }
      .second-nav-wrap .doctor-search input::-webkit-input-placeholder {
        color: #fff;
        font-size: 14px; }
      .second-nav-wrap .doctor-search input:-ms-input-placeholder {
        color: #fff;
        font-size: 14px; }
    .second-nav-wrap .doctor-search .btn {
      width: 99px;
      height: 46px;
      line-height: 46px;
      background-color: #fff;
      color: #009F88;
      text-align: center;
      border-radius: 0; }
      .second-nav-wrap .doctor-search .btn:hover {
        background-color: #009F88;
        color: #fff; }
  .second-nav-wrap .second-nav-list {
    position: relative; }
    .second-nav-wrap .second-nav-list ul {
      width: 1300px;
      position: relative;
      height: 60px;
      display: flex;
      justify-content: center; }
      .second-nav-wrap .second-nav-list ul li {
        position: relative;
        float: left; }
        .second-nav-wrap .second-nav-list ul li + li {
          margin-left: 36px; }
        .second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 60px;
          line-height: 20px;
          font-size: 16px;
          color: #fff; }
        .second-nav-wrap .second-nav-list ul li:hover a {
          color: #d47a4c; }
        .second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 26px;
          height: 4px;
          background-color: #FFA943; }
    .second-nav-wrap .second-nav-list li.more div.secondMenu {
      display: none;
      position: absolute;
      width: 120px;
      overflow: hidden;
      background-color: #fff;
      z-index: 999;
      right: -50px;
      border-top: 3px solid #00bfbf;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
      .second-nav-wrap .second-nav-list li.more div.secondMenu ul {
        height: auto; }
        .second-nav-wrap .second-nav-list li.more div.secondMenu ul li {
          text-align: center;
          line-height: 24px;
          padding: 10px 0;
          float: none;
          width: 100%; }
          .second-nav-wrap .second-nav-list li.more div.secondMenu ul li + li {
            margin-left: 0px; }
          .second-nav-wrap .second-nav-list li.more div.secondMenu ul li a {
            display: block;
            font-size: 16px;
            line-height: 24px;
            height: auto;
            color: #000; }
          .second-nav-wrap .second-nav-list li.more div.secondMenu ul li:hover {
            background-color: #00bfbf;
            transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -o-transition: all 0.3s; }
            .second-nav-wrap .second-nav-list li.more div.secondMenu ul li:hover a {
              color: white; }
          .second-nav-wrap .second-nav-list li.more div.secondMenu ul li.cur::after {
            height: 0; }
    .second-nav-wrap .second-nav-list li.more:hover .secondMenu {
      animation: popFadeIn .5s;
      display: block; }

.three-nav-wrap {
  min-width: 1300px;
  height: 60px;
  line-height: 60px;
  background-color: #F8F8F8;
  border-bottom: 1px solid #e4e4e4; }
  .three-nav-wrap + .path {
    margin-top: -25px; }
  .three-nav-wrap .three-nav {
    position: relative;
    display: flex;
    justify-content: center; }
    .three-nav-wrap .three-nav li {
      float: left;
      box-sizing: border-box;
      height: 60px;
      text-align: center;
      border-left: none;
      position: relative; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 16px; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        background-color: #FFA943; }
      .three-nav-wrap .three-nav li.cur a {
        color: #009F88;
        font-weight: bold; }
      .three-nav-wrap .three-nav li + li {
        margin-left: 40px; }
  .three-nav-wrap li.more div.secondMenu {
    display: none;
    position: absolute;
    width: 120px;
    overflow: hidden;
    background-color: #fff;
    z-index: 999;
    right: 0px;
    border-top: 3px solid #00bfbf;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2); }
    .three-nav-wrap li.more div.secondMenu ul {
      height: auto; }
      .three-nav-wrap li.more div.secondMenu ul li {
        text-align: center;
        line-height: 24px;
        padding: 10px 0;
        float: none;
        width: 100%;
        height: 40px;
        border: none; }
        .three-nav-wrap li.more div.secondMenu ul li + li {
          margin-left: 0px; }
        .three-nav-wrap li.more div.secondMenu ul li a {
          display: block;
          font-size: 16px;
          line-height: 24px;
          height: auto;
          color: #000; }
        .three-nav-wrap li.more div.secondMenu ul li:hover {
          background-color: #00bfbf;
          transition: all 0.3s;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -o-transition: all 0.3s; }
          .three-nav-wrap li.more div.secondMenu ul li:hover a {
            color: white; }
        .three-nav-wrap li.more div.secondMenu ul li.cur::after {
          height: 0; }
        .three-nav-wrap li.more div.secondMenu ul li.cur a {
          font-weight: bold; }
  .three-nav-wrap li.more:hover .secondMenu {
    animation: popFadeIn .5s;
    display: block; }

.second-nav-wrap002 {
  height: 260px;
  background-image: url("../images/cq3y/banner_bg.jpg");
  background-repeat: repeat;
  box-sizing: border-box;
  padding: 80px 0 40px; }
  .second-nav-wrap002 .layout {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
    .second-nav-wrap002 .layout h1 {
      font-weight: normal;
      color: #fff;
      font-size: 40px;
      line-height: 1;
      text-align: center; }
    .second-nav-wrap002 .layout ul {
      display: flex;
      justify-content: center;
      margin: 0 -5px;
      flex-wrap: wrap; }
      .second-nav-wrap002 .layout ul li {
        margin: 0 5px;
        min-width: 111px;
        width: auto;
        height: 40px;
        border-radius: 4px;
        background-color: #2f7936;
        position: relative;
        transition: all 0.3s;
        margin-top: 10px; }
        .second-nav-wrap002 .layout ul li:after {
          content: "";
          display: block;
          width: 0;
          height: 0;
          font-size: 0;
          border: 8px solid transparent;
          border-top-color: #87d98f;
          border-top-width: 6px;
          border-bottom-width: 0;
          position: absolute;
          left: 50%;
          margin-left: -8px;
          bottom: 0;
          opacity: 0;
          transition: all 0.3s; }
        .second-nav-wrap002 .layout ul li a {
          display: block;
          width: 100%;
          height: 100%;
          line-height: 40px;
          text-align: center;
          color: #fff;
          font-size: 18px;
          padding: 0 20px;
          box-sizing: border-box; }
        .second-nav-wrap002 .layout ul li.cur, .second-nav-wrap002 .layout ul li:hover {
          background-color: #87d98f; }
          .second-nav-wrap002 .layout ul li.cur:after, .second-nav-wrap002 .layout ul li:hover:after {
            transform: translateY(6px);
            opacity: 1; }

.three-nav-wrap002 {
  height: 70px;
  background-color: #EDF3FF; }
  .three-nav-wrap002 .layout ul {
    display: flex;
    align-items: center;
    margin: 0 -30px;
    justify-content: center;
    height: 70px; }
    .three-nav-wrap002 .layout ul li {
      margin: 0 30px;
      position: relative;
      line-height: 1; }
      .three-nav-wrap002 .layout ul li:after {
        content: "";
        display: block;
        width: 0;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        position: absolute;
        height: 4px;
        background-color: #F5A22C;
        border-radius: 6px;
        transition: width 0.5s; }
      .three-nav-wrap002 .layout ul li a {
        font-size: 18px;
        color: #222222; }
      .three-nav-wrap002 .layout ul li.cur:after, .three-nav-wrap002 .layout ul li:hover:after {
        width: 100%; }
      .three-nav-wrap002 .layout ul li.cur a, .three-nav-wrap002 .layout ul li:hover a {
        font-weight: bold;
        color: #4BA654; }

.inner-list-item {
  position: relative; }
  .inner-list-item .inner-list-tit {
    height: 20px;
    line-height: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4; }
    .inner-list-item .inner-list-tit .fl {
      line-height: 20px;
      color: #666;
      height: 20px;
      margin-bottom: 18px;
      position: relative;
      font-size: 14px; }
      .inner-list-item .inner-list-tit .fl span {
        font-weight: normal; }
      .inner-list-item .inner-list-tit .fl.cat-tit {
        color: #009F88;
        font-size: 24px;
        font-weight: normal; }
    .inner-list-item .inner-list-tit a.fl i {
      font-size: 24px;
      color: #009F88;
      position: relative;
      top: 2px;
      margin-right: 8px; }
    .inner-list-item .inner-list-tit a.fl:hover {
      color: #009F88; }
    .inner-list-item .inner-list-tit a.fl:after {
      background-color: #009F88;
      height: 5px;
      width: 32px;
      bottom: -19px;
      left: 0;
      position: absolute;
      content: ''; }
    .inner-list-item .inner-list-tit a.more:after {
      content: '\e64d';
      font-family: "iconfont";
      color: #0096d7;
      margin-left: 8px;
      font-size: 22px;
      float: right; }
    .inner-list-item .inner-list-tit .tab-tit {
      display: block;
      color: #555; }
      .inner-list-item .inner-list-tit .tab-tit.related-tab-tit a.cur {
        color: #009F88;
        font-weight: normal; }
      .inner-list-item .inner-list-tit .tab-tit a {
        display: inline-block;
        line-height: 20px;
        color: #666;
        font-weight: normal;
        height: 20px;
        font-size: 14px;
        position: relative;
        margin-bottom: 18px; }
        .inner-list-item .inner-list-tit .tab-tit a:last-child {
          margin-right: 0; }
        .inner-list-item .inner-list-tit .tab-tit a.cur {
          color: #E38A59;
          font-weight: bold; }
          .inner-list-item .inner-list-tit .tab-tit a.cur:after {
            background-color: #009F88; }
  .inner-list-item .inner-list-content {
    position: relative; }

.history-s-001 {
  position: relative;
  min-width: 1300px;
  margin-bottom: 40px;
  padding: 60px 0 110px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  overflow: hidden;
  height: 400px; }
  .history-s-001 h2.left-tit {
    display: flex;
    border-bottom: 0; }
    .history-s-001 h2.left-tit a {
      margin: 0 auto;
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #555555;
      font-size: 32px;
      line-height: 32px; }
      .history-s-001 h2.left-tit a:hover {
        color: #009F88; }
  .history-s-001 .history-slider {
    height: 350px;
    margin-top: 40px;
    z-index: 10; }
    .history-s-001 .history-slider::after {
      content: "";
      display: block;
      position: relative;
      z-index: -1;
      bottom: 270px;
      left: 50px;
      width: 1100px;
      height: 2px;
      background-color: #cebf9a; }
    .history-s-001 .history-slider .history-item {
      float: left;
      width: 278px;
      height: 180px;
      margin: 0 10px 150px;
      border: 1px solid #cebf9a;
      background-color: rgba(255, 255, 255, 0.7); }
      .history-s-001 .history-slider .history-item a {
        display: block;
        width: 240px;
        height: 160px;
        overflow: hidden;
        background-color: #fff;
        font-size: 16px;
        padding: 20px 18px 0 20px; }
        .history-s-001 .history-slider .history-item a img {
          display: block;
          width: 280px;
          height: 180px; }
        .history-s-001 .history-slider .history-item a:hover {
          color: #842d37; }
        .history-s-001 .history-slider .history-item a span {
          display: block;
          font-size: 32px;
          font-weight: bold;
          color: #027DB4; }
        .history-s-001 .history-slider .history-item a p {
          font-size: 14px;
          color: #858585;
          line-height: 22px;
          height: 88px;
          width: 230px;
          text-align: justify;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 4;
          overflow: hidden; }
        .history-s-001 .history-slider .history-item a:hover {
          background-color: #009f88; }
          .history-s-001 .history-slider .history-item a:hover span {
            color: white; }
          .history-s-001 .history-slider .history-item a:hover p {
            color: white; }
      .history-s-001 .history-slider .history-item .img-wrap {
        position: relative;
        right: 1px;
        height: 160px;
        width: 280px; }
        .history-s-001 .history-slider .history-item .img-wrap img {
          height: 100%;
          width: 100%; }
    .history-s-001 .history-slider .history-item1 {
      margin-top: 100px; }
    .history-s-001 .history-slider .prev, .history-s-001 .history-slider .next {
      position: absolute;
      top: 152px;
      width: 38px;
      height: 38px;
      font-weight: 700;
      line-height: 38px;
      color: #aaaaaa;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      border-radius: 50%;
      border: 2px solid #aaaaaa;
      background-color: #000 \9;
      opacity: 0.2 \9;
      filter: alpha(opacity=20); }
      .history-s-001 .history-slider .prev:hover, .history-s-001 .history-slider .next:hover {
        background-color: #009F88;
        color: #fff; }
        .history-s-001 .history-slider .prev:hover i, .history-s-001 .history-slider .next:hover i {
          color: #fff; }
    .history-s-001 .history-slider .prev {
      left: -40px; }
    .history-s-001 .history-slider .next {
      right: -40px; }
  .history-s-001 .smoke {
    width: 1920px;
    height: 460px;
    position: absolute;
    top: 106px;
    background-image: url(../images/smoke.png); }
  .history-s-001 .train {
    width: 535px;
    height: 228px;
    position: absolute;
    right: 140px;
    top: 340px;
    background-image: url(../images/train.png);
    z-index: 100; }

.news-list-tit {
  height: 39px;
  margin-top: -10px; }
  .news-list-tit.fixed .inner-list-tit {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 2;
    border-bottom: 2px solid #009F88;
    background-color: #f8f8f8; }
    .news-list-tit.fixed .inner-list-tit .list-tit-fixed-layout {
      width: 1200px;
      margin: 0 auto; }
      .news-list-tit.fixed .inner-list-tit .list-tit-fixed-layout .list-tit-fixed-content {
        width: 750px; }
  .news-list-tit .inner-list-tit {
    padding-top: 10px;
    background-color: #fff; }

.department-hot-list-bar i {
  color: #c50c11;
  margin-right: 5px; }

.category-news {
  margin-bottom: 65px; }
  .category-news .category-news-slide-wrap .news-img-news {
    width: 750px;
    height: 368px;
    position: relative;
    overflow: hidden; }
    .category-news .category-news-slide-wrap .news-img-news .news-img-news-item {
      width: 750px;
      height: 368px;
      position: relative; }
      .category-news .category-news-slide-wrap .news-img-news .news-img-news-item a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px; }
        .category-news .category-news-slide-wrap .news-img-news .news-img-news-item a img {
          display: block;
          width: 100%;
          height: 100%; }
        .category-news .category-news-slide-wrap .news-img-news .news-img-news-item a span {
          height: 144px;
          background: url(../images/news-slide-mark.png);
          box-sizing: border-box;
          color: #fff;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          padding: 104px 170px 16px 20px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
    .category-news .category-news-slide-wrap .news-img-news .slick-dots {
      text-align: right;
      width: auto;
      padding: 0 20px;
      bottom: 10px;
      right: 0; }
      .category-news .category-news-slide-wrap .news-img-news .slick-dots li {
        background-color: rgba(255, 255, 255, 0.6); }
        .category-news .category-news-slide-wrap .news-img-news .slick-dots li.slick-active {
          background-color: #ff8400; }
  .category-news .category-news-slide-wrap .news-img-news-dots {
    width: 450px;
    background-color: #f2f2f2; }
    .category-news .category-news-slide-wrap .news-img-news-dots .slick-list {
      overflow: visible; }
    .category-news .category-news-slide-wrap .news-img-news-dots .news-dot {
      height: 92px;
      display: block;
      position: relative;
      padding: 20px 40px;
      box-sizing: border-box;
      cursor: pointer; }
      .category-news .category-news-slide-wrap .news-img-news-dots .news-dot:last-child:after {
        display: none; }
      .category-news .category-news-slide-wrap .news-img-news-dots .news-dot:after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: 40px;
        right: 40px;
        height: 1px;
        background-color: #e4e4e4; }
      .category-news .category-news-slide-wrap .news-img-news-dots .news-dot:before {
        content: '';
        border: 18px solid transparent;
        position: absolute;
        left: -36px;
        top: 50%;
        margin-top: -18px; }
      .category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current {
        background-color: #009F88;
        color: #fff; }
        .category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current .news-dot-mark {
          color: #fff; }
        .category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current .news-dot-title a {
          color: #fff; }
        .category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current:before {
          border-right-color: #009F88; }
        .category-news .category-news-slide-wrap .news-img-news-dots .news-dot.slick-current:after {
          background-color: #009F88; }
      .category-news .category-news-slide-wrap .news-img-news-dots .news-dot .news-dot-title {
        height: 24px;
        overflow: hidden;
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 12px;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .category-news .category-news-slide-wrap .news-img-news-dots .news-dot .news-dot-mark {
        color: #999;
        font-size: 13px;
        line-height: 1;
        height: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
        .category-news .category-news-slide-wrap .news-img-news-dots .news-dot .news-dot-mark u {
          position: relative;
          top: -1px;
          padding: 0 3px; }
  .category-news .category-news-list-wrap > .fl {
    width: 750px; }
  .category-news .category-news-list-wrap > .fr {
    width: 410px; }
  .category-news .inner-news-row .inner-list-tit .tab-tit a:after {
    width: 100%; }
  .category-news .inner-news-row .inner-news-more {
    height: 48px;
    line-height: 48px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 16px;
    display: block;
    margin-top: 15px; }
    .category-news .inner-news-row .inner-news-more:hover {
      background-color: #009F88;
      color: #fff;
      border-color: #009F88; }
  .category-news .special-list-item {
    margin-top: 50px; }
    .category-news .special-list-item .special-slide-wrap {
      margin-right: -32px; }
      .category-news .special-list-item .special-slide-wrap .special-item {
        float: left;
        display: block;
        width: 190px;
        height: 105px;
        overflow: hidden;
        margin-right: 31px;
        margin-bottom: 21px;
        text-align: center; }
        .category-news .special-list-item .special-slide-wrap .special-item:hover img {
          transform: scale(1.2); }
        .category-news .special-list-item .special-slide-wrap .special-item img {
          display: block;
          width: 100%;
          height: 70px;
          transition: transform 1s; }
        .category-news .special-list-item .special-slide-wrap .special-item span {
          display: block;
          width: 100%;
          height: 40px;
          line-height: 40px;
          padding: 0 8px;
          box-sizing: border-box; }
        .category-news .special-list-item .special-slide-wrap .special-item.special-item-more {
          background: linear-gradient(135deg, #0a9e45 0%, #0067bb 100%);
          filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#FF0A9E45', endColorstr='#FF0067BB');
          line-height: 105px;
          color: #fff;
          font-size: 16px; }
          .category-news .special-list-item .special-slide-wrap .special-item.special-item-more:hover {
            background: linear-gradient(135deg, #087c36 0%, #005fac 100%); }
      .category-news .special-list-item .special-slide-wrap .slick-dots {
        position: absolute;
        top: -62px;
        right: 0;
        width: auto; }
        .category-news .special-list-item .special-slide-wrap .slick-dots li {
          background-color: #dfdfdf; }
          .category-news .special-list-item .special-slide-wrap .slick-dots li.slick-active {
            background-color: #ff8400; }
  .category-news .hot-news-list-item {
    margin-top: 57px;
    height: 658px; }
  .category-news .news-report-list li {
    width: 190px;
    height: 257px;
    float: left; }
    .category-news .news-report-list li + li {
      margin-left: 30px; }
    .category-news .news-report-list li a {
      display: block;
      border: 1px solid #e4e4e4;
      width: 100%;
      height: 100%;
      position: relative;
      box-sizing: border-box;
      overflow: hidden; }
      .category-news .news-report-list li a img {
        display: block;
        transition: transform 1s;
        width: 100%;
        height: 100%; }
      .category-news .news-report-list li a:hover img {
        transform: scale(1.2); }
      .category-news .news-report-list li a span {
        line-height: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: #04a28e;
        background-color: rgba(4, 162, 142, 0.8); }

.right-video-list li {
  padding-left: 150px;
  height: 90px;
  margin-bottom: 29px;
  position: relative; }
  .right-video-list li .thumb {
    width: 135px;
    height: 90px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0; }
    .right-video-list li .thumb img {
      display: block;
      width: 100%;
      height: 100%;
      transition: transform 1s; }
    .right-video-list li .thumb:hover img {
      transform: scale(1.2); }
    .right-video-list li .thumb i {
      color: #fff;
      text-align: right;
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 32px;
      width: 100%;
      box-sizing: border-box;
      line-height: 1;
      height: 70px;
      background: url(../images/news-slide-mark.png);
      padding: 31px 10px 10px; }
  .right-video-list li .title {
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    font-size: 16px;
    margin-bottom: 25px; }
  .right-video-list li .mark {
    color: #999; }
    .right-video-list li .mark u {
      padding: 0 10px;
      font-size: 12px;
      color: #c7c5c5;
      position: relative;
      top: -1px; }

.hospital-intro-new {
  min-width: 1300px;
  padding: 55px 0 100px;
  background-color: #f8f8f8; }
  .hospital-intro-new .intro-wrap {
    position: relative;
    z-index: 0;
    margin-top: 40px; }
    .hospital-intro-new .intro-wrap .intro-txt {
      position: relative;
      z-index: 0;
      box-sizing: border-box;
      width: 640px;
      height: 400px;
      padding: 40px 40px 54px 36px;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.098); }
      .hospital-intro-new .intro-wrap .intro-txt div.border-top-right {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 41px;
        height: 41px;
        border-top: 1px solid red;
        border-right: 1px solid red; }
      .hospital-intro-new .intro-wrap .intro-txt h1 {
        display: block;
        width: 128px;
        line-height: 36px;
        font-size: 32px;
        margin-bottom: 30px;
        font-weight: 400; }
      .hospital-intro-new .intro-wrap .intro-txt p {
        width: 560px;
        text-align: justify;
        line-height: 32px;
        max-height: 160px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .hospital-intro-new .intro-wrap .intro-txt a:hover {
        color: #009F88; }
      .hospital-intro-new .intro-wrap .intro-txt a.home-more {
        display: block;
        height: 40px;
        width: 140px;
        text-align: center;
        box-sizing: border-box;
        color: #4CACA6;
        border: 1px solid #4CACA6;
        transition: all 0.3s;
        font-size: 13px;
        position: relative;
        margin-top: 40px; }
        .hospital-intro-new .intro-wrap .intro-txt a.home-more i {
          opacity: 0;
          color: #fff;
          display: inline-block;
          transition: all 0.3s;
          position: absolute;
          top: 7px;
          font-size: 15px; }
        .hospital-intro-new .intro-wrap .intro-txt a.home-more span {
          display: inline-block;
          transition: all 0.3s;
          line-height: 40px; }
        .hospital-intro-new .intro-wrap .intro-txt a.home-more:hover {
          background-color: #5ECCC5;
          border-color: #5ECCC5; }
          .hospital-intro-new .intro-wrap .intro-txt a.home-more:hover span {
            transform: translateX(-10px);
            color: #fff; }
          .hospital-intro-new .intro-wrap .intro-txt a.home-more:hover i {
            transform: translateX(5px);
            opacity: 1; }
    .hospital-intro-new .intro-wrap .hospital-img {
      position: absolute;
      right: 0;
      top: -30px;
      z-index: -1;
      width: 600px;
      height: 400px; }
      .hospital-intro-new .intro-wrap .hospital-img img {
        position: absolute;
        right: 0;
        top: -10px;
        width: 600px;
        height: 400px; }

.history-special-medical {
  height: 640px;
  padding-bottom: 50px;
  overflow: hidden; }
  .history-special-medical .tit-left span {
    text-align: center; }
  .history-special-medical .ts-wrap .slick-track {
    padding-top: 10px; }
  .history-special-medical .ts-wrap .slider-item {
    position: relative;
    width: 1300px;
    height: 410px;
    display: block;
    position: absolute;
    width: 280px;
    height: 240px; }
    .history-special-medical .ts-wrap .slider-item span, .history-special-medical .ts-wrap .slider-item img, .history-special-medical .ts-wrap .slider-item strong {
      display: block; }
    .history-special-medical .ts-wrap .slider-item span.img-wrap {
      overflow: hidden; }
      .history-special-medical .ts-wrap .slider-item span.img-wrap, .history-special-medical .ts-wrap .slider-item span.img-wrap img {
        width: 350px;
        height: 195px; }
    .history-special-medical .ts-wrap .slider-item strong {
      width: 280px;
      height: 180px; }
      .history-special-medical .ts-wrap .slider-item strong h2 {
        margin: 24px 15px;
        height: 68px;
        line-height: 34px;
        font-size: 24px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden; }
        .history-special-medical .ts-wrap .slider-item strong h2 p {
          height: 72px;
          margin: 0px 15px;
          line-height: 24px;
          font-size: 14px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 3;
          overflow: hidden; }
      .history-special-medical .ts-wrap .slider-item strong p.bottom {
        width: 280px;
        height: 160px; }
        .history-special-medical .ts-wrap .slider-item strong p.bottom > img {
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
      .history-special-medical .ts-wrap .slider-item strong.hasimg p {
        line-height: 24px;
        max-height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .history-special-medical .ts-wrap .slider-item strong.noimg p {
        line-height: 24px;
        max-height: 192px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .history-special-medical .ts-wrap .slider-item strong.a0 {
        left: 0;
        top: 60px; }
      .history-special-medical .ts-wrap .slider-item strong.a1 {
        left: 306px;
        top: 0; }
      .history-special-medical .ts-wrap .slider-item strong.a2 {
        left: 618px;
        top: 60px; }
      .history-special-medical .ts-wrap .slider-item strong.a3 {
        left: 920px;
        top: 0; }
  .history-special-medical .ts-wrap .prev, .history-special-medical .ts-wrap .next {
    box-sizing: border-box;
    position: absolute;
    top: 180px;
    z-index: 0;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, 0.15);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Chrome/Safari/Opera */
    -khtml-user-select: none;
    /* Konqueror */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently not supported by any browser */ }
    .history-special-medical .ts-wrap .prev:hover, .history-special-medical .ts-wrap .next:hover {
      background-color: #81c781;
      color: #fff; }
  .history-special-medical .ts-wrap .prev {
    left: -60px; }
  .history-special-medical .ts-wrap .next {
    right: -60px; }

.containernew {
  height: 680px;
  background-color: #25974F; }
  .containernew h2.leader-tit {
    font-size: 32px;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    font-weight: normal; }
  .containernew .leader-slider {
    height: 450px; }
    .containernew .leader-slider .leader-item {
      width: 210px;
      margin: 0 auto;
      height: 387px; }
      .containernew .leader-slider .leader-item div {
        height: 290px;
        width: 210px; }
        .containernew .leader-slider .leader-item div img {
          width: 100%;
          height: 100%; }
      .containernew .leader-slider .leader-item h3 {
        font-size: 20px;
        color: #fff;
        padding: 10px 0;
        text-align: center;
        font-weight: normal; }
      .containernew .leader-slider .leader-item span {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        text-align: center;
        display: block; }
    .containernew .leader-slider .prev, .containernew .leader-slider .next {
      position: absolute;
      top: 150px;
      width: 50px;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-size: 30px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      background-color: rgba(0, 0, 0, 0.2);
      background-color: #000 \9;
      opacity: 0.2 \9;
      filter: alpha(opacity=20);
      border-radius: 50%; }
      .containernew .leader-slider .prev:hover, .containernew .leader-slider .next:hover {
        background-color: #009F88; }
    .containernew .leader-slider .prev {
      left: -65px; }
    .containernew .leader-slider .next {
      right: -65px; }
  .containernew .slick-dots {
    bottom: 0; }
    .containernew .slick-dots li.slick-active {
      background-color: #5ECCC5; }

.hospital-guide {
  min-width: 1300px;
  height: 600px;
  padding: 105px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .hospital-guide .intro-wrap {
    position: relative;
    z-index: 0;
    margin-top: 40px; }
    .hospital-guide .intro-wrap .intro-txt {
      position: relative;
      z-index: 0;
      box-sizing: border-box;
      width: 860px;
      height: 520px;
      background-color: #fff;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.098); }
      .hospital-guide .intro-wrap .intro-txt ul.flex-container {
        display: flex;
        flex-wrap: wrap; }
        .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 50%;
          height: 260px; }
          .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(1) {
            background-image: url(../images/culture.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(2) {
            position: relative;
            background-image: url(../images/device.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
            .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(2) div.title {
              color: #000000; }
            .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(2)::before {
              content: '';
              position: absolute;
              display: block;
              top: 8px;
              right: 8px;
              width: 41px;
              height: 41px;
              border-top: 1px solid #a49bde;
              border-right: 1px solid #a49bde; }
            .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(2)::after {
              content: '';
              position: absolute;
              display: block;
              bottom: 8px;
              left: 8px;
              width: 41px;
              height: 41px;
              border-bottom: 1px solid #a49bde;
              border-left: 1px solid #a49bde; }
          .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(3) {
            background-image: url(../images/hos.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child:nth-child(4) {
            background-image: url(../images/eviroment.jpg);
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover; }
          .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child > div {
            width: 128px;
            height: 100px;
            text-align: center; }
            .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child > div div.title {
              width: 128px;
              height: 36px;
              font-size: 32px;
              color: #ffffff;
              margin-bottom: 36px; }
            .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child > div button {
              width: 100px;
              height: 28px;
              border-radius: 100px;
              border: none;
              background-color: #6eb0e7;
              font-size: 16px; }
              .hospital-guide .intro-wrap .intro-txt ul.flex-container li.flex-child > div button a {
                color: #ffffff; }
    .hospital-guide .intro-wrap .hospital-img {
      position: absolute;
      right: 0;
      top: -70px;
      z-index: -1;
      width: 600px;
      height: 502px;
      filter: blur(3px); }
      .hospital-guide .intro-wrap .hospital-img img {
        position: absolute;
        right: 0;
        top: -10px;
        width: 600px;
        height: 502px; }

.hos-culture {
  height: 640px;
  margin-top: 50px;
  margin-bottom: 95px; }
  .hos-culture .hos-culture-content {
    height: 640px;
    width: 1200px;
    display: flex;
    flex-wrap: wrap; }
    .hos-culture .hos-culture-content div, .hos-culture .hos-culture-content img {
      height: 320px;
      width: 600px;
      display: block; }
    .hos-culture .hos-culture-content .inner-cul h2, .hos-culture .hos-culture-content .inner-org h2 {
      text-align: center;
      margin-top: 88px;
      color: #fff;
      font-size: 32px;
      font-weight: normal; }
    .hos-culture .hos-culture-content .inner-cul .home-more, .hos-culture .hos-culture-content .inner-org .home-more {
      margin: 30px auto 0; }
    .hos-culture .hos-culture-content .inner-cul {
      background-color: #0C977A; }
      .hos-culture .hos-culture-content .inner-cul .home-more {
        display: block;
        height: 40px;
        width: 140px;
        text-align: center;
        box-sizing: border-box;
        color: #fff;
        border: 1px solid #fff;
        transition: all 0.3s;
        font-size: 13px;
        position: relative; }
        .hos-culture .hos-culture-content .inner-cul .home-more i {
          opacity: 0;
          color: #0C977A;
          display: inline-block;
          transition: all 0.3s;
          position: absolute;
          top: 7px;
          font-size: 15px; }
        .hos-culture .hos-culture-content .inner-cul .home-more span {
          display: inline-block;
          transition: all 0.3s;
          line-height: 40px; }
        .hos-culture .hos-culture-content .inner-cul .home-more:hover {
          background-color: #fff;
          border-color: #fff; }
          .hos-culture .hos-culture-content .inner-cul .home-more:hover span {
            transform: translateX(-10px);
            color: #0C977A; }
          .hos-culture .hos-culture-content .inner-cul .home-more:hover i {
            transform: translateX(5px);
            opacity: 1; }
    .hos-culture .hos-culture-content .inner-org {
      background-color: #4BA654; }
      .hos-culture .hos-culture-content .inner-org .home-more {
        display: block;
        height: 40px;
        width: 140px;
        text-align: center;
        box-sizing: border-box;
        color: #fff;
        border: 1px solid #fff;
        transition: all 0.3s;
        font-size: 13px;
        position: relative; }
        .hos-culture .hos-culture-content .inner-org .home-more i {
          opacity: 0;
          color: #4BA654;
          display: inline-block;
          transition: all 0.3s;
          position: absolute;
          top: 7px;
          font-size: 15px; }
        .hos-culture .hos-culture-content .inner-org .home-more span {
          display: inline-block;
          transition: all 0.3s;
          line-height: 40px; }
        .hos-culture .hos-culture-content .inner-org .home-more:hover {
          background-color: #fff;
          border-color: #fff; }
          .hos-culture .hos-culture-content .inner-org .home-more:hover span {
            transform: translateX(-10px);
            color: #4BA654; }
          .hos-culture .hos-culture-content .inner-org .home-more:hover i {
            transform: translateX(5px);
            opacity: 1; }

.hos-history {
  height: 500px;
  width: 100%;
  min-width: 1200px;
  margin: 80px 0;
  background-image: url(../images/xxzrmyy/dividing_rule.png);
  background-size: 100% auto;
  background-position: 0 345px;
  background-repeat-y: no-repeat;
  transition: all 0.8s; }
  .hos-history .hos-history-content {
    height: 500px;
    background-color: #aaaaaa;
    overflow: hidden;
    position: relative;
    background-image: url(../images/xxzrmyy/brief_cul_bg.jpg);
    background-size: 100% 100%; }
    .hos-history .hos-history-content img.his-right {
      height: 100%;
      position: absolute;
      right: 0; }
    .hos-history .hos-history-content .history-slider {
      height: 207px;
      width: 830px;
      position: absolute;
      right: 40px;
      bottom: 60px;
      z-index: 5; }
      .hos-history .hos-history-content .history-slider .his-item {
        -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
        height: 135px;
        width: 830px;
        opacity: 0;
        transform: translateY(-30px);
        transition-delay: 0.8s; }
        .hos-history .hos-history-content .history-slider .his-item .his-img {
          height: 136px;
          width: 240px;
          box-sizing: border-box;
          padding: 4px;
          background-color: #fff; }
          .hos-history .hos-history-content .history-slider .his-item .his-img img {
            height: 128px;
            width: 232px; }
        .hos-history .hos-history-content .history-slider .his-item .his-cont {
          padding-left: 40px;
          position: relative; }
          .hos-history .hos-history-content .history-slider .his-item .his-cont:before {
            content: '';
            width: 30px;
            height: 0;
            position: absolute;
            left: 0;
            top: 66px;
            border-bottom: 1px dashed #fff; }
          .hos-history .hos-history-content .history-slider .his-item .his-cont h2 {
            font-size: 40px;
            color: #fff; }
          .hos-history .hos-history-content .history-slider .his-item .his-cont p {
            font-size: 14px;
            color: #D7D7D7;
            line-height: 20px;
            max-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
      .hos-history .hos-history-content .history-slider .slick-active .his-item {
        opacity: 1;
        transform: translateY(0px); }
      .hos-history .hos-history-content .history-slider .prev, .hos-history .hos-history-content .history-slider .next {
        position: absolute;
        top: 150px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        font-size: 30px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        background-color: rgba(0, 0, 0, 0.2);
        background-color: #000 \9;
        opacity: 0.2 \9;
        filter: alpha(opacity=20);
        border-radius: 50%; }
        .hos-history .hos-history-content .history-slider .prev:hover, .hos-history .hos-history-content .history-slider .next:hover {
          background-color: #009F88; }
      .hos-history .hos-history-content .history-slider .prev {
        right: 60px; }
      .hos-history .hos-history-content .history-slider .next {
        right: 0; }
    .hos-history .hos-history-content .year-list {
      height: 100%;
      width: 870px;
      position: absolute;
      right: 0; }
      .hos-history .hos-history-content .year-list .his-loop-li {
        padding-left: 58px;
        position: absolute;
        top: -43px;
        right: 260px;
        width: fit-content;
        transition: all 0.8s; }
        .hos-history .hos-history-content .year-list .his-loop-li span {
          display: inline-block;
          font-size: 24px;
          color: #fff; }
          .hos-history .hos-history-content .year-list .his-loop-li span:before {
            content: '';
            display: block;
            position: absolute;
            left: 20px;
            top: 20px;
            height: 0;
            width: 30px;
            border: 1px dashed #4D83CF; }
        .hos-history .hos-history-content .year-list .his-loop-li:before {
          content: '';
          display: block;
          height: 13px;
          width: 13px;
          background-color: #4D83CF;
          border: 3px solid #fff;
          border-radius: 50%;
          position: absolute;
          left: 0;
          top: 11px; }
        .hos-history .hos-history-content .year-list .his-loop-li[data-active='0'] {
          top: 400px;
          right: 690px;
          z-index: 1; }
        .hos-history .hos-history-content .year-list .his-loop-li[data-active='1'] {
          top: 140px;
          right: 432px;
          z-index: 1; }
        .hos-history .hos-history-content .year-list .his-loop-li[data-active='2'] {
          top: 60px;
          right: 350px;
          z-index: 1; }
        .hos-history .hos-history-content .year-list .his-loop-li[data-active='-1'] {
          top: 500px;
          right: 800px;
          z-index: 1; }

.party-work {
  height: 461px;
  width: 100%;
  position: relative; }
  .party-work .inner-party-work {
    margin-top: 60px; }
    .party-work .inner-party-work .party-work-tit {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      color: #B0414E;
      line-height: 32px;
      font-size: 32px;
      text-align: center; }
    .party-work .inner-party-work .party-work-list {
      height: 200px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      margin-top: 30px; }
      .party-work .inner-party-work .party-work-list .party-work-item {
        height: 100px;
        width: 380px; }
        .party-work .inner-party-work .party-work-list .party-work-item:nth-child(-n+3) {
          border-bottom: 1px solid rgba(215, 215, 215, 0.5); }
        .party-work .inner-party-work .party-work-list .party-work-item span {
          font-size: 14px;
          font-family: 微软雅黑;
          color: #B0414E;
          display: inline-block;
          margin-top: 10px; }
        .party-work .inner-party-work .party-work-list .party-work-item p {
          font-size: 16px;
          font-family: 微软雅黑;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
  .party-work a.news-more {
    display: block;
    height: 50px;
    width: 200px;
    border: 1px solid #F3AE41;
    text-align: center;
    line-height: 50px;
    margin: 35px auto 0;
    transition: all 0.3s; }
    .party-work a.news-more span {
      color: #B0414E;
      font-size: 16px;
      transition: all 0.3s;
      display: inline-block; }
    .party-work a.news-more i {
      position: absolute;
      color: #fff;
      font-size: 16px;
      transform: translateX(-15px);
      transition: all 0.3s;
      opacity: 0; }
    .party-work a.news-more:hover {
      background-color: #B0414E;
      border-color: #B0414E; }
      .party-work a.news-more:hover span {
        transform: translateX(-15px);
        color: #fff; }
      .party-work a.news-more:hover i {
        opacity: 1;
        transform: translateX(0); }

.party-dynamic {
  width: 100%;
  min-width: 1200px; }
  .party-dynamic .party-qizhi, .party-dynamic .party-qizhi-reverse {
    height: 64px;
    width: 100%;
    background-image: url(../images/xxzrmyy/qizhi.png);
    background-size: 100% 100%; }
  .party-dynamic .party-qizhi-reverse {
    transform: rotate(180deg); }
  .party-dynamic .party-family {
    height: 694px;
    width: 100%;
    background-color: #B0414E;
    position: relative; }
    .party-dynamic .party-family .layout {
      position: relative; }
      .party-dynamic .party-family .layout .party-float-icon {
        height: 233px;
        width: 233px;
        display: block;
        position: absolute;
        font-size: 265px;
        line-height: 1;
        left: -233px;
        top: 65px;
        color: rgba(249, 177, 41, 0.2); }
      .party-dynamic .party-family .layout .party-family-tit {
        height: 98px;
        width: 179px;
        background-color: #F6E1C3;
        line-height: 90px;
        box-sizing: border-box;
        border-top: 8px solid #F3AE41;
        font-size: 32px;
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #B0414E;
        text-align: center;
        position: absolute;
        left: 40px;
        top: -80px;
        z-index: 1;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15); }
    .party-dynamic .party-family .family-slick {
      height: 300px;
      width: 100%;
      position: relative;
      top: -80px; }
      .party-dynamic .party-family .family-slick .slick-arrow {
        position: absolute;
        display: block;
        height: 38px;
        width: 38px;
        border-radius: 50%;
        border: 2px solid rgba(255, 255, 255, 0.4);
        text-align: center;
        line-height: 38px;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.4);
        cursor: pointer; }
      .party-dynamic .party-family .family-slick .slick-arrow.prev {
        left: -95px;
        top: 150px; }
      .party-dynamic .party-family .family-slick .slick-arrow.next {
        right: -95px;
        top: 150px; }
      .party-dynamic .party-family .family-slick .family-slick-item {
        height: 100%;
        width: 100%; }
        .party-dynamic .party-family .family-slick .family-slick-item .family-slick-imgbox {
          display: block;
          height: 300px;
          width: 560px;
          overflow: hidden; }
        .party-dynamic .party-family .family-slick .family-slick-item img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
          .party-dynamic .party-family .family-slick .family-slick-item img:hover {
            transform: scale(1.05); }
        .party-dynamic .party-family .family-slick .family-slick-item .family-slick-item-tit {
          height: 96px;
          width: 562px;
          top: 146px;
          position: relative; }
          .party-dynamic .party-family .family-slick .family-slick-item .family-slick-item-tit:before {
            content: '';
            display: block;
            height: 2px;
            width: 43px;
            background-color: rgba(255, 255, 255, 0.6);
            position: absolute;
            top: -20px;
            left: 0; }
          .party-dynamic .party-family .family-slick .family-slick-item .family-slick-item-tit h3 {
            font-size: 18px;
            color: #fff;
            width: 368px;
            height: 48px;
            width: 100%;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            margin-bottom: 20px; }
          .party-dynamic .party-family .family-slick .family-slick-item .family-slick-item-tit p {
            font-size: 14px;
            color: #fff;
            line-height: 24px;
            max-height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
      .party-dynamic .party-family .family-slick .slick-dots {
        text-align: right;
        width: auto;
        padding: 0 24px;
        bottom: 10px;
        right: 640px; }
        .party-dynamic .party-family .family-slick .slick-dots li {
          width: 10px;
          height: 10px; }
          .party-dynamic .party-family .family-slick .slick-dots li.slick-active {
            width: 20px;
            background-color: #B0414E; }
    .party-dynamic .party-family .party-family-list {
      height: 203px;
      width: 100%;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 0;
      padding-top: 135px; }
      .party-dynamic .party-family .party-family-list li {
        width: 560px;
        margin-bottom: 15px;
        line-height: 36px;
        position: relative;
        box-sizing: border-box;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .party-dynamic .party-family .party-family-list li p {
          width: 560px;
          height: 48px;
          margin: 14px 0 10px;
          font-size: 16px;
          color: #fff;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .party-dynamic .party-family .party-family-list li span {
          display: block;
          color: #E69E49;
          font-size: 14px;
          line-height: 14px; }

.invite-section {
  background-image: url(/static/images/xxzrmyy/neiye-bg.jpg);
  background-repeat: repeat;
  height: 500px;
  margin-top: -85px;
  padding-bottom: 100px; }
  .invite-section .inner-invite-section {
    height: 100%;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    background-color: #fff;
    position: relative; }
    .invite-section .inner-invite-section .invite-section-content {
      width: 50%;
      height: 100%;
      padding: 40px;
      box-sizing: border-box; }
      .invite-section .inner-invite-section .invite-section-content .invite-tit {
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 36px;
        line-height: 36px;
        height: 40px; }
        .invite-section .inner-invite-section .invite-section-content .invite-tit .invite-title-name {
          font-size: 36px;
          color: #333333;
          font-weight: normal; }
        .invite-section .inner-invite-section .invite-section-content .invite-tit .invite-title-more {
          font-size: 16px;
          color: #B8741A;
          font-weight: normal; }
          .invite-section .inner-invite-section .invite-section-content .invite-tit .invite-title-more i {
            color: #FFA943; }
      .invite-section .inner-invite-section .invite-section-content .invite-item {
        width: 520px;
        height: 98px;
        box-sizing: border-box;
        padding-top: 20px; }
        .invite-section .inner-invite-section .invite-section-content .invite-item:hover p {
          color: #F3AE41; }
        .invite-section .inner-invite-section .invite-section-content .invite-item span {
          font-size: 14px;
          color: #F3AE41;
          margin-bottom: 10px;
          margin-bottom: 5px;
          display: inline-block; }
        .invite-section .inner-invite-section .invite-section-content .invite-item p {
          height: 48px;
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          color: #555555;
          font-family: 微软雅黑; }
      .invite-section .inner-invite-section .invite-section-content .invite-item + .invite-item {
        border-top: 1px solid rgba(123, 77, 18, 0.3); }

.news-container {
  background-color: #F0F0EA;
  padding: 60px 0 20px; }
  .news-container .inner-news .inner-news-content {
    display: flex;
    justify-content: space-between; }
    .news-container .inner-news .inner-news-content .news-img-news {
      width: 720px;
      height: 440px;
      position: relative; }
      .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 720px;
        height: 440px;
        position: relative; }
        .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 16px; }
          .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a img {
            display: block;
            width: 100%;
            height: 100%; }
          .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
            width: 100%;
            height: 220px;
            background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            box-sizing: border-box;
            padding-left: 30px; }
            .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
              width: 660px;
              height: 60px;
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 20px;
              color: #FFFFFF;
              line-height: 30px;
              max-height: 60px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box !important;
              position: absolute;
              bottom: 60px; }
            .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 16px;
              color: #FFFFFF;
              line-height: 16px;
              position: absolute;
              bottom: 26px; }
      .news-container .inner-news .inner-news-content .news-img-news .slick-dots {
        text-align: right;
        width: auto;
        padding: 0 20px;
        bottom: 10px;
        right: 0; }
        .news-container .inner-news .inner-news-content .news-img-news .slick-dots li {
          width: 50px;
          height: 8px;
          border-radius: 0;
          background-color: rgba(255, 255, 255, 0.6); }
          .news-container .inner-news .inner-news-content .news-img-news .slick-dots li.slick-active {
            background-color: #EAB660; }
    .news-container .inner-news .inner-news-content .news-img-news-dots {
      width: 480px;
      height: 440px;
      background-color: #fff; }
      .news-container .inner-news .inner-news-content .news-img-news-dots .slick-list {
        overflow: visible; }
      .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot {
        height: 110px;
        display: block;
        position: relative;
        padding: 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
        .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
          width: 440px;
          height: 48px;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          letter-spacing: normal;
          color: #333333;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          margin-bottom: 8px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot .news-dot-mark {
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 14px;
          letter-spacing: normal;
          color: #6C9AD5;
          line-height: 14px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:after {
          content: "";
          display: block;
          width: 440px;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 20px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          font-size: 0;
          border: 20px solid transparent;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -40px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:last-child:after {
          display: none; }
        .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current {
          width: 500px !important;
          transform: translateX(-10px);
          background-color: #283189;
          padding-left: 30px; }
          .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current .news-dot-title {
            color: #fff; }
          .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current:before {
            border-right-color: #283189; }
      .news-container .inner-news .inner-news-content .news-img-news-dots li {
        position: relative;
        transition: width 0.3s;
        height: 110px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item {
          display: block;
          padding: 20px;
          height: 100%; }
          .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item p {
            width: 440px;
            height: 48px;
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            letter-spacing: normal;
            color: #333333;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            margin-bottom: 8px; }
          .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item span {
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            letter-spacing: normal;
            color: #6C9AD5;
            line-height: 14px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots li:after {
          content: "";
          display: block;
          width: 440px;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 20px; }
        .news-container .inner-news .inner-news-content .news-img-news-dots li:last-child:after {
          display: none; }
        .news-container .inner-news .inner-news-content .news-img-news-dots li:hover {
          width: 500px;
          transform: translateX(-10px);
          background-color: #283189; }
          .news-container .inner-news .inner-news-content .news-img-news-dots li:hover .text-news-item {
            padding-left: 30px; }
          .news-container .inner-news .inner-news-content .news-img-news-dots li:hover p {
            color: #fff; }
          .news-container .inner-news .inner-news-content .news-img-news-dots li:hover:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            font-size: 0;
            border: 20px solid transparent;
            border-right-color: #283189;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -40px; }
  .news-container .inner-news .more {
    margin-top: 20px;
    text-align: right;
    display: block; }
    .news-container .inner-news .more span {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 16px;
      color: #283189;
      line-height: 16px; }
    .news-container .inner-news .more i {
      color: #FFA943; }

.media-content .inner-media {
  display: flex;
  justify-content: space-between;
  padding-top: 60px; }
  .media-content .inner-media .media-item {
    width: 380px; }
    .media-content .inner-media .media-item h2 {
      display: flex;
      justify-content: space-between;
      margin-bottom: 20px;
      height: 24px; }
      .media-content .inner-media .media-item h2 .media-tit {
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 24px;
        color: #555555;
        line-height: 24px; }
      .media-content .inner-media .media-item h2 i {
        color: #FFA943;
        font-size: 24px;
        line-height: 24px; }
    .media-content .inner-media .media-item .news-thumb {
      width: 380px;
      height: 214px;
      overflow: hidden; }
      .media-content .inner-media .media-item .news-thumb img {
        width: 380px;
        height: 214px;
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s; }
      .media-content .inner-media .media-item .news-thumb:hover img {
        transform: scale(1.05);
        -webkit-transform: scale(1.05);
        -moz-transform: scale(1.05);
        -o-transform: scale(1.05);
        transition: all 1s;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -o-transition: all 1s; }
    .media-content .inner-media .media-item .news-info-list {
      width: 100%;
      background-color: #fff; }
      .media-content .inner-media .media-item .news-info-list li {
        position: relative;
        transition: width 0.3s;
        height: 94px;
        border-bottom: 1px solid rgba(215, 215, 215, 0.5); }
        .media-content .inner-media .media-item .news-info-list li .text-news-item {
          display: block;
          padding: 10px 0;
          height: 100%;
          box-sizing: border-box; }
          .media-content .inner-media .media-item .news-info-list li .text-news-item p {
            width: 100%;
            height: 48px;
            font-family: '微软雅黑', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 16px;
            color: #000000;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important;
            margin-bottom: 0; }
          .media-content .inner-media .media-item .news-info-list li .text-news-item span {
            font-family: '微软雅黑', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            color: #6C9AD5;
            line-height: 14px; }
        .media-content .inner-media .media-item .news-info-list li:last-child {
          border: none; }

.special-content {
  background-color: #F0F0EA;
  position: relative;
  z-index: 0;
  min-width: 1200px;
  margin-top: 60px; }
  .special-content .inner-special {
    padding: 60px 0 60px;
    position: relative;
    z-index: 2; }
    .special-content .inner-special h2 {
      height: 24px; }
      .special-content .inner-special h2 a.fl {
        font-size: 24px;
        line-height: 24px;
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #555555; }
      .special-content .inner-special h2 .home-more {
        font-family: 'Arial Normal', 'Arial', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        color: #283189;
        line-height: 16px; }
        .special-content .inner-special h2 .home-more i {
          color: #FFA943; }
  .special-content .special-slider {
    height: 214px;
    margin-right: -30px;
    margin-top: 20px; }
    .special-content .special-slider .special-item {
      float: left;
      width: 380px;
      height: 214px;
      margin-right: 30px; }
      .special-content .special-slider .special-item a {
        display: block;
        width: 380px;
        height: 214px;
        overflow: hidden; }
        .special-content .special-slider .special-item a img {
          display: block;
          width: 380px;
          height: 214px;
          transition: all 0.3s; }
    .special-content .special-slider .special-item:hover img {
      transform: scale(1.05); }

.organization-content {
  margin-top: 50px;
  display: flex;
  justify-content: space-between; }
  .organization-content .left {
    width: 300px;
    height: 260px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .organization-content .left a {
      display: block;
      width: 100%;
      height: 80px;
      background-color: #F2F2F2;
      text-align: center;
      line-height: 80px;
      font-size: 20px;
      color: #333; }
      .organization-content .left a.cur {
        background-image: linear-gradient(to right bottom, #314094, #4150d0);
        color: #fff; }
  .organization-content .right ul {
    width: 870px;
    display: none;
    justify-content: space-between;
    flex-wrap: wrap; }
    .organization-content .right ul li {
      width: 430px;
      height: 50px;
      margin-bottom: 20px;
      position: relative; }
      .organization-content .right ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-left: 60px;
        border: 1px solid #DFDFDF;
        line-height: 50px; }
        .organization-content .right ul li a span {
          color: #555;
          font-size: 14px;
          display: inline-block; }
        .organization-content .right ul li a i {
          position: absolute;
          color: #fff;
          font-size: 16px;
          transform: translateX(-15px);
          transition: all 0.3s;
          opacity: 0;
          right: 20px; }
        .organization-content .right ul li a:hover {
          background-image: linear-gradient(to right bottom, #314094, #4150d0);
          border: none;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
          .organization-content .right ul li a:hover span {
            color: #fff; }
          .organization-content .right ul li a:hover i {
            opacity: 1;
            transform: translateX(0); }
    .organization-content .right ul.cur {
      display: flex; }

/************************ 党群建设频道页 ********************************/
.science-news.youth-news {
  width: 770px; }
  .science-news.youth-news .news-img-news {
    width: 420px;
    height: 292px; }
    .science-news.youth-news .news-img-news .news-img-news-item {
      width: 420px;
      height: 292px; }
  .science-news.youth-news .text-news-wrap {
    height: 292px;
    width: 320px;
    margin-left: 30px; }
.science-news .news-img-news {
  width: 700px;
  height: 368px;
  position: relative;
  overflow: hidden; }
  .science-news .news-img-news .news-img-news-item {
    width: 700px;
    height: 368px;
    position: relative; }
    .science-news .news-img-news .news-img-news-item a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 16px; }
      .science-news .news-img-news .news-img-news-item a img {
        display: block;
        width: 100%;
        height: 100%; }
      .science-news .news-img-news .news-img-news-item a span {
        height: 144px;
        background: url(../images/news-slide-mark.png);
        box-sizing: border-box;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 104px 170px 16px 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
  .science-news .news-img-news .slick-dots {
    text-align: right;
    width: auto;
    padding: 0 20px;
    bottom: 10px;
    right: 0; }
    .science-news .news-img-news .slick-dots li {
      background-color: rgba(255, 255, 255, 0.6); }
      .science-news .news-img-news .slick-dots li.slick-active {
        background-color: #ff8400; }
.science-news .text-news-wrap {
  box-sizing: border-box;
  width: 450px;
  background-color: #fff;
  height: 368px; }
  .science-news .text-news-wrap li {
    padding: 14px 0;
    border-bottom: 1px dashed #e4e4e4;
    transition: background-color .3s; }
    .science-news .text-news-wrap li:hover {
      background-color: #f8f8f8; }
    .science-news .text-news-wrap li:last-child {
      border-bottom: none; }
    .science-news .text-news-wrap li .text-news-item {
      display: block;
      position: relative;
      padding-left: 74px; }
      .science-news .text-news-wrap li .text-news-item .text-news-title {
        height: 46px;
        line-height: 23px;
        max-height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        font-size: 15px;
        font-weight: normal; }
      .science-news .text-news-wrap li .text-news-item .text-news-mark {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 50px;
        line-height: 1; }
        .science-news .text-news-wrap li .text-news-item .text-news-mark b {
          font-size: 20px;
          color: #009F88;
          display: block;
          border-bottom: 1px solid #e4e4e4;
          padding-bottom: 6px;
          margin-bottom: 5px; }
        .science-news .text-news-wrap li .text-news-item .text-news-mark span {
          color: #999;
          font-size: 12px; }

.science-notice > .fl {
  width: 750px; }
.science-notice > .fr {
  width: 420px; }
.science-notice .science-notice-left.science-notice-column ul li {
  width: 380px;
  margin-bottom: 20px; }
  .science-notice .science-notice-left.science-notice-column ul li:last-child, .science-notice .science-notice-left.science-notice-column ul li:nth-child(3n) {
    margin-bottom: 20px; }
.science-notice .science-notice-left ul {
  margin-right: -30px; }
  .science-notice .science-notice-left ul li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #e4e4e4;
    box-sizing: border-box;
    width: 360px;
    height: 100px;
    padding: 16px 14px;
    position: relative;
    padding-left: 80px;
    transition: border-color .3s,box-shadow .3s; }
    .science-notice .science-notice-left ul li:hover {
      border-color: #009F88;
      box-shadow: 0px 10px 10px rgba(0, 159, 136, 0.2); }
    .science-notice .science-notice-left ul li.nodate {
      padding-left: 14px; }
    .science-notice .science-notice-left ul li:last-child, .science-notice .science-notice-left ul li:nth-child(3n) {
      margin-bottom: 0; }
    .science-notice .science-notice-left ul li .tit {
      font-size: 15px;
      text-align: justify;
      font-weight: normal;
      margin-top: -3px; }
      .science-notice .science-notice-left ul li .tit a {
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
    .science-notice .science-notice-left ul li .date {
      position: absolute;
      top: 14px;
      left: 14px;
      background-color: #009F88;
      color: #fff;
      width: 54px;
      height: 68px;
      text-align: center; }
      .science-notice .science-notice-left ul li .date b {
        font-size: 36px;
        display: block;
        line-height: 1;
        margin-top: 5px; }
      .science-notice .science-notice-left ul li .date span {
        font-size: 12px; }
    .science-notice .science-notice-left ul li .mark {
      line-height: 16px;
      height: 16px;
      margin-top: 10px; }
      .science-notice .science-notice-left ul li .mark span {
        color: #999;
        width: 80%;
        line-height: 16px;
        max-height: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .science-notice .science-notice-left ul li .mark a {
        color: #009F88; }
        .science-notice .science-notice-left ul li .mark a:hover {
          color: #cf9d4b; }
        .science-notice .science-notice-left ul li .mark a i {
          font-size: 17px;
          vertical-align: middle; }
.science-notice .science-notice-right a {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap; }
  .science-notice .science-notice-right a:before {
    content: '•';
    color: #009F88;
    margin-right: 3px;
    font-family: 'Arial Normal', 'Arial'; }

.key-department {
  padding: 50px 0;
  background-color: #f2f2f2; }
  .key-department .inner-list-content {
    padding: 35px 25px 20px;
    background-color: #fff; }
  .key-department .key-department-item {
    margin-bottom: 15px;
    box-sizing: border-box;
    color: #fff; }
    .key-department .key-department-item .tit {
      font-size: 16px;
      text-align: center;
      margin-bottom: 20px;
      color: #009F88; }
    .key-department .key-department-item .list {
      margin-right: -22px; }
      .key-department .key-department-item .list a {
        display: block;
        width: 173px;
        height: 46px;
        line-height: 46px;
        box-sizing: border-box;
        border: 1px solid #e4e4e4;
        text-align: center;
        margin-right: 22px;
        margin-bottom: 10px;
        float: left;
        overflow: hidden;
        transition: border-color .3s,box-shadow .3s;
        position: relative;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        .key-department .key-department-item .list a span {
          position: relative;
          z-index: 3; }
        .key-department .key-department-item .list a:before {
          content: '';
          position: absolute;
          z-index: 2;
          width: 100%;
          height: 100%;
          left: 0;
          opacity: 0;
          top: 0;
          transform: scale3d(0.7, 1, 1);
          transition: transform 0.4s, opacity 0.4s;
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
        .key-department .key-department-item .list a:hover {
          color: #fff;
          border-color: #009F88;
          box-shadow: 0px 10px 10px rgba(0, 159, 136, 0.2); }
          .key-department .key-department-item .list a:hover:before {
            background-color: rgba(0, 159, 136, 0.9);
            opacity: 1;
            transform: translate3d(0, 0, 0); }

.science-platform {
  margin-bottom: 50px; }
  .science-platform > .fl {
    width: 750px; }
  .science-platform > .fr {
    width: 420px; }
  .science-platform .science-platform-left .inner-list-content {
    padding: 34px 0 15px; }
  .science-platform .science-platform-left .science-platform-item {
    box-sizing: border-box;
    text-align: center; }
    .science-platform .science-platform-left .science-platform-item .tit {
      font-size: 16px;
      margin-bottom: 12px;
      text-align: center;
      color: #009F88; }
    .science-platform .science-platform-left .science-platform-item .list {
      line-height: 46px;
      margin-right: -23px; }
      .science-platform .science-platform-left .science-platform-item .list.col3 li {
        width: 33.33%;
        float: left; }
      .science-platform .science-platform-left .science-platform-item .list.col4 li {
        margin-left: 15px;
        margin-right: 15px;
        display: inline-block; }
      .science-platform .science-platform-left .science-platform-item .list.col6 li {
        width: 14.66%;
        float: left; }
      .science-platform .science-platform-left .science-platform-item .list li {
        width: 385px;
        margin-right: 22px;
        margin-bottom: 22px;
        float: left; }
        .science-platform .science-platform-left .science-platform-item .list li a {
          border: 1px solid #e4e4e4;
          text-align: center;
          display: block;
          width: 100%;
          height: 47px;
          line-height: 47px;
          overflow: hidden;
          transition: border-color .3s,box-shadow .3s;
          position: relative;
          transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
          .science-platform .science-platform-left .science-platform-item .list li a span {
            position: relative;
            z-index: 3; }
          .science-platform .science-platform-left .science-platform-item .list li a:before {
            content: '';
            position: absolute;
            z-index: 2;
            width: 100%;
            height: 100%;
            left: 0;
            opacity: 0;
            top: 0;
            transform: scale3d(0.7, 1, 1);
            transition: transform 0.4s, opacity 0.4s;
            transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
          .science-platform .science-platform-left .science-platform-item .list li a:hover {
            color: #fff;
            border-color: #009F88;
            box-shadow: 0px 10px 10px rgba(0, 159, 136, 0.2); }
            .science-platform .science-platform-left .science-platform-item .list li a:hover:before {
              background-color: rgba(0, 159, 136, 0.9);
              opacity: 1;
              transform: translate3d(0, 0, 0); }
  .science-platform .science-platform-right a {
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block; }
    .science-platform .science-platform-right a:before {
      content: '•';
      color: #009F88;
      margin-right: 3px;
      font-family: 'Arial Normal', 'Arial'; }

/************************  青年工作频道页  ********************************/
.youth-organization {
  width: 380px; }
  .youth-organization p {
    text-align: justify;
    line-height: 27px;
    margin-bottom: 0; }
  .youth-organization img {
    margin-right: 20px;
    margin-top: -2px; }

.youth-col-wrap > .youth-col-7 {
  width: 770px; }
.youth-col-wrap > .youth-col-5 {
  width: 380px; }
.youth-col-wrap .youth-volunteers .thumb {
  display: inline-block;
  margin-bottom: 10px; }

.youth-col-row-2 {
  padding: 50px 0;
  background-color: #f2f2f2; }
  .youth-col-row-2 .youth-col-7, .youth-col-row-2 .youth-col-5 {
    height: 351px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px; }

.intro-info {
  padding-left: 650px;
  position: relative;
  box-sizing: border-box;
  height: 384px;
  margin: 10px auto 60px; }
  .intro-info .video {
    width: 590px;
    height: 384px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f2f2f2;
    overflow: hidden; }
    .intro-info .video img {
      display: block;
      width: 590px;
      height: 384px;
      position: absolute;
      top: 0;
      left: 0;
      transition: transform .85s; }
    .intro-info .video .video-play {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .intro-info .video .video-play i {
        width: 85px;
        height: 85px;
        display: block;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.3);
        font-size: 60px;
        line-height: 85px;
        text-align: center;
        color: #fff;
        margin: 149px auto; }
    .intro-info .video:hover img {
      transform: scale(1.2); }
    .intro-info .video:hover:before {
      color: #009F88; }
    .intro-info .video .video-player {
      width: 590px;
      height: 384px;
      position: absolute;
      top: 0;
      left: 0; }
  .intro-info .detail h4 {
    font-size: 22px;
    margin: 25px 0 15px; }
  .intro-info .detail p {
    font-size: 16px;
    line-height: 28px;
    color: #666; }
  .intro-info .detail .more-info {
    width: 123px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    color: #fff;
    display: block;
    margin-top: 27px;
    position: relative;
    box-sizing: border-box;
    padding-left: 37px;
    background-color: #009F88; }
    .intro-info .detail .more-info:hover {
      background-color: #00c8ab; }
    .intro-info .detail .more-info:before {
      border: 9px solid #fff;
      background-color: inherit;
      padding: 2px;
      position: absolute;
      top: 4px;
      left: 4px;
      border-radius: 50%;
      content: ''; }
    .intro-info .detail .more-info i {
      padding-left: 5px; }

.intro-learder {
  background-color: #f2f2f2;
  padding: 40px 0; }
  .intro-learder .leader-list-item {
    width: 140px;
    height: 240px;
    float: left; }
    .intro-learder .leader-list-item + div {
      margin-left: 11px; }
    .intro-learder .leader-list-item img {
      width: 140px;
      height: 190px;
      display: block; }
    .intro-learder .leader-list-item h4 {
      height: 50px;
      line-height: 1.3;
      text-align: center;
      background-color: #0096d7;
      font-weight: normal;
      color: #fff;
      width: 140px;
      vertical-align: middle;
      display: table-cell;
      padding: 0 7px; }

.culture-info {
  padding-left: 650px;
  position: relative;
  box-sizing: border-box;
  height: 545px;
  margin: 60px auto;
  position: relative; }
  .culture-info .audio {
    width: 590px;
    height: 545px;
    position: absolute;
    left: 0;
    top: 0;
    background: #f2f2f2 url(../images/culture-info-img.jpg); }
    .culture-info .audio .audio-wrap {
      width: 300px;
      height: 50px;
      position: absolute;
      top: 40px;
      left: 50%;
      margin-left: -150px; }
      .culture-info .audio .audio-wrap .audio-player {
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 25px;
        position: absolute;
        top: 0;
        right: 0; }
        .culture-info .audio .audio-wrap .audio-player .audioplayer {
          height: 50px;
          background: #0096d7 !important;
          text-shadow: none;
          border: none; }
          .culture-info .audio .audio-wrap .audio-player .audioplayer .audioplayer-playpause {
            width: 50px;
            height: 50px;
            background-color: #0096d7; }
          .culture-info .audio .audio-wrap .audio-player .audioplayer .audioplayer-volume, .culture-info .audio .audio-wrap .audio-player .audioplayer .audioplayer-time {
            display: none !important; }
      .culture-info .audio .audio-wrap .audio-play {
        width: 300px;
        height: 50px;
        border-radius: 25px;
        color: #fff;
        background-color: #009F88;
        background-color: rgba(0, 159, 136, 0.9);
        margin: 0 auto;
        text-align: center;
        position: relative;
        box-sizing: border-box;
        padding-right: 50px;
        display: block;
        font-size: 16px; }
        .culture-info .audio .audio-wrap .audio-play i {
          width: 50px;
          height: 50px;
          font-size: 28px;
          margin-right: 5px;
          vertical-align: middle; }
        .culture-info .audio .audio-wrap .audio-play:after {
          content: '\e669';
          font-family: 'iconfont';
          width: 50px;
          height: 50px;
          border-radius: 50%;
          background-color: #0096d7;
          color: #fff;
          line-height: 50px;
          text-align: center;
          position: absolute;
          right: 0;
          top: 0;
          font-size: 22px; }
        .culture-info .audio .audio-wrap .audio-play.playing:after {
          content: '\e669'; }
        .culture-info .audio .audio-wrap .audio-play.playing i {
          animation: rotate 10s linear infinite; }
  .culture-info .detail {
    line-height: 28px;
    color: #666;
    font-size: 16px; }
    .culture-info .detail pre {
      white-space: pre-wrap;
      word-wrap: break-word; }

.intro-picture {
  height: 330px;
  padding: 64px 0;
  background: #f2f2f2 url(../images/intro-picture-bg.jpg); }
  .intro-picture .layout > div {
    width: 600px;
    height: 330px;
    background-color: #fff;
    box-sizing: border-box; }
  .intro-picture .layout > .fl {
    padding: 79px 30px; }
    .intro-picture .layout > .fl p {
      width: 309px;
      color: #765f4f;
      font-size: 16px;
      line-height: 28px; }
  .intro-picture .fr {
    position: relative; }
  .intro-picture h4 {
    font-size: 18px;
    text-align: center;
    width: 123px;
    height: 50px;
    line-height: 50px;
    position: absolute;
    left: 0;
    bottom: 0; }
    .intro-picture h4 a {
      color: #fff;
      background-color: #009F88;
      display: block; }
      .intro-picture h4 a:hover {
        background-color: #cf9d4b; }
  .intro-picture .picture-list-box {
    width: 600px;
    height: 280px;
    overflow: hidden; }
    .intro-picture .picture-list-box.slick-slider {
      overflow: visible; }
    .intro-picture .picture-list-box .picture-list-item {
      overflow: hidden; }
      .intro-picture .picture-list-box .picture-list-item:hover img {
        transform: scale(1.2); }
      .intro-picture .picture-list-box .picture-list-item img {
        width: 600px;
        height: 280px;
        display: block;
        transition: transform 1s; }
    .intro-picture .picture-list-box .slick-dots {
      text-align: right;
      bottom: -41px;
      padding-right: 15px;
      box-sizing: border-box; }
      .intro-picture .picture-list-box .slick-dots li {
        background-color: #e4e4e4; }
        .intro-picture .picture-list-box .slick-dots li.slick-active {
          background-color: #009F88; }
        .intro-picture .picture-list-box .slick-dots li:hover {
          background-color: #cf9d4b; }

.intro-honor {
  margin-bottom: 40px; }

.atlas {
  position: relative;
  height: 266px;
  margin-top: 15px; }
  .atlas li {
    overflow: hidden;
    position: absolute; }
    .atlas li.img0, .atlas li.img1, .atlas li.img2, .atlas li.img4, .atlas li.img5, .atlas li.img6 {
      width: 16%; }
    .atlas li.img3 {
      width: 32.75%; }
    .atlas li.img0, .atlas li.img3, .atlas li.img6 {
      height: 266px; }
    .atlas li.img1, .atlas li.img2, .atlas li.img4, .atlas li.img5 {
      height: 128px; }
    .atlas li.img0 {
      left: 0;
      top: 0; }
    .atlas li.img1 {
      left: 16.75%;
      top: 0; }
    .atlas li.img2 {
      left: 16.75%;
      top: 137px; }
    .atlas li.img3 {
      left: 33.5%;
      top: 0;
      width: 32.75%; }
    .atlas li.img4 {
      left: 67%;
      top: 0; }
    .atlas li.img5 {
      left: 67%;
      top: 137px; }
    .atlas li.img6 {
      right: 0;
      top: 0; }
    .atlas li a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      .atlas li a:hover img {
        transform: scale(1.2); }
      .atlas li a img {
        display: block;
        width: 100%;
        height: 100%;
        transition: transform 1s; }
      .atlas li a .img-tit {
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        box-sizing: border-box;
        line-height: 1;
        height: 144px;
        background: url(../images/news-slide-mark.png);
        padding: 110px 10px 10px; }
        .atlas li a .img-tit span {
          display: block;
          line-height: 20px;
          max-height: 20px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }

.cate-col-7 {
  width: 750px; }

.cate-col-6 {
  width: 580px; }

.cate-col-5 {
  width: 420px; }

.cate-col-4 {
  width: 380px; }

.cate-row-3 {
  padding: 50px 0;
  background-color: #f2f2f2; }
  .cate-row-3 .cate-col-4 {
    height: 344px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px; }
    .cate-row-3 .cate-col-4 + .cate-col-4 {
      margin-left: 30px; }
  .cate-row-3 .cate-col-6 {
    height: 344px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px; }
    .cate-row-3 .cate-col-6 + .cate-col-6 {
      margin-left: 40px; }

.cate-text-list li.has-date a {
  position: relative;
  padding-right: 90px; }
  .cate-text-list li.has-date a span {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 40px;
    height: 40px;
    color: #999; }
.cate-text-list li a {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block; }
  .cate-text-list li a:before {
    content: '•';
    color: #009F88;
    margin-right: 3px;
    font-family: 'Arial Normal', 'Arial'; }
  .cate-text-list li a i {
    color: #999; }

.cate-img-list.imgs-list ul {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .cate-img-list.imgs-list ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 25px 1.5%;
    height: 253px; }
    .cate-img-list.imgs-list ul li .il-link .il-tit {
      color: inherit; }
    .cate-img-list.imgs-list ul li .il-link .il-img {
      height: 213px; }

.cate-img-list.pic-list ul {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .cate-img-list.pic-list ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 25px 1.5%;
    height: 253px; }
    .cate-img-list.pic-list ul li .pl-link {
      height: 213px; }

.cat-download-list li a {
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 40px; }
  .cat-download-list li a:before {
    content: '•';
    color: #009F88;
    margin-right: 3px;
    font-family: 'Arial Normal', 'Arial'; }
  .cat-download-list li a i {
    color: #999;
    position: absolute;
    right: 0; }
  .cat-download-list li a:hover i {
    color: #009F88; }

.cate-teacher-wrap .teacher-list {
  margin-right: -32px; }
  .cate-teacher-wrap .teacher-list li {
    width: 144px;
    height: 290px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: border-color .3s,box-shadow .3s; }
    .cate-teacher-wrap .teacher-list li:hover {
      box-shadow: 0px 10px 30px rgba(3, 165, 96, 0.2); }
    .cate-teacher-wrap .teacher-list li .thumb {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: block;
      position: relative; }
      .cate-teacher-wrap .teacher-list li .thumb:hover img {
        transform: scale(1.1); }
      .cate-teacher-wrap .teacher-list li .thumb img {
        width: 100%;
        height: 200px;
        display: block;
        transition: transform 1s; }
    .cate-teacher-wrap .teacher-list li .tit {
      display: block;
      margin: 10px auto;
      line-height: 21px;
      font-size: 16px;
      font-weight: bold; }
      .cate-teacher-wrap .teacher-list li .tit:after {
        content: '';
        width: 24px;
        height: 2px;
        background-color: #009F88;
        display: block;
        margin: 8px auto; }
    .cate-teacher-wrap .teacher-list li p {
      color: #999; }

.teacher-detail {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 30px;
  padding-bottom: 30px; }
  .teacher-detail .teacher-resume {
    width: 144px;
    position: relative;
    text-align: center; }
    .teacher-detail .teacher-resume .doctor-img {
      width: 144px;
      height: 200px;
      overflow: hidden; }
      .teacher-detail .teacher-resume .doctor-img img {
        width: 144px;
        height: 200px; }
    .teacher-detail .teacher-resume h1 {
      font-size: 28px;
      color: #009F88;
      line-height: 44px; }
    .teacher-detail .teacher-resume p {
      line-height: 30px; }
      .teacher-detail .teacher-resume p i {
        font-size: 16px;
        color: #009F88;
        margin-left: 4px;
        position: relative;
        top: 1px; }
      .teacher-detail .teacher-resume p u {
        color: #999; }
  .teacher-detail .inner-list-item.fl {
    width: 1020px;
    margin-left: 36px; }
  .teacher-detail .teacher-hr-table {
    width: 100%;
    margin-bottom: 25px; }
    .teacher-detail .teacher-hr-table table {
      width: 100%; }
    .teacher-detail .teacher-hr-table tr {
      border-color: #e4e4e4; }
      .teacher-detail .teacher-hr-table tr:first-child {
        background-color: #f8f8f8; }
        .teacher-detail .teacher-hr-table tr:first-child td span {
          display: block;
          color: #a8a8a8; }
      .teacher-detail .teacher-hr-table tr td, .teacher-detail .teacher-hr-table tr th {
        line-height: 35px;
        padding: 5px 0;
        border: 1px solid #e4e4e4;
        text-align: center; }

.themecolor {
  color: #009F88 !important; }
  .themecolor:hover {
    color: #00c8ab !important; }

.channel {
  padding-bottom: 40px; }

.channel-page .inner-row > .fl, .channel-page .inner-row > .fr {
  width: 580px; }
.channel-page .inner-row > .fl {
  line-height: 0; }
  .channel-page .inner-row > .fl > img {
    width: 580px;
    height: 300px; }
.channel-page .profile-info p {
  font-size: 15px;
  color: #666;
  line-height: 28px; }
.channel-page .profile-info .more-info {
  width: 123px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  background-color: #009F88;
  color: #fff;
  display: block;
  margin-top: 27px;
  position: relative;
  box-sizing: border-box;
  padding-left: 37px; }
  .channel-page .profile-info .more-info:before {
    border: 9px solid #fff;
    background-color: inherit;
    padding: 2px;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    content: ''; }
  .channel-page .profile-info .more-info i {
    padding-left: 5px; }

.channel-news .news-img-news {
  width: 580px;
  height: 368px;
  position: relative;
  overflow: hidden; }
  .channel-news .news-img-news .news-img-news-item {
    width: 580px;
    height: 368px;
    position: relative; }
    .channel-news .news-img-news .news-img-news-item a {
      display: block;
      width: 100%;
      height: 100%;
      font-size: 16px; }
      .channel-news .news-img-news .news-img-news-item a img {
        display: block;
        width: 100%;
        height: 100%; }
      .channel-news .news-img-news .news-img-news-item a span {
        height: 144px;
        background: url(../images/news-slide-mark.png);
        box-sizing: border-box;
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 104px 170px 16px 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
  .channel-news .news-img-news .slick-dots {
    text-align: right;
    width: auto;
    padding: 0 20px;
    bottom: 10px;
    right: 0; }
    .channel-news .news-img-news .slick-dots li {
      background-color: rgba(255, 255, 255, 0.6); }
      .channel-news .news-img-news .slick-dots li.slick-active {
        background-color: #ff8400; }
.channel-news .text-news-wrap {
  box-sizing: border-box;
  width: 580px;
  background-color: #fff;
  height: 368px; }
  .channel-news .text-news-wrap li {
    padding: 14px 0;
    height: 46px;
    border-bottom: 1px dashed #e4e4e4;
    transition: background-color .3s; }
    .channel-news .text-news-wrap li:hover {
      background-color: #f8f8f8; }
    .channel-news .text-news-wrap li:last-child {
      border-bottom: none; }
    .channel-news .text-news-wrap li .text-news-item {
      display: block;
      position: relative;
      padding-left: 74px; }
      .channel-news .text-news-wrap li .text-news-item .text-news-title {
        line-height: 23px;
        max-height: 46px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        font-size: 15px;
        font-weight: normal; }
      .channel-news .text-news-wrap li .text-news-item .text-news-mark {
        position: absolute;
        top: 0;
        left: 0;
        text-align: center;
        width: 50px;
        line-height: 1; }
        .channel-news .text-news-wrap li .text-news-item .text-news-mark b {
          font-size: 20px;
          color: #009F88;
          display: block;
          border-bottom: 1px solid #e4e4e4;
          padding-bottom: 6px;
          margin-bottom: 5px; }
        .channel-news .text-news-wrap li .text-news-item .text-news-mark span {
          color: #999;
          font-size: 12px; }

.channel-bg-f2 {
  padding: 40px 0;
  background-color: #f2f2f2; }
  .channel-bg-f2 + .channel {
    margin-top: 40px; }
  .channel-bg-f2.channel-page .profile-info .more-info {
    margin-top: 10px; }
  .channel-bg-f2.channel-page .inner-list-item.fr {
    box-sizing: border-box;
    width: 620px;
    height: 300px;
    background-color: #fff;
    padding: 20px; }
  .channel-bg-f2.channel-news .text-news-wrap {
    box-sizing: border-box;
    width: 620px;
    padding: 10px 20px; }
    .channel-bg-f2.channel-news .text-news-wrap li {
      padding: 12px 0; }
  .channel-bg-f2 .merge-item {
    background: #fff;
    padding: 20px; }
    .channel-bg-f2 .merge-item .news-img-news, .channel-bg-f2 .merge-item .news-img-news-item {
      width: 540px;
      height: 340px; }

.merge-item {
  box-sizing: border-box;
  width: 580px; }
  .merge-item .news-img-news {
    margin-bottom: 20px; }

.channel-text-date .merge-item .cate-text-list, .channel-text-nodate .merge-item .cate-text-list, .channel-image-date .merge-item .cate-text-list {
  min-height: 204px; }
  .channel-text-date .merge-item .cate-text-list li, .channel-text-nodate .merge-item .cate-text-list li, .channel-image-date .merge-item .cate-text-list li {
    border-bottom: 1px dashed #e4e4e4; }
  .channel-text-date .merge-item .cate-text-list li:last-child, .channel-text-nodate .merge-item .cate-text-list li:last-child, .channel-image-date .merge-item .cate-text-list li:last-child {
    border: none; }
.channel-text-date .card-list li, .channel-text-nodate .card-list li, .channel-image-date .card-list li {
  position: relative;
  width: 281px;
  height: 222px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  float: left;
  padding: 20px;
  transition: all .3s; }
  .channel-text-date .card-list li + li, .channel-text-nodate .card-list li + li, .channel-image-date .card-list li + li {
    margin-left: 25px; }
  .channel-text-date .card-list li:hover, .channel-text-nodate .card-list li:hover, .channel-image-date .card-list li:hover {
    border-color: #009F88;
    box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
  .channel-text-date .card-list li .tit, .channel-text-nodate .card-list li .tit, .channel-image-date .card-list li .tit {
    font-size: 15px;
    text-align: justify; }
    .channel-text-date .card-list li .tit a, .channel-text-nodate .card-list li .tit a, .channel-image-date .card-list li .tit a {
      line-height: 22px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
  .channel-text-date .card-list li p, .channel-text-nodate .card-list li p, .channel-image-date .card-list li p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify;
    color: #999; }
  .channel-text-date .card-list li .nothumb-mark, .channel-text-nodate .card-list li .nothumb-mark, .channel-image-date .card-list li .nothumb-mark {
    position: absolute;
    bottom: 10px;
    left: 20px;
    right: 20px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
    height: 40px; }
    .channel-text-date .card-list li .nothumb-mark span, .channel-text-nodate .card-list li .nothumb-mark span, .channel-image-date .card-list li .nothumb-mark span {
      font-size: 12px;
      color: #999; }
    .channel-text-date .card-list li .nothumb-mark .fl, .channel-text-nodate .card-list li .nothumb-mark .fl, .channel-image-date .card-list li .nothumb-mark .fl {
      line-height: 36px; }
    .channel-text-date .card-list li .nothumb-mark i, .channel-text-nodate .card-list li .nothumb-mark i, .channel-image-date .card-list li .nothumb-mark i {
      font-size: 20px;
      vertical-align: middle; }

.channel-text-nodate .card-list li {
  height: 172px; }

.channel-image-date .card-list li, .channel-image-nodate .card-list li, .channel-video .card-list li {
  width: 281px;
  height: 250px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  float: left;
  transition: all .3s; }
  .channel-image-date .card-list li + li, .channel-image-nodate .card-list li + li, .channel-video .card-list li + li {
    margin-left: 25px; }
  .channel-image-date .card-list li:hover, .channel-image-nodate .card-list li:hover, .channel-video .card-list li:hover {
    border-color: #009F88;
    box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
    .channel-image-date .card-list li:hover:hover img, .channel-image-nodate .card-list li:hover:hover img, .channel-video .card-list li:hover:hover img {
      transform: scale(1.2); }
  .channel-image-date .card-list li .thumb, .channel-image-nodate .card-list li .thumb, .channel-video .card-list li .thumb {
    width: 100%;
    height: 165px;
    overflow: hidden;
    display: block;
    position: relative; }
    .channel-image-date .card-list li .thumb img, .channel-image-nodate .card-list li .thumb img, .channel-video .card-list li .thumb img {
      width: 100%;
      height: 165px;
      display: block;
      transition: transform 1s; }
    .channel-image-date .card-list li .thumb .mark, .channel-image-nodate .card-list li .thumb .mark, .channel-video .card-list li .thumb .mark {
      background-color: rgba(0, 159, 136, 0.9);
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1.2;
      width: 58px;
      height: 58px;
      text-align: center;
      font-size: 12px;
      color: #fff; }
      .channel-image-date .card-list li .thumb .mark b, .channel-image-nodate .card-list li .thumb .mark b, .channel-video .card-list li .thumb .mark b {
        display: block;
        font-size: 32px;
        line-height: 40px;
        font-weight: normal; }
  .channel-image-date .card-list li .tit, .channel-image-nodate .card-list li .tit, .channel-video .card-list li .tit {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify; }
    .channel-image-date .card-list li .tit a, .channel-image-nodate .card-list li .tit a, .channel-video .card-list li .tit a {
      line-height: 22px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
  .channel-image-date .card-list li p, .channel-image-nodate .card-list li p, .channel-video .card-list li p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify; }
.channel-image-date .card-list.col-2 li, .channel-image-nodate .card-list.col-2 li, .channel-video .card-list.col-2 li {
  width: 48%; }
.channel-image-date .card-list.col-2 li + li, .channel-image-nodate .card-list.col-2 li + li, .channel-video .card-list.col-2 li + li {
  margin-left: 4%; }

.channel-image-date .const-item-img {
  height: 98px;
  position: relative;
  margin-bottom: 10px; }
  .channel-image-date .const-item-img.const-item-img-thumb {
    padding-left: 159px; }
  .channel-image-date .const-item-img .thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 98px; }
    .channel-image-date .const-item-img .thumb img {
      width: 140px;
      height: 98px; }
  .channel-image-date .const-item-img .tit {
    font-size: 18px;
    line-height: 23px;
    max-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 10px; }
  .channel-image-date .const-item-img p {
    color: #686868;
    font-size: 13px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important; }
  .channel-image-date .const-item-img .remark {
    color: #999;
    font-size: 13px;
    line-height: 1;
    height: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }

.channel-video i {
  color: #fff;
  text-align: right;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 42px;
  width: 100%;
  box-sizing: border-box;
  line-height: 1;
  height: 85px;
  background: url(../images/news-slide-mark.png);
  padding: 31px 10px 10px; }

@keyframes rotate {
  0% {
    transform: rotate(0); }
  50% {
    transform: rotate(200deg); }
  100% {
    transform: rotate(0); } }
.color-tab-tit {
  display: flex;
  border-left: 1px solid #ddd; }
  .color-tab-tit.visit-color-tab-tit a {
    width: 14.28%; }
    .color-tab-tit.visit-color-tab-tit a i {
      margin-right: 0px; }
  .color-tab-tit.visit-area-1 a {
    width: 100%; }
  .color-tab-tit.visit-area-2 a {
    width: 50%; }
  .color-tab-tit.visit-area-3 a {
    width: 33.33%; }
  .color-tab-tit.visit-area-4 a {
    width: 25%; }
  .color-tab-tit.visit-area-5 a {
    width: 20%; }
  .color-tab-tit.visit-area-6 a {
    width: 16.66%; }
  .color-tab-tit.visit-area-7 a {
    width: 14.2857%; }
  .color-tab-tit.visit-area-8 a {
    width: 12.5%; }
  .color-tab-tit a {
    flex: 1;
    display: block;
    width: 25%;
    font-weight: bold;
    font-size: 14px;
    line-height: 55px;
    height: 55px;
    border: 1px solid #ddd;
    border-left: none;
    box-sizing: border-box;
    text-align: center;
    float: left; }
    .color-tab-tit a i {
      opacity: .3;
      filter: alpha(opacity=30);
      color: #c9c9c9;
      margin-right: 20px;
      font-size: 46px;
      font-weight: normal; }
    .color-tab-tit a span {
      display: inline-block; }
    .color-tab-tit a.cur {
      color: #fff;
      border: none;
      background-color: #009F88; }
      .color-tab-tit a.cur i {
        color: #cee7ff; }

.department-list .area-tabs .area-tit {
  margin-top: -2px;
  overflow: hidden;
  border-left: 1px solid #ddd;
  margin-bottom: 20px; }
  .department-list .area-tabs .area-tit a {
    border: 1px solid #ddd;
    background: #f9f9f9;
    font-weight: bold;
    color: #999;
    line-height: 38px;
    margin-left: -2px;
    text-align: center;
    float: left; }
    .department-list .area-tabs .area-tit a.cur {
      color: #444;
      background: #fff;
      border-bottom-color: #fff;
      border-top: 2px solid #009D6D; }
  .department-list .area-tabs .area-tit.span2 a {
    width: 50%; }
  .department-list .area-tabs .area-tit.span3 a {
    width: 33.33%; }
  .department-list .area-tabs .area-tit.span4 a {
    width: 25%; }
  .department-list .area-tabs .area-tit.span5 a {
    width: 20%; }
.department-list .area-tabs .dp-pannel {
  display: none; }
  .department-list .area-tabs .dp-pannel:first-child {
    display: block; }
.department-list .department-tabs {
  margin-top: 35px; }
  .department-list .department-tabs .department-tablist {
    margin-top: 35px; }
    .department-list .department-tabs .department-tablist .tab-pannel {
      display: none;
      padding-bottom: 30px;
      margin: 0 -15px; }
      .department-list .department-tabs .department-tablist .tab-pannel:first-child {
        display: block; }
      .department-list .department-tabs .department-tablist .tab-pannel > li {
        box-sizing: border-box;
        width: 277px;
        height: 50px;
        border: 1px solid #ddd;
        float: left;
        margin: 0 15px 20px;
        border-radius: 5px;
        transition: border-color 0.8s;
        -webkit-transition: border-color 0.8s; }
        .department-list .department-tabs .department-tablist .tab-pannel > li .department-tit {
          height: 48px;
          line-height: 48px; }
          .department-list .department-tabs .department-tablist .tab-pannel > li .department-tit h3 {
            font-weight: normal; }
            .department-list .department-tabs .department-tablist .tab-pannel > li .department-tit h3 a {
              display: block;
              padding: 0px 20px;
              font-size: 16px;
              text-overflow: ellipsis;
              overflow: hidden;
              white-space: nowrap; }
            .department-list .department-tabs .department-tablist .tab-pannel > li .department-tit h3 span {
              vertical-align: middle;
              background: #63b98c;
              color: #fff;
              font-size: 12px;
              padding: 2px 6px;
              font-weight: normal;
              margin-left: 3px;
              border-radius: 3px; }
        .department-list .department-tabs .department-tablist .tab-pannel > li:hover {
          border-color: #009F88;
          box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
          .department-list .department-tabs .department-tablist .tab-pannel > li:hover .department-tit h3 a {
            color: #009F88; }
  .department-list .department-tabs .dep-item {
    margin-bottom: 30px; }
    .department-list .department-tabs .dep-item .dep-tit {
      font-weight: 700;
      font-style: normal;
      color: #009F88;
      line-height: 24px;
      font-size: 24px; }
    .department-list .department-tabs .dep-item .dep-list {
      margin-top: 20px;
      margin-right: -30px;
      display: flex;
      flex-wrap: wrap; }
      .department-list .department-tabs .dep-item .dep-list a {
        display: block;
        width: 277px;
        height: 50px;
        margin-right: 30px;
        position: relative;
        line-height: 50px;
        text-align: center;
        margin-bottom: 20px;
        padding: 0px 10px;
        box-sizing: border-box;
        border: 1px solid #ddd; }
        .department-list .department-tabs .dep-item .dep-list a span {
          color: #333;
          font-size: 16px;
          z-index: 100;
          position: relative;
          top: 50%;
          transform: translateY(-50%);
          line-height: 20px;
          max-height: 40px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .department-list .department-tabs .dep-item .dep-list a:hover {
          border-color: #009F88;
          box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
          .department-list .department-tabs .dep-item .dep-list a:hover span {
            color: #009F88; }

.doctor-search {
  width: 300px;
  padding: 18px 0;
  height: 75px;
  box-sizing: border-box;
  position: absolute;
  top: -30px;
  right: 0px; }
  .doctor-search .doctor-name {
    height: 40px;
    width: 100%;
    padding-right: 40px; }
  .doctor-search .btn {
    position: absolute;
    height: 40px;
    background: inherit;
    color: #009F88;
    right: 14px; }
    .doctor-search .btn i {
      font-size: 24px;
      line-height: 40px; }

.filter {
  margin: 15px 0;
  overflow: hidden;
  background-color: #f8f8f8;
  padding: 10px 15px; }
  .filter dl {
    position: relative;
    font-size: 14px;
    border-top: 1px dashed #e4e4e4;
    padding-top: 15px; }
    .filter dl:first-child {
      border-top: none; }
    .filter dl.depart-all dt {
      top: 25px; }
    .filter dl.depart-all .tabs .tab-tit {
      height: 50px;
      line-height: 50px;
      border-bottom: 1px solid #e4e4e4; }
      .filter dl.depart-all .tabs .tab-tit a {
        font-size: 16px;
        overflow: visible; }
        .filter dl.depart-all .tabs .tab-tit a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 5px;
          left: 0;
          bottom: -1px; }
        .filter dl.depart-all .tabs .tab-tit a + a {
          margin-left: 20px; }
        .filter dl.depart-all .tabs .tab-tit a.cur {
          color: #009F88; }
          .filter dl.depart-all .tabs .tab-tit a.cur:before {
            background-color: #009F88; }
    .filter dl.depart-all .tabs .tab-pannel {
      display: block;
      min-height: 52px;
      overflow: hidden; }
      .filter dl.depart-all .tabs .tab-pannel li {
        display: none;
        overflow: hidden;
        padding: 15px 0px;
        min-height: 84px;
        width: 100%;
        height: auto !important; }
        .filter dl.depart-all .tabs .tab-pannel li:first-child {
          display: block; }
    .filter dl dt {
      font-size: 16px;
      height: 24px;
      color: #aeafaf;
      width: 110px;
      text-align: center;
      line-height: 24px;
      position: absolute;
      left: 0;
      transform: translateY(5px); }
    .filter dl dd {
      margin-left: 110px;
      overflow: hidden;
      box-sizing: border-box; }
      .filter dl dd.dep_class a {
        width: 238px;
        text-align: left; }
      .filter dl dd a {
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        color: #666;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
      .filter dl dd > a, .filter dl dd .tab-pannel a {
        line-height: 24px;
        height: 24px;
        margin-right: 2%;
        margin-bottom: 5px;
        margin-top: 5px; }
        .filter dl dd > a.gray, .filter dl dd .tab-pannel a.gray {
          background-color: #f8f8f8 !important;
          color: #b9b9b9 !important;
          cursor: default; }
        .filter dl dd > a.cur, .filter dl dd .tab-pannel a.cur {
          background-color: #d7d7d7;
          color: #fff;
          padding: 0 8px; }
        .filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
          color: #009F88; }

.haschosen {
  padding: 15px 100px 15px 110px;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 35px; }
  .haschosen span, .haschosen .doctor-num {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    position: absolute;
    top: 15px; }
  .haschosen span {
    left: 0; }
  .haschosen .doctor-num {
    right: 0; }
    .haschosen .doctor-num b {
      font-weight: 400;
      color: #009F88; }
  .haschosen a {
    display: inline-block;
    font-size: 15px;
    margin-right: 5px;
    line-height: 30px;
    border-radius: 3px;
    margin-bottom: 4px;
    padding: 0 10px;
    background: #00b399;
    color: #fff; }
    .haschosen a:hover {
      background: #cf9d4b; }
    .haschosen a i {
      font-size: 12px;
      margin-left: 5px; }

.doctor-list-wrap .doctor-list {
  margin-right: -32px; }
  .doctor-list-wrap .doctor-list li {
    width: 378px;
    height: 225px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    padding: 19px;
    margin-right: 32px;
    margin-bottom: 30px;
    position: relative;
    transition: all .3s;
    transition: border-color .3s,box-shadow .3s; }
    .doctor-list-wrap .doctor-list li:hover {
      border-color: #009F88;
      box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
    .doctor-list-wrap .doctor-list li .party {
      width: 45px;
      position: absolute;
      top: 10px;
      left: 0;
      z-index: 1; }
    .doctor-list-wrap .doctor-list li .detail {
      position: relative;
      height: 116px;
      padding-left: 105px;
      padding-bottom: 15px;
      margin-bottom: 9px;
      border-bottom: 1px solid #e5e5e5;
      overflow: hidden; }
      .doctor-list-wrap .doctor-list li .detail .thumb {
        position: absolute;
        top: 0;
        left: 0;
        width: 85px;
        height: 116px;
        overflow: hidden;
        border-radius: 5px; }
        .doctor-list-wrap .doctor-list li .detail .thumb img {
          display: block;
          width: 100%;
          height: 100%; }
      .doctor-list-wrap .doctor-list li .detail h2 {
        font-size: 18px; }
        .doctor-list-wrap .doctor-list li .detail h2 a {
          color: #009F88; }
          .doctor-list-wrap .doctor-list li .detail h2 a:hover {
            color: #cf9d4b; }
      .doctor-list-wrap .doctor-list li .detail .info {
        line-height: 27px; }
        .doctor-list-wrap .doctor-list li .detail .info > div {
          line-height: 24px; }
          .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
            font-size: 0;
            color: #009F88; }
            .doctor-list-wrap .doctor-list li .detail .info > div.depart-info u, .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
              font-size: 14px; }
            .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
              color: #009F88; }
            .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
              content: '、'; }
            .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a:hover {
              color: #cf9d4b; }
        .doctor-list-wrap .doctor-list li .detail .info u {
          color: #999; }
    .doctor-list-wrap .doctor-list li p {
      color: #666;
      line-height: 22px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
    .doctor-list-wrap .doctor-list li .code-box {
      position: absolute;
      top: 4px;
      right: 4px;
      width: 32px;
      height: 32px;
      overflow: visible;
      cursor: pointer; }
      .doctor-list-wrap .doctor-list li .code-box i {
        font-size: 32px;
        height: 32px;
        color: #a9a9a9;
        line-height: 1;
        transition: color .3s; }
      .doctor-list-wrap .doctor-list li .code-box .code {
        display: none;
        position: absolute;
        right: 0;
        top: 1px;
        background-color: #fff;
        z-index: 1;
        border: 1px solid #ccc;
        box-shadow: 0 5px 20px rgba(174, 174, 174, 0.5); }
        .doctor-list-wrap .doctor-list li .code-box .code img {
          display: block;
          margin: 10px; }
        .doctor-list-wrap .doctor-list li .code-box .code u {
          font-size: 12px;
          display: block;
          text-align: center;
          padding: 5px;
          background-color: #f2f2f2; }
      .doctor-list-wrap .doctor-list li .code-box:hover i {
        color: #009F88; }
      .doctor-list-wrap .doctor-list li .code-box:hover .code {
        display: block; }

.doctor-details {
  border-bottom: 1px solid #e4e4e4;
  overflow: hidden;
  margin-bottom: 40px;
  margin-top: -30px;
  min-height: 258px; }
  .doctor-details > .layout {
    position: relative; }
  .doctor-details .doctor-resume {
    padding: 29px 0;
    width: 745px;
    position: relative;
    padding-left: 165px; }
    .doctor-details .doctor-resume .doctor-img {
      position: absolute;
      top: 29px;
      left: 0;
      width: 144px;
      height: 200px;
      overflow: hidden; }
      .doctor-details .doctor-resume .doctor-img img {
        width: 144px;
        height: 200px; }
    .doctor-details .doctor-resume h1 {
      font-size: 28px;
      color: #009F88;
      line-height: 44px;
      margin-bottom: 8px; }
    .doctor-details .doctor-resume p {
      line-height: 30px;
      font-size: 15px;
      margin-bottom: 0; }
      .doctor-details .doctor-resume p i {
        font-size: 16px;
        color: #009F88;
        margin-left: 4px;
        position: relative;
        top: 1px; }
      .doctor-details .doctor-resume p u {
        color: #999; }
    .doctor-details .doctor-resume .good-at {
      line-height: 24px;
      max-height: 72px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
  .doctor-details .doctor-code {
    width: 270px;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    text-align: right;
    font-size: 0;
    min-height: 259px; }
    .doctor-details .doctor-code .qr-img {
      width: 233px;
      min-height: 228px;
      border-left: 1px solid #e4e4e4;
      text-align: center;
      height: 100%;
      box-sizing: border-box;
      padding-top: 30px;
      color: #999;
      font-size: 15px;
      display: inline-block; }
      .doctor-details .doctor-code .qr-img img {
        width: 157px;
        height: 157px;
        display: block;
        margin: 0 auto 15px; }

.doctor-items .doctor-items-intro {
  font-size: 16px;
  padding-bottom: 15px; }
.doctor-items .inner-list-tit .remark {
  font-size: 14px;
  font-weight: normal;
  margin-left: 10px;
  display: inline-block;
  color: #999; }
.doctor-items .apply-btn {
  padding: 0 10px;
  height: 24px;
  border-radius: 3px;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
  background-color: #009F88;
  color: #fff; }
  .doctor-items .apply-btn i {
    font-size: 13px;
    opacity: .9; }
  .doctor-items .apply-btn:hover {
    background-color: #cf9d4b;
    color: #fff; }
.doctor-items .doctor-clinic .clinic-table-wrap {
  min-height: 185px;
  padding-bottom: 15px; }
.doctor-items .doctor-clinic .loading {
  background: url(../images/loadingex.gif) center no-repeat;
  width: 100%;
  height: 138px;
  background-size: 4%;
  display: block; }
.doctor-items .doctor-clinic h3 {
  margin: 20px 0 10px;
  font-weight: normal; }
  .doctor-items .doctor-clinic h3 span {
    color: #999; }
.doctor-items .doctor-clinic table tr {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .doctor-items .doctor-clinic table tr td:first-child, .doctor-items .doctor-clinic table tr td:last-child {
    width: 99px; }
.doctor-items .doctor-clinic table td {
  height: 68px;
  width: 144px;
  text-align: center;
  border-left: 1px solid #e4e4e4; }
  .doctor-items .doctor-clinic table td > div {
    position: relative; }
.doctor-items .week-list {
  position: relative;
  height: 80px;
  border: 1px solid #e4e4e4;
  border-bottom: none;
  background-color: #f2f2f2; }
  .doctor-items .week-list a {
    position: absolute;
    top: 0;
    width: 99px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #ccc; }
    .doctor-items .week-list a i {
      width: 26px;
      height: 26px;
      line-height: 26px;
      border: 1px solid #ccc;
      border-radius: 50%; }
    .doctor-items .week-list a:not(.disabled) i {
      border-color: #009F88;
      color: #009F88; }
    .doctor-items .week-list a.disabled {
      color: #ccc;
      cursor: default;
      border-color: #ccc; }
    .doctor-items .week-list a.last-wk {
      left: 0; }
    .doctor-items .week-list a.next-wk {
      right: 0; }
  .doctor-items .week-list .week-wrap {
    overflow: hidden;
    height: 79px;
    width: 1003px;
    margin: 0 auto; }
    .doctor-items .week-list .week-wrap ul {
      overflow: hidden;
      border-right: 1px solid #e4e4e4; }
      .doctor-items .week-list .week-wrap ul li {
        float: left;
        width: 143px;
        text-align: center;
        padding: 15px 0;
        box-sizing: border-box;
        border-left: 1px solid #e4e4e4; }
        .doctor-items .week-list .week-wrap ul li:nth-child(7n) {
          width: 144px; }
.doctor-items .tab-pannel-wrap {
  height: 190px; }
.doctor-items .relation-list {
  margin-bottom: 30px; }
  .doctor-items .relation-list.relation-paper-list li {
    padding-left: 0; }
  .doctor-items .relation-list li {
    width: 48.5%;
    float: left;
    box-sizing: border-box;
    padding: 15px 0;
    padding-left: 113px;
    height: 95px;
    position: relative; }
    .doctor-items .relation-list li.nothumb {
      padding-left: 0; }
    .doctor-items .relation-list li:nth-child(2n+1) {
      padding-right: 40px;
      border-right: 1px solid #e4e4e4;
      margin-right: 3%; }
    .doctor-items .relation-list li .thumb {
      width: 95px;
      height: 65px;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 15px; }
      .doctor-items .relation-list li .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        transition: transform 1s; }
      .doctor-items .relation-list li .thumb:hover img {
        transform: scale(1.2); }
      .doctor-items .relation-list li .thumb i {
        color: #fff;
        text-align: right;
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 26px;
        width: 100%;
        box-sizing: border-box;
        line-height: 1;
        height: 70px;
        background: url(../images/news-slide-mark.png);
        padding: 40px 5px 10px; }
    .doctor-items .relation-list li .title {
      line-height: 30px;
      max-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      font-size: 18px;
      margin-bottom: 15px;
      color: #666; }
      .doctor-items .relation-list li .title:hover {
        color: #cf9d4b; }
    .doctor-items .relation-list li .mark {
      color: #999; }
      .doctor-items .relation-list li .mark u {
        padding: 0 10px;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

/********************************  新闻列表页  ********************************/
.mt40 {
  margin-top: 60px; }

.inner-news-split > .fl {
  width: 860px; }
.inner-news-split > .fr {
  width: 280px; }

.news-list li {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 160px;
  box-sizing: border-box;
  position: relative; }
  .news-list li.hasthumb {
    padding-left: 200px; }
    .news-list li.hasthumb .label {
      top: 37px; }
  .news-list li:last-child {
    border-bottom: none; }
  .news-list li .thumb {
    position: absolute;
    left: 0;
    top: 30px;
    width: 180px;
    height: 100px;
    overflow: hidden; }
    .news-list li .thumb img {
      display: block;
      width: 100%;
      height: 100%; }
  .news-list li .label {
    height: 24px;
    padding: 0 17px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background-color: #757070;
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 26px;
    left: 10px; }
  .news-list li .title {
    font-size: 18px;
    color: #333;
    height: 56px;
    font-family: 微软雅黑;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important; }
  .news-list li h2 {
    font-size: 18px;
    font-weight: bold; }
    .news-list li h2.nothumb {
      padding-left: 108px; }
  .news-list li p {
    color: #797979;
    line-height: 20px;
    margin-bottom: 0; }
  .news-list li.hasthumb .info {
    width: calc(100% - 200px); }
  .news-list li.nothumb .info {
    width: 100%; }
  .news-list li .info {
    font-size: 14px;
    color: #999;
    line-height: 28px;
    position: absolute;
    bottom: 25px; }
    .news-list li .info .mark {
      color: #999; }
      .news-list li .info .mark .time {
        color: #009F88; }
      .news-list li .info .mark u {
        padding: 0 10px;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }
    .news-list li .info .share {
      cursor: pointer;
      position: relative; }
      .news-list li .info .share:hover .bdsharebuttonbox {
        display: block; }
      .news-list li .info .share i {
        margin-right: 5px;
        color: #555555;
        width: 16px;
        height: 16px; }
      .news-list li .info .share span {
        font-size: 14px;
        color: #999999;
        display: block;
        height: 28px;
        position: relative;
        z-index: 2; }
      .news-list li .info .share .enjoy {
        border-bottom: 1px solid #c9c9c9c9; }
      .news-list li .info .share .bdsharebuttonbox {
        display: none;
        position: absolute;
        right: 0;
        top: 28px;
        z-index: 11;
        background: #fff;
        padding: 10px 15px;
        border: 1px solid #ddd;
        width: 93px; }
        .news-list li .info .share .bdsharebuttonbox a {
          display: block;
          float: none;
          font-size: 14px;
          margin-right: 0;
          width: 100%; }
          .news-list li .info .share .bdsharebuttonbox a:before {
            content: attr(title);
            margin-left: 5px; }

.news-text li {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative; }
  .news-text li.hasthumb .label {
    top: 37px; }
  .news-text li:last-child {
    border-bottom: none; }
  .news-text li .thumb {
    display: none;
    position: absolute;
    left: 0;
    top: 30px;
    width: 180px;
    height: 100px;
    overflow: hidden; }
    .news-text li .thumb img {
      display: block;
      width: 100%;
      height: 100%; }
  .news-text li .label {
    height: 24px;
    padding: 0 17px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background-color: #757070;
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    top: 26px;
    left: 10px; }
  .news-text li .title {
    font-size: 18px;
    color: #333;
    font-family: 微软雅黑;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 17px; }
  .news-text li h2 {
    font-size: 18px;
    font-weight: bold; }
    .news-text li h2.nothumb {
      padding-left: 108px; }
  .news-text li p {
    color: #797979;
    line-height: 20px;
    margin-bottom: 0; }
  .news-text li.hasthumb .info {
    width: 100%; }
  .news-text li.nothumb .info {
    width: 100%; }
  .news-text li .info {
    font-size: 14px;
    color: #999;
    line-height: 28px; }
    .news-text li .info .mark {
      color: #999; }
      .news-text li .info .mark .time {
        font-family: Arial;
        color: #009F88; }
      .news-text li .info .mark u {
        padding: 0 10px;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }
    .news-text li .info .share {
      cursor: pointer;
      position: relative; }
      .news-text li .info .share:hover .bdsharebuttonbox {
        display: block; }
      .news-text li .info .share i {
        margin-right: 5px;
        color: #555555;
        width: 16px;
        height: 16px; }
      .news-text li .info .share span {
        font-size: 14px;
        color: #999999;
        display: block;
        height: 28px;
        position: relative;
        z-index: 2; }
      .news-text li .info .share .enjoy {
        border-bottom: 1px solid #c9c9c9c9; }
      .news-text li .info .share .bdsharebuttonbox {
        display: none;
        position: absolute;
        right: 0;
        top: 28px;
        z-index: 1;
        background: #fff;
        padding: 10px 15px;
        border: 1px solid #ddd;
        width: 93px; }
        .news-text li .info .share .bdsharebuttonbox a {
          display: block;
          float: none;
          font-size: 14px;
          margin-right: 0;
          width: 100%; }
          .news-text li .info .share .bdsharebuttonbox a:before {
            content: attr(title);
            margin-left: 5px; }

.news-inner-content ul {
  margin-top: 30px; }
.news-inner-content li {
  width: 100%;
  height: 80px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 10px; }
  .news-inner-content li a {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 30px; }
    .news-inner-content li a i {
      font-size: 14px;
      color: #C9C9C9;
      margin-top: 5px; }
    .news-inner-content li a p {
      flex: 1;
      font-size: 18px;
      color: #333;
      line-height: 18px;
      max-height: 18px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      margin: 0 43px 0 10px; }
    .news-inner-content li a span {
      color: #009F88; }
  .news-inner-content li:hover p {
    color: #009F88; }

/*新闻图文-->列表 切换组件*/
#toggle-news-style.toggle-news-style {
  height: 30px; }
  #toggle-news-style.toggle-news-style a {
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    border: 1px solid #009F88;
    text-align: center;
    line-height: 30px;
    color: #009F88;
    display: inline-block; }
    #toggle-news-style.toggle-news-style a i {
      font-size: 24px;
      color: inherit; }
    #toggle-news-style.toggle-news-style a:hover, #toggle-news-style.toggle-news-style a.active {
      background-color: #009F88;
      color: #fff; }

.dynamic-con {
  margin: 20px -12px 0 -12px; }
  .dynamic-con li {
    float: left;
    position: relative;
    width: 390px;
    height: 450px;
    margin: 0 9px 26px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
    .dynamic-con li .news-time-left {
      display: none; }
    .dynamic-con li.nothumb {
      padding-top: 20px;
      box-sizing: border-box; }
      .dynamic-con li.nothumb .content-text {
        margin: 12px 20px 20px 20px;
        height: 120px; }
        .dynamic-con li.nothumb .content-text h3 a {
          color: #AAAAAA;
          font-weight: normal;
          line-height: 24px;
          max-height: 96px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
      .dynamic-con li.nothumb .title span.come {
        min-height: 10px; }
      .dynamic-con li.nothumb .title p {
        display: block;
        margin-top: 10px;
        color: #999;
        text-indent: 2em;
        overflow: hidden;
        line-height: 24px;
        max-height: 96px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dynamic-con li.nothumb .info {
        line-height: 46px;
        font-size: 16px;
        color: #009F88; }
        .dynamic-con li.nothumb .info time.time {
          line-height: 46px; }
    .dynamic-con li.hasthumb .title {
      height: 133px; }
    .dynamic-con li .thumb {
      display: block;
      width: 100%;
      height: 218px;
      overflow: hidden; }
      .dynamic-con li .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
    .dynamic-con li:hover img {
      transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -o-transform: scale(1.03); }
    .dynamic-con li .date {
      display: none; }
    .dynamic-con li .title {
      height: 180px;
      margin: 0 20px; }
      .dynamic-con li .title span.come {
        display: block;
        font-size: 16px;
        color: #009F88;
        min-height: 16px;
        margin: 20px 0 20px;
        line-height: 16px; }
      .dynamic-con li .title h2 {
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        max-height: 84px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dynamic-con li .title p {
        display: none; }
    .dynamic-con li .info {
      position: absolute;
      width: 340px;
      margin: 20px;
      color: #999;
      line-height: 50px; }
      .dynamic-con li .info .fl {
        color: #555555; }
      .dynamic-con li .info time.time {
        color: #555555;
        line-height: 50px;
        font-family: Arial;
        font-size: 16px; }
      .dynamic-con li .info .mark {
        display: none; }
      .dynamic-con li .info .share {
        cursor: pointer;
        position: relative; }
        .dynamic-con li .info .share:hover span {
          background: #fff;
          border-color: #ddd; }
        .dynamic-con li .info .share:hover .bdsharebuttonbox {
          display: block; }
        .dynamic-con li .info .share i {
          color: #555555; }
        .dynamic-con li .info .share span {
          display: block;
          height: 36px;
          position: relative;
          z-index: 2; }
        .dynamic-con li .info .share .enjoy {
          border-bottom: 1px solid #c9c9c9c9; }
        .dynamic-con li .info .share .bdsharebuttonbox {
          display: none;
          position: absolute;
          right: 0;
          top: 36px;
          z-index: 1;
          background: #fff;
          padding: 10px 15px;
          border: 1px solid #ddd;
          width: 123px; }
          .dynamic-con li .info .share .bdsharebuttonbox a {
            display: block;
            float: none;
            font-size: 14px;
            margin-right: 0;
            width: 100%; }
            .dynamic-con li .info .share .bdsharebuttonbox a:before {
              content: attr(title);
              margin-left: 5px; }

.vertical-con li {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
  height: 150px;
  position: relative; }
  .vertical-con li.hasthumb {
    padding-right: 230px; }
    .vertical-con li.hasthumb .label {
      top: 37px; }
  .vertical-con li .news-time-left {
    float: left; }
    .vertical-con li .news-time-left time strong, .vertical-con li .news-time-left time span {
      color: #009F88;
      line-height: 1;
      font-family: Arial; }
    .vertical-con li .news-time-left time strong {
      display: block;
      font-size: 36px;
      font: bold;
      text-align: right; }
    .vertical-con li .news-time-left time span {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-size: 22px;
      margin-top: 5px; }
  .vertical-con li:last-child {
    border-bottom: none; }
  .vertical-con li .thumb {
    position: absolute;
    right: 0;
    top: 30px;
    width: 208px;
    height: 120px;
    overflow: hidden; }
    .vertical-con li .thumb img {
      display: block;
      width: 100%;
      height: 100%; }
  .vertical-con li .date {
    display: none; }
  .vertical-con li .label {
    position: absolute;
    top: 26px;
    left: 10px;
    height: 24px;
    padding: 0 17px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background-color: #757070;
    background-color: rgba(51, 51, 51, 0.7); }
  .vertical-con li .title {
    padding-left: 40px;
    line-height: 26px;
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: 10px; }
    .vertical-con li .title span.come {
      display: none; }
    .vertical-con li .title h2 a {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-size: 18px;
      min-height: 64px;
      line-height: 28px;
      color: #333333;
      font-weight: bold;
      line-height: 28px;
      max-height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
    .vertical-con li .title h2 a:hover {
      color: #009F88; }
  .vertical-con li .content-text {
    display: none; }
  .vertical-con li h2 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: normal; }
    .vertical-con li h2.nothumb {
      padding-left: 108px; }
  .vertical-con li p {
    color: #797979;
    line-height: 20px;
    margin-bottom: 0; }
  .vertical-con li .info {
    font-size: 13px;
    color: #999;
    line-height: 29px;
    padding-left: 120px; }
    .vertical-con li .info time.time {
      display: none; }
    .vertical-con li .info .mark {
      color: #999999;
      font-size: 14px;
      font-family: 'Arial Normal', 'Arial', sans-serif; }
      .vertical-con li .info .mark u {
        padding: 0 10px;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }
      .vertical-con li .info .mark::before {
        content: '';
        display: inline-block;
        width: 30px;
        height: 1px;
        background-color: #009F88;
        vertical-align: middle;
        margin-right: 10px; }
    .vertical-con li .info .share {
      cursor: pointer;
      position: relative; }
      .vertical-con li .info .share:hover .bdsharebuttonbox {
        display: block; }
      .vertical-con li .info .share i {
        margin-right: 5px;
        color: #555555;
        width: 16px;
        height: 16px; }
      .vertical-con li .info .share span {
        font-size: 14px;
        color: #999999;
        display: block;
        height: 28px;
        position: relative;
        z-index: 2; }
      .vertical-con li .info .share .enjoy {
        border-bottom: 1px solid #c9c9c9c9; }
      .vertical-con li .info .share .bdsharebuttonbox {
        display: none;
        position: absolute;
        right: 0;
        top: 28px;
        z-index: 1;
        background: #fff;
        padding: 10px 15px;
        border: 1px solid #ddd;
        width: 93px; }
        .vertical-con li .info .share .bdsharebuttonbox a {
          display: block;
          float: none;
          font-size: 14px;
          margin-right: 0;
          width: 100%; }
          .vertical-con li .info .share .bdsharebuttonbox a:before {
            content: attr(title);
            margin-left: 5px; }

.text-con li {
  margin-top: 30px;
  border-bottom: 1px solid #e4e4e4e4;
  position: relative; }
  .text-con li .news-time-left {
    float: left;
    display: none; }
    .text-con li .news-time-left time {
      top: 70px; }
      .text-con li .news-time-left time strong, .text-con li .news-time-left time span {
        color: #009F88;
        line-height: 1; }
      .text-con li .news-time-left time strong {
        font-size: 36px; }
      .text-con li .news-time-left time span {
        font-size: 22px;
        margin-top: 5px; }
  .text-con li:last-child {
    border-bottom: none; }
  .text-con li .thumb {
    display: none;
    position: absolute;
    right: 0;
    top: 35px;
    width: 190px;
    height: 110px;
    overflow: hidden; }
    .text-con li .thumb img {
      display: block;
      width: 100%;
      height: 100%; }
  .text-con li .date {
    display: none; }
  .text-con li .label {
    position: absolute;
    top: 26px;
    left: 10px;
    height: 24px;
    padding: 0 17px;
    line-height: 24px;
    border-radius: 12px;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    background-color: #757070;
    background-color: rgba(51, 51, 51, 0.7); }
  .text-con li .title {
    line-height: 26px;
    max-height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    margin-bottom: -18px; }
    .text-con li .title span.come {
      display: none; }
    .text-con li .title h2 a {
      min-height: 64px;
      line-height: 28px;
      max-height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      display: inline !important; }
  .text-con li h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px; }
    .text-con li h2.nothumb {
      padding-left: 108px; }
  .text-con li p {
    color: #797979;
    line-height: 20px;
    margin-bottom: 0; }
  .text-con li .info {
    margin: 20px 0 30px 0;
    font-size: 14px;
    color: #999;
    line-height: 29px; }
    .text-con li .info time.time {
      display: block;
      color: #009F88; }
    .text-con li .info .mark {
      color: #999;
      margin-left: 10px; }
      .text-con li .info .mark u {
        padding: 0 10px;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }
    .text-con li .info .share {
      cursor: pointer;
      position: relative; }
      .text-con li .info .share:hover span {
        background: #fff;
        border-color: #ddd; }
      .text-con li .info .share:hover .bdsharebuttonbox {
        display: block; }
      .text-con li .info .share i {
        margin-right: 5px;
        color: #009F88; }
      .text-con li .info .share span {
        display: block;
        height: 28px;
        position: relative;
        padding: 0 10px;
        z-index: 2; }
      .text-con li .info .share .enjoy {
        border-bottom: 1px solid #c9c9c9c9; }
      .text-con li .info .share .bdsharebuttonbox {
        display: none;
        position: absolute;
        right: 0;
        top: 28px;
        z-index: 5;
        background: #fff;
        padding: 10px 15px;
        border: 1px solid #ddd;
        width: 123px; }
        .text-con li .info .share .bdsharebuttonbox a {
          display: block;
          float: none;
          font-size: 14px;
          margin-right: 0;
          width: 100%; }
          .text-con li .info .share .bdsharebuttonbox a:before {
            content: attr(title);
            margin-left: 5px; }

.hot-news-list li {
  padding: 10px 0 9px;
  border-bottom: 1px dashed #cdcdcd; }
  .hot-news-list li:last-child {
    border-bottom: none; }
  .hot-news-list li a {
    padding-left: 48px;
    position: relative;
    white-space: normal;
    height: 40px;
    line-height: 20px;
    display: table-cell;
    vertical-align: middle; }
    .hot-news-list li a em {
      position: absolute;
      left: 0;
      top: 4px;
      width: 32px;
      height: 32px;
      border-radius: 2px;
      line-height: 32px;
      text-align: center;
      color: #fff;
      background-color: #9a9a9a; }
      .hot-news-list li a em.top1 {
        background-color: #ea5501; }
      .hot-news-list li a em.top2 {
        background-color: #179ed8; }
      .hot-news-list li a em.top3 {
        background-color: #04ca97; }

.video-news-list li + li {
  margin-top: 30px; }
.video-news-list li .thumb {
  width: 280px;
  height: 170px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 10px; }
  .video-news-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s; }
  .video-news-list li .thumb:hover img {
    transform: scale(1.2); }
  .video-news-list li .thumb i {
    color: #fff;
    text-align: right;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 36px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1;
    height: 70px;
    background: url(../images/news-slide-mark.png);
    padding: 25px 10px 10px; }
.video-news-list li .title {
  height: 40px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle; }

.img-news-list li + li {
  margin-top: 30px; }
.img-news-list li .thumb {
  width: 280px;
  height: 170px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px; }
  .img-news-list li .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform 1s; }
  .img-news-list li .thumb:hover img {
    transform: scale(1.2); }
.img-news-list li .title {
  height: 40px;
  line-height: 20px;
  display: table-cell;
  vertical-align: middle; }

/************************ 单纯文字+日期 列表********************************/
.info-list li, .text-list li, .download-list li {
  padding: 15px 0;
  height: 55px;
  box-sizing: border-box;
  border-bottom: 1px dashed #e4e4e4;
  line-height: 1.5;
  overflow: hidden;
  position: relative;
  font-size: 16px; }
  .info-list li:last-child, .text-list li:last-child, .download-list li:last-child {
    border-bottom: none; }
  .info-list li a, .text-list li a, .download-list li a {
    display: inline-block;
    max-width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .info-list li span, .text-list li span, .download-list li span {
    color: #999;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 15px; }
  .info-list li u, .text-list li u, .download-list li u {
    color: #e8e4e8;
    padding: 0 5px; }

.info-list li a:before {
  content: '•';
  color: #999;
  margin-right: 3px; }

/************************ 下载列表********************************/
.download-list li:hover a.dl-icon:before {
  color: #cf9d4b; }
.download-list li:hover a.dl-icon.doc:before, .download-list li:hover a.dl-icon.docx:before {
  color: #4568a0; }
.download-list li:hover a.dl-icon.xls:before, .download-list li:hover a.dl-icon.xlsx:before {
  color: #378458; }
.download-list li:hover a.dl-icon.ppt:before, .download-list li:hover a.dl-icon.pptx:before {
  color: #db6340; }
.download-list li:hover a.dl-icon.pdf:before {
  color: #e81f05; }
.download-list li:hover a.dl-icon.rar:before {
  color: #ff5056; }
.download-list li:hover a.dl-icon.zip:before {
  color: #a372db; }
.download-list li:hover a.dl-icon.swf:before {
  color: #bb041a; }
.download-list li:hover a.dl-icon.txt:before {
  color: #8fa4b5; }
.download-list li a.download {
  position: absolute;
  border-radius: 3px;
  top: 5px;
  right: 0;
  width: 70px;
  line-height: 24px;
  font-size: 12px;
  background: #009F88;
  color: #fff;
  display: inline-block;
  padding: 3px 15px; }
  .download-list li a.download:hover {
    background: #cf9d4b; }
  .download-list li a.download 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: #009F88;
    content: "\e663";
    display: block;
    font-family: "iconfont";
    position: absolute;
    top: -7px; }
  .download-list li a.dl-icon.doc:before, .download-list li a.dl-icon.docx:before {
    content: "\e667"; }
  .download-list li a.dl-icon.xls:before, .download-list li a.dl-icon.xlsx:before {
    content: "\e668"; }
  .download-list li a.dl-icon.ppt:before, .download-list li a.dl-icon.pptx:before {
    content: "\e660"; }
  .download-list li a.dl-icon.pdf:before {
    content: "\e68f"; }
  .download-list li a.dl-icon.rar:before {
    content: "\e665"; }
  .download-list li a.dl-icon.zip:before {
    content: "\e661"; }
  .download-list li a.dl-icon.swf:before {
    content: "\e7c0"; }
  .download-list li a.dl-icon.txt:before {
    content: "\e664"; }

/************************ 院报列表********************************/
.paper-filter.filter .paper-form {
  border-bottom: 1px dashed #e4e4e4;
  padding-bottom: 20px; }
.paper-filter.filter dl {
  border-top: none; }
  .paper-filter.filter dl dt {
    height: 40px;
    line-height: 40px;
    top: 10px; }
  .paper-filter.filter dl dd .paper-search {
    position: relative; }
    .paper-filter.filter dl dd .paper-search .doctor-name {
      line-height: 40px;
      height: 40px;
      padding: 5px 15px;
      width: 370px;
      border: 1px solid #ddd;
      border-right: none;
      box-sizing: border-box;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
    .paper-filter.filter dl dd .paper-search .btn {
      width: 80px;
      box-sizing: border-box;
      line-height: 40px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px; }
  .paper-filter.filter dl dd .paper-select {
    width: 118px;
    line-height: 40px;
    height: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #e4e4e4;
    margin-right: 15px; }
  .paper-filter.filter dl dd .paper-btn {
    width: 80px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff; }
  .paper-filter.filter dl dd > a {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    padding: 0 15px; }
    .paper-filter.filter dl dd > a.cur {
      background: #00b399;
      color: #fff; }

.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; }
    .newspaper-list li a {
      display: block;
      border: 1px solid #e4e4e4;
      width: 100%;
      height: 100%;
      position: relative;
      box-sizing: border-box;
      overflow: hidden; }
      .newspaper-list li a:hover img {
        transform: scale(1.2); }
      .newspaper-list li a .newspaper-list-item-img {
        height: 100%;
        width: 100%; }
        .newspaper-list li a .newspaper-list-item-img img {
          display: block;
          transition: transform 1s;
          width: 100%;
          height: 100%; }
      .newspaper-list li a span {
        line-height: 50px;
        height: 50px;
        text-align: center;
        color: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: #04a28e;
        background-color: rgba(4, 162, 142, 0.8); }

/************************ 视频列表********************************/
.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: #009F88;
        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 img {
        width: 100%;
        transition: transform .6s;
        height: 100%; }
      .video-list ul li .vdimg > div {
        width: 100%;
        height: 100%;
        overflow: hidden; }
      .video-list ul li .vdimg :hover i {
        background-color: #cf9d4b; }
      .video-list ul li .vdimg :hover img {
        transform: scale(1.1); }

/************************ 图片列表（与频道页等有共享css） ********************************/
.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 .il-link {
      width: 100%;
      display: block;
      position: relative; }
      .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: .9;
        filter: alpha(opacity=90); }
      .imgs-list ul li .il-link .il-tit {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #d7d7d7;
        font-weight: normal; }
      .imgs-list ul li .il-link .il-img {
        font-size: 0;
        line-height: 0;
        position: relative;
        height: 237px; }
        .imgs-list ul li .il-link .il-img:after, .imgs-list ul li .il-link .il-img:before {
          transition: opacity .48s;
          display: block;
          content: "";
          position: absolute;
          opacity: 0;
          filter: alpha(opacity=0); }
        .imgs-list ul li .il-link .il-img:before {
          background-color: #009F88;
          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-link .il-img:after {
          transition: all .24s ease;
          z-index: 3;
          content: "\e650";
          width: 50px;
          height: 50px;
          line-height: 1;
          font-size: 50px;
          text-align: center;
          color: #fff;
          font-family: "iconfont";
          left: 50%;
          margin-left: -25px;
          top: 50%;
          margin-top: -25px; }
        .imgs-list ul li .il-link .il-img .il-img-wp {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .imgs-list ul li .il-link .il-img .il-img-wp img {
            width: 100%;
            height: 100%;
            transition: transform 0.68s; }
    .imgs-list ul li span {
      font-size: 12px;
      display: block;
      padding-top: 7px;
      color: #999; }
      .imgs-list ul li span u {
        color: #e8e4e8;
        margin: 0 5px; }

/************************ 图片新闻列表 【比如 青年工作--青年风采】********************************/
.imgnews-list ul {
  margin-left: -2.5%;
  margin-right: -2.5%; }
  .imgnews-list ul li {
    float: left;
    width: 28.3%;
    margin: 0 2.5% 25px 2.5%;
    height: 277px; }
    .imgnews-list ul li .il-link {
      width: 100%;
      display: block;
      position: relative; }
      .imgnews-list ul li .il-link:hover img {
        transform: scale(1.2); }
      .imgnews-list ul li .il-link .il-tit {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        height: 40px;
        line-height: 40px;
        font-weight: normal; }
      .imgnews-list ul li .il-link .il-img {
        font-size: 0;
        line-height: 0;
        position: relative;
        height: 237px; }
        .imgnews-list ul li .il-link .il-img .il-img-wp {
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .imgnews-list ul li .il-link .il-img .il-img-wp img {
            width: 100%;
            height: 100%;
            transition: transform 0.68s; }
    .imgnews-list ul li span {
      font-size: 12px;
      display: block;
      padding-top: 7px;
      color: #999; }
      .imgnews-list ul li span u {
        color: #e8e4e8;
        margin: 0 5px; }

/************************ 图集列表（与频道页等有共享css）********************************/
.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:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url(../images/news-slide-mark.png) center 140px no-repeat;
        content: ''; }
      .pic-list ul li .pl-link:hover i {
        transform: translateY(-20px);
        opacity: .8;
        filter: alpha(opacity=80); }
      .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-tit {
        text-align: center;
        bottom: 48px;
        background: none; }
      .pic-list ul li .pl-link:hover .pl-img img {
        transform: scale(1.2); }
      .pic-list ul li .pl-link:hover .pl-img:before {
        opacity: .8;
        filter: alpha(opacity=80); }
      .pic-list ul li .pl-link .pl-img {
        font-size: 0;
        line-height: 0;
        position: relative;
        overflow: hidden;
        height: 100%; }
        .pic-list ul li .pl-link .pl-img:before {
          background-color: #009F88;
          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-link .pl-img img {
          display: block;
          width: 100%;
          height: 100%;
          transition: transform 1s;
          object-fit: cover; }
    .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 i {
        font-size: 44px;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        filter: alpha(opacity=0);
        opacity: 0; }
      .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: .1s;
        -webkit-transition-delay: .1s; }
      .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: .15s;
        -webkit-transition-delay: .15s; }

/************************ 图文列表 ********************************/
.pictxt-list li {
  position: relative;
  height: 110px;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 20px;
  border-bottom: 1px dashed #e4e4e4; }
  .pictxt-list li .item-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 165px;
    height: 110px;
    overflow: hidden; }
    .pictxt-list li .item-pic img {
      width: 165px;
      height: 110px; }
  .pictxt-list li .item-info {
    margin-left: 180px; }
    .pictxt-list li .item-info h2 {
      font-size: 20px;
      font-weight: normal; }
    .pictxt-list li .item-info p {
      color: #999;
      line-height: 1.5; }

/************************ 简单人物列表  ********************************/
.person-list {
  margin-right: -32px; }
  .person-list ul li {
    width: 144px;
    height: 254px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 32px; }
    .person-list ul li .thumb {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: block;
      position: relative; }
      .person-list ul li .thumb:hover img {
        transform: scale(1.1); }
      .person-list ul li .thumb img {
        width: 100%;
        height: 200px;
        display: block;
        transition: transform 1s; }
    .person-list ul li .tit {
      display: block;
      margin: 10px auto;
      line-height: 21px;
      font-size: 16px;
      font-weight: bold;
      line-height: 30px;
      max-height: 30px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }

/************************ 简单医生列表 ---- 与科室子站--医生列表 共用  ********************************/
.doctor-min-list {
  margin-right: -32px; }
  .doctor-min-list li {
    width: 144px;
    height: 290px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 32px;
    transition: border-color .3s,box-shadow .3s; }
    .doctor-min-list li:hover {
      box-shadow: 0px 10px 30px rgba(3, 165, 96, 0.2);
      border-color: #009F88; }
    .doctor-min-list li .thumb {
      width: 100%;
      height: 200px;
      overflow: hidden;
      display: block;
      position: relative; }
      .doctor-min-list li .thumb:hover img {
        transform: scale(1.1); }
      .doctor-min-list li .thumb img {
        width: 100%;
        height: 200px;
        display: block;
        transition: transform 1s; }
    .doctor-min-list li .tit {
      display: block;
      margin: 10px auto;
      line-height: 21px;
      font-size: 16px;
      font-weight: bold;
      color: #009F88; }
      .doctor-min-list li .tit:after {
        content: '';
        width: 24px;
        height: 2px;
        background-color: #009F88;
        display: block;
        margin: 8px auto; }
    .doctor-min-list li p {
      color: #999; }

/************************ 主站专题列表  ********************************/
.special-list ul {
  margin-left: -1%;
  margin-right: -1%; }
  .special-list ul li {
    width: 23%;
    margin-left: 1%;
    margin-right: 1%;
    margin-bottom: 25px;
    float: left;
    overflow: hidden; }
    .special-list ul li a {
      display: block;
      height: 143px;
      position: relative; }
      .special-list ul li a:after {
        content: "";
        height: 2px;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #009F88;
        transition: .3s ease; }
      .special-list ul li a:hover:after {
        width: 100%; }
      .special-list ul li a img {
        width: 100%;
        height: 102px;
        display: block; }
      .special-list ul li a span {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px solid #d7d7d7;
        display: block;
        max-width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }

/************************ 历史沿革  ********************************/
.history-journey {
  position: relative; }

.history-journey:after,
.history-journey:before {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0;
  top: 0;
  width: 2px;
  margin: auto;
  background-color: #e4e4e4; }

.history-journey .history-item {
  padding: 20px 0; }

.history-journey .history-item:hover h2.history-time:before {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -o-transform: scale(1.5); }

.history-journey .history-item:hover h2.history-time:after {
  height: 75px; }

.history-journey h2.history-time {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 28px;
  color: #0C977A;
  font-weight: 400; }

.history-journey h2.history-time:before {
  content: '';
  display: block;
  position: absolute;
  left: -3px;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin: auto;
  background-color: #0C977A;
  border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all 0.5s; }

.history-journey h2.history-time:after {
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: 25px;
  z-index: 1;
  width: 2px;
  height: 0;
  margin: auto;
  background-color: #0C977A;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all 0.5s; }

.history-journey .history-detail {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 30px; }

.history-journey .history-detail .history-pic {
  position: relative; }

.history-journey .history-detail .history-pic.hasimg {
  min-height: 170px;
  padding-left: 330px; }

.history-journey .history-detail .history-pic a.img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 300px;
  height: 170px; }

.history-journey .history-detail .history-pic a.img-wrap img {
  display: block;
  width: 300px;
  height: 170px; }

.history-journey .history-detail .history-pic h3,
.history-journey .history-detail .history-pic img {
  z-index: 2; }

.history-journey .history-detail .history-pic h3 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  font-size: 16px;
  font-weight: normal;
  text-align: justify; }

.history-journey .history-detail .history-pic h3.noimg {
  line-height: 50px; }

.history-journey .history-detail .history-pic a {
  display: block;
  position: absolute;
  right: 10px;
  top: -25px;
  z-index: 2; }

.history-journey .history-detail .history-pic a img {
  display: block;
  width: 150px;
  height: 86px; }

.history-journey .history-detail ul {
  margin-top: 25px; }

.history-journey .history-detail ul li {
  font-size: 16px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
  line-height: 35px; }

.history-journey .history-detail ul li:after,
.history-journey .history-detail ul li:before {
  content: "";
  display: block;
  position: absolute; }

.history-journey .history-detail ul li:after {
  width: 33px;
  height: 33px;
  background: url(../images/history-point.png) center no-repeat;
  top: 0;
  left: -130px; }

.history-journey .history-detail ul li:before {
  width: 70px;
  height: 0px;
  border-bottom: 1px dotted #999;
  top: 17px;
  left: -97px; }

.history-journey .history-detail ul li span {
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 0;
  color: #333; }

/************************ 领导列表  ********************************/
.leader-list .leader-list-box {
  text-align: center; }
  .leader-list .leader-list-box .leader-list-item {
    width: 160px;
    height: 230px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin: 22px 70px;
    display: inline-block;
    vertical-align: top; }
    .leader-list .leader-list-box .leader-list-item:hover img {
      transform: scale(1.2); }
    .leader-list .leader-list-box .leader-list-item a {
      display: block;
      padding: 15px;
      position: relative;
      box-sizing: border-box; }
    .leader-list .leader-list-box .leader-list-item .thumb {
      width: 130px;
      height: 170px;
      overflow: hidden; }
      .leader-list .leader-list-box .leader-list-item .thumb img {
        display: block;
        width: 130px;
        height: 170px;
        transition: transform 1s; }
    .leader-list .leader-list-box .leader-list-item h2 {
      color: #999;
      font-size: 16px;
      font-weight: normal;
      margin-top: 10px; }
      .leader-list .leader-list-box .leader-list-item h2 b {
        color: #009F88;
        padding-right: 5px; }
    .leader-list .leader-list-box .leader-list-item.item0 {
      margin: 22px 22px 22px 340px; }
    .leader-list .leader-list-box .leader-list-item.item1 {
      margin: 22px 340px 22px 22px; }
.leader-list .leadership-tit {
  line-height: 50px;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px; }
.leader-list .leadership-list-box {
  margin-right: -24px; }
  .leader-list .leadership-list-box .leader-list-item {
    width: 180px;
    height: 325px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin-right: 24px;
    margin-bottom: 24px;
    float: left; }
    .leader-list .leadership-list-box .leader-list-item:hover img {
      transform: scale(1.2); }
    .leader-list .leadership-list-box .leader-list-item a {
      display: block;
      position: relative;
      box-sizing: border-box; }
    .leader-list .leadership-list-box .leader-list-item .thumb {
      width: 180px;
      height: 240px;
      overflow: hidden; }
      .leader-list .leadership-list-box .leader-list-item .thumb img {
        display: block;
        width: 100%;
        height: 100%;
        transition: transform 1s; }
    .leader-list .leadership-list-box .leader-list-item h2 {
      color: #999;
      font-weight: normal;
      margin-top: 10px;
      text-align: center; }
      .leader-list .leadership-list-box .leader-list-item h2 b {
        color: #009F88;
        padding-right: 5px;
        display: block;
        font-size: 15px; }
      .leader-list .leadership-list-box .leader-list-item h2 span {
        display: block;
        line-height: 1.4;
        font-size: 12px;
        margin-top: 5px;
        padding: 0 5px; }
.leader-list .remember-banner {
  position: relative;
  background: url(../images/remember-bg.jpg) right center no-repeat #786051;
  height: 213px;
  margin-top: 15px; }
  .leader-list .remember-banner img {
    position: absolute;
    top: 25px;
    left: 25px; }
  .leader-list .remember-banner p {
    display: block;
    padding: 25px 500px 0 170px;
    color: #e8d3c5; }

.list-leader-page span {
  margin: auto; }
.list-leader-page .leader-wrap {
  background-image: url(../images/leader-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
.list-leader-page .left-tit {
  width: 345px; }
  .list-leader-page .left-tit h2 {
    margin-top: 70px;
    font-size: 32px;
    color: #fff;
    font-weight: normal;
    text-indent: 2em; }
.list-leader-page ul.leader-lists {
  max-width: 955px;
  padding: 30px 0;
  border-left: 1px solid #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.6); }
  .list-leader-page ul.leader-lists li {
    position: relative;
    padding-left: 30px; }
    .list-leader-page ul.leader-lists li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0px;
      top: 0;
      bottom: 0;
      width: 25px;
      height: 1px;
      margin: auto;
      background-color: #fff;
      background-color: rgba(255, 255, 255, 0.6); }
    .list-leader-page ul.leader-lists li + li {
      margin-top: 20px; }
    .list-leader-page ul.leader-lists li a {
      display: block;
      font-size: 0; }
      .list-leader-page ul.leader-lists li a span {
        display: inline-block;
        min-width: 170px;
        font-size: 20px;
        color: #fff; }
        .list-leader-page ul.leader-lists li a span.two {
          letter-spacing: 1em; }

/************************ 老照片  ********************************/
/*老照片瀑布流*/
.history-photo ul {
  margin-left: -.5%;
  margin-right: -.5%; }
  .history-photo ul li {
    float: left;
    width: 24%;
    margin: 0 .5% 25px .5%; }
    .history-photo ul li a, .history-photo ul li span {
      display: block; }
    .history-photo ul li a {
      display: block;
      background: #e7e7e7;
      transition: background-color 0.3s,color 0.3s; }
      .history-photo ul li a p {
        padding: 15px;
        line-height: 1.5;
        margin-top: 5px;
        margin-bottom: 0; }
      .history-photo ul li a .thumb {
        transition: opacity 0.3s;
        overflow: hidden; }
        .history-photo ul li a .thumb img {
          width: 100%;
          display: block;
          transition: transform 1s; }
      .history-photo ul li a:hover {
        background-color: #009F88;
        color: #fff; }
        .history-photo ul li a:hover .thumb {
          opacity: .3;
          filter: alpha(opacity=30); }
          .history-photo ul li a:hover .thumb img {
            transform: scale(1.2); }

.load-more {
  background: #e7e7e7;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  .load-more a {
    display: block;
    height: 40px;
    line-height: 40px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s; }
    .load-more a:hover {
      background: #ddd; }
    .load-more a i {
      margin-right: 5px; }
    .load-more a img {
      vertical-align: middle;
      margin-right: 5px; }

/************************ 重点学科列表  ********************************/
.key-list-wrap ul {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .key-list-wrap ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 25px 1.5%;
    height: 225px;
    transition: border-color .3s,box-shadow .3s;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box; }
    .key-list-wrap ul li:hover {
      border-color: #009F88;
      box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
    .key-list-wrap ul li a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      position: relative;
      padding: 25px; }
      .key-list-wrap ul li a h4 {
        font-size: 18px;
        font-weight: normal;
        margin: 15px auto;
        line-height: 32px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .key-list-wrap ul li a p {
        color: #999;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important;
        text-align: justify;
        margin-bottom: 20px; }
      .key-list-wrap ul li a div {
        margin: 0 auto;
        line-height: 40px;
        text-align: center;
        box-sizing: border-box;
        color: #009F88; }
        .key-list-wrap ul li a div i {
          font-size: 12px; }

/************************ 导师列表  ********************************/
.teacher-list-wrap ul {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  .teacher-list-wrap ul li {
    float: left;
    width: 22%;
    margin: 0 1.5% 25px 1.5%;
    transition: border-color .3s,box-shadow .3s;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box; }
    .teacher-list-wrap ul li:hover {
      border-color: #009F88;
      box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
    .teacher-list-wrap ul li a {
      display: block;
      height: 80px;
      padding: 20px;
      box-sizing: border-box;
      position: relative;
      font-size: 16px; }
      .teacher-list-wrap ul li a:after {
        content: "";
        display: block;
        width: 30px;
        height: 1px;
        background-color: #009F88;
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -15px; }

.ranking ul .strong {
  font-weight: bold;
  background-color: #f8f8f8;
  line-height: 50px; }
.ranking ul li {
  overflow: hidden;
  line-height: 40px;
  border-bottom: 1px dashed #ddd;
  padding: 0 10px; }
  .ranking ul li span {
    display: block;
    float: left; }
    .ranking ul li span.No {
      width: 80px; }

.site-map dl {
  padding: 10px 0;
  border-bottom: 1px dashed #ddd; }
  .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: #ddd;
        margin-left: 10px; }
      .site-map dl dd span:last-child a:after {
        content: ""; }
    .site-map dl dd p {
      overflow: hidden; }
    .site-map dl dd strong {
      display: block;
      color: #999; }

/************************ 分页器  ********************************/
.pager {
  overflow: hidden;
  text-align: right;
  padding: 20px 0 40px; }
  .pager a, .pager button {
    background: #f1eff0;
    color: #999; }
  .pager a, .pager span, .pager input, .pager button {
    display: inline-block;
    vertical-align: middle;
    line-height: 46px !important;
    height: 46px !important;
    padding: 0 18px !important;
    border-radius: 3px;
    margin-left: 5px;
    box-sizing: border-box; }
  .pager a.cur {
    background: #009F88;
    color: #fff !important; }
  .pager a:hover {
    background: #ddd;
    color: #444; }
  .pager a.disabled {
    background: #f1eff0;
    color: #ccc6c6;
    cursor: default; }
    .pager a.disabled:hover {
      background: #f1eff0;
      color: #ddd;
      cursor: default; }
  .pager span {
    background: #f1eff0; }
  .pager input {
    padding-right: 0 !important;
    padding-left: 10px !important;
    width: 72px !important;
    border: 1px solid #e4e4e4; }
  .pager button {
    transition: .3s;
    border: none; }
    .pager button:hover {
      background-color: #0096d7;
      color: #fff; }

.reader-list .reader-list-item {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 15px; }
  .reader-list .reader-list-item .mark {
    color: #999; }
  .reader-list .reader-list-item .reader-question {
    position: relative;
    padding-right: 100px; }
    .reader-list .reader-list-item .reader-question .switch-bar {
      position: absolute;
      right: 0;
      top: 0;
      font-weight: bold; }
  .reader-list .reader-list-item .reader-answer {
    display: none;
    margin-top: 10px;
    padding: 10px;
    background: #f8f8f8;
    border: 1px solid #ddd; }

.hr-search {
  position: relative;
  width: 400px; }
  .hr-search i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #009F88; }
  .hr-search input.hr-job {
    width: 400px;
    padding: 7px 60px 7px 40px;
    border: 1px solid #009F88;
    line-height: 18px; }
  .hr-search .hr-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 55px;
    height: 40px; }

.job-list .list-tit {
  margin-bottom: 20px;
  border-bottom: 2px solid #e4e4e4; }
  .job-list .list-tit h2 {
    font-size: 28px;
    color: #009F88;
    line-height: 1; }
.job-list .job-head {
  line-height: 40px;
  border-bottom: 1px solid #f2f6fd; }
  .job-list .job-head span {
    font-weight: bold;
    font-size: 16px; }
.job-list li {
  position: relative;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #f2f6fd;
  transition: background-color .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: #009F88; }
.job-list .col-8 {
  width: 60%; }
.job-list .col-4 {
  width: 35%; }
.job-list .col-3 {
  width: 16%; }
.job-list .col-1 {
  width: 13%; }

.file-text {
  font-size: 15px;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #009F88; }
  .file-text:before {
    content: "•";
    font-weight: bold;
    color: #009F88;
    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: #009F88; }
    .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: #009F88; }
.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;
  font-size: 16px; }
.hr-info .hr-keyword {
  position: relative;
  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; }

.list-leader-list {
  width: 100%; }
  .list-leader-list .list-leader-item {
    height: 280px;
    border-bottom: 1px solid #D7D7D7;
    box-sizing: border-box;
    padding: 40px 20px;
    position: relative; }
    .list-leader-list .list-leader-item .leader-content {
      position: relative;
      z-index: 1; }
      .list-leader-list .list-leader-item .leader-content a.leader-head {
        display: block;
        width: 144px;
        height: 200px; }
      .list-leader-list .list-leader-item .leader-content .leader-cont-right {
        width: 976px; }
        .list-leader-list .list-leader-item .leader-content .leader-cont-right h2 {
          font-size: 24px;
          width: 100%;
          line-height: 30px;
          color: #4651B9;
          font-weight: normal;
          font-weight: normal; }
          .list-leader-list .list-leader-item .leader-content .leader-cont-right h2 a {
            font-size: 14px;
            color: #6C9AD5;
            display: inline-block;
            height: 30px;
            width: 100px;
            text-align: center;
            border-radius: 4px; }
            .list-leader-list .list-leader-item .leader-content .leader-cont-right h2 a:hover {
              color: #fff;
              background-color: #6C9AD5; }
        .list-leader-list .list-leader-item .leader-content .leader-cont-right p.leader-post {
          font-size: 18px;
          color: #333333;
          margin-top: 16px; }
          .list-leader-list .list-leader-item .leader-content .leader-cont-right p.leader-post span {
            display: inline-block;
            margin-right: 20px; }
        .list-leader-list .list-leader-item .leader-content .leader-cont-right p.leader-content {
          font-size: 14px;
          color: #797979;
          margin-top: 23px;
          line-height: 24px;
          max-height: 96px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
    .list-leader-list .list-leader-item .leader-right-logo {
      position: absolute;
      right: 0;
      top: 85px;
      height: 154px;
      width: 154px;
      opacity: 0.15; }

.list-images001 .images-info .img-display {
  width: 1200px;
  height: 580px;
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
  padding-top: 20px;
  margin: 0 auto; }
  .list-images001 .images-info .img-display .img-box {
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    transition: height 0.3s;
    overflow: hidden; }
    .list-images001 .images-info .img-display .img-box .inner-img-bg {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 580px; }
    .list-images001 .images-info .img-display .img-box img {
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      object-fit: contain;
      transition: all 0.3s; }
    .list-images001 .images-info .img-display .img-box img.max-height {
      height: 100%; }
    .list-images001 .images-info .img-display .img-box img.max-width {
      width: 100%; }
    .list-images001 .images-info .img-display .img-box .slick-list {
      height: 100%; }
    .list-images001 .images-info .img-display .img-box .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 60px;
      height: 70px;
      background-color: #009F88;
      color: #fff;
      text-align: center;
      line-height: 70px;
      font-size: 18px;
      z-index: 1; }
      .list-images001 .images-info .img-display .img-box .slick-arrow.prev {
        left: 0; }
      .list-images001 .images-info .img-display .img-box .slick-arrow.next {
        right: 0; }
    .list-images001 .images-info .img-display .img-box.slick-slider {
      position: static; }
  .list-images001 .images-info .img-display .count {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 106px;
    height: 40px;
    color: #333;
    text-align: center;
    line-height: 40px;
    font-size: 18px; }
.list-images001 .images-info .img-slide {
  margin: 25px 0 30px; }
  .list-images001 .images-info .img-slide .img-item {
    margin: 3px;
    height: 76px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: pointer; }
    .list-images001 .images-info .img-slide .img-item img {
      width: 100%;
      height: 100%; }
    .list-images001 .images-info .img-slide .img-item + .img-item {
      margin-left: 1.5px; }
    .list-images001 .images-info .img-slide .img-item:hover {
      border: 4px solid #fff;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
  .list-images001 .images-info .img-slide .slick-arrow {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 76px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: center;
    line-height: 76px;
    font-size: 12px;
    z-index: 1; }
    .list-images001 .images-info .img-slide .slick-arrow.prev {
      left: 0; }
    .list-images001 .images-info .img-slide .slick-arrow.next {
      right: 0; }

/************************  详情页内容区域共用样式 ********************************/
.content, .pic-show {
  text-align: justify; }
  .content .content-title, .pic-show .content-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    padding: 8px 0;
    color: #555; }
    .content .content-title span, .pic-show .content-title span {
      font-size: 14px;
      color: #666; }
  .content .news-info, .pic-show .news-info {
    color: #999;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    overflow: hidden; }
    .content .news-info .content-mark span, .pic-show .news-info .content-mark span {
      font-size: 14px;
      margin-right: 10px; }
    .content .news-info .share a, .pic-show .news-info .share a {
      vertical-align: middle; }
    .content .news-info .share span, .pic-show .news-info .share span {
      display: inline-block; }
  .content .news-content, .pic-show .news-content {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: justify;
    font-size: 14pt !important;
    line-height: 2 !important;
    font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif !important;
    letter-spacing: 2px !important;
    color: #000; }
    .content .news-content img, .pic-show .news-content img {
      max-width: 100% !important;
      display: inline-block;
      vertical-align: middle;
      margin-right: auto;
      margin-left: auto; }
    .content .news-content p, .pic-show .news-content p {
      margin: 0 0 9px !important; }
    .content .news-content .keylink, .pic-show .news-content .keylink {
      color: #009F88;
      border-bottom: 1px dashed #009F88; }
    .content .news-content div, .pic-show .news-content div {
      font-size: 14pt !important;
      line-height: 2 !important;
      font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif !important;
      letter-spacing: 2px !important;
      color: #000; }
    .content .news-content p, .content .news-content p span, .content .news-content font, .content .news-content strong, .content .news-content span, .pic-show .news-content p, .pic-show .news-content p span, .pic-show .news-content font, .pic-show .news-content strong, .pic-show .news-content span {
      font-size: 14pt !important;
      line-height: 2 !important;
      font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif !important;
      letter-spacing: 2px !important;
      color: #000; }

.news-code-wrap {
  text-align: center; }
  .news-code-wrap .news-code {
    width: 132px;
    margin: 25px auto; }
    .news-code-wrap .news-code p {
      color: #999;
      font-size: 12px; }
    .news-code-wrap .news-code img {
      width: 132px;
      height: 132px; }

.page-content .news-content img {
  display: inline-block; }

/************************  新闻详情页  ********************************/
.news-show > .fl, .video-show > .fl {
  width: 860px; }

.news-show > .fr, .video-show > .fr {
  width: 280px;
  margin-bottom: 50px; }

.news-footer-share {
  text-align: right;
  border-bottom: 3px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.has-right .fox-video {
  min-height: 500px;
  margin-top: 25px; }
  .has-right .fox-video .audio-box {
    height: 430px;
    background-size: cover; }
    .has-right .fox-video .audio-box .audio-icon {
      height: 400px; }

.relate-document li {
  border-bottom: 1px solid #f2f2f2;
  height: 56px; }
  .relate-document li:last-child {
    border: none; }
  .relate-document li a {
    display: block;
    line-height: 56px;
    padding-left: 30px;
    padding-left: 60px;
    position: relative;
    font-size: 16px;
    height: 56px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .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: #999;
      font-size: 18px;
      content: '\e612';
      opacity: 0;
      filter: alpha(opacity=0);
      transition: .3s; }
    .relate-document li a:before {
      left: 0;
      font-size: 45px;
      color: #009F88;
      content: "\e663"; }
    .relate-document li a:hover:after {
      opacity: 1;
      filter: alpha(opacity=100); }
    .relate-document li a:hover:before {
      color: #cf9d4b; }
    .relate-document li a.doc:before, .relate-document li a.docx:before {
      content: "\e667";
      color: #295396; }
    .relate-document li a.xls:before, .relate-document li a.xlsx:before {
      content: "\e668";
      color: #378458; }
    .relate-document li a.ppt:before, .relate-document li a.pptx:before {
      content: "\e660";
      color: #db6340; }
    .relate-document li a.pdf:before {
      content: "\e68f";
      color: #ae222f; }
    .relate-document li a.rar:before {
      content: "\e665";
      color: #ff5056; }
    .relate-document li a.zip:before {
      content: "\e661";
      color: #a372db; }
    .relate-document li a.swf:before {
      content: "\e7c0";
      color: #bb041a; }
    .relate-document li a.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: #009F88;
      color: #fff;
      text-align: center;
      line-height: 40px; }
      .news-mark .back-list .bl-btn:hover {
        background-color: #cf9d4b; }
  .news-mark .paging {
    height: 37px;
    line-height: 37px;
    border-top: 1px solid #e4e4e4; }
    .news-mark .paging a {
      color: #333; }
      .news-mark .paging a i {
        margin: 0 15px;
        opacity: .8; }
      .news-mark .paging a:hover span {
        color: #009F88; }

.related-news li {
  padding: 20px 0;
  padding-left: 153px;
  height: 78px;
  position: relative;
  border-bottom: 1px dashed #e4e4e4; }
  .related-news li:last-child {
    border-bottom: none; }
  .related-news li.nothumb {
    padding-left: 0; }
  .related-news li .thumb {
    width: 132px;
    height: 78px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 20px; }
    .related-news li .thumb img {
      display: block;
      width: 100%;
      height: 100%;
      transition: transform 1s; }
    .related-news li .thumb:hover img {
      transform: scale(1.2); }
    .related-news li .thumb i {
      color: #fff;
      text-align: right;
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 26px;
      width: 100%;
      box-sizing: border-box;
      line-height: 1;
      height: 70px;
      background: url(../images/news-slide-mark.png);
      padding: 40px 5px 10px; }
  .related-news li .title {
    line-height: 30px;
    max-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    font-size: 20px;
    margin-bottom: 15px;
    color: #666; }
    .related-news li .title:hover {
      color: #cf9d4b; }
  .related-news li .mark {
    color: #999; }
    .related-news li .mark u {
      padding: 0 10px;
      font-size: 12px;
      color: #c7c5c5;
      position: relative;
      top: -1px; }

.related-doc li {
  height: 100px;
  position: relative;
  padding: 20px 0 20px 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: 18px; }
    .related-doc li .doctor-img img {
      width: 74px;
      height: 100px; }
  .related-doc li h2 {
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    margin-bottom: 8px; }
  .related-doc li p {
    height: 75px;
    overflow: hidden;
    font-size: 14px; }
    .related-doc li p u {
      color: #999; }

.related-dmt .top-dm {
  overflow: hidden; }
  .related-dmt .top-dm h2 {
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px dashed #e4e4e4;
    font-weight: normal; }
  .related-dmt .top-dm p {
    line-height: 1.5;
    margin-top: 10px;
    color: #777; }
.related-dmt .more-dm {
  line-height: 30px;
  font-size: 16px;
  border-top: 1px dashed #e4e4e4;
  margin-top: 5px;
  padding: 10px 0; }
  .related-dmt .more-dm a {
    margin-right: 10px;
    border-bottom: 1px dashed transparent;
    padding-bottom: 1px; }
    .related-dmt .more-dm a:hover {
      border-bottom-color: #cf9d4b; }

.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: #009F88;
    background-color: rgba(0, 159, 136, 0.75);
    color: #fff; }

/************************  视频详情页  ********************************/
.video-show h1 {
  font-size: 24px;
  font-weight: normal; }

.editor-video {
  width: 100%;
  display: block; }

.fox-video {
  width: 100%;
  min-height: 675px;
  margin-top: 25px;
  background: url(../images/black30.png); }
  .fox-video .audio-box {
    height: 690px;
    background-size: cover; }
    .fox-video .audio-box .audio-icon {
      color: #fff;
      height: 653px;
      background: url(../images/black30.png);
      position: relative; }
      .fox-video .audio-box .audio-icon span {
        padding: 20px;
        text-align: center;
        display: inline-block;
        font-size: 16px;
        position: absolute;
        bottom: 0; }
        .fox-video .audio-box .audio-icon span:before {
          content: '\e66f';
          font-family: "iconfont";
          font-size: 60px;
          line-height: 60px;
          height: 60px;
          display: block; }

.prism-player .prism-ErrorMessage, .prism-player .prism-cover {
  background-size: cover !important; }

/************************  图集详情页  ********************************/
.pic-show h1 {
  font-size: 24px;
  font-weight: normal; }
.pic-show .picinfo {
  line-height: 30px;
  color: #999; }
  .pic-show .picinfo .fl span {
    margin-right: 10px; }
.pic-show .picplayer {
  position: relative;
  margin: 15px 0; }
  .pic-show .picplayer .view {
    overflow: hidden;
    font-size: 0;
    line-height: 0;
    text-align: center;
    min-height: 400px;
    background: #000; }
    .pic-show .picplayer .view img {
      max-width: 100%; }
    .pic-show .picplayer .view .loading {
      display: none;
      width: 50px;
      height: 50px;
      border-radius: 8px;
      background: url(../images/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; }
  .pic-show .picplayer .imgtxt {
    background: #000;
    color: #fff;
    font-size: 14px;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 15px; }
  .pic-show .picplayer .prev, .pic-show .picplayer .next {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    z-index: 1; }
    .pic-show .picplayer .prev:hover span, .pic-show .picplayer .next:hover span {
      opacity: 0.6;
      filter: alpha(opacity=60); }
    .pic-show .picplayer .prev span, .pic-show .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: #444;
      color: #fff;
      opacity: 0;
      filter: alpha(opacity=0);
      text-decoration: none;
      transition: opacity .5s;
      -moz-transition: opacity .5s;
      -webkit-transition: opacity .5s; }
  .pic-show .picplayer .prev {
    left: 0px; }
    .pic-show .picplayer .prev span {
      left: 0px; }
  .pic-show .picplayer .next {
    right: 0px; }
    .pic-show .picplayer .next span {
      right: 0px; }
.pic-show .thumbbox {
  height: 97px;
  margin-bottom: 20px;
  position: relative; }
  .pic-show .thumbbox .thumblist {
    height: 97px;
    overflow: hidden;
    margin-left: 50px;
    margin-right: 50px;
    white-space: nowrap;
    font-size: 0; }
    .pic-show .thumbbox .thumblist ul {
      display: inline-block;
      width: 100%; }
      .pic-show .thumbbox .thumblist ul li {
        float: left;
        width: 11.3%;
        height: 100%;
        margin-left: .6%;
        margin-right: .6%;
        overflow: hidden;
        background: #009F88; }
        .pic-show .thumbbox .thumblist ul li a {
          display: block;
          font-size: 0;
          line-height: 0; }
          .pic-show .thumbbox .thumblist ul li a img {
            height: 97px;
            width: 100%;
            display: block; }
          .pic-show .thumbbox .thumblist ul li a.cur img {
            opacity: 0.3;
            filter: alpha(opacity=30); }
  .pic-show .thumbbox .prev, .pic-show .thumbbox .next {
    display: block;
    width: 40px;
    height: 97px;
    background: #444;
    color: #fff;
    font-family: simsun;
    text-decoration: none;
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 0; }
  .pic-show .thumbbox .prev {
    left: 0; }
  .pic-show .thumbbox .next {
    right: 0; }

/************************  【pdf】院报详情页  ********************************/
.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: #000;
      text-align: center;
      overflow: hidden; }
      .newspaper-show li a span {
        display: block;
        background: #009F88;
        color: #fff;
        line-height: 30px;
        height: 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transition: background 0.3s;
        -webkit-transition: background 0.3s; }
      .newspaper-show li a img {
        height: 367px;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        opacity: .7;
        filter: alpha(opacity=70); }
      .newspaper-show li a:hover span {
        background-color: #0096d7; }
      .newspaper-show li a:hover img {
        opacity: 1;
        filter: alpha(opacity=100); }

/************************  【报刊系统】院报详情页  ********************************/
.paper-detail {
  position: relative; }
  .paper-detail .paper-pic {
    position: relative;
    padding: 40px 70px;
    width: 850px;
    background: #fff;
    box-sizing: border-box;
    min-height: 1220px;
    margin-right: 350px; }
    .paper-detail .paper-pic.article-pic {
      padding: 30px;
      width: 345px;
      border-radius: 10px; }
    .paper-detail .paper-pic .area-icon {
      width: 710px;
      position: relative; }
      .paper-detail .paper-pic .area-icon img {
        width: 710px;
        display: block; }
      .paper-detail .paper-pic .area-icon .area {
        position: absolute;
        opacity: 0;
        background: #04a28e;
        filter: alpha(opacity=0);
        transition: opacity .3s; }
        .paper-detail .paper-pic .area-icon .area.cur-area-icon {
          filter: alpha(opacity=30);
          opacity: .3; }
        .paper-detail .paper-pic .area-icon .area:hover {
          filter: alpha(opacity=20);
          opacity: .2; }
    .paper-detail .paper-pic a.all {
      position: absolute;
      top: 0;
      left: 0;
      width: 65px;
      height: 102px;
      text-align: center;
      color: #fff;
      background: #04a28e;
      box-sizing: border-box;
      padding: 27px 15px;
      transition: background-color .3s; }
      .paper-detail .paper-pic a.all:hover {
        background-color: #cf9d4b; }
        .paper-detail .paper-pic a.all:hover:before {
          color: #cf9d4b; }
      .paper-detail .paper-pic a.all span {
        position: relative;
        z-index: 1; }
      .paper-detail .paper-pic a.all:before {
        content: '\e6a8';
        position: absolute;
        top: 13px;
        color: #04a28e;
        font-family: 'iconfont';
        font-size: 113px;
        line-height: 1;
        left: -22px;
        transition: color .3s; }
    .paper-detail .paper-pic a.controll {
      position: absolute;
      top: 50%;
      margin-top: -25px;
      width: 65px;
      height: 65px;
      line-height: 65px;
      text-align: center;
      color: #fff;
      border-radius: 50%;
      font-size: 34px;
      background: #04a28e;
      opacity: .65;
      transition: opacity .3s;
      filter: alpha(opacity=0); }
      .paper-detail .paper-pic a.controll:hover {
        opacity: 1;
        filter: alpha(opacity=100); }
      .paper-detail .paper-pic a.controll.page-left {
        left: 0; }
      .paper-detail .paper-pic a.controll.page-right {
        right: 0; }
  .paper-detail .paper-article {
    padding: 20px;
    width: 310px;
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden; }
    .paper-detail .paper-article .paper-article-item {
      margin-bottom: 20px; }
      .paper-detail .paper-article .paper-article-item.cur .h3-title {
        background-color: #04a28e; }
        .paper-detail .paper-article .paper-article-item.cur .h3-title:before {
          display: block; }
      .paper-detail .paper-article .paper-article-item.cur ul {
        display: block; }
      .paper-detail .paper-article .paper-article-item .h3-title {
        width: 100%;
        color: #fff;
        height: 50px;
        line-height: 50px;
        cursor: pointer;
        display: block;
        border-radius: 5px;
        background-color: #666;
        box-sizing: border-box;
        font-size: 16px;
        padding-right: 30px;
        padding-left: 30px;
        margin-bottom: 10px;
        position: relative;
        transition: background-color .3s; }
        .paper-detail .paper-article .paper-article-item .h3-title span {
          position: relative;
          z-index: 1; }
        .paper-detail .paper-article .paper-article-item .h3-title:hover {
          background-color: #cf9d4b; }
          .paper-detail .paper-article .paper-article-item .h3-title:hover:before {
            color: #cf9d4b; }
        .paper-detail .paper-article .paper-article-item .h3-title:before {
          content: '\e67d';
          position: absolute;
          top: -1px;
          color: #04a28e;
          font-family: 'iconfont';
          font-size: 52px;
          line-height: 1;
          left: -20px;
          display: none;
          transition: color .3s; }
      .paper-detail .paper-article .paper-article-item ul {
        display: none; }
        .paper-detail .paper-article .paper-article-item ul li:last-child a {
          border-bottom: none; }
        .paper-detail .paper-article .paper-article-item ul li a {
          display: block;
          border-bottom: 1px solid #e4e4e4;
          line-height: 20px;
          padding-top: 10px;
          padding-bottom: 10px; }

.paper-article-detail .paper-title {
  margin-bottom: 30px; }
  .paper-article-detail .paper-title a {
    display: block;
    height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    line-height: 40px;
    width: 110px;
    background-color: #009F88; }
    .paper-article-detail .paper-title a.fl {
      background-color: #04a28e;
      width: 410px; }
    .paper-article-detail .paper-title a.fr {
      margin-left: 20px; }
    .paper-article-detail .paper-title a:hover {
      background-color: #cf9d4b; }
.paper-article-detail .picture-article {
  position: relative; }
  .paper-article-detail .picture-article .picture {
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    box-sizing: border-box;
    height: 100%;
    width: 410px;
    background-color: #fff;
    padding: 26px; }
    .paper-article-detail .picture-article .picture .area-icon {
      width: 358px;
      position: relative; }
      .paper-article-detail .picture-article .picture .area-icon img {
        width: 358px;
        display: block; }
      .paper-article-detail .picture-article .picture .area-icon .area {
        position: absolute;
        opacity: 0;
        background: #04a28e;
        filter: alpha(opacity=0);
        transition: opacity .3s; }
        .paper-article-detail .picture-article .picture .area-icon .area.cur-area-icon {
          filter: alpha(opacity=30);
          opacity: .3; }
        .paper-article-detail .picture-article .picture .area-icon .area:hover {
          filter: alpha(opacity=20);
          opacity: .2; }
    .paper-article-detail .picture-article .picture .list-bar {
      font-size: 16px;
      padding-left: 56px;
      padding-right: 56px;
      position: relative;
      margin: 20px auto;
      height: 28px; }
      .paper-article-detail .picture-article .picture .list-bar a {
        position: absolute;
        top: 0; }
        .paper-article-detail .picture-article .picture .list-bar a.prev {
          left: 0; }
        .paper-article-detail .picture-article .picture .list-bar a.next {
          right: 0; }
      .paper-article-detail .picture-article .picture .list-bar span {
        color: #009F88;
        font-weight: 700;
        display: block;
        text-align: center; }
    .paper-article-detail .picture-article .picture ul li:last-child a {
      border-bottom: none; }
    .paper-article-detail .picture-article .picture ul li.cur a {
      color: #009F88; }
    .paper-article-detail .picture-article .picture ul li a {
      display: block;
      border-bottom: 1px solid #e4e4e4;
      line-height: 20px;
      padding-top: 10px;
      padding-bottom: 10px; }
  .paper-article-detail .picture-article .article {
    padding: 10px 25px 30px;
    width: 750px;
    min-height: 1220px;
    background-color: #fff;
    margin-left: 450px;
    box-sizing: border-box; }

.paper-review {
  margin-right: -30px; }
  .paper-review .paper-review-item {
    width: 585px;
    height: 457px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 35px;
    float: left;
    margin-right: 30px; }
    .paper-review .paper-review-item .thumb-article {
      margin-bottom: 16px; }
      .paper-review .paper-review-item .thumb-article .thumb {
        width: 250px;
        height: 345px;
        overflow: hidden; }
        .paper-review .paper-review-item .thumb-article .thumb a {
          display: block; }
          .paper-review .paper-review-item .thumb-article .thumb a:hover img {
            transform: scale(1.2); }
        .paper-review .paper-review-item .thumb-article .thumb img {
          display: block;
          width: 250px;
          height: 345px;
          transition: transform .85s; }
      .paper-review .paper-review-item .thumb-article .article {
        width: 270px;
        height: 345px;
        overflow: hidden; }
        .paper-review .paper-review-item .thumb-article .article a {
          display: block;
          border-bottom: 1px solid #e4e4e4;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          height: 41px;
          line-height: 40px;
          box-sizing: border-box; }
          .paper-review .paper-review-item .thumb-article .article a:first-child {
            margin-top: -12px; }
          .paper-review .paper-review-item .thumb-article .article a:last-child {
            border-bottom: none; }
    .paper-review .paper-review-item .title {
      border-radius: 3px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      overflow: hidden; }
      .paper-review .paper-review-item .title a {
        display: block;
        background-color: #04a28e;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        width: 100%;
        height: 100%; }
        .paper-review .paper-review-item .title a:hover {
          background-color: #cf9d4b; }

/************************  医院导航---百度地图  ********************************/
.map-search {
  font-size: 0;
  text-align: center; }
  .map-search a {
    width: 100px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 8px;
    margin-right: 8px; }
    .map-search a:hover {
      background-color: #009F88;
      border-color: #009F88;
      color: #fff; }

.map-box {
  position: relative;
  border: 1px solid #e4e4e4; }
  .map-box .map-search-result {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 50px;
    height: 100%;
    z-index: 2; }
    .map-box .map-search-result .switch {
      width: 50px;
      height: 200px;
      box-sizing: border-box;
      padding: 15px;
      font-size: 16px;
      line-height: 1.4;
      position: absolute;
      top: 50%;
      margin-top: -100px;
      left: 0;
      background-color: #009F88;
      color: #fff;
      box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.09);
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
      .map-box .map-search-result .switch:hover {
        background-color: #cf9d4b; }
      .map-box .map-search-result .switch i {
        margin-top: 5px;
        font-size: 24px;
        opacity: .95; }
    .map-box .map-search-result .result-list {
      height: 100%;
      min-width: 1px;
      overflow-y: auto;
      background-color: #fff; }
  .map-box .position-map {
    height: 700px; }
    .map-box .position-map img {
      max-width: none !important; }
    .map-box .position-map input {
      box-sizing: border-box;
      padding: 3px;
      height: 26px !important;
      font-size: 12px;
      vertical-align: middle; }
    .map-box .position-map .BMapLib_ap th, .map-box .position-map .BMapLib_ap td {
      padding: 3px; }
    .map-box .position-map #BMapLib_is_remember_phone {
      margin-left: 5px; }
    .map-box .position-map .BMapLib_SearchInfoWindow, .map-box .position-map .position-map .BMapLib_nav_tab_content li {
      font-family: inherit; }
    .map-box .position-map .BMapLib_bubble_title {
      font-weight: bold; }
    .map-box .position-map .BMapLib_bubble_content {
      line-height: 2; }
    .map-box .position-map .BMapLib_trans {
      top: auto !important; }
    .map-box .position-map .BMapLib_sms_declare_phone {
      font-size: 12px; }
  .map-box .map-area-tab {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    text-align: center; }
    .map-box .map-area-tab li {
      display: inline-block;
      width: 120px;
      text-align: center;
      height: 30px;
      line-height: 30px;
      box-sizing: border-box;
      color: #fff;
      font-size: 14px;
      background-color: #009F88;
      cursor: pointer;
      transition: background-color .5s;
      -webkit-transition: background-color .5s;
      -moz-transition: background-color .5s;
      -o-transition: background-color .5s;
      vertical-align: middle; }
      .map-box .map-area-tab li.short-name {
        padding: 0;
        line-height: 30px; }
      .map-box .map-area-tab li.cur {
        font-weight: 700;
        background-color: #cf9d4b; }
      .map-box .map-area-tab li:hover {
        background-color: #cf9d4b; }
      .map-box .map-area-tab li + li {
        margin-left: 10px; }

/************************  楼层分布-- 省医院特殊需求  ***************************/
.floor {
  margin-top: 25px;
  margin-bottom: 25px; }
  .floor th, .floor td {
    line-height: 1.8;
    padding: 10px;
    border: 1px solid rgba(0, 159, 136, 0.35); }
  .floor th {
    width: 40px;
    text-align: center;
    background: rgba(0, 159, 136, 0.35);
    font-weight: bold; }
  .floor td span {
    margin-left: 20px;
    color: #999; }
  .floor td ul {
    overflow: hidden; }
    .floor td ul li {
      width: 48%;
      float: left; }

/* 会议详细页 */
.meet-info {
  background: #f5f5f5;
  font-size: 16px;
  padding: 15px;
  margin: 20px 0;
  position: relative; }

.meet-info h2 {
  font-weight: normal;
  line-height: 2; }

.meet-info h2 span {
  color: #999; }

.meet-reg-btn {
  position: absolute;
  right: 15px;
  top: 45px; }

.meet-reg-btn .btn {
  width: 110px; }

.meet-reg-btn .btn:before {
  font-family: "iconfont";
  font-size: 16px;
  vertical-align: top;
  margin-right: 5px; }

.meet-reg-btn .btn:before {
  content: "\e640"; }

.meet-form {
  background: #fff;
  border-top: 5px solid #1a7f80;
  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; }

.leader-details .leader-tit {
  height: 250px;
  box-sizing: border-box;
  padding: 20px 0;
  position: relative;
  border-bottom: 1px solid #D7D7D7; }
  .leader-details .leader-tit .float-logo {
    height: 200px;
    width: 200px;
    position: absolute;
    right: 0;
    bottom: 20px;
    opacity: 0.15; }
  .leader-details .leader-tit .leader-head-msg {
    padding-left: 40px; }
    .leader-details .leader-tit .leader-head-msg h2 {
      font-size: 24px;
      color: #4651B9;
      font-weight: normal; }
    .leader-details .leader-tit .leader-head-msg p {
      font-size: 18px;
      color: #333;
      margin-top: 20px; }
.leader-details .leader-intro p {
  font-size: 16px;
  margin-top: 10px;
  line-height: 32px;
  max-height: 192px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  display: -webkit-box !important; }

.news-show003 {
  width: 1200px;
  margin: auto;
  padding-bottom: 80px;
  display: flex;
  justify-content: space-between;
  padding-top: 40px; }
  .news-show003 .list-item.has-right {
    width: 800px; }
  .news-show003 .list-item {
    width: 100%; }
    .news-show003 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 20px;
      position: relative; }
      .news-show003 .list-item .content .news-title {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 20px;
        color: #444;
        position: relative; }
        .news-show003 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 240px;
          height: 2px;
          background-color: #009F88;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show003 .list-item .content .news-title p {
          font-size: 18px;
          line-height: 27px;
          text-align: center; }
        .news-show003 .list-item .content .news-title p.top-title {
          margin-bottom: 8px; }
        .news-show003 .list-item .content .news-title p.sub-title {
          margin-top: 8px; }
        .news-show003 .list-item .content .news-title h1 {
          text-align: center; }
          .news-show003 .list-item .content .news-title h1 a {
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 32px;
            color: #444;
            line-height: 48px; }
        .news-show003 .list-item .content .news-title span {
          font-size: 14px;
          color: #888; }
        .news-show003 .list-item .content .news-title span.time {
          margin: 30px 0 10px;
          display: inline-block; }
        .news-show003 .list-item .content .news-title span.comefrom {
          margin-left: 15px; }
        .news-show003 .list-item .content .news-title .news-author {
          font-size: 0; }
          .news-show003 .list-item .content .news-title .news-author span {
            margin-right: 20px;
            position: relative; }
            .news-show003 .list-item .content .news-title .news-author span + span:before {
              content: "|";
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              left: -10px;
              top: 0;
              color: #D7D7D7; }
      .news-show003 .list-item .content .news-content {
        padding-top: 20px; }
        .news-show003 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show003 .list-item .content .news-content img {
          max-width: 100%;
          display: inline-block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show003 .list-item .content .original-title {
        font-size: 14px;
        color: #AAAAAA;
        line-height: 21px;
        margin-top: 40px; }
      .news-show003 .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 40px; }
        .news-show003 .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 18px;
          position: relative;
          top: -1px; }
        .news-show003 .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 16px;
          background-color: #E4E4E4;
          margin: 0 10px; }
    .news-show003 .list-item .left-tit {
      font-size: 24px;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show003 .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show003 .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 182px;
        box-sizing: border-box;
        padding-top: 20px; }
        .news-show003 .list-item .related-expert ul li .doc-img {
          width: 86px;
          height: 120px; }
          .news-show003 .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 86px;
            height: 100%; }
            .news-show003 .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show003 .list-item .related-expert ul li .doc-info {
          margin-left: 20px;
          font-size: 14px;
          line-height: 1;
          color: #333333; }
          .news-show003 .list-item .related-expert ul li .doc-info .depart {
            color: #009F88;
            margin-bottom: 3px; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 16px;
            line-height: 1;
            font-weight: bold; }
          .news-show003 .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show003 .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name, .news-show003 .list-item .related-expert ul li .doc-info .doc-job, .news-show003 .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 10px; }
        .news-show003 .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show003 .list-item .related-depart {
      margin-top: 56px; }
      .news-show003 .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show003 .list-item .related-depart ul li {
          padding-top: 20px; }
          .news-show003 .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 16px;
            color: #009F88;
            line-height: 1;
            margin-bottom: 10px; }
          .news-show003 .list-item .related-depart ul li .dep-intro {
            font-size: 14px;
            color: #AAAAAA;
            line-height: 21px; }
          .news-show003 .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show003 .news-right {
    width: 360px; }
    .news-show003 .news-right a.column-tit {
      width: 100%;
      height: 48px;
      background-color: rgba(0, 159, 136, 0.12);
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 0 20px;
      transition: all 0.5s; }
      .news-show003 .news-right a.column-tit span {
        font-size: 24px; }
      .news-show003 .news-right a.column-tit i {
        font-size: 16px; }
      .news-show003 .news-right a.column-tit:hover {
        background-color: #009F88;
        color: #fff; }
    .news-show003 .news-right ul {
      margin-top: 10px;
      width: 100%; }
      .news-show003 .news-right ul li {
        width: 100%;
        height: 100px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        background-color: #fff; }
        .news-show003 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 16px 20px;
          position: relative; }
          .news-show003 .news-right ul li a:hover p.title {
            color: #009F88; }
        .news-show003 .news-right ul li p.title {
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          color: #333333;
          transition: all 0.5s; }
        .news-show003 .news-right ul li .time {
          font-size: 14px;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 16px; }
  .news-show003 .share-position {
    position: absolute;
    top: 0; }
  .news-show003 .share-box {
    position: absolute;
    top: 0;
    left: -76px;
    width: 56px;
    z-index: 11; }
    .news-show003 .share-box.position {
      position: fixed;
      top: 146px;
      left: 50%;
      margin-left: -676px; }
    .news-show003 .share-box .share-ico {
      width: 56px;
      height: 56px;
      line-height: 56px;
      text-align: center;
      color: #AAAAAA;
      background-color: #E4E4E4;
      cursor: pointer; }
      .news-show003 .share-box .share-ico i {
        font-size: 30px; }
      .news-show003 .share-box .share-ico.close {
        background-color: #009F88;
        color: #fff; }
    .news-show003 .share-box .share-container .share-btn {
      display: block;
      background-color: #E4E4E4;
      width: 56px;
      height: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .news-show003 .share-box .share-container .share-btn span {
        display: none;
        font-size: 14px; }
      .news-show003 .share-box .share-container .share-btn i {
        font-size: 24px;
        animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .news-show003 .share-box .share-container .share-btn:hover i {
        display: none; }
      .news-show003 .share-box .share-container .share-btn:hover span {
        display: inline-block;
        animation: showSpan 0.5s; }
      .news-show003 .share-box .share-container .share-btn.copy-btn {
        background-color: #F59A23; }
      .news-show003 .share-box .share-container .share-btn.qr-btn {
        background-color: #70B603; }
      .news-show003 .share-box .share-container .share-btn.print-btn {
        background-color: #02A7F0; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 10px 0 0;
      font-size: 18px;
      color: #333; }

.suspend-list li {
  display: block;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  border-bottom: 1px dashed #ddd;
  padding: 10px 0;
  overflow: hidden; }
  .suspend-list li > h3, .suspend-list li > span {
    float: left; }
  .suspend-list li > span {
    width: 35%; }
    .suspend-list li > span.fr {
      text-align: right; }
  .suspend-list li h3 {
    width: 30%; }
    .suspend-list li h3 a, .suspend-list li h3 span {
      display: inline-block;
      width: 20%;
      vertical-align: middle;
      margin-right: 10px;
      font-weight: normal; }
    .suspend-list li h3 a {
      font-size: 16px;
      color: #009F88; }
      .suspend-list li h3 a:hover {
        color: #cf9d4b; }
  .suspend-list li:hover {
    border-bottom: 1px dashed #009F88; }

/****************************  门诊时间  ****************************/
.order-search {
  position: relative;
  margin-bottom: 20px; }
  .order-search .doctor-name {
    line-height: 45px;
    height: 45px;
    padding: 7px 6px 7px 40px;
    width: 92%;
    border: 1px solid #ddd;
    border-right: none;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .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;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }

.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-tabs .visit-dp {
  margin-bottom: 30px; }
  .visit-tabs .visit-dp .visit-title {
    height: 45px;
    line-height: 45px;
    color: #009F88;
    font-size: 16px;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 15px; }
    .visit-tabs .visit-dp .visit-title i {
      display: inline-block;
      width: 45px;
      height: 45px;
      font-size: 26px;
      background-color: #009F88;
      text-align: center;
      color: #fff;
      font-weight: normal;
      margin-right: 16px;
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
  .visit-tabs .visit-dp .visit-item {
    margin-bottom: 15px;
    border-bottom: 1px dashed #e5e7ea;
    padding-bottom: 10px; }
    .visit-tabs .visit-dp .visit-item:hover .vis-tit {
      color: #009F88; }
    .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: 88%; }
      .visit-tabs .visit-dp .visit-item .vis-cont li {
        float: left;
        width: 24%;
        box-sizing: border-box;
        padding-left: .6%;
        padding-right: 5%;
        overflow: hidden; }
        .visit-tabs .visit-dp .visit-item .vis-cont li a {
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          line-height: 30px;
          color: #0096d7;
          display: block; }
          .visit-tabs .visit-dp .visit-item .vis-cont li a:hover {
            color: #009F88; }
          .visit-tabs .visit-dp .visit-item .vis-cont li a u {
            color: #999; }
          .visit-tabs .visit-dp .visit-item .vis-cont li a .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(../images/sign-dp_1.png);
            position: relative;
            top: -1px; }
            .visit-tabs .visit-dp .visit-item .vis-cont li a .sign-dp.sign-dp_1 {
              background: url(../images/sign-dp_1.png); }
            .visit-tabs .visit-dp .visit-item .vis-cont li a .sign-dp.sign-dp_2 {
              background: url(../images/sign-dp_2.png); }

.visite-department h3 {
  font-size: 20px; }
  .visite-department h3 b {
    color: #006c5c; }
.visite-department .btn {
  width: 150px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 15px; }

.schedule-doctor-filtrer {
  height: 76px;
  background-color: #fff; }
  .schedule-doctor-filtrer .fixed-wrap {
    border-bottom: 1px solid #e4e4e4;
    height: 75px;
    background-color: #fff; }
    .schedule-doctor-filtrer .fixed-wrap.fixed {
      position: fixed;
      z-index: 1;
      box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.02);
      top: 0;
      left: 0;
      width: 100%;
      box-sizing: border-box; }
  .schedule-doctor-filtrer .haschosen {
    border-bottom: none; }
  .schedule-doctor-filtrer .week-list {
    position: relative;
    margin-right: 68px;
    height: 75px; }
    .schedule-doctor-filtrer .week-list a {
      position: absolute;
      top: 0;
      width: 68px;
      height: 75px;
      text-align: center;
      line-height: 75px;
      color: #ccc; }
      .schedule-doctor-filtrer .week-list a:not(.disabled) i {
        border-color: #009F88;
        color: #009F88; }
      .schedule-doctor-filtrer .week-list a i {
        width: 26px;
        height: 26px;
        line-height: 26px;
        border: 1px solid #ccc;
        border-radius: 50%; }
      .schedule-doctor-filtrer .week-list a.disabled {
        color: #ccc;
        cursor: default;
        border-color: #ccc; }
      .schedule-doctor-filtrer .week-list a.last-wk {
        left: -68px; }
      .schedule-doctor-filtrer .week-list a.next-wk {
        right: -68px; }
    .schedule-doctor-filtrer .week-list .week-wrap {
      overflow: hidden;
      height: 75px;
      width: 476px; }
      .schedule-doctor-filtrer .week-list .week-wrap ul {
        overflow: hidden;
        height: 75px; }
        .schedule-doctor-filtrer .week-list .week-wrap ul li {
          float: left;
          width: 68px;
          text-align: center;
          padding: 12px 0; }
          .schedule-doctor-filtrer .week-list .week-wrap ul li.weekend {
            color: #999; }

.list-schedule {
  position: relative; }
  .list-schedule li {
    border-bottom: 1px solid #e4e4e4; }
    .list-schedule li .doctor-info {
      padding: 20px 0;
      padding-left: 90px;
      height: 136px;
      position: relative;
      width: 44%;
      box-sizing: border-box; }
      .list-schedule li .doctor-info .thumb {
        width: 70px;
        height: 96px;
        overflow: hidden;
        position: absolute;
        top: 20px;
        left: 0; }
        .list-schedule li .doctor-info .thumb img {
          width: 70px;
          height: 96px; }
      .list-schedule li .doctor-info h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 11px;
        height: 22px; }
        .list-schedule li .doctor-info h2 a {
          color: #009F88; }
          .list-schedule li .doctor-info h2 a:hover {
            color: #cf9d4b; }
        .list-schedule li .doctor-info h2 span {
          font-size: 12px;
          color: #fff;
          font-weight: normal;
          display: inline-block;
          width: 90px;
          height: 22px;
          border-radius: 11px;
          margin-left: 10px;
          background-color: #ef8162;
          text-align: center;
          position: relative;
          top: -2px; }
      .list-schedule li .doctor-info p {
        margin-bottom: 0; }
        .list-schedule li .doctor-info p span {
          display: block;
          line-height: 22px;
          max-height: 22px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .list-schedule li .doctor-info p strong {
          color: #999;
          font-weight: normal; }
    .list-schedule li .doctor-clinic {
      width: 612px; }
      .list-schedule li .doctor-clinic .loading {
        background: url(../images/loadingex.gif) center no-repeat;
        width: 100%;
        height: 137px;
        background-size: 5%;
        display: block; }
      .list-schedule li .doctor-clinic tr {
        padding-right: 68px; }
        .list-schedule li .doctor-clinic tr + tr td {
          border-top: 1px solid #e4e4e4; }
      .list-schedule li .doctor-clinic td {
        height: 68px;
        width: 11.11%;
        text-align: center; }
        .list-schedule li .doctor-clinic td:after {
          content: '';
          width: 0;
          height: 100% \0;
          height: calc(100% + 76px);
          background-color: #f2f2f2;
          position: absolute;
          top: 0px\0;
          top: -76px;
          display: block;
          z-index: -1; }
        .list-schedule li .doctor-clinic td:hover:after {
          width: 68px; }
        .list-schedule li .doctor-clinic td > div {
          position: relative; }

.seleced {
  cursor: pointer; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.25); }
  .modal .modal-dialog {
    position: relative;
    width: 280px;
    margin: 30px auto;
    top: 20%; }
    .modal .modal-dialog .modal-content {
      position: relative;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.2);
      border-radius: 6px;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
      .modal .modal-dialog .modal-content a.close {
        position: absolute;
        top: 2px;
        right: 5px;
        line-height: 1;
        font-size: 20px; }
      .modal .modal-dialog .modal-content h4 {
        text-align: center;
        font-size: 18px;
        font-weight: normal; }
      .modal .modal-dialog .modal-content .modal-body {
        box-sizing: border-box;
        padding: 20px 40px 40px; }

/* 医患交流 */
.department-tab .department-select {
  min-height: 68px; }

.department-tab .department-select li {
  display: none;
  min-height: 60px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-top: 15px;
  overflow: hidden; }

.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: #009F88;
  color: #fff; }

.department-tab .department-select li a.cur span:after {
  content: "\e615";
  font-family: "iconfont"; }

.department-tab .department-select li:first-child {
  display: block; }

.question-main .sort {
  border-bottom: 1px solid #ddd; }

.sort a {
  float: left;
  display: block;
  border-bottom: none;
  margin-right: 20px;
  margin-bottom: -3px;
  font-size: 16px;
  line-height: 46px;
  height: 46px;
  font-weight: normal; }

.sort h2 a.cur {
  margin-bottom: -1px;
  border-bottom: 3px solid #009F88;
  font-weight: bold; }

.sort .btn {
  width: 120px;
  height: 40px;
  line-height: 40px;
  margin-right: 0; }

.question-main > .fl {
  width: 67%; }

.question-main > .fr {
  width: 29%; }

.right-side .list-tit {
  position: relative; }

.right-side .list-tit h2 {
  font-weight: normal; }

.right-side .list-tit h2:before {
  content: '';
  position: absolute;
  width: 32px;
  height: 3px;
  overflow: hidden;
  left: 0;
  bottom: -19px;
  background: #03a560; }

.question-list li {
  overflow: hidden;
  height: 52px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  color: #999;
  position: relative;
  padding-left: 67px; }

.question-list li:before {
  content: '问';
  border-radius: 5px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #ccc;
  color: #fff;
  font-size: 28px;
  position: absolute;
  left: 0; }

.col-tit {
  width: 70%;
  float: left; }

.col-tit .tit {
  font-size: 16px;
  display: block; }

.col-info {
  width: 30%;
  float: right;
  text-align: right; }

.col-info span {
  display: block; }

.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-cat {
  display: block; }

.col-cat a {
  color: #999; }

.myask-btn {
  margin-bottom: 15px; }
  .myask-btn.myask-btn-dm {
    width: 300px; }

.myask-btn .btn {
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 16px; }

.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 .28s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.right-popularize .mdc-list a:hover {
  color: #17a29b; }

.right-popularize .mdc-list a:before {
  content: "•";
  font-weight: bold;
  color: #c7d5d5;
  margin-right: 5px; }

.right-doctor {
  margin-top: 25px; }

.right-doctor li {
  position: relative;
  min-height: 120px;
  padding-left: 95px;
  margin-bottom: 20px; }

.right-doctor li .doctor-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 85px;
  height: 116px;
  overflow: hidden; }

.right-doctor li .doctor-img img {
  width: 85px;
  height: 116px; }

.right-doctor li h2 a {
  vertical-align: middle;
  font-size: 16px; }

.right-doctor li h2 span {
  vertical-align: middle;
  background: #009F88;
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  font-weight: normal;
  margin-left: 10px;
  border-radius: 3px; }

.right-doctor li p {
  color: #666;
  font-size: 13px;
  display: -webkit-box;
  max-height: 92px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  white-space: normal;
  margin-bottom: 0;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.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: #009F88;
  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: #999; }

.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; }

.ask-content {
  margin-top: 15px; }

.ask-content p {
  margin: 10px auto 15px auto; }

.ask-content i {
  display: block;
  color: #999; }

.ask-content span {
  display: block;
  color: #999; }

.ask-content .ask-reply {
  border: 1px solid #ddd;
  background: #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;
  margin-top: 15px; }

.similar-ask li {
  float: left;
  width: 33.3%;
  height: 32px;
  overflow: hidden;
  box-sizing: border-box;
  padding-right: 15px; }

.similar-ask a {
  line-height: 32px;
  font-size: 15px; }

.similar-ask a:before {
  content: "•";
  font-weight: bold;
  color: #009F88;
  margin-right: 5px; }

.ask-form dl {
  position: relative;
  margin-bottom: 10px; }

.ask-form dt {
  line-height: 50px;
  font-size: 16px; }

.ask-form dd {
  position: relative; }

.ask-form dt i {
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
  background: #009F88;
  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 #ddd;
  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: 0;
  width: 312px;
  padding: 15px;
  background: #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-company, .ask-mail {
  width: 490px; }

.ask-input input {
  width: 120px; }
.ask-input .code-warp {
  position: relative; }
  .ask-input .code-warp .btn {
    width: 120px; }
  .ask-input .code-warp .btn, .ask-input .code-warp .codeimg {
    position: absolute;
    right: 1px;
    top: 1px;
    line-height: 38px;
    height: 38px; }

.ask-form .Validform_checktip {
  margin-left: 48px; }

.ask-form .ask-input .Validform_error {
  border-color: #c00; }

.ask-form .letter-pannel {
  overflow: hidden;
  font-size: 14px;
  background: #F8F8F8;
  border: 1px solid #ddd;
  padding: 15px; }

.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: #009d6d;
  color: #fff;
  padding: 0 5px; }

.ask-area .area-tit {
  background: #ddd;
  overflow: hidden;
  border: 1px solid #ddd;
  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: #F8F8F8;
  color: #009F88; }

.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: #009F88;
  vertical-align: middle; }

.radio.checked:before {
  content: '\e61e'; }

.ask-form input.ask-age {
  width: 60px;
  padding: 5px;
  border: 1px solid #ddd; }

.ask-input .sel-age {
  border: 1px solid #ddd; }

.ask-form .ask-phone, .ask-form .ask-code {
  width: 340px; }

.ask-form .btn {
  width: 180px;
  line-height: 46px; }

.add-ask {
  display: none;
  margin-top: 15px; }

.add-ask textarea {
  width: 70%;
  border: 1px solid #ddd;
  padding: 5px 8px;
  line-height: 1.5; }

.login-dialog {
  display: none;
  background: url(../images/black70.png);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }

.login-pop {
  background: #fff;
  border-top: 5px solid #009F88;
  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 #ddd;
  margin-bottom: 20px; }

.pop-tit a {
  display: block;
  width: 50%;
  float: left;
  text-align: center; }

.pop-tit a.cur {
  border-bottom: 1px solid #009F88;
  margin-bottom: -1px;
  color: #009F88; }

.login-dialog .close {
  position: absolute;
  top: 5px;
  right: 10px; }

.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: #009F88; }

.login-form a:hover {
  color: #009F88; }

.login-form .text-center {
  word-spacing: 1em;
  color: #999; }

.login-form .login-qr {
  display: block;
  margin: auto;
  width: 200px;
  height: 200px;
  background: url(../images/loading-gray.gif) center no-repeat; }

.no-login {
  border-top: 1px solid #ddd;
  padding-top: 10px; }

.no-login .btn {
  width: 100%;
  background: #666; }

.no-login .btn:hover {
  background: #888; }

.no-login input {
  width: 278px; }

.guestbook-form {
  width: 500px;
  margin: auto; }
  .guestbook-form .ruifox-form .ruifox-form-group {
    margin-bottom: 20px; }
  .guestbook-form .ruifox-form input {
    display: block;
    width: 100%; }
  .guestbook-form .getcode {
    position: absolute;
    top: 0;
    right: 0; }

.question-list .inner-list-tit .btn {
  width: 160px; }

.ckcode-dialog {
  display: none;
  background: url(../images/black70.png);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }
  .ckcode-dialog .ckcode-pop {
    background: #fff;
    border-top: 5px solid #009F88;
    padding: 10px 30px 30px 30px;
    width: 300px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -250px; }
    .ckcode-dialog .ckcode-pop p {
      font-size: 14px;
      line-height: 23px;
      color: #9B9B9B;
      padding-bottom: 0; }
    .ckcode-dialog .ckcode-pop h3 {
      font-size: 18px;
      font-weight: normal;
      line-height: 50px; }
    .ckcode-dialog .ckcode-pop .close {
      position: absolute;
      top: 5px;
      right: 10px; }

.ask-form .msg {
  display: inline-block;
  padding: 50px 100px; }
  .ask-form .msg .fl {
    margin-right: 15px; }
  .ask-form .msg .msg-info {
    min-width: 650px; }
  .ask-form .msg .msg-info h1 {
    font-size: 18px;
    margin-bottom: 15px; }
  .ask-form .msg .msg-info h1 i, .ask-form .msg .order-info > i {
    font-weight: normal;
    font-size: 110px;
    line-height: 1.5;
    margin-right: 10px;
    color: #00A539;
    display: block; }
  .ask-form .msg .msg-info .red {
    color: #ea5a54; }
  .ask-form .msg .msg-info .blue {
    color: #56abe4; }
  .ask-form .msg .msg-info a {
    color: #009F88;
    font-weight: normal; }
  .ask-form .msg .msg-info a:hover {
    color: #009F88; }
  .ask-form .msg .msg-info .btn {
    width: 120px;
    font-size: 16px;
    line-height: 40px; }
  .ask-form .msg .msg-info .btn, .ask-form .msg .msg-info .btn:hover {
    color: #fff; }
  .ask-form .msg .msg-link {
    color: #ddd;
    word-spacing: .5em; }
  .ask-form .msg .order-info {
    text-align: left;
    border: 1px solid #ddd;
    padding: 20px 100px;
    background: #f8f8f8; }
  .ask-form .msg .order-info > i {
    float: left;
    margin-right: 50px;
    line-height: 240px; }

/************************* 
  此样式仅仅适用于报名表等整个页面为表单的情况，并且必须按照结构编写 html 代码 
  其他表单元素，请自定义，比如：登录、门诊查询
****************************/
input::-webkit-input-placeholder {
  line-height: normal;
  color: #666; }

input[type="radio"] {
  vertical-align: middle;
  cursor: pointer; }

select {
  cursor: pointer; }

textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
select {
  padding: 0 10px;
  line-height: 40px;
  height: 40px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  transition: all .3s;
  vertical-align: middle;
  border-radius: 4px;
  display: inline-block;
  font-size: 14px;
  background-image: none;
  /*width: 100%;*/
  box-sizing: border-box; }
  textarea:focus,
  input[type="text"]:focus,
  input[type="number"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  select:focus {
    border-color: #009F88;
    outline: 0; }

textarea {
  line-height: 1.8; }

.form-loading {
  background: url(../images/loadingex.gif) center no-repeat;
  width: 100%;
  height: 138px;
  background-size: 5%; }

.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: #009F88;
    vertical-align: middle; }
  .radio.checked:before {
    content: '\e61e'; }

.ruifox-form-title {
  margin-bottom: 20px;
  line-height: 45px;
  border-bottom: 1px solid #e4e4e4; }
  .ruifox-form-title h1 {
    font-size: 24px;
    color: #009F88; }
  .ruifox-form-title .fr a {
    font-size: 16px;
    position: relative;
    margin-left: 10px; }
  .ruifox-form-title .fr > .cur {
    color: #009F88; }
  .ruifox-form-title .fr > .cur::after {
    height: 5px;
    width: 100%;
    bottom: -15px;
    left: 0;
    position: absolute;
    content: '';
    background-color: #009F88; }

.ruifox-form-info {
  border-radius: 4px;
  border: 1px solid #ffe58f;
  background-color: #fffbe6;
  margin-bottom: 20px;
  color: #777;
  line-height: 1.5;
  padding: 8px 15px; }

.ruifox-form {
  font-family: "Chinese Quote",-apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Hiragino Sans GB","Microsoft YaHei","Helvetica Neue",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 40px; }
  .ruifox-form input, .ruifox-form select, .ruifox-form button, .ruifox-form btn {
    box-sizing: border-box;
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px; }
  .ruifox-form.ruifox-form-application input[type="radio"] {
    vertical-align: middle;
    cursor: pointer; }
  .ruifox-form.ruifox-form-application select {
    cursor: pointer; }
  .ruifox-form.ruifox-form-application textarea {
    width: 80%; }
  .ruifox-form .text-hidden {
    font-size: 0; }
  .ruifox-form input.code {
    padding-right: 140px; }
    .ruifox-form input.code + .code-img {
      position: absolute;
      right: 1px;
      top: 1px; }
      .ruifox-form input.code + .code-img img {
        cursor: pointer;
        display: block;
        height: 38px; }
  .ruifox-form input.laydate {
    padding-right: 40px;
    background-image: url(../images/datebg.png);
    background-size: 24px;
    background-position: center right;
    background-repeat: no-repeat; }
  .ruifox-form .btn {
    padding: 0 15px;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 40px;
    height: 40px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    background-image: none;
    text-align: center;
    white-space: nowrap;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    min-width: 80px; }
    .ruifox-form .btn.disabled {
      background: #ddd !important;
      cursor: default; }
    .ruifox-form .btn:hover {
      color: #009F88;
      background-color: #fff;
      border-color: #009F88; }
    .ruifox-form .btn.btn-primary {
      color: #fff;
      background-color: #009F88;
      border-color: #009F88;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045); }
      .ruifox-form .btn.btn-primary:hover {
        background-color: #00b99e;
        border-color: #00b99e; }
  .ruifox-form .label {
    text-align: right;
    vertical-align: middle;
    line-height: 39.9999px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
    .ruifox-form .label.hide-label {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      border: 0; }
  .ruifox-form .Validform_checktip {
    display: block;
    line-height: 30px;
    min-height: 30px;
    color: #aaa; }
    .ruifox-form .Validform_checktip:before {
      font-family: "iconfont";
      color: #007fd1;
      font-size: 18px;
      margin-right: 5px; }
    .ruifox-form .Validform_checktip.Validform_wrong {
      color: #ec5645;
      font-size: 14px; }
      .ruifox-form .Validform_checktip.Validform_wrong:before {
        color: #ec5645; }
    .ruifox-form .Validform_checktip.Validform_right {
      color: #71b83d;
      font-size: 14px; }
      .ruifox-form .Validform_checktip.Validform_right:before {
        color: #71b83d; }
  .ruifox-form .img-preview {
    overflow: hidden;
    margin-top: 10px; }
    .ruifox-form .img-preview li {
      float: left;
      padding: 10px;
      background: #f4f4f4;
      margin-right: 10px; }
      .ruifox-form .img-preview li img {
        width: 80px;
        height: 80px; }
      .ruifox-form .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; }

.ruifox-form-group {
  margin-bottom: 5px;
  vertical-align: middle; }
  .ruifox-form-group.required .label:before {
    display: inline-block;
    margin-right: 4px;
    content: '*';
    font-family: SimSun;
    line-height: 1;
    color: #c50c11; }
  .ruifox-form-group.nc-check {
    display: inline-block;
    width: 30%;
    margin-right: 30px; }
    .ruifox-form-group.nc-check + .ruifox-form-group {
      display: inline-block; }
  .ruifox-form-group .control {
    position: relative; }
    .ruifox-form-group .control ul li {
      display: inline-block;
      margin-right: 10px; }
    .ruifox-form-group .control textarea {
      min-height: 120px;
      resize: vertical; }
    .ruifox-form-group .control.control-code {
      width: 30%; }
      .ruifox-form-group .control.control-code #code-img {
        width: 100%; }
  .ruifox-form-group .label label:after {
    content: ':';
    margin: 0 8px 0 2px;
    position: relative;
    top: -0.5px; }

.ruifox-form-inline .ruifox-form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-right: 16px; }
  .ruifox-form-inline .ruifox-form-group > .label, .ruifox-form-inline .ruifox-form-group > .control {
    display: inline-block;
    vertical-align: middle; }

.ruifox-form-vertical .ruifox-form-group {
  padding-bottom: 8px; }
  .ruifox-form-vertical .ruifox-form-group > .label, .ruifox-form-vertical .ruifox-form-group > .control {
    margin: 0;
    display: block;
    text-align: left;
    line-height: 1.5; }
  .ruifox-form-vertical .ruifox-form-group > .label {
    padding: 0 0 8px; }

.ruifox-form-horizontal .ruifox-form-group {
  padding-bottom: 0;
  margin-bottom: 5px; }
  .ruifox-form-horizontal .ruifox-form-group:after {
    clear: both;
    display: table;
    content: ''; }
  .ruifox-form-horizontal .ruifox-form-group > .label {
    float: left;
    width: 16.66666667%;
    padding-right: 30px; }
  .ruifox-form-horizontal .ruifox-form-group > .control {
    float: left;
    width: 58.33333333%; }
    .ruifox-form-horizontal .ruifox-form-group > .control.control-code {
      width: 20%; }
    .ruifox-form-horizontal .ruifox-form-group > .control.col-offset {
      margin-left: 16.66666667%; }

.uploader-wrap .uploader {
  cursor: pointer;
  position: relative;
  display: inline-block; }
  .uploader-wrap .uploader .uploader-button {
    width: 120px;
    padding: 0; }
    .uploader-wrap .uploader .uploader-button > div {
      width: 100%;
      height: 100%; }
    .uploader-wrap .uploader .uploader-button i {
      position: relative;
      top: 2px;
      margin-right: 4px; }
    .uploader-wrap .uploader .uploader-button input {
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      opacity: 0; }
.uploader-wrap .upload-list {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative; }
  .uploader-wrap .upload-list:after {
    position: absolute;
    top: -18px;
    left: 18px;
    content: '已上传文件';
    background-color: #fff;
    padding: 5px 8px; }
  .uploader-wrap .upload-list .upload-list_item {
    margin-top: 8px;
    font-size: 14px;
    height: 44px;
    line-height: 34px;
    display: block;
    position: relative;
    padding: 5px;
    padding-left: 39px; }
    .uploader-wrap .upload-list .upload-list_item:hover {
      background-color: #f8f8f8; }
    .uploader-wrap .upload-list .upload-list_item.error {
      color: #cc0909; }
    .uploader-wrap .upload-list .upload-list_item .info-text {
      position: absolute;
      top: 5px;
      left: 5px;
      line-height: 34px;
      width: 34px;
      height: 34px;
      text-align: center;
      border-radius: 0; }
    .uploader-wrap .upload-list .upload-list_item .upload-list_item_name {
      display: inline-block;
      padding: 0 15px; }
    .uploader-wrap .upload-list .upload-list_item .upload-list_item_progress {
      font-weight: normal;
      color: rgba(0, 159, 136, 0.5);
      padding: 0 10px;
      position: relative;
      top: 1px; }
    .uploader-wrap .upload-list .upload-list_item .upload-list_item_delete {
      display: inline-block;
      position: relative;
      top: 1px;
      margin-left: 10px;
      height: 16px;
      width: 16px;
      opacity: 1;
      border: 1px solid #e4e4e4;
      border-radius: 50%;
      text-align: center;
      line-height: 16px;
      font-size: 12px;
      color: #888;
      background-color: #f8f8f8; }
      .uploader-wrap .upload-list .upload-list_item .upload-list_item_delete:hover {
        border-color: #cc0909;
        background-color: #cc0909;
        color: #fff; }
.uploader-wrap .upload-tip {
  font-size: 12px;
  opacity: .6;
  margin-bottom: 10px; }

.reader-form .col-4 {
  width: 30%;
  float: left;
  margin-right: 3%; }
  .reader-form .col-4.ruifox-form-group {
    height: 110px; }
    .reader-form .col-4.ruifox-form-group input[type="text"], .reader-form .col-4.ruifox-form-group select {
      height: 36px;
      line-height: 36px; }
  .reader-form .col-4 .Validform_checktip {
    margin-left: 0; }

.ruifox-form-group .nc-container {
  min-height: 40px; }
  .ruifox-form-group .nc-container .nc_scale {
    height: 40px; }
    .ruifox-form-group .nc-container .nc_scale span {
      box-sizing: border-box;
      width: 40px;
      height: 40px;
      line-height: 40px; }
    .ruifox-form-group .nc-container .nc_scale .scale_text {
      line-height: 40px; }

.result-form {
  text-align: center;
  padding: 50px 0; }
  .result-form .btn {
    vertical-align: middle; }

.regform {
  margin-top: 40px; }
  .regform > .fl, .regform > .fr {
    width: 49%;
    height: 360px; }
  .regform > .fr {
    border-left: 1px solid #ddd; }
    .regform > .fr p {
      font-size: 16px;
      margin-left: 35px;
      margin-top: 35px; }
  .regform .ruifox-form-horizontal .ruifox-form-group {
    margin-bottom: 15px; }
  .regform .input-medium {
    display: block;
    width: 100%; }
    .regform .input-medium#ckcode {
      padding-right: 120px; }
  .regform #code_img {
    width: 110px;
    height: 34px;
    position: absolute;
    right: 2px;
    top: 3px;
    cursor: pointer; }
  .regform .getcode {
    height: 38px;
    line-height: 38px;
    position: absolute;
    right: 1px;
    top: 1px; }
  .regform .weixin-info span {
    display: inline-block;
    vertical-align: middle;
    line-height: 44px;
    height: 44px;
    margin-right: 5px; }
  .regform .weixin-info .headimg img {
    width: 44px;
    height: 44px;
    border-radius: 5px; }
  .regform .login {
    color: #009F88; }

.member-subweb .logo-row {
  border-bottom: 1px solid #009F88; }
.member-subweb .member-box {
  margin-top: 25px; }
  .member-subweb .member-box > .fl, .member-subweb .member-box > .fr {
    min-height: 600px; }
  .member-subweb .member-box > .fl {
    width: 18%;
    border-right: 1px solid #ddd; }
  .member-subweb .member-box > .fr {
    width: 78%; }
  .member-subweb .member-box .btn {
    padding-left: 15px;
    padding-right: 15px; }
.member-subweb .member-menu ul {
  border-top: 1px solid #ddd;
  padding: 10px 0; }
  .member-subweb .member-menu ul li {
    line-height: 35px; }
    .member-subweb .member-menu ul li a {
      display: block;
      padding: 0 10px; }
      .member-subweb .member-menu ul li a.cur, .member-subweb .member-menu ul li a:hover {
        background: #009F88;
        color: #fff; }
        .member-subweb .member-menu ul li a.cur i, .member-subweb .member-menu ul li a:hover i {
          color: #fff; }
      .member-subweb .member-menu ul li a i {
        width: 20px;
        text-align: center;
        font-size: 18px;
        margin-right: 10px;
        color: #009F88; }
.member-subweb .Validform_checktip {
  display: block;
  line-height: 30px;
  min-height: 30px;
  color: #aaa; }
  .member-subweb .Validform_checktip:before {
    font-family: "iconfont";
    color: #007fd1;
    font-size: 18px;
    margin-right: 5px; }
  .member-subweb .Validform_checktip.Validform_wrong {
    color: #ec5645;
    font-size: 14px; }
    .member-subweb .Validform_checktip.Validform_wrong:before {
      color: #ec5645; }
  .member-subweb .Validform_checktip.Validform_right {
    color: #71b83d;
    font-size: 14px; }
    .member-subweb .Validform_checktip.Validform_right:before {
      color: #71b83d; }
.member-subweb .member-info {
  padding-bottom: 15px; }
  .member-subweb .member-info i {
    color: #ccc;
    margin: auto 2px;
    font-size: 22px;
    font-weight: normal; }
    .member-subweb .member-info i.authed {
      color: #009F88; }
.member-subweb .data-filter {
  padding-bottom: 10px; }
  .member-subweb .data-filter input, .member-subweb .data-filter .btn, .member-subweb .data-filter select {
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 4px;
    line-height: 34px;
    height: 34px;
    width: 120px; }
  .member-subweb .data-filter .btn {
    min-width: 110px; }
  .member-subweb .data-filter .data-filter-item {
    margin-right: 10px; }
  .member-subweb .data-filter .datatime {
    width: 110px; }
  .member-subweb .data-filter .datatime.range {
    width: 240px; }
.member-subweb .data-list {
  margin-top: 18px; }
  .member-subweb .data-list table {
    width: 100%; }
    .member-subweb .data-list table tr {
      line-height: 24px;
      border-bottom: 1px solid #f2f2f2; }
      .member-subweb .data-list table tr:hover td {
        background: #f9f9f9; }
      .member-subweb .data-list table tr th {
        background: #eceff4;
        padding: 8px 10px;
        font-weight: bold; }
      .member-subweb .data-list table tr td {
        padding: 8px 10px; }
        .member-subweb .data-list table tr td:last-child {
          color: #ccc;
          word-spacing: .5em; }
    .member-subweb .data-list table .price {
      color: #f90; }
    .member-subweb .data-list table .red {
      color: #ea5a54; }
    .member-subweb .data-list table .blue {
      color: #54a0ea; }
    .member-subweb .data-list table .orange {
      color: #e49548; }
    .member-subweb .data-list table .green {
      color: #63b98c; }
    .member-subweb .data-list table .disabled {
      color: #ddd;
      cursor: default; }
    .member-subweb .data-list table .handle {
      width: 20%; }
    .member-subweb .data-list table td a {
      color: #009F88; }
      .member-subweb .data-list table td a:hover {
        text-decoration: underline; }
.member-subweb .list-tit h2 {
  font-size: 18px; }

.list-show {
  margin-bottom: 10px; }

.list-show h3 {
  line-height: 40px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px; }

.list-show li {
  line-height: 34px; }

.list-show li:hover {
  background: #f4f4f4; }

.list-show li label {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  color: #999; }

.list-show li a {
  display: inline !important; }

.list-show .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-head {
  font-size: 15px; }

.report-head span {
  color: #a6a4a4; }

.report-info tr {
  border-bottom: 1px solid #e4e4e4; }

.report-info tr:hover {
  background-color: #f9f9f9; }

.report .report-tit {
  background-color: #eceff4 !important;
  color: #797979; }

/* 自定义表单状态样式 */
.state.state_0 {
  color: #fc8675; }

.state.state_1 {
  color: #65cea7; }

.state.state_2 {
  color: #5ab6df; }

.state.state_3 {
  color: #ebc85e; }

/********************* PC科室子站首页 *********************/
.inner-list-item .inner-list-tit.center-list-tit {
  text-align: center;
  border-bottom: none;
  margin-bottom: 15px; }
  .inner-list-item .inner-list-tit.center-list-tit a.fl {
    float: none !important;
    font-size: 28px;
    display: block;
    letter-spacing: .2em; }
    .inner-list-item .inner-list-tit.center-list-tit a.fl:after {
      display: none;
      position: relative;
      margin: 5px auto;
      width: 48px;
      height: 2px;
      background: #c9c9c9; }
  .inner-list-item .inner-list-tit.center-list-tit a.more {
    display: none; }
.inner-list-item .inner-list-tit a.fl i {
  color: #009F88; }
.inner-list-item .inner-list-tit a.fl:hover {
  color: #00c8ab; }
.inner-list-item .inner-list-tit a.fl:after {
  background-color: #009F88; }
.inner-list-item .inner-list-tit a.more:after {
  color: #009F88; }
.inner-list-item .inner-list-tit .tab-tit a.cur:after {
  background-color: #009F88; }

.slider {
  width: 100%;
  height: 460px;
  overflow: hidden; }
  .slider li {
    height: 100%;
    background-size: cover;
    background-color: #f2f2f2; }

.inner-row {
  padding: 40px 0; }
  .inner-row.bg-f2 {
    background-color: #f2f2f2; }

.inner-list-item {
  position: relative; }
  .inner-list-item .inner-list-tit {
    height: 20px;
    line-height: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      line-height: 20px;
      color: #666;
      height: 20px;
      margin-bottom: 18px;
      position: relative;
      font-size: 14px; }
      .inner-list-item .inner-list-tit .fl span {
        font-weight: normal;
        font-size: 18px;
        color: #333;
        padding-left: 25px; }
        .inner-list-item .inner-list-tit .fl span:before {
          content: '';
          height: 20px;
          width: 20px;
          background-image: url(../images/xxzrmyy/tit_dec.png);
          background-size: cover;
          left: 0;
          top: -2px;
          position: absolute;
          display: block; }
    .inner-list-item .inner-list-tit a.fl i {
      font-size: 24px;
      color: #009F88;
      position: relative;
      top: 2px;
      margin-right: 8px; }
    .inner-list-item .inner-list-tit a.fl:hover {
      color: #009F88; }
    .inner-list-item .inner-list-tit a.fl:after {
      background-color: #009F88;
      height: 5px;
      width: 32px;
      bottom: -19px;
      left: 0;
      position: absolute;
      content: ''; }
    .inner-list-item .inner-list-tit a.more:after {
      content: '\e64d';
      font-family: "iconfont";
      color: #009F88;
      margin-left: 8px;
      font-size: 22px;
      float: right; }
    .inner-list-item .inner-list-tit .tab-tit {
      display: block;
      color: #555; }
      .inner-list-item .inner-list-tit .tab-tit.related-tab-tit a.cur {
        color: #009F88;
        font-weight: normal; }
      .inner-list-item .inner-list-tit .tab-tit a {
        display: inline-block;
        line-height: 20px;
        color: #666;
        font-weight: normal;
        height: 20px;
        font-size: 14px;
        position: relative;
        margin-bottom: 18px; }
        .inner-list-item .inner-list-tit .tab-tit a:last-child {
          margin-right: 0; }
        .inner-list-item .inner-list-tit .tab-tit a.cur {
          color: #E38A59;
          font-weight: bold; }
          .inner-list-item .inner-list-tit .tab-tit a.cur:after {
            background-color: #009F88; }
  .inner-list-item .inner-list-content {
    position: relative; }

.dm-profession {
  height: 100px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.149);
  box-sizing: border-box;
  padding: 20px 0;
  margin-top: -40px; }
  .dm-profession .dm-pro-1 li {
    width: 50%; }
  .dm-profession .dm-pro-2 li {
    width: 33.33%; }
  .dm-profession .dm-pro-3 li {
    width: 25%; }
  .dm-profession .dm-pro-4 li {
    width: 20%; }
  .dm-profession .dm-pro-5 li {
    width: 16.66%; }
  .dm-profession .dm-pro-6 li {
    width: 14.28%; }
  .dm-profession li {
    box-sizing: border-box;
    text-align: center;
    font-size: 18px;
    float: left; }
    .dm-profession li + li {
      border-left: 1px solid #e4e4e4; }
    .dm-profession li:last-child {
      font-weight: bold; }
      .dm-profession li:last-child a:after {
        display: none; }
    .dm-profession li a {
      display: block;
      padding: 10px;
      line-height: 40px;
      max-height: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      position: relative; }
      .dm-profession li a:after {
        content: '';
        width: 30px;
        height: 3px;
        display: block;
        position: absolute;
        bottom: 5px;
        left: 50%;
        margin-left: -15px; }

.introduce-row {
  position: relative;
  z-index: 1;
  padding: 40px;
  margin-top: 50px;
  margin-bottom: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
  .introduce-row > .fl {
    position: relative;
    width: 600px; }
  .introduce-row > .fr {
    width: 560px; }
  .introduce-row .news-img-news {
    position: relative;
    width: 600px;
    height: 365px;
    overflow: hidden;
    background-color: #f8f8f8; }
    .introduce-row .news-img-news .news-img-news-item {
      position: relative;
      width: 600px;
      height: 365px; }
      .introduce-row .news-img-news .news-img-news-item a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 16px; }
        .introduce-row .news-img-news .news-img-news-item a img {
          display: block;
          width: 100%;
          height: 100%; }
        .introduce-row .news-img-news .news-img-news-item a span {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          box-sizing: border-box;
          height: 144px;
          padding: 104px 180px 16px 20px;
          background: url(../images/news-slide-mark.png);
          color: #fff; }
    .introduce-row .news-img-news .slick-dots {
      text-align: right;
      width: auto;
      padding: 0 15px;
      bottom: 10px;
      right: 0; }
      .introduce-row .news-img-news .slick-dots li {
        background-color: rgba(255, 255, 255, 0.6); }
        .introduce-row .news-img-news .slick-dots li.slick-active {
          background-color: #009F88; }
  .introduce-row .dm-tit a.fl {
    font-size: 32px;
    line-height: 50px; }
  .introduce-row .qr-code-btn {
    position: relative;
    width: 48px;
    height: 48px;
    margin: 0px 0 0 20px;
    color: #555;
    border-radius: 10px;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    border: 1px solid #eee;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .introduce-row .qr-code-btn i {
      font-size: 32px;
      color: #929292;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently not supported by any browser */ }
    .introduce-row .qr-code-btn.hasimg {
      background-color: #f2f2f2; }
      .introduce-row .qr-code-btn.hasimg i {
        color: #01bc0d; }
      .introduce-row .qr-code-btn.hasimg:hover {
        background-color: #009F88; }
        .introduce-row .qr-code-btn.hasimg:hover i {
          color: #fff; }
    .introduce-row .qr-code-btn.noimg i {
      color: #eee; }
    .introduce-row .qr-code-btn .imgwrap {
      display: none;
      position: absolute;
      left: -80px;
      right: -80px;
      top: 58px;
      z-index: 2000;
      width: 200px;
      height: 120px;
      padding: 5px;
      margin: auto;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .introduce-row .qr-code-btn .imgwrap:after {
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        right: 0;
        left: 0;
        width: 0;
        margin: auto;
        border: 8px solid transparent;
        border-bottom-color: #fff; }
      .introduce-row .qr-code-btn .imgwrap .wrap {
        float: left;
        width: 100px;
        line-height: 20px; }
        .introduce-row .qr-code-btn .imgwrap .wrap img {
          display: block;
          width: 100px;
          height: 100px;
          margin: auto; }
    .introduce-row .qr-code-btn .imgwrap1 {
      display: none;
      position: absolute;
      left: -31px;
      top: 58px;
      z-index: 2000;
      height: 120px;
      padding: 5px;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
      line-height: 20px; }
      .introduce-row .qr-code-btn .imgwrap1:after {
        content: "";
        display: block;
        position: absolute;
        top: -16px;
        right: 0;
        left: 0;
        width: 0;
        margin: auto;
        border: 8px solid transparent;
        border-bottom-color: #fff; }
      .introduce-row .qr-code-btn .imgwrap1 img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto; }
    .introduce-row .qr-code-btn:hover .imgwrap {
      animation: popFadeIn .5s;
      display: block; }
    .introduce-row .qr-code-btn:hover .imgwrap1 {
      animation: popFadeIn .5s;
      display: block; }
  .introduce-row .profile-info.center-profile-info {
    text-align: justify; }
    .introduce-row .profile-info.center-profile-info .more-info {
      margin: 25px auto;
      text-align: center;
      border-radius: 0;
      padding-left: 0; }
      .introduce-row .profile-info.center-profile-info .more-info:before {
        display: none; }
  .introduce-row .profile-info p {
    margin-bottom: 0;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    max-height: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box !important; }
    .introduce-row .profile-info p.p-xz {
      line-height: 32px;
      max-height: 256px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
  .introduce-row .profile-info .nodata {
    padding: 0; }
  .introduce-row .txt-lists li {
    height: 20px;
    line-height: 20px; }
    .introduce-row .txt-lists li + li {
      margin-top: 18px; }
    .introduce-row .txt-lists li a {
      max-width: 500px;
      font-size: 16px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
    .introduce-row .txt-lists li time {
      color: #999;
      font-size: 16px; }
    .introduce-row .txt-lists li:hover a {
      color: #009F88; }
      .introduce-row .txt-lists li:hover a:before {
        color: #009F88; }
    .introduce-row .txt-lists li:hover time {
      color: #009F88; }
  .introduce-row ul.txt-lists .nodata {
    padding: 0; }

.dm-home-news ul li {
  width: 281px;
  height: 250px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  float: left;
  transition: all .3s; }
  .dm-home-news ul li + li {
    margin-left: 25px; }
  .dm-home-news ul li:hover {
    border-color: #009F88;
    box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
    .dm-home-news ul li:hover:hover img {
      transform: scale(1.2); }
  .dm-home-news ul li.nothumb {
    padding: 20px;
    color: #999; }
    .dm-home-news ul li.nothumb .tit {
      padding: 0; }
  .dm-home-news ul li .thumb {
    width: 100%;
    height: 165px;
    overflow: hidden;
    display: block;
    position: relative; }
    .dm-home-news ul li .thumb img {
      width: 100%;
      height: 165px;
      display: block;
      transition: transform 1s; }
    .dm-home-news ul li .thumb .mark {
      background-color: #f2f2f2;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 1.2;
      width: 58px;
      height: 58px;
      text-align: center;
      font-size: 12px;
      color: #fff; }
      .dm-home-news ul li .thumb .mark b {
        display: block;
        font-size: 32px;
        line-height: 40px;
        font-weight: normal; }
  .dm-home-news ul li .tit {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify; }
    .dm-home-news ul li .tit a {
      line-height: 22px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
  .dm-home-news ul li p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify; }
  .dm-home-news ul li .nothumb-mark {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 58px;
    height: 58px; }
    .dm-home-news ul li .nothumb-mark span {
      line-height: 1.2; }
    .dm-home-news ul li .nothumb-mark b {
      display: block;
      font-size: 36px;
      line-height: 40px;
      font-weight: normal;
      margin-bottom: 2px; }
    .dm-home-news ul li .nothumb-mark i {
      font-size: 22px; }

.zx-wrap {
  height: 400px;
  padding: 80px 0 0;
  overflow: hidden; }
  .zx-wrap .dm-home-zx {
    margin-top: 50px; }
    .zx-wrap .dm-home-zx .zx-slider {
      height: 300px;
      margin: 10px -15px 0; }
      .zx-wrap .dm-home-zx .zx-slider .slick-list {
        padding-top: 10px; }
      .zx-wrap .dm-home-zx .zx-slider .zx-item {
        box-sizing: border-box;
        float: left;
        width: 1200px;
        height: 270px;
        margin: 0 15px 100px; }
        .zx-wrap .dm-home-zx .zx-slider .zx-item a {
          box-sizing: border-box;
          float: left;
          display: block;
          width: 380px;
          height: 120px;
          line-height: 120px;
          padding: 0 20px;
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap;
          margin-left: 10px;
          margin-right: 10px;
          margin-bottom: 30px; }
          .zx-wrap .dm-home-zx .zx-slider .zx-item a i {
            margin-right: 5px;
            vertical-align: top;
            font-size: 60px;
            color: #02a7f0; }
          .zx-wrap .dm-home-zx .zx-slider .zx-item a span {
            font-size: 16px; }
          .zx-wrap .dm-home-zx .zx-slider .zx-item a:hover i {
            animation-name: pulse;
            transform-origin: center; }
      .zx-wrap .dm-home-zx .zx-slider .prev, .zx-wrap .dm-home-zx .zx-slider .next {
        position: absolute;
        top: -50px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #e1e1e1;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .zx-wrap .dm-home-zx .zx-slider .prev:hover, .zx-wrap .dm-home-zx .zx-slider .next:hover {
          background-color: #02a7f0;
          border-color: #02a7f0;
          color: #fff; }
      .zx-wrap .dm-home-zx .zx-slider .prev {
        left: 570px; }
      .zx-wrap .dm-home-zx .zx-slider .next {
        right: 570px; }

.zhuanyexuezu-wrap {
  height: 450px;
  overflow: hidden; }
  .zhuanyexuezu-wrap .dm-home-zhuanyexuezu {
    margin-top: 60px; }
    .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider {
      height: 350px;
      margin: 0 -5px; }
      .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item {
        box-sizing: border-box;
        float: left;
        width: 234px;
        height: 350px;
        margin: 0 4px 100px;
        background-color: #009F88; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a {
          display: block;
          height: 100%;
          color: #fff;
          text-align: center;
          background-repeat: no-repeat;
          background-position: center; }
          .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a i, .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a span, .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a u {
            display: block; }
          .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a i {
            display: block;
            min-height: 100px;
            padding-top: 90px;
            line-height: 100px;
            font-size: 70px; }
          .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a span {
            font-size: 16px; }
          .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a u {
            font-size: 12px;
            font-family: 'Arial Normal', 'Arial'; }
          .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a:hover {
            background-image: url(../images/zy-a-bg.jpg); }
            .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item a:hover i {
              animation-name: pulse;
              transform-origin: center; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item.zhuanye-item0 {
          background-color: #234382; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item.zhuanye-item1 {
          background-color: #335baa; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item.zhuanye-item2 {
          background-color: #4b6fb6; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item.zhuanye-item3 {
          background-color: #b2a371; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .zhuanye-item.zhuanye-item4 {
          background-color: #8a2934; }
      .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .prev, .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .next {
        position: absolute;
        top: -60px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #e1e1e1;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        border: 1px solid #e1e1e1;
        border-radius: 50%;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .prev:hover, .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .next:hover {
          background-color: #02a7f0;
          border-color: #02a7f0;
          color: #fff; }
      .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .prev {
        left: 560px; }
      .zhuanyexuezu-wrap .dm-home-zhuanyexuezu .zhuanye-slider .next {
        right: 560px; }

.dy-wrap {
  position: relative;
  height: 445px;
  padding: 40px 0;
  overflow: hidden; }
  .dy-wrap .bg-wrap {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    width: 800px;
    height: 500px;
    background-color: #f8f8f8; }
  .dy-wrap .dm-home-dy {
    margin-top: 15px; }
    .dy-wrap .dm-home-dy .news-slider {
      height: 380px;
      margin: 0 -12px; }
      .dy-wrap .dm-home-dy .news-slider .slick-list {
        padding-top: 10px; }
      .dy-wrap .dm-home-dy .news-slider .slick-list, .dy-wrap .dm-home-dy .news-slider .slick-track {
        min-width: 1224px; }
      .dy-wrap .dm-home-dy .news-slider .news-item {
        position: relative;
        float: left;
        box-sizing: border-box;
        width: 280px !important;
        height: 360px;
        margin: 0 13px 80px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        border-radius: 4px;
        border: 1px solid #e4e4e4;
        background-color: #fff; }
        .dy-wrap .dm-home-dy .news-slider .news-item a.img-wrap, .dy-wrap .dm-home-dy .news-slider .news-item img {
          display: block;
          width: 280px;
          height: 158px;
          border-radius: 4px 4px 0 0; }
        .dy-wrap .dm-home-dy .news-slider .news-item img {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; }
        .dy-wrap .dm-home-dy .news-slider .news-item a.img-wrap {
          margin: -1px -1px 0;
          overflow: hidden; }
          .dy-wrap .dm-home-dy .news-slider .news-item a.img-wrap:hover img {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -o-transform: scale(1.03); }
        .dy-wrap .dm-home-dy .news-slider .news-item time {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 20px;
          display: block;
          padding: 0px 25px;
          color: #009F88;
          font-size: 20px;
          font-family: 'Arial Normal', 'Arial'; }
          .dy-wrap .dm-home-dy .news-slider .news-item time.noimg {
            padding: 0px 25px; }
        .dy-wrap .dm-home-dy .news-slider .news-item u {
          display: block;
          min-height: 96px;
          padding: 25px 25px 0; }
          .dy-wrap .dm-home-dy .news-slider .news-item u.noimg {
            padding: 25px 25px 0; }
          .dy-wrap .dm-home-dy .news-slider .news-item u a {
            display: block;
            font-size: 16px;
            color: #444;
            line-height: 32px;
            max-height: 96px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
            .dy-wrap .dm-home-dy .news-slider .news-item u a:hover {
              color: #009F88; }
        .dy-wrap .dm-home-dy .news-slider .news-item p {
          margin-bottom: 0;
          padding: 10px 25px 0;
          font-size: 12px;
          text-align: justify;
          color: #7f7f7f;
          line-height: 22px;
          max-height: 88px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
      .dy-wrap .dm-home-dy .news-slider .prev, .dy-wrap .dm-home-dy .news-slider .next {
        box-sizing: border-box;
        position: absolute;
        top: -83px;
        z-index: 1;
        width: 40px;
        height: 40px;
        line-height: 38px;
        color: #f2c34a;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #f2c34a;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .dy-wrap .dm-home-dy .news-slider .prev:hover, .dy-wrap .dm-home-dy .news-slider .next:hover {
          color: #fff;
          background-color: #f2c34a; }
      .dy-wrap .dm-home-dy .news-slider .prev {
        right: 62px; }
      .dy-wrap .dm-home-dy .news-slider .next {
        right: 12px; }

.science-wrap {
  padding: 40px 0;
  overflow: hidden;
  background-image: url(../images/xs-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .science-wrap .dm-home-science {
    margin-top: 5px; }
    .science-wrap .dm-home-science .science-slider {
      margin: 0 -15px; }
      .science-wrap .dm-home-science .science-slider .science-item {
        position: relative;
        float: left;
        box-sizing: border-box;
        width: 380px;
        height: 110px;
        margin: 0 15px;
        padding: 20px 0 20px 0;
        background-color: #fff;
        border-bottom: 1px solid #e4e4e4; }
        .science-wrap .dm-home-science .science-slider .science-item a.img-wrap, .science-wrap .dm-home-science .science-slider .science-item img {
          display: block;
          width: 120px;
          height: 70px; }
        .science-wrap .dm-home-science .science-slider .science-item img {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; }
        .science-wrap .dm-home-science .science-slider .science-item a.img-wrap {
          position: absolute;
          top: 20px;
          left: 0;
          overflow: hidden; }
          .science-wrap .dm-home-science .science-slider .science-item a.img-wrap:hover img {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -o-transform: scale(1.03); }
        .science-wrap .dm-home-science .science-slider .science-item.hasimg {
          padding-left: 130px; }
        .science-wrap .dm-home-science .science-slider .science-item time {
          display: block;
          color: #aaa;
          font-size: 12px;
          font-family: 'Arial Normal', 'Arial'; }
        .science-wrap .dm-home-science .science-slider .science-item u {
          display: block;
          min-height: 52px;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .science-wrap .dm-home-science .science-slider .science-item u a {
            font-size: 16px;
            color: #444; }
            .science-wrap .dm-home-science .science-slider .science-item u a:hover {
              color: #009F88; }
        .science-wrap .dm-home-science .science-slider .science-item:hover u a {
          color: #0C977A; }
      .science-wrap .dm-home-science .science-slider .prev, .science-wrap .dm-home-science .science-slider .next {
        box-sizing: border-box;
        position: absolute;
        top: -83px;
        z-index: 1;
        width: 40px;
        height: 40px;
        line-height: 38px;
        color: #f2c34a;
        font-size: 18px;
        text-align: center;
        cursor: pointer;
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #f2c34a;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .science-wrap .dm-home-science .science-slider .prev:hover, .science-wrap .dm-home-science .science-slider .next:hover {
          color: #fff;
          background-color: #f2c34a; }
      .science-wrap .dm-home-science .science-slider .prev {
        right: 62px; }
      .science-wrap .dm-home-science .science-slider .next {
        right: 12px; }

.xs-wrap {
  height: 333px;
  padding: 40px 0;
  overflow: hidden; }
  .xs-wrap .dm-home-xs {
    margin-top: 15px; }
    .xs-wrap .dm-home-xs .xs-slider {
      height: 285px;
      margin: 0 -12px; }
      .xs-wrap .dm-home-xs .xs-slider .slick-list {
        padding-top: 10px; }
      .xs-wrap .dm-home-xs .xs-slider .xs-item {
        float: left;
        width: 280px;
        height: 258px;
        margin: 0 13px 50px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
        border-bottom: 4px solid transparent; }
        .xs-wrap .dm-home-xs .xs-slider .xs-item a.img-wrap, .xs-wrap .dm-home-xs .xs-slider .xs-item img {
          display: block;
          width: 280px;
          height: 158px; }
        .xs-wrap .dm-home-xs .xs-slider .xs-item img {
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; }
        .xs-wrap .dm-home-xs .xs-slider .xs-item a.img-wrap {
          overflow: hidden; }
          .xs-wrap .dm-home-xs .xs-slider .xs-item a.img-wrap:hover img {
            transform: scale(1.03);
            -webkit-transform: scale(1.03);
            -moz-transform: scale(1.03);
            -o-transform: scale(1.03); }
        .xs-wrap .dm-home-xs .xs-slider .xs-item time {
          display: block;
          padding: 10px 20px 0;
          color: #999; }
          .xs-wrap .dm-home-xs .xs-slider .xs-item time.noimg {
            padding: 20px 20px 0; }
        .xs-wrap .dm-home-xs .xs-slider .xs-item u {
          display: block;
          height: 52px;
          padding: 0px 20px; }
          .xs-wrap .dm-home-xs .xs-slider .xs-item u.noimg {
            padding: 5px 20px; }
          .xs-wrap .dm-home-xs .xs-slider .xs-item u a {
            display: block;
            font-size: 16px;
            color: #444;
            line-height: 26px;
            max-height: 52px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
            .xs-wrap .dm-home-xs .xs-slider .xs-item u a:hover {
              color: #009F88; }
        .xs-wrap .dm-home-xs .xs-slider .xs-item p {
          margin-bottom: 0;
          padding: 10px 20px 0;
          text-align: justify;
          color: #999;
          line-height: 20px;
          max-height: 120px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .xs-wrap .dm-home-xs .xs-slider .xs-item.cur {
          border-bottom-color: #0C977A;
          background-image: url(../images/item-bg.png);
          background-repeat: no-repeat;
          background-position: right bottom; }
      .xs-wrap .dm-home-xs .xs-slider .prev, .xs-wrap .dm-home-xs .xs-slider .next {
        position: absolute;
        top: 130px;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #d7d7d7;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        border: 1px solid #d7d7d7;
        border-radius: 50%; }
        .xs-wrap .dm-home-xs .xs-slider .prev:hover, .xs-wrap .dm-home-xs .xs-slider .next:hover {
          background-color: #02a7f0;
          border-color: #02a7f0;
          color: #fff; }
      .xs-wrap .dm-home-xs .xs-slider .prev {
        left: -40px; }
      .xs-wrap .dm-home-xs .xs-slider .next {
        right: -40px; }

.dmhealth-wrap {
  min-width: 1300px;
  padding: 40px 0;
  overflow: hidden;
  background-image: url(../images/dmhealth-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .dmhealth-wrap .dm-home-dmhealth {
    margin-top: 5px; }
    .dmhealth-wrap .dm-home-dmhealth .txt-lists {
      margin: 25px -10px 0; }
      .dmhealth-wrap .dm-home-dmhealth .txt-lists li {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        width: 590px;
        height: 100px;
        line-height: 32px;
        padding: 34px 20px;
        margin: 0 10px 5px;
        background-color: #fff;
        background-image: url(../images/list-time-bg.png);
        background-repeat: no-repeat;
        background-position: right center;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
        .dmhealth-wrap .dm-home-dmhealth .txt-lists li a {
          max-width: 435px;
          font-size: 16px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .dmhealth-wrap .dm-home-dmhealth .txt-lists li a:before {
            content: '';
            display: inline-block;
            width: 15px;
            height: 15px;
            vertical-align: middle;
            margin-right: 10px;
            background-image: url(../images/dian.png);
            background-repeat: no-repeat;
            background-position: center; }
        .dmhealth-wrap .dm-home-dmhealth .txt-lists li time {
          color: #919191;
          font-size: 16px; }
        .dmhealth-wrap .dm-home-dmhealth .txt-lists li:hover a {
          color: #b2a371; }
          .dmhealth-wrap .dm-home-dmhealth .txt-lists li:hover a:before {
            color: #b2a371; }
        .dmhealth-wrap .dm-home-dmhealth .txt-lists li:hover time {
          color: #b2a371; }

.dmculture-wrap {
  min-width: 1300px;
  padding: 40px 0;
  overflow: hidden; }
  .dmculture-wrap .dm-home-dmculture {
    margin-top: 25px; }
    .dmculture-wrap .dm-home-dmculture .left-news {
      width: 580px;
      height: 330px; }
      .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider {
        width: 580px;
        height: 330px;
        overflow: hidden; }
        .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item {
          width: 580px;
          height: 330px; }
          .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item a {
            position: relative;
            display: block;
            width: 580px;
            height: 330px; }
            .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item a img {
              display: block;
              width: 580px;
              height: 330px;
              transition: all 0.5s;
              -webkit-transition: all 0.5s;
              -moz-transition: all 0.5s;
              -o-transition: all 0.5s; }
            .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item a span {
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 60px;
              margin: auto;
              padding: 0 20px;
              line-height: 60px;
              font-size: 16px;
              color: #fff;
              background-image: url(../images/black60.png); }
              .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item a span u {
                display: block;
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap; }
            .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item a:hover img {
              transform: scale(1.03);
              -webkit-transform: scale(1.03);
              -moz-transform: scale(1.03);
              -o-transform: scale(1.03); }
            .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item a:hover span {
              color: #02a7f0; }
          .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .news-item.slick-active u {
            animation: fadeInDown 2s; }
        .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .slick-dots {
          box-sizing: border-box;
          bottom: 70px;
          padding: 0 5px;
          text-align: right; }
          .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .slick-dots li {
            width: 40px;
            height: 6px;
            background-color: #fff;
            border-radius: 0;
            background-image: none; }
            .dmculture-wrap .dm-home-dmculture .left-news .left-news-slider .slick-dots li.slick-active {
              background-color: #f2c34a;
              background-image: none; }
    .dmculture-wrap .dm-home-dmculture .right-news {
      width: 580px; }
      .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li {
        position: relative;
        height: 90px;
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 12px; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li + li {
          margin-top: 12px; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li.hasimg {
          padding-left: 180px; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li.noimg time:after {
          display: none; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li span {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          width: 160px;
          height: 90px; }
          .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li span img {
            display: block;
            width: 160px;
            height: 90px; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li a {
          padding-top: 10px;
          font-size: 16px;
          min-height: 52px;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li time {
          position: relative;
          display: block;
          color: #ccc;
          font-size: 14px; }
          .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li time:after {
            content: '';
            position: absolute;
            left: -30px;
            top: 0;
            bottom: 0;
            width: 20px;
            height: 2px;
            margin: auto;
            background-color: #e4e4e4;
            transition: all 0.5s;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -o-transition: all 0.5s; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li:hover a {
          color: #0C977A; }
          .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li:hover a:before {
            color: #0C977A; }
        .dmculture-wrap .dm-home-dmculture .right-news .txt-lists li:hover time:after {
          background-color: #0C977A; }

.dm-home-expert ul li {
  width: 144px;
  height: 290px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  float: left;
  text-align: center;
  transition: border-color .3s,box-shadow .3s; }
  .dm-home-expert ul li:hover {
    border-color: #009F88;
    box-shadow: 0px 10px 10px rgba(0, 159, 136, 0.2); }
    .dm-home-expert ul li:hover .thumb img {
      transform: scale(1.2); }
  .dm-home-expert ul li + li {
    margin-left: 32px; }
  .dm-home-expert ul li .thumb {
    width: 100%;
    height: 200px;
    overflow: hidden;
    display: block;
    position: relative; }
    .dm-home-expert ul li .thumb img {
      width: 100%;
      height: 200px;
      display: block;
      transition: transform 1s; }
  .dm-home-expert ul li .tit {
    display: block;
    margin: 10px auto;
    line-height: 21px;
    font-size: 16px;
    font-weight: bold; }
    .dm-home-expert ul li .tit:after {
      content: '';
      width: 24px;
      height: 2px;
      background-color: #009F88;
      display: block;
      margin: 8px auto; }
  .dm-home-expert ul li p {
    color: #999; }

.dm-home-expert-005 {
  position: relative;
  min-width: 1300px;
  height: 483px;
  overflow: hidden; }
  .dm-home-expert-005 > .layout {
    position: relative; }

.doctor-s-005 .inside-doctor-wrap {
  height: 340px;
  margin: 10px 0px 0; }
  .doctor-s-005 .inside-doctor-wrap .doctor-slider {
    height: 340px;
    margin: 0 -12px; }
    .doctor-s-005 .inside-doctor-wrap .doctor-slider .slick-list {
      padding-top: 10px; }
    .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info {
      float: left;
      width: 180px;
      height: 330px;
      margin: 0 12px 100px;
      background-color: #fff;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }
      .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img {
        box-sizing: border-box;
        display: block;
        width: 180px;
        height: 285px;
        padding-top: 20px;
        margin: auto;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img span, .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img img, .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img strong, .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img u {
          display: block; }
        .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img span {
          width: 144px;
          height: 200px;
          margin: auto;
          overflow: hidden;
          position: relative; }
          .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img span .party {
            width: 45px;
            position: absolute;
            top: 4px; }
        .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doc-photo {
          width: 144px;
          height: 200px;
          transition: all 0.5s;
          -webkit-transition: all 0.5s;
          -moz-transition: all 0.5s;
          -o-transition: all 0.5s; }
        .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doctor-tit {
          min-height: 27px;
          margin: 10px 13px 0;
          text-align: center;
          line-height: 27px; }
          .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doctor-tit strong {
            float: left;
            font-size: 18px;
            color: #0C977A;
            font-weight: normal; }
          .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .doctor-tit u {
            float: right;
            color: #999; }
        .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info a.doctor-img .tutor {
          min-height: 27px;
          margin: 0px 18px 0;
          font-size: 12px;
          color: #999;
          text-align: center;
          line-height: 27px;
          border-bottom: 1px solid #e4e4e4; }
      .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info:hover a.doctor-img .doc-photo {
        transform: scale(1.03);
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        -o-transform: scale(1.03); }
      .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info:hover a.doctor-img .doctor-tit strong {
        color: #cf9d4b;
        font-weight: bold; }
      .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department {
        height: 41px;
        margin: 0 auto;
        text-align: center;
        border-bottom: 4px solid transparent;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department a {
          max-width: 100%;
          line-height: 41px;
          font-size: 16px; }
          .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department a:hover {
            font-weight: bold; }
          .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info .doctor-department a + a:before {
            content: '/';
            display: inline-block;
            margin-right: 3px; }
      .doctor-s-005 .inside-doctor-wrap .doctor-slider .doctor-info:hover .doctor-department {
        border-color: #009F88; }
    .doctor-s-005 .inside-doctor-wrap .doctor-slider .prev, .doctor-s-005 .inside-doctor-wrap .doctor-slider .next {
      position: absolute;
      top: 150px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      color: #d7d7d7;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      border: 1px solid #d7d7d7;
      border-radius: 50%; }
      .doctor-s-005 .inside-doctor-wrap .doctor-slider .prev:hover, .doctor-s-005 .inside-doctor-wrap .doctor-slider .next:hover {
        background-color: #009F88;
        border-color: #009F88;
        color: #fff; }
    .doctor-s-005 .inside-doctor-wrap .doctor-slider .prev {
      left: -40px; }
    .doctor-s-005 .inside-doctor-wrap .doctor-slider .next {
      right: -40px; }

a.look-more {
  position: relative;
  z-index: 1;
  display: block;
  width: 140px;
  height: 40px;
  margin: 30px auto 0;
  line-height: 40px;
  text-align: center;
  color: #009F88;
  font-size: 16px;
  border: 1px solid #009F88;
  border-radius: 4px; }
  a.look-more i {
    font-size: 18px;
    line-height: 40px; }
  a.look-more.left-more {
    margin: 30px 0 0; }
  a.look-more:hover {
    background-color: #009F88;
    color: #fff; }

.dm-home-history-wrap {
  height: 570px;
  padding: 40px 0;
  overflow: hidden; }
  .dm-home-history-wrap .layout {
    padding: 60px 25px;
    background-image: url(../images/history-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .dm-home-history-wrap .dm-home-history {
    position: relative; }
    .dm-home-history-wrap .dm-home-history span {
      position: absolute;
      bottom: 0;
      width: 500px;
      height: 1px;
      background-color: #d7d7d7; }
      .dm-home-history-wrap .dm-home-history span.line1 {
        left: 40px; }
      .dm-home-history-wrap .dm-home-history span.line2 {
        right: 40px; }
    .dm-home-history-wrap .dm-home-history .history-slider {
      height: 385px; }
      .dm-home-history-wrap .dm-home-history .history-slider .history-item {
        float: left;
        position: relative;
        width: 240px;
        height: 335px;
        margin-bottom: 200px;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover; }
        .dm-home-history-wrap .dm-home-history .history-slider .history-item a.history-tit {
          display: block;
          position: absolute;
          left: 0px;
          right: 0;
          top: 0;
          bottom: 0;
          height: 28px;
          margin: auto;
          line-height: 28px;
          font-size: 20px;
          text-align: center;
          color: #333; }
        .dm-home-history-wrap .dm-home-history .history-slider .history-item p {
          position: absolute;
          left: 0;
          width: 100%;
          margin-bottom: 0;
          font-size: 18px;
          text-align: center;
          color: #7f7f7f;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
        .dm-home-history-wrap .dm-home-history .history-slider .history-item.history-item0 {
          background-image: url(../images/history-year-bg0.png); }
          .dm-home-history-wrap .dm-home-history .history-slider .history-item.history-item0 p {
            top: 0px; }
        .dm-home-history-wrap .dm-home-history .history-slider .history-item.history-item1 {
          background-image: url(../images/history-year-bg1.png); }
          .dm-home-history-wrap .dm-home-history .history-slider .history-item.history-item1 p {
            bottom: 0px; }
      .dm-home-history-wrap .dm-home-history .history-slider .prev, .dm-home-history-wrap .dm-home-history .history-slider .next {
        position: absolute;
        bottom: -20px;
        z-index: 2;
        width: 38px;
        height: 38px;
        line-height: 38px;
        color: #d7d7d7;
        border: 1px solid #d7d7d7;
        border-radius: 50%;
        font-size: 20px;
        text-align: center;
        cursor: pointer;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
        .dm-home-history-wrap .dm-home-history .history-slider .prev:hover, .dm-home-history-wrap .dm-home-history .history-slider .next:hover {
          border-color: #02a7f0;
          background-color: #02a7f0; }
      .dm-home-history-wrap .dm-home-history .history-slider .prev {
        left: 555px; }
      .dm-home-history-wrap .dm-home-history .history-slider .next {
        right: 555px; }

.dmxz-home-history-wrap {
  height: 570px;
  padding: 40px 0;
  overflow: hidden; }
  .dmxz-home-history-wrap .layout {
    padding: 60px 25px;
    background-image: url(../images/history-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .dmxz-home-history-wrap .dmxz-home-history {
    position: relative; }
    .dmxz-home-history-wrap .dmxz-home-history span {
      position: absolute;
      bottom: 0;
      width: 500px;
      height: 1px;
      background-color: #d7d7d7; }
      .dmxz-home-history-wrap .dmxz-home-history span.line1 {
        left: 40px; }
      .dmxz-home-history-wrap .dmxz-home-history span.line2 {
        right: 40px; }
    .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item {
      float: left;
      position: relative;
      width: 240px;
      height: 335px;
      margin-bottom: 50px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item a.history-tit {
        display: block;
        position: absolute;
        left: 0px;
        right: 0;
        top: 0;
        bottom: 0;
        height: 28px;
        margin: auto;
        line-height: 28px;
        font-size: 20px;
        text-align: center;
        color: #333; }
      .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item p {
        position: absolute;
        left: 0;
        width: 100%;
        margin-bottom: 0;
        font-size: 18px;
        text-align: center;
        color: #7f7f7f;
        line-height: 26px;
        max-height: 52px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item.history-item0 {
        background-image: url(../images/history-year-bg0.png); }
        .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item.history-item0 p {
          top: 0px; }
      .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item.history-item1 {
        background-image: url(../images/history-year-bg1.png); }
        .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .history-item.history-item1 p {
          bottom: 0px; }
    .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .prev, .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .next {
      position: absolute;
      bottom: -20px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      color: #d7d7d7;
      border: 1px solid #d7d7d7;
      border-radius: 50%;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .prev:hover, .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .next:hover {
        border-color: #02a7f0;
        background-color: #02a7f0; }
    .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .prev {
      left: 555px; }
    .dmxz-home-history-wrap .dmxz-home-history .dmxz-history-slider .next {
      right: 555px; }

.dm-home-download-wrap {
  height: 397px;
  padding: 80px 0; }
  .dm-home-download-wrap .dm-home-download .dm-home-download-list {
    margin: 0 -11px; }
    .dm-home-download-wrap .dm-home-download .dm-home-download-list li {
      box-sizing: border-box;
      float: left;
      width: 385px;
      height: 145px;
      padding: 30px 20px 0;
      margin: 0 11px 22px;
      background-color: #fff;
      box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1); }
      .dm-home-download-wrap .dm-home-download .dm-home-download-list li h2.tit {
        min-height: 60px;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dm-home-download-wrap .dm-home-download .dm-home-download-list li a.more {
        display: inline-block;
        margin-top: 10px;
        margin-left: 2px;
        font-weight: 100; }
        .dm-home-download-wrap .dm-home-download .dm-home-download-list li a.more i {
          vertical-align: middle; }

.dmxz-home-download {
  height: 397px;
  padding: 40px 0 80px; }
  .dmxz-home-download .dm-home-download .dm-home-download-list {
    margin: 0 -11px; }
    .dmxz-home-download .dm-home-download .dm-home-download-list li {
      box-sizing: border-box;
      float: left;
      width: 385px;
      height: 145px;
      padding: 30px 20px 0;
      margin: 0 11px 22px;
      background-color: #fff;
      box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1); }
      .dmxz-home-download .dm-home-download .dm-home-download-list li h2.tit {
        min-height: 60px;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dmxz-home-download .dm-home-download .dm-home-download-list li a.more {
        display: inline-block;
        margin-top: 10px;
        margin-left: 2px;
        font-weight: 100; }
        .dmxz-home-download .dm-home-download .dm-home-download-list li a.more i {
          vertical-align: middle; }

h2.left-tab span.tab-tit a {
  position: relative;
  float: left;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: normal;
  line-height: 32px; }
  h2.left-tab span.tab-tit a + a {
    margin-left: 14px; }
    h2.left-tab span.tab-tit a + a:before {
      content: '•';
      display: block;
      position: absolute;
      left: -11px;
      top: 0px;
      width: 1px;
      height: 32px;
      color: #e4e4e4;
      font-size: 14px; }
  h2.left-tab span.tab-tit a.cur {
    color: #02a7f0; }
h2.left-tab a.more {
  width: 110px;
  line-height: 32px;
  text-align: center;
  color: #009F88;
  font-weight: normal;
  border: 1px solid #009F88;
  border-radius: 4px; }
  h2.left-tab a.more:hover {
    background-color: #009F88;
    color: #fff; }

h2.left-tit a.fl {
  position: relative;
  font-size: 28px;
  letter-spacing: 0.2em;
  font-weight: normal;
  line-height: 32px; }
h2.left-tit a.more {
  width: 110px;
  line-height: 32px;
  text-align: center;
  color: #009F88;
  font-weight: normal;
  border: 1px solid #009F88;
  border-radius: 4px; }
  h2.left-tit a.more i {
    font-size: 16px;
    line-height: 32px;
    margin-right: 5px; }
  h2.left-tit a.more:hover {
    background-color: #009F88;
    color: #fff; }

.dm-home-link {
  padding: 80px 0; }
  .dm-home-link .dm-home-download-list {
    margin: 0 -11px; }
    .dm-home-link .dm-home-download-list li {
      box-sizing: border-box;
      float: left;
      width: 385px;
      height: 145px;
      padding: 30px 20px 0;
      margin: 0 11px 22px;
      background-color: #fff;
      box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1); }
      .dm-home-link .dm-home-download-list li h2.tit {
        min-height: 60px;
        font-weight: normal;
        font-size: 16px;
        line-height: 30px;
        max-height: 60px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dm-home-link .dm-home-download-list li a.more {
        display: inline-block;
        margin-top: 10px;
        margin-left: 2px;
        font-weight: 100; }
        .dm-home-link .dm-home-download-list li a.more i {
          vertical-align: middle; }
      .dm-home-link .dm-home-download-list li.link-bg {
        background-image: url(../images/link-bg.png);
        background-repeat: no-repeat;
        background-position: center; }

.dm-home-special ul li {
  width: 281px;
  height: 250px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  float: left;
  transition: border-color .3s,box-shadow .3s; }
  .dm-home-special ul li:hover {
    border-color: #009F88;
    box-shadow: 0px 10px 10px rgba(0, 159, 136, 0.2); }
    .dm-home-special ul li:hover .thumb img {
      transform: scale(1.1); }
  .dm-home-special ul li + li {
    margin-left: 25px; }
  .dm-home-special ul li a {
    display: block; }
  .dm-home-special ul li .thumb {
    width: 100%;
    height: 165px;
    overflow: hidden;
    position: relative; }
    .dm-home-special ul li .thumb img {
      width: 100%;
      height: 165px;
      display: block;
      transition: transform 1s; }
  .dm-home-special ul li .tit {
    padding: 20px;
    font-size: 15px;
    font-weight: normal;
    text-align: justify; }
    .dm-home-special ul li .tit a {
      line-height: 22px;
      max-height: 44px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }

.dm-home-tese-wrap {
  position: relative;
  min-width: 1300px;
  height: 421px;
  overflow: hidden; }
  .dm-home-tese-wrap:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 800px;
    height: 500px;
    background-color: #f8f8f8;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
  .dm-home-tese-wrap .inner-list-tit {
    border-bottom: 0; }
    .dm-home-tese-wrap .inner-list-tit a:after {
      display: none; }
  .dm-home-tese-wrap .dm-home-tese .tese-slider {
    height: 278px;
    margin: 0px -12px; }
    .dm-home-tese-wrap .dm-home-tese .tese-slider .slick-list {
      padding-top: 10px; }
    .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item {
      float: left;
      box-sizing: border-box;
      width: 280px;
      height: 258px;
      margin: 0 13px 160px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
      border-bottom: 5px solid #0C977A;
      background-color: #fff;
      background-image: url(../images/item-bg.png);
      background-repeat: no-repeat;
      background-position: 280px 178px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item a.img-wrap, .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item img {
        display: block;
        width: 280px;
        height: 158px; }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item a.img-wrap {
        overflow: hidden; }
        .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item a.img-wrap:hover img {
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03); }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item u {
        display: block;
        height: 52px;
        padding: 20px 20px; }
        .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item u.noimg {
          padding: 25px 20px 10px; }
        .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item u a {
          display: block;
          font-size: 16px;
          color: #444;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item u a:hover {
            color: #009F88; }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item p {
        margin-bottom: 0;
        padding: 10px 20px 0;
        text-align: justify;
        color: #999;
        line-height: 20px;
        max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .news-item:hover {
        border-bottom-color: #02a7f0;
        background-position: 200px 178px; }
    .dm-home-tese-wrap .dm-home-tese .tese-slider .prev, .dm-home-tese-wrap .dm-home-tese .tese-slider .next {
      position: absolute;
      top: -65px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #0C977A;
      border: 1px solid #0C977A;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      background-color: #fff;
      border-radius: 4px; }
      .dm-home-tese-wrap .dm-home-tese .tese-slider .prev:hover, .dm-home-tese-wrap .dm-home-tese .tese-slider .next:hover {
        background-color: #0C977A;
        color: #fff; }
    .dm-home-tese-wrap .dm-home-tese .tese-slider .prev {
      right: 62px; }
    .dm-home-tese-wrap .dm-home-tese .tese-slider .next {
      right: 12px; }

.dm-home-dynamic-wrap {
  min-width: 1300px;
  height: 421px;
  padding: 80px 0 40px;
  overflow: hidden; }
  .dm-home-dynamic-wrap .inner-list-tit {
    border-bottom: 0; }
    .dm-home-dynamic-wrap .inner-list-tit a:after {
      display: none; }
  .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider {
    height: 278px;
    margin: 0px -12px; }
    .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .slick-list {
      padding-top: 10px; }
    .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item {
      float: left;
      box-sizing: border-box;
      width: 280px;
      height: 258px;
      margin: 0 13px 160px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
      border-bottom: 5px solid #0C977A;
      background-image: url(../images/item-bg.png);
      background-repeat: no-repeat;
      background-position: 280px 178px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item a.img-wrap, .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item img {
        display: block;
        width: 280px;
        height: 158px; }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item a.img-wrap {
        overflow: hidden; }
        .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item a.img-wrap:hover img {
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03); }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item u {
        display: block;
        height: 52px;
        padding: 20px 20px; }
        .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item u.noimg {
          padding: 25px 20px 10px; }
        .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item u a {
          display: block;
          font-size: 16px;
          color: #444;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item u a:hover {
            color: #009F88; }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item p {
        margin-bottom: 0;
        padding: 10px 20px 0;
        text-align: justify;
        color: #999;
        line-height: 20px;
        max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .news-item:hover {
        border-bottom-color: #02a7f0;
        background-position: 200px 178px; }
    .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .prev, .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .next {
      position: absolute;
      top: 110px;
      width: 38px;
      height: 38px;
      line-height: 38px;
      color: #d7d7d7;
      font-size: 20px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      border: 1px solid #d7d7d7;
      border-radius: 50%; }
      .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .prev:hover, .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .next:hover {
        background-color: #02a7f0;
        border-color: #02a7f0;
        color: #fff; }
    .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .prev {
      left: -40px; }
    .dm-home-dynamic-wrap .dm-home-dynamic .dynamic-slider .next {
      right: -40px; }

.dm-home-learn-wrap {
  position: relative;
  min-width: 1300px;
  height: 565px;
  padding: 80px 0; }
  .dm-home-learn-wrap:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 80px;
    width: 360px;
    height: 640px;
    background-color: #f2f2f2; }
  .dm-home-learn-wrap:after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1290px;
    height: 590px;
    background-color: #f2f2f2; }
  .dm-home-learn-wrap .layout {
    position: relative;
    z-index: 1; }
  .dm-home-learn-wrap .column-link {
    position: relative;
    width: 460px;
    height: 565px;
    background-color: #009F88; }
    .dm-home-learn-wrap .column-link:after {
      content: '';
      display: block;
      position: absolute;
      left: -80px;
      bottom: -80px;
      width: 80px;
      height: 80px;
      background-color: #0C977A; }
    .dm-home-learn-wrap .column-link span.column-wrap {
      display: block;
      padding-top: 105px;
      text-align: center; }
      .dm-home-learn-wrap .column-link span.column-wrap a {
        color: #fff; }
        .dm-home-learn-wrap .column-link span.column-wrap a.column-catname {
          font-size: 32px;
          font-weight: 400px; }
        .dm-home-learn-wrap .column-link span.column-wrap a.column-more {
          display: block;
          width: 120px;
          margin: 25px auto 0; }
          .dm-home-learn-wrap .column-link span.column-wrap a.column-more i {
            margin-left: 5px;
            vertical-align: middle; }
        .dm-home-learn-wrap .column-link span.column-wrap a:hover {
          color: #2f3b64; }
  .dm-home-learn-wrap .dm-home-learn {
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 1;
    width: 820px;
    height: 455px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1); }
    .dm-home-learn-wrap .dm-home-learn .learn-slider {
      position: relative;
      box-sizing: border-box;
      height: 455px;
      padding: 60px 60px 0px 120px; }
      .dm-home-learn-wrap .dm-home-learn .learn-slider:before {
        content: '';
        display: block;
        position: absolute;
        left: 72px;
        top: 60px;
        bottom: 60px;
        width: 1px;
        height: 360px;
        margin: auto;
        background-color: #e4e4e4; }
      .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item {
        box-sizing: border-box;
        position: relative; }
        .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item + .news-item {
          margin-top: 30px; }
        .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item:before {
          content: '';
          display: block;
          position: absolute;
          left: -65px;
          top: 0;
          bottom: 0;
          width: 34px;
          height: 34px;
          margin: auto;
          background-image: url(../images/listdot.png);
          background-repeat: no-repeat;
          background-position: center;
          background-size: cover; }
        .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item span.noimg {
          display: block;
          line-height: 34px; }
          .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item span.noimg a {
            float: left;
            display: block;
            max-width: 525px;
            font-size: 16px;
            color: #444;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item span.noimg a:hover {
              color: #009F88; }
          .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item span.noimg time {
            float: right;
            color: #999; }
        .dm-home-learn-wrap .dm-home-learn .learn-slider .news-item:hover {
          border-bottom-color: #02a7f0;
          background-position: 200px 178px; }

.dm-home-guide-wrap {
  min-width: 1300px;
  padding: 40px 0 50px; }
  .dm-home-guide-wrap .inner-list-tit {
    border-bottom: 0; }
    .dm-home-guide-wrap .inner-list-tit a:after {
      display: none; }
  .dm-home-guide-wrap .dm-home-guide .column-img {
    width: 600px;
    height: 335px; }
    .dm-home-guide-wrap .dm-home-guide .column-img img {
      display: block;
      width: 600px;
      height: 335px;
      -webkit-touch-callout: none;
      /* iOS Safari */
      -webkit-user-select: none;
      /* Chrome/Safari/Opera */
      -khtml-user-select: none;
      /* Konqueror */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* Internet Explorer/Edge */
      user-select: none;
      /* Non-prefixed version, currently not supported by any browser */ }
  .dm-home-guide-wrap .dm-home-guide .guide-slider {
    box-sizing: border-box;
    width: 600px;
    height: 420px;
    padding: 0 30px;
    background-color: #0C977A; }
    .dm-home-guide-wrap .dm-home-guide .guide-slider .guide-slider-wrap {
      box-sizing: border-box;
      height: 100%;
      padding-top: 50px;
      border-left: 1px solid #fff; }
    .dm-home-guide-wrap .dm-home-guide .guide-slider .news-item {
      position: relative;
      box-sizing: border-box;
      padding-left: 35px; }
      .dm-home-guide-wrap .dm-home-guide .guide-slider .news-item:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 25px;
        height: 1px;
        margin: auto;
        background-color: #fff; }
      .dm-home-guide-wrap .dm-home-guide .guide-slider .news-item + .news-item {
        margin-top: 20px; }
      .dm-home-guide-wrap .dm-home-guide .guide-slider .news-item span.noimg {
        display: block;
        line-height: 30px; }
        .dm-home-guide-wrap .dm-home-guide .guide-slider .news-item span.noimg a {
          display: block;
          max-width: 400px;
          font-size: 16px;
          color: #fff;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .dm-home-guide-wrap .dm-home-guide .guide-slider .news-item span.noimg a:hover {
            color: #02a7f0; }

.dm-home-notice-wrap {
  min-width: 1300px;
  height: 245px; }
  .dm-home-notice-wrap .inner-list-tit {
    border-bottom: 0; }
    .dm-home-notice-wrap .inner-list-tit a:after {
      display: none; }
  .dm-home-notice-wrap .dm-home-notice .notice-slider {
    height: 100px; }
    .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item {
      position: relative;
      float: left;
      box-sizing: border-box;
      width: 590px;
      height: 100px;
      padding-left: 210px;
      padding-right: 20px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item.noimg {
        padding-left: 20px; }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item + .news-item {
        margin-left: 20px; }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item a.img-wrap, .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item img {
        display: block;
        width: 180px;
        height: 100px; }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item a.img-wrap {
        position: absolute;
        left: 0;
        right: 0;
        overflow: hidden; }
        .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item a.img-wrap:hover img {
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03); }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item span {
        display: block;
        height: 52px;
        padding: 10px 0px; }
        .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item span a {
          display: block;
          font-size: 16px;
          color: #444;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item span a:hover {
            color: #009F88; }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item time {
        color: #999; }
      .dm-home-notice-wrap .dm-home-notice .notice-slider .news-item:hover {
        border-bottom-color: #02a7f0;
        background-position: 200px 178px; }

.dm-home-group-wrap {
  position: relative;
  min-width: 1300px;
  height: 595px;
  padding: 40px 0; }
  .dm-home-group-wrap:before {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1375px;
    height: 675px;
    background-color: #b49660; }
  .dm-home-group-wrap:after {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 120px;
    height: 120px;
    background-color: #b49660; }
  .dm-home-group-wrap .layout {
    position: relative;
    z-index: 1; }
  .dm-home-group-wrap .inner-list-tit {
    border-bottom: 0; }
    .dm-home-group-wrap .inner-list-tit a {
      color: #fff !important; }
      .dm-home-group-wrap .inner-list-tit a:after {
        display: none; }
  .dm-home-group-wrap .dm-home-group .column-img {
    width: 600px;
    height: 450px; }
    .dm-home-group-wrap .dm-home-group .column-img .img-item {
      width: 600px;
      height: 450px; }
      .dm-home-group-wrap .dm-home-group .column-img .img-item a {
        position: relative;
        display: block;
        width: 600px;
        height: 450px; }
        .dm-home-group-wrap .dm-home-group .column-img .img-item a img {
          display: block;
          width: 600px;
          height: 450px;
          -webkit-touch-callout: none;
          /* iOS Safari */
          -webkit-user-select: none;
          /* Chrome/Safari/Opera */
          -khtml-user-select: none;
          /* Konqueror */
          -moz-user-select: none;
          /* Firefox */
          -ms-user-select: none;
          /* Internet Explorer/Edge */
          user-select: none;
          /* Non-prefixed version, currently not supported by any browser */ }
        .dm-home-group-wrap .dm-home-group .column-img .img-item a span {
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          padding: 0 30px;
          height: 60px;
          line-height: 60px;
          color: #fff;
          font-size: 16px;
          background-image: url(../images/black70.png); }
          .dm-home-group-wrap .dm-home-group .column-img .img-item a span u {
            float: left;
            max-width: 390px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
          .dm-home-group-wrap .dm-home-group .column-img .img-item a span time {
            float: right; }
          .dm-home-group-wrap .dm-home-group .column-img .img-item a span:hover {
            color: #02a7f0; }
  .dm-home-group-wrap .dm-home-group .group-slider {
    box-sizing: border-box;
    width: 600px;
    height: 450px;
    background-color: #fff; }
    .dm-home-group-wrap .dm-home-group .group-slider .group-slider-wrap {
      box-sizing: border-box;
      height: 100%;
      padding-top: 50px; }
    .dm-home-group-wrap .dm-home-group .group-slider .news-item {
      position: relative;
      box-sizing: border-box;
      padding: 0 10px; }
      .dm-home-group-wrap .dm-home-group .group-slider .news-item + .news-item {
        margin-top: 30px; }
      .dm-home-group-wrap .dm-home-group .group-slider .news-item span.noimg {
        display: block;
        line-height: 30px;
        border-bottom: 1px solid #e4e4e4; }
        .dm-home-group-wrap .dm-home-group .group-slider .news-item span.noimg a {
          display: block;
          max-width: 400px;
          font-size: 16px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
          .dm-home-group-wrap .dm-home-group .group-slider .news-item span.noimg a.fl:before {
            content: '•';
            color: #009F88;
            margin-right: 3px; }
          .dm-home-group-wrap .dm-home-group .group-slider .news-item span.noimg a.more {
            color: #999; }
          .dm-home-group-wrap .dm-home-group .group-slider .news-item span.noimg a:hover {
            color: #02a7f0; }
  .dm-home-group-wrap .look-more {
    border: 1px solid #fff; }

.dm-home-study-wrap {
  min-width: 1300px;
  height: 538px; }
  .dm-home-study-wrap .inner-list-tit {
    border-bottom: 0; }
    .dm-home-study-wrap .inner-list-tit a:after {
      display: none; }
  .dm-home-study-wrap .dm-home-study .study-slider {
    height: 395px; }
    .dm-home-study-wrap .dm-home-study .study-slider .slick-list {
      padding-top: 10px; }
    .dm-home-study-wrap .dm-home-study .study-slider .news-item {
      float: left;
      box-sizing: border-box;
      width: 360px;
      height: 395px;
      background-color: #fff;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1); }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item + .news-item {
        margin-left: 60px; }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item a.img-wrap, .dm-home-study-wrap .dm-home-study .study-slider .news-item img {
        display: block;
        width: 360px;
        height: 205px; }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item a.img-wrap {
        overflow: hidden; }
        .dm-home-study-wrap .dm-home-study .study-slider .news-item a.img-wrap:hover img {
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03); }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item u {
        display: block;
        height: 52px;
        margin: 95px 20px 10px; }
        .dm-home-study-wrap .dm-home-study .study-slider .news-item u a {
          display: block;
          font-size: 16px;
          color: #444;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .dm-home-study-wrap .dm-home-study .study-slider .news-item u a:hover {
            color: #009F88; }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item time {
        margin: 0 20px;
        font-size: 16px; }
      .dm-home-study-wrap .dm-home-study .study-slider .news-item:hover {
        border-bottom-color: #02a7f0;
        background-position: 200px 178px; }
    .dm-home-study-wrap .dm-home-study .study-slider .prev, .dm-home-study-wrap .dm-home-study .study-slider .next {
      position: absolute;
      top: 110px;
      width: 30px;
      height: 60px;
      line-height: 60px;
      color: #fff;
      font-size: 30px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      background-color: rgba(0, 0, 0, 0.2);
      background-color: #000 \9;
      opacity: 0.2 \9;
      filter: alpha(opacity=20); }
      .dm-home-study-wrap .dm-home-study .study-slider .prev:hover, .dm-home-study-wrap .dm-home-study .study-slider .next:hover {
        background-color: #90353f; }
    .dm-home-study-wrap .dm-home-study .study-slider .prev {
      left: -40px; }
    .dm-home-study-wrap .dm-home-study .study-slider .next {
      right: -40px; }

.dm-home-monitor-wrap {
  position: relative;
  min-width: 1300px;
  height: 420px;
  padding: 80px 0 100px; }
  .dm-home-monitor-wrap:after {
    content: '';
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1190px;
    height: 500px;
    background-color: #f2f2f2; }
  .dm-home-monitor-wrap .layout {
    position: relative;
    z-index: 1; }
  .dm-home-monitor-wrap .column-link {
    position: relative;
    width: 370px;
    height: 420px;
    background-color: #b99a62; }
    .dm-home-monitor-wrap .column-link:after {
      content: '';
      display: block;
      position: absolute;
      left: -100px;
      bottom: -100px;
      width: 100px;
      height: 100px;
      background-color: #0C977A; }
    .dm-home-monitor-wrap .column-link span.column-wrap {
      display: block;
      padding-top: 105px;
      text-align: center; }
      .dm-home-monitor-wrap .column-link span.column-wrap a {
        color: #fff; }
        .dm-home-monitor-wrap .column-link span.column-wrap a.column-catname {
          font-size: 32px;
          font-weight: 400px; }
        .dm-home-monitor-wrap .column-link span.column-wrap a.column-more {
          display: block;
          width: 120px;
          margin: 25px auto 0; }
          .dm-home-monitor-wrap .column-link span.column-wrap a.column-more i {
            margin-left: 5px;
            vertical-align: middle; }
        .dm-home-monitor-wrap .column-link span.column-wrap a:hover {
          color: #2f3b64; }
  .dm-home-monitor-wrap .dm-home-monitor {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: 1;
    width: 870px;
    height: 460px;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1); }
    .dm-home-monitor-wrap .dm-home-monitor .monitor-slider {
      position: relative;
      box-sizing: border-box;
      width: 870px;
      height: 460px;
      padding: 0 40px;
      background-color: #fff; }
      .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .guide-slider-wrap {
        box-sizing: border-box;
        height: 100%;
        padding-top: 50px;
        border-left: 1px solid #e4e4e4; }
      .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item {
        position: relative;
        box-sizing: border-box;
        padding-left: 35px; }
        .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item:before {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          width: 25px;
          height: 1px;
          margin: auto;
          background-color: #e4e4e4; }
        .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item + .news-item {
          margin-top: 20px; }
        .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item span.noimg {
          display: block;
          line-height: 30px; }
          .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item span.noimg a {
            display: block;
            max-width: 620px;
            font-size: 16px;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap; }
            .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item span.noimg a.column-more {
              color: #999; }
            .dm-home-monitor-wrap .dm-home-monitor .monitor-slider .news-item span.noimg a:hover {
              color: #02a7f0; }

h2.left-tab-tit {
  padding-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
  line-height: 36px; }
  h2.left-tab-tit .tab-tit a {
    position: relative;
    display: block;
    font-size: 32px;
    font-weight: 400; }
    h2.left-tab-tit .tab-tit a + a {
      margin-left: 30px; }
    h2.left-tab-tit .tab-tit a.cur {
      color: #b99a62; }
      h2.left-tab-tit .tab-tit a.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -15px;
        height: 4px;
        margin: auto;
        background-color: #b99a62;
        border-radius: 2px; }
  h2.left-tab-tit a.more {
    display: block;
    font-weight: normal; }
    h2.left-tab-tit a.more i {
      vertical-align: bottom; }
    h2.left-tab-tit a.more:hover {
      color: #02a7f0; }

.tab-pannel-wrap {
  box-sizing: border-box;
  position: relative;
  z-index: 1; }
  .tab-pannel-wrap .tab-pannel {
    display: none; }
    .tab-pannel-wrap .tab-pannel:first-child {
      display: block; }

.dm-home-tab-wrap .tab-slider .news-item {
  width: 380px;
  height: 335px;
  background-color: #fff; }
  .dm-home-tab-wrap .tab-slider .news-item + .news-item {
    margin-left: 30px; }
  .dm-home-tab-wrap .tab-slider .news-item a.img-wrap, .dm-home-tab-wrap .tab-slider .news-item img {
    display: block;
    width: 380px;
    height: 214px; }
  .dm-home-tab-wrap .tab-slider .news-item img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
  .dm-home-tab-wrap .tab-slider .news-item a.img-wrap {
    overflow: hidden; }
    .dm-home-tab-wrap .tab-slider .news-item a.img-wrap:hover img {
      transform: scale(1.03);
      -webkit-transform: scale(1.03);
      -moz-transform: scale(1.03);
      -o-transform: scale(1.03); }
  .dm-home-tab-wrap .tab-slider .news-item u {
    display: block;
    height: 52px;
    margin: 0px 0px; }
    .dm-home-tab-wrap .tab-slider .news-item u a {
      display: block;
      font-size: 16px;
      color: #444;
      line-height: 26px;
      max-height: 52px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
      .dm-home-tab-wrap .tab-slider .news-item u a:hover {
        color: #009F88; }
  .dm-home-tab-wrap .tab-slider .news-item time {
    display: block;
    margin: 20px 0px 0;
    font-size: 14px;
    color: #999; }

.dm-home-txt.dm-home-txt-notime ul li {
  height: 150px; }
.dm-home-txt ul li {
  width: 281px;
  height: 200px;
  background-color: #fff;
  box-sizing: border-box;
  border: 1px solid #f2f2f2;
  float: left;
  padding: 20px;
  transition: all .3s; }
  .dm-home-txt ul li + li {
    margin-left: 25px; }
  .dm-home-txt ul li:hover {
    border-color: #009F88;
    box-shadow: 0px 10px 30px rgba(0, 159, 136, 0.2); }
  .dm-home-txt ul li .tit {
    font-size: 15px;
    text-align: justify; }
    .dm-home-txt ul li .tit a {
      line-height: 22px;
      max-height: 22px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
  .dm-home-txt ul li p {
    font-size: 13px;
    margin-top: 10px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    text-align: justify;
    color: #999; }
  .dm-home-txt ul li .nothumb-mark {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    line-height: 40px;
    height: 40px; }
    .dm-home-txt ul li .nothumb-mark span {
      font-size: 12px; }
    .dm-home-txt ul li .nothumb-mark .fl {
      line-height: 36px; }
    .dm-home-txt ul li .nothumb-mark i {
      font-size: 20px;
      vertical-align: middle; }

/********************* PC科室子站其他页面 *********************/
.dmbanner-nav-wrap {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .dmbanner-nav-wrap .dmbanner-nav {
    min-height: 500px; }
    .dmbanner-nav-wrap .dmbanner-nav .dmbanner-center h1 {
      padding-top: 85px;
      float: none !important;
      text-align: center; }
  .dmbanner-nav-wrap h1 {
    padding-top: 100px;
    color: #fff;
    text-align: center;
    font-size: 42px;
    letter-spacing: .2em;
    font-weight: normal; }
    .dmbanner-nav-wrap h1 span {
      font-weight: normal; }
  .dmbanner-nav-wrap .point-wrap {
    text-align: center; }
    .dmbanner-nav-wrap .point-wrap span {
      color: #fff;
      font-size: 20px; }
      .dmbanner-nav-wrap .point-wrap span + span {
        margin-left: 10px; }

.department-clinic-list h3 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 18px; }
  .department-clinic-list h3 span {
    color: #999; }
.department-clinic-list .department-clinic-table {
  width: 100%;
  margin-bottom: 25px; }
  .department-clinic-list .department-clinic-table table {
    width: 100%; }
  .department-clinic-list .department-clinic-table tr {
    border-color: #e4e4e4; }
    .department-clinic-list .department-clinic-table tr:first-child {
      background-color: #f8f8f8; }
      .department-clinic-list .department-clinic-table tr:first-child td span {
        display: block;
        color: #a8a8a8; }
    .department-clinic-list .department-clinic-table tr td, .department-clinic-list .department-clinic-table tr th {
      line-height: 35px;
      padding: 10px 0;
      border: #e4e4e4 1px solid;
      text-align: center; }
    .department-clinic-list .department-clinic-table tr td a {
      display: block; }

.zx-item {
  margin-bottom: 30px; }
  .zx-item .tit {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    color: #009F88; }
  .zx-item .list {
    margin-right: -32px; }
    .zx-item .list a {
      display: block;
      width: 214px;
      height: 46px;
      line-height: 46px;
      box-sizing: border-box;
      border: 1px solid #e4e4e4;
      text-align: center;
      margin-right: 32px;
      margin-bottom: 10px;
      float: left;
      overflow: hidden;
      transition: border-color .3s,box-shadow .3s;
      position: relative;
      transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .zx-item .list a span {
        position: relative;
        z-index: 3; }
      .zx-item .list a:before {
        content: '';
        position: absolute;
        z-index: 2;
        width: 100%;
        height: 100%;
        left: 0;
        opacity: 0;
        top: 0;
        transform: scale3d(0.7, 1, 1);
        transition: transform 0.4s, opacity 0.4s;
        transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1); }
      .zx-item .list a:hover {
        color: #fff;
        border-color: #009F88;
        box-shadow: 0px 10px 10px rgba(0, 159, 136, 0.2); }
        .zx-item .list a:hover:before {
          background-color: rgba(0, 159, 136, 0.9);
          opacity: 1;
          transform: translate3d(0, 0, 0); }

h2.yzy-tit {
  position: relative; }
  h2.yzy-tit:after {
    content: '';
    display: block;
    position: absolute;
    left: 130px;
    top: 0;
    bottom: 0;
    width: 1070px;
    height: 16px;
    margin: auto;
    background-image: url(../images/line1.png);
    background-repeat: no-repeat;
    background-position: center; }
  h2.yzy-tit a {
    font-size: 28px;
    font-weight: normal;
    line-height: 1; }

h2.yzy-ts-tit a {
  font-size: 28px;
  font-weight: normal;
  line-height: 1; }

.yzy-intro {
  padding: 50px 0; }
  .yzy-intro .yzy-content {
    margin-top: 50px; }

.tese-technology {
  height: 415px;
  padding: 50px 0;
  background-color: #f8f8f8;
  overflow: hidden; }
  .tese-technology .tese-slider {
    height: 278px;
    margin: 25px -12px; }
    .tese-technology .tese-slider .slick-list {
      padding-top: 10px; }
    .tese-technology .tese-slider .news-item {
      float: left;
      box-sizing: border-box;
      width: 280px;
      height: 258px;
      margin: 0 13px 160px;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
      border-bottom: 5px solid #0C977A;
      background-color: #fff;
      background-image: url(../images/item-bg.png);
      background-repeat: no-repeat;
      background-position: 280px 178px;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s; }
      .tese-technology .tese-slider .news-item a.img-wrap, .tese-technology .tese-slider .news-item img {
        display: block;
        width: 280px;
        height: 158px; }
      .tese-technology .tese-slider .news-item img {
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s; }
      .tese-technology .tese-slider .news-item a.img-wrap {
        overflow: hidden; }
        .tese-technology .tese-slider .news-item a.img-wrap:hover img {
          transform: scale(1.03);
          -webkit-transform: scale(1.03);
          -moz-transform: scale(1.03);
          -o-transform: scale(1.03); }
      .tese-technology .tese-slider .news-item u {
        display: block;
        height: 52px;
        padding: 20px 20px; }
        .tese-technology .tese-slider .news-item u.noimg {
          padding: 25px 20px 10px; }
        .tese-technology .tese-slider .news-item u a {
          display: block;
          font-size: 16px;
          color: #444;
          line-height: 26px;
          max-height: 52px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important; }
          .tese-technology .tese-slider .news-item u a:hover {
            color: #009F88; }
      .tese-technology .tese-slider .news-item p {
        margin-bottom: 0;
        padding: 10px 20px 0;
        text-align: justify;
        color: #999;
        line-height: 20px;
        max-height: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
      .tese-technology .tese-slider .news-item:hover {
        border-bottom-color: #02a7f0;
        background-position: 200px 178px; }
    .tese-technology .tese-slider .prev, .tese-technology .tese-slider .next {
      position: absolute;
      top: -65px;
      width: 40px;
      height: 40px;
      line-height: 40px;
      color: #0C977A;
      border: 1px solid #0C977A;
      font-size: 16px;
      text-align: center;
      cursor: pointer;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      background-color: #fff;
      border-radius: 4px; }
      .tese-technology .tese-slider .prev:hover, .tese-technology .tese-slider .next:hover {
        background-color: #0C977A;
        color: #fff; }
    .tese-technology .tese-slider .prev {
      right: 62px; }
    .tese-technology .tese-slider .next {
      right: 12px; }

.tese-relation-doc .schedule-doctor-filtrer .fixed-wrap .color-info {
  margin-top: 16px;
  margin-left: 20px; }

.category-dm-index002 h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  z-index: 1;
  position: relative; }
  .category-dm-index002 h1.left-tit-more a.tit {
    font-size: 32px;
    line-height: 37px;
    position: relative;
    color: #333333; }
    .category-dm-index002 h1.left-tit-more a.tit:after {
      content: "";
      display: block;
      width: 65px;
      height: 3px;
      background-color: #4FA759;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -12px; }
  .category-dm-index002 h1.left-tit-more a.more {
    display: flex;
    align-items: center;
    color: #4AA653; }
    .category-dm-index002 h1.left-tit-more a.more span {
      font-size: 18px;
      line-height: 1; }
    .category-dm-index002 h1.left-tit-more a.more i {
      font-size: 18px;
      margin-left: 8px; }
.category-dm-index002 .dep-intro {
  padding-top: 50px;
  padding-bottom: 104px;
  position: relative;
  overflow: hidden; }
  .category-dm-index002 .dep-intro > img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.4; }
  .category-dm-index002 .dep-intro .inner-dep-intro {
    display: flex;
    margin-top: 42px; }
    .category-dm-index002 .dep-intro .inner-dep-intro .left-img-box {
      width: 480px;
      height: 320px;
      margin-right: 30px;
      flex-shrink: 0; }
      .category-dm-index002 .dep-intro .inner-dep-intro .left-img-box .img-slider .img {
        width: 480px;
        height: 320px; }
        .category-dm-index002 .dep-intro .inner-dep-intro .left-img-box .img-slider .img img {
          width: 100%;
          height: 100%; }
      .category-dm-index002 .dep-intro .inner-dep-intro .left-img-box .img-slider .slick-dots {
        bottom: 10px; }
        .category-dm-index002 .dep-intro .inner-dep-intro .left-img-box .img-slider .slick-dots li {
          width: 45px;
          height: 6px;
          border-radius: 0; }
          .category-dm-index002 .dep-intro .inner-dep-intro .left-img-box .img-slider .slick-dots li.slick-active {
            width: 45px;
            border-radius: 0;
            background-color: #f2c34a; }
    .category-dm-index002 .dep-intro .inner-dep-intro .left-img {
      width: 480px;
      height: 320px;
      margin-right: 30px;
      flex-shrink: 0; }
      .category-dm-index002 .dep-intro .inner-dep-intro .left-img img {
        width: 100%;
        height: 100%; }
    .category-dm-index002 .dep-intro .inner-dep-intro .right-info {
      color: #333333;
      font-size: 20px;
      text-indent: 2em;
      line-height: 38px;
      max-height: 304px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
      .category-dm-index002 .dep-intro .inner-dep-intro .right-info.hasImg {
        line-height: 38px;
        max-height: 418px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 11;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }
.category-dm-index002 .dep-doc {
  background-color: #F2F2F2;
  padding: 41px 0 100px 0; }
  .category-dm-index002 .dep-doc .inner-dep-doc {
    margin-top: 42px; }
    .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider {
      margin: 0 -13px 0; }
      .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item {
        width: 383px;
        height: 200px;
        margin: 0 13px 0;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        border: 1px solid #7BBCC4;
        border-bottom: 4px solid #4AA653;
        box-sizing: border-box;
        padding: 18px 18px 12px;
        display: flex; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item.hasthumb a.img {
          width: 120px;
          height: 165px;
          display: block;
          overflow: hidden;
          margin-right: 15px;
          flex-shrink: 0; }
          .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item.hasthumb a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info a.doc-name {
          font-size: 24px;
          line-height: 1;
          color: #20857E;
          font-weight: bold;
          display: block; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .protit {
          font-size: 0; }
          .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .protit span {
            font-size: 18px;
            color: #7F7F7F;
            line-height: 1;
            margin-top: 9px;
            display: inline-block; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .dep {
          margin-top: 31px;
          font-size: 18px;
          line-height: 1; }
          .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .dep a {
            color: #555555; }
            .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .dep a:hover {
              color: #f2c34a; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .goodat {
          font-size: 16px;
          color: #AAAAAA;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          margin-top: 10px;
          padding-top: 10px;
          border-top: 1px solid #E1E1E1; }
          .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .dep-doc-item .right-info .goodat span {
            color: #555555; }
      .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .slick-arrow {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.29);
        color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        line-height: 40px;
        text-align: center;
        font-size: 22px;
        cursor: pointer; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .slick-arrow:hover {
          background-color: #4FA759; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .slick-arrow.prev {
          left: -50px; }
        .category-dm-index002 .dep-doc .inner-dep-doc .dep-doc-slider .slick-arrow.next {
          right: -50px; }

/* * * * * * * 子站 ----> 党建 * * * * * * * * */
.party-subweb a:hover {
  color: #c50c11; }
.party-subweb .container a:hover {
  color: #c50c11 !important; }
.party-subweb .party-news-left a:hover {
  color: #ffff00 !important; }
.party-subweb .subweb-header .subnav {
  background: linear-gradient(135deg, rgba(205, 48, 52, 0.95) 0%, rgba(228, 159, 110, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#F2CD3034', endColorstr='#F2E49F6E'); }
.party-subweb .subweb-header .logo-row .subweb-title {
  color: #ffffcc;
  background: linear-gradient(135deg, #ff3333 0%, #ffcc00 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#FFFF3333', endColorstr='#FFFFCC00'); }
  .party-subweb .subweb-header .logo-row .subweb-title:hover {
    background: linear-gradient(135deg, #ff0f0f 0%, #f0c000 100%); }
  .party-subweb .subweb-header .logo-row .subweb-title:before {
    border-right-color: #ff3333; }
.party-subweb .subweb-header .logo-row .subweb-title-simple {
  color: #c50c11; }
.party-subweb .subweb-header .logo-row .search .change-wrap .keyword {
  border: 1px solid #c50c11; }
  .party-subweb .subweb-header .logo-row .search .change-wrap .keyword:focus {
    box-shadow: 0 0 3px 0px rgba(197, 12, 17, 0.1); }
.party-subweb .subweb-header .logo-row .search .change-wrap .search-submit {
  background-color: #c50c11; }
  .party-subweb .subweb-header .logo-row .search .change-wrap .search-submit:hover {
    background-color: #eb0e14; }
.party-subweb .subweb-header .logo-row .search .virtual-button:hover {
  background-color: #c50c11; }
.party-subweb .subweb-header .logo-row .gohome-bar:hover {
  background-color: #c50c11; }
.party-subweb .subweb-header .subweb-nav {
  background-color: #c50c11;
  background-color: rgba(197, 12, 17, 0.85); }
  .party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li .hover-menu-wrap .hover-menu > a:hover {
    background-color: rgba(197, 12, 17, 0.085); }
  .party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li.cur > a {
    position: relative; }
    .party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li.cur > a:after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 5px;
      background-color: #ffff00; }
  .party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li > a:hover {
    position: relative; }
    .party-subweb .subweb-header .subweb-nav .subweb-nav-ul > li > a:hover:after {
      content: '';
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      height: 5px;
      background-color: #ffff00; }
.party-subweb .list-item .list-tit a.fl:hover {
  color: #c50c11; }
.party-subweb .list-item .list-tit a.fl:after {
  background-color: #c50c11;
  height: 5px;
  width: 32px;
  bottom: -18px;
  left: 0;
  position: absolute;
  content: ''; }
.party-subweb .list-item .list-tit a.more:after {
  color: #c50c11; }
.party-subweb .list-item .list-tit .tab-tit a.cur:after {
  background-color: #c50c11; }
.party-subweb .inner-list-item .inner-list-tit a.fl i {
  color: #c50c11; }
.party-subweb .inner-list-item .inner-list-tit a.fl:hover {
  color: #c50c11; }
.party-subweb .inner-list-item .inner-list-tit a.fl:after {
  background-color: #c50c11; }
.party-subweb .inner-list-item .inner-list-tit a.more:after {
  color: #c50c11; }
.party-subweb .inner-list-item .inner-list-tit .tab-tit a.cur:after {
  background-color: #c50c11; }
.party-subweb .second-nav-wrap h1 {
  color: #c50c11; }
.party-subweb .second-nav-wrap .second-nav {
  background: rgba(239, 237, 229, 0.95); }
.party-subweb .second-nav-wrap .second-nav-list {
  border-top-color: rgba(213, 209, 209, 0.95); }
  .party-subweb .second-nav-wrap .second-nav-list ul li a {
    color: #666; }
  .party-subweb .second-nav-wrap .second-nav-list ul li:hover a {
    color: #c50c11; }
  .party-subweb .second-nav-wrap .second-nav-list ul li.cur:after {
    background-color: #c50c11; }
.party-subweb .pager a.cur {
  background: #c50c11; }
.party-subweb .pager button:hover {
  background-color: #c50c11; }
.party-subweb .construction-item .const-item-txt a:before, .party-subweb .lecture-item .lect-item-txt a:before {
  color: #c50c11; }
.party-subweb .special-box .home-special li a:hover {
  border-color: #c50c11;
  box-shadow: 0px 10px 10px rgba(197, 12, 17, 0.2);
  color: #fff; }
.party-subweb .special-box .home-special li a .tit {
  background: #f8f8f8; }
.party-subweb .news-footer-share {
  border-bottom-color: #c50c11; }
.party-subweb .video-list ul li .vdimg i {
  background-color: #c50c11; }
.party-subweb .cate-text-list li a:before {
  color: #c50c11; }
.party-subweb .content .news-content .keylink {
  color: #c50c11;
  border-bottom-color: #c50c11; }

.youth-subweb a:hover {
  color: #084ba8; }
.youth-subweb .container a:hover {
  color: #084ba8 !important; }
.youth-subweb .party-news-left a:hover {
  color: #ffff00 !important; }
.youth-subweb .subweb-header .subnav {
  background: linear-gradient(135deg, rgba(8, 75, 168, 0.95) 0%, rgba(75, 130, 202, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#F2084BA8', endColorstr='#F24B82CA'); }
.youth-subweb .subweb-header .logo-row .subweb-title {
  color: #eaf0f9;
  background: linear-gradient(135deg, #084ba8 0%, #4b82ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=true, GradientType=0, startColorstr='#FF084BA8', endColorstr='#FF4B82CA'); }
  .youth-subweb .subweb-header .logo-row .subweb-title:hover {
    background: linear-gradient(135deg, #063c86 0%, #3f7ac7 100%); }
  .youth-subweb .subweb-header .logo-row .subweb-title:before {
    border-right-color: #084ba8; }
.youth-subweb .subweb-header .logo-row .subweb-title-simple {
  color: #084ba8; }
.youth-subweb .subweb-header .logo-row .search .change-wrap .keyword {
  border: 1px solid #084ba8; }
  .youth-subweb .subweb-header .logo-row .search .change-wrap .keyword:focus {
    box-shadow: 0 0 3px 0px rgba(8, 75, 168, 0.1); }
.youth-subweb .subweb-header .logo-row .search .change-wrap .search-submit {
  background-color: #084ba8; }
  .youth-subweb .subweb-header .logo-row .search .change-wrap .search-submit:hover {
    background-color: #0a5ccf; }
.youth-subweb .subweb-header .logo-row .search .virtual-button:hover {
  background-color: #084ba8; }
.youth-subweb .subweb-header .logo-row .gohome-bar:hover {
  background-color: #084ba8; }
.youth-subweb .subweb-header .subweb-nav {
  background-color: #084ba8;
  background-color: rgba(8, 75, 168, 0.85); }
  .youth-subweb .subweb-header .subweb-nav .subweb-nav-ul > li .hover-menu-wrap .hover-menu > a:hover {
    background-color: rgba(8, 75, 168, 0.085); }
.youth-subweb .list-item .list-tit a.fl:hover {
  color: #084ba8; }
.youth-subweb .list-item .list-tit a.fl:after {
  background-color: #084ba8;
  height: 5px;
  width: 32px;
  bottom: -18px;
  left: 0;
  position: absolute;
  content: ''; }
.youth-subweb .list-item .list-tit a.more:after {
  color: #084ba8; }
.youth-subweb .list-item .list-tit .tab-tit a.cur:after {
  background-color: #084ba8; }
.youth-subweb .inner-list-item .inner-list-tit a.fl i {
  color: #084ba8; }
.youth-subweb .inner-list-item .inner-list-tit a.fl:hover {
  color: #084ba8; }
.youth-subweb .inner-list-item .inner-list-tit a.fl:after {
  background-color: #084ba8; }
.youth-subweb .inner-list-item .inner-list-tit a.more:after {
  color: #084ba8; }
.youth-subweb .inner-list-item .inner-list-tit .tab-tit a.cur:after {
  background-color: #084ba8; }
.youth-subweb .second-nav-wrap h1 {
  color: #084ba8; }
.youth-subweb .second-nav-wrap .second-nav {
  background: rgba(239, 237, 229, 0.95); }
.youth-subweb .second-nav-wrap .second-nav-list {
  border-top-color: rgba(213, 209, 209, 0.95); }
  .youth-subweb .second-nav-wrap .second-nav-list ul li a {
    color: #666; }
  .youth-subweb .second-nav-wrap .second-nav-list ul li:hover a {
    color: #084ba8; }
  .youth-subweb .second-nav-wrap .second-nav-list ul li.cur:after {
    background-color: #084ba8; }
.youth-subweb .pager a.cur {
  background: #084ba8; }
.youth-subweb .pager button:hover {
  background-color: #084ba8; }
.youth-subweb .construction-item .const-item-txt a:before, .youth-subweb .lecture-item .lect-item-txt a:before {
  color: #084ba8; }
.youth-subweb .special-box .home-special li a:hover {
  border-color: #084ba8;
  box-shadow: 0px 10px 10px rgba(8, 75, 168, 0.2);
  color: #fff; }
.youth-subweb .special-box .home-special li a .tit {
  background: #f8f8f8; }
.youth-subweb .news-footer-share {
  border-bottom-color: #084ba8; }
.youth-subweb .video-list ul li .vdimg i {
  background-color: #084ba8; }
.youth-subweb .cate-text-list li a:before {
  color: #084ba8; }
.youth-subweb .content .news-content .keylink {
  color: #084ba8;
  border-bottom-color: #084ba8; }
.youth-subweb .science-news .text-news-wrap li .text-news-item .text-news-mark b {
  color: #084ba8; }

/***-- 子站banner --***/
.subweb-slider-wrap {
  height: 550px;
  overflow: hidden;
  background: #f2f2f2;
  position: relative;
  margin-top: -58px; }
  .subweb-slider-wrap .subweb-slider {
    height: 550px;
    position: relative;
    width: 100%; }
    .subweb-slider-wrap .subweb-slider .subweb-slider-item {
      width: 100%;
      height: 550px;
      float: left;
      overflow: hidden;
      background-position: top;
      position: relative;
      background-attachment: fixed; }
      .subweb-slider-wrap .subweb-slider .subweb-slider-item img {
        display: block; }
  .subweb-slider-wrap .subweb-slider-control {
    position: absolute;
    bottom: 10px;
    width: 100%; }
    .subweb-slider-wrap .subweb-slider-control .slick-dots {
      position: static;
      text-align: right; }
      .subweb-slider-wrap .subweb-slider-control .slick-dots li.slick-active {
        background-color: #ffff00; }

.party-news-left {
  width: 245px; }
  .party-news-left a {
    display: block;
    width: 100%;
    height: 125px;
    border-radius: 10px;
    color: #ffff00;
    text-align: center;
    line-height: 1.2;
    box-shadow: 0px 10px 30px rgba(197, 12, 17, 0.3);
    font-size: 20px; }
    .party-news-left a:hover {
      opacity: .9; }
      .party-news-left a:hover i {
        animation-name: tada;
        transform-origin: center; }
    .party-news-left a i {
      display: block;
      font-size: 57px;
      line-height: 90px; }
    .party-news-left a + a {
      margin-top: 17px; }

.party-news-right {
  width: 913px; }
  .party-news-right .news-slide {
    overflow: hidden;
    height: 350px;
    position: relative;
    width: 550px; }
    .party-news-right .news-slide .img-news ul {
      height: 350px; }
    .party-news-right .news-slide .img-news-item {
      width: 100%;
      float: left;
      position: relative;
      height: 350px; }
      .party-news-right .news-slide .img-news-item .img-news-item-img {
        display: block;
        width: 100%;
        height: 100%; }
        .party-news-right .news-slide .img-news-item .img-news-item-img img {
          display: block;
          width: 100%;
          height: 100%;
          transition: transform 1s; }
        .party-news-right .news-slide .img-news-item .img-news-item-img:hover img {
          transform: scale(1.2); }
      .party-news-right .news-slide .img-news-item .img-news-item-title {
        color: #fff;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 68px 20px 23px;
        height: 44px;
        background: url(../images/news-slide-mark.png); }
        .party-news-right .news-slide .img-news-item .img-news-item-title p {
          position: relative;
          display: -webkit-box;
          font-size: 16px;
          line-height: 22px;
          height: 44px;
          margin-bottom: 0;
          overflow: hidden;
          text-overflow: ellipsis;
          word-wrap: break-word;
          white-space: normal;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; }
          .party-news-right .news-slide .img-news-item .img-news-item-title p span {
            position: absolute;
            right: 0;
            bottom: -2px;
            opacity: .6;
            color: #fff;
            font-size: 12px; }
            .party-news-right .news-slide .img-news-item .img-news-item-title p span u {
              position: relative;
              top: -1px;
              padding: 0 3px; }
    .party-news-right .news-slide .dots {
      position: absolute;
      left: 0;
      bottom: 12px;
      right: 0;
      height: 3px;
      text-align: center; }
      .party-news-right .news-slide .dots li {
        display: inline-block;
        width: 15px;
        height: 3px;
        margin-left: 5px;
        background: #fff;
        opacity: .6;
        filter: alpha(opacity=60);
        text-indent: -999px;
        cursor: pointer;
        transition: all .3s; }
        .party-news-right .news-slide .dots li.active {
          opacity: 1;
          filter: alpha(opacity=100);
          background-color: #c50c11; }
  .party-news-right .text-news-wrap {
    box-sizing: border-box;
    width: 335px;
    background-color: #fff;
    height: 350px; }
    .party-news-right .text-news-wrap li {
      padding: 15px 0;
      border-bottom: 1px dashed #e4e4e4; }
      .party-news-right .text-news-wrap li:first-child {
        padding-top: 0; }
      .party-news-right .text-news-wrap li:last-child {
        border-bottom: none; }
      .party-news-right .text-news-wrap li .text-news-item {
        display: block;
        position: relative;
        padding-left: 74px; }
        .party-news-right .text-news-wrap li .text-news-item .text-news-title {
          height: 46px;
          line-height: 23px;
          max-height: 46px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box !important;
          font-size: 15px;
          font-weight: normal; }
        .party-news-right .text-news-wrap li .text-news-item .text-news-mark {
          position: absolute;
          top: 0;
          left: 0;
          text-align: center;
          width: 50px;
          line-height: 1; }
          .party-news-right .text-news-wrap li .text-news-item .text-news-mark b {
            font-size: 20px;
            color: #c50c11;
            display: block;
            border-bottom: 1px solid #e4e4e4;
            padding-bottom: 6px;
            margin-bottom: 5px; }
          .party-news-right .text-news-wrap li .text-news-item .text-news-mark span {
            color: #999; }

.construction-item {
  width: 580px; }
  .construction-item .const-item-img {
    height: 98px;
    position: relative;
    margin-bottom: 5px; }
    .construction-item .const-item-img.const-item-img-thumb {
      padding-left: 159px; }
    .construction-item .const-item-img .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 140px;
      height: 98px; }
      .construction-item .const-item-img .thumb img {
        width: 140px;
        height: 98px; }
    .construction-item .const-item-img .tit {
      font-size: 18px;
      line-height: 23px;
      max-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      margin-bottom: 10px; }
    .construction-item .const-item-img p {
      color: #686868;
      font-size: 13px;
      line-height: 20px;
      max-height: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
    .construction-item .const-item-img .remark {
      color: #999;
      font-size: 13px;
      line-height: 1;
      height: 13px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .construction-item .const-item-txt li {
    line-height: 41px;
    border-bottom: 1px dashed #e4e4e4; }
    .construction-item .const-item-txt li:last-child {
      border: none; }
  .construction-item .const-item-txt a {
    display: block;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
    .construction-item .const-item-txt a:before {
      content: '•';
      color: #c50c11;
      margin-right: 3px;
      font-family: 'Arial Normal', 'Arial'; }

.example-box {
  padding: 40px 0;
  background-color: #f2f2f2; }
  .example-box ul li {
    width: 224px;
    height: 242px;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    float: left; }
    .example-box ul li + li {
      margin-left: 20px; }
    .example-box ul li .thumb {
      width: 100%;
      height: 168px;
      overflow: hidden;
      position: relative;
      display: block; }
      .example-box ul li .thumb:hover img {
        transform: scale(1.1); }
      .example-box ul li .thumb img {
        width: 100%;
        height: 165px;
        display: block;
        transition: transform 1s; }
    .example-box ul li .tit {
      padding: 14px 20px;
      font-size: 15px;
      font-weight: normal;
      text-align: justify; }
      .example-box ul li .tit a {
        line-height: 22px;
        max-height: 44px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box !important; }

.lecture-item {
  width: 580px;
  height: 340px; }
  .lecture-item .lect-item-img {
    width: 195px;
    position: relative; }
    .lecture-item .lect-item-img .thumb {
      width: 100%;
      height: 115px;
      display: block;
      margin-bottom: 12px; }
      .lecture-item .lect-item-img .thumb img {
        width: 100%;
        height: 115px; }
    .lecture-item .lect-item-img .tit {
      font-size: 16px;
      line-height: 23px;
      max-height: 23px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box !important;
      margin-bottom: 12px; }
    .lecture-item .lect-item-img p {
      color: #686868;
      font-size: 13px;
      line-height: 20px;
      max-height: 40px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box !important; }
    .lecture-item .lect-item-img .remark {
      color: #999;
      font-size: 13px;
      line-height: 1;
      height: 13px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap; }
  .lecture-item .lect-item-txt {
    width: 355px;
    position: relative;
    top: -12px; }
    .lecture-item .lect-item-txt li {
      line-height: 41px;
      border-bottom: 1px dashed #e4e4e4; }
      .lecture-item .lect-item-txt li:last-child {
        border-bottom: none; }
    .lecture-item .lect-item-txt a {
      display: block;
      width: 85%; }
      .lecture-item .lect-item-txt a:before {
        content: '•';
        color: #c50c11;
        margin-right: 3px;
        font-family: 'Arial Normal', 'Arial'; }

.footer-s-001 {
  min-width: 1300px;
  background-color: #085D52; }
  .footer-s-001 .friend-link {
    position: relative;
    min-width: 1300px;
    min-height: 60px;
    line-height: 60px;
    background-color: #1A6F65;
    font-size: 12px; }
    .footer-s-001 .friend-link .left-addres a {
      color: #fff;
      font-weight: bold;
      font-size: 16px; }
      .footer-s-001 .friend-link .left-addres a + a {
        margin-left: 10px; }
      .footer-s-001 .friend-link .left-addres a i {
        margin-right: 5px; }
    .footer-s-001 .friend-link .right-linklist li {
      float: left; }
      .footer-s-001 .friend-link .right-linklist li + li {
        margin-left: 30px; }
      .footer-s-001 .friend-link .right-linklist li > a {
        display: block;
        color: #fff;
        font-weight: bold;
        font-family: 微软雅黑; }
        .footer-s-001 .friend-link .right-linklist li > a:after {
          content: "\e9fc";
          font-family: "iconfont";
          position: relative;
          display: inline-block;
          width: 25px;
          text-align: center;
          transition: all 0.2s; }
    .footer-s-001 .friend-link .right-linklist li.active {
      border-bottom: 4px solid #F59A23; }
      .footer-s-001 .friend-link .right-linklist li.active > a:after {
        transform: rotate(45deg) !important; }
    .footer-s-001 .friend-link .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 20px 0;
      background-color: #1A6F65;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer-s-001 .friend-link .link-nav a {
        float: left;
        display: block;
        color: #fff;
        padding: 3px 5px;
        font-size: 12px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6); }
        .footer-s-001 .friend-link .link-nav a:hover {
          color: #fff;
          background-color: #06463d; }
    .footer-s-001 .friend-link .link-nav-list .friend-link-bar {
      color: #fff; }
    .footer-s-001 .friend-link .link-nav-list li.nav-list-item {
      float: left;
      position: relative; }
      .footer-s-001 .friend-link .link-nav-list li.nav-list-item > a {
        display: block;
        color: #fff; }
        .footer-s-001 .friend-link .link-nav-list li.nav-list-item > a:hover {
          color: #cfb36d; }
    .footer-s-001 .friend-link .link-nav-list li + li {
      margin-left: 40px; }
      .footer-s-001 .friend-link .link-nav-list li + li:before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        top: 22px;
        width: 1px;
        height: 16px;
        background-color: #e4e4e4; }
  .footer-s-001 .footer-info {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-s-001 .footer-info .footer-info-top {
      border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer-s-001 .footer-info .left-info {
      width: 410px;
      padding-right: 20px; }
      .footer-s-001 .footer-info .left-info .left-info-site {
        height: 110px; }
      .footer-s-001 .footer-info .left-info .institution-logo a {
        display: block;
        float: left; }
        .footer-s-001 .footer-info .left-info .institution-logo a img {
          display: block;
          width: 90px; }
        .footer-s-001 .footer-info .left-info .institution-logo a + a {
          margin-top: 10px;
          margin-left: 20px; }
      .footer-s-001 .footer-info .left-info .site-info {
        margin-left: 20px; }
        .footer-s-001 .footer-info .left-info .site-info p {
          margin-bottom: 0;
          color: #fff;
          line-height: 28px; }
          .footer-s-001 .footer-info .left-info .site-info p a {
            color: #fff; }
            .footer-s-001 .footer-info .left-info .site-info p a:hover {
              color: #cfb36d; }
          .footer-s-001 .footer-info .left-info .site-info p u {
            color: #c4c4c4; }
      .footer-s-001 .footer-info .left-info a.site-error {
        display: block;
        box-sizing: border-box;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: #fff;
        background-color: #188269;
        border-radius: 5px;
        margin-top: 150px;
        margin-left: -405px; }
        .footer-s-001 .footer-info .left-info a.site-error i {
          margin-right: 3px; }
    .footer-s-001 .footer-info .right-phone-qr {
      width: 770px;
      color: #fff; }
      .footer-s-001 .footer-info .right-phone-qr .phone {
        width: 220px; }
      .footer-s-001 .footer-info .right-phone-qr .footer-columns {
        float: left; }
        .footer-s-001 .footer-info .right-phone-qr .footer-columns ul {
          float: left; }
          .footer-s-001 .footer-info .right-phone-qr .footer-columns ul .column-head {
            font-weight: bold; }
          .footer-s-001 .footer-info .right-phone-qr .footer-columns ul a {
            color: rgba(255, 255, 255, 0.6); }
          .footer-s-001 .footer-info .right-phone-qr .footer-columns ul a:hover {
            color: #fff; }
        .footer-s-001 .footer-info .right-phone-qr .footer-columns ul + ul {
          margin-left: 30px; }
      .footer-s-001 .footer-info .right-phone-qr .columns-content {
        float: right;
        width: 310px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .footer-s-001 .footer-info .right-phone-qr .columns-content .columns-item {
          width: 90px;
          height: 90px;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          margin-bottom: 20px; }
          .footer-s-001 .footer-info .right-phone-qr .columns-content .columns-item a {
            display: inline-block;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 0.6);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .footer-s-001 .footer-info .right-phone-qr .columns-content .columns-item a span {
              font-size: 14px;
              display: block; }
            .footer-s-001 .footer-info .right-phone-qr .columns-content .columns-item a i {
              font-size: 40px;
              line-height: 40px; }
            .footer-s-001 .footer-info .right-phone-qr .columns-content .columns-item a:hover span {
              color: #fff; }
    .footer-s-001 .footer-info .footer-info-bottom {
      padding-top: 40px; }
      .footer-s-001 .footer-info .footer-info-bottom .address-left .site-address p {
        margin-bottom: 0;
        font-size: 14px; }
      .footer-s-001 .footer-info .footer-info-bottom .address-left .site-address u {
        color: #c4c4c4; }
      .footer-s-001 .footer-info .footer-info-bottom .address-left .site-address a {
        color: #fff; }
      .footer-s-001 .footer-info .footer-info-bottom .address-left .phone {
        margin-top: 20px; }
      .footer-s-001 .footer-info .footer-info-bottom .qr-code {
        width: 330px; }
        .footer-s-001 .footer-info .footer-info-bottom .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer-s-001 .footer-info .footer-info-bottom .qr-code a img {
            display: block;
            width: 90px;
            height: 90px; }
          .footer-s-001 .footer-info .footer-info-bottom .qr-code a span {
            display: block;
            max-height: 40px;
            line-height: 20px;
            max-height: 40px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box !important; }
  .footer-s-001 .footer-bottom-links {
    height: 60px;
    line-height: 60px; }
    .footer-s-001 .footer-bottom-links .left-footerlink a {
      position: relative;
      float: left;
      color: #fff; }
      .footer-s-001 .footer-bottom-links .left-footerlink a:hover {
        color: #cfb36d; }
      .footer-s-001 .footer-bottom-links .left-footerlink a + a {
        margin-left: 40px; }
        .footer-s-001 .footer-bottom-links .left-footerlink a + a:before {
          content: '';
          display: block;
          position: absolute;
          left: -20px;
          top: 22px;
          width: 1px;
          height: 16px;
          background-color: #fcfcfc; }
    .footer-s-001 .footer-bottom-links .right-author {
      font-size: 12px;
      color: #fff; }
      .footer-s-001 .footer-bottom-links .right-author a {
        color: #fff; }
        .footer-s-001 .footer-bottom-links .right-author a:hover {
          color: #cfb36d; }

.aside-s-001 {
  position: fixed;
  right: 10px;
  top: 50%;
  margin-top: -260px;
  z-index: 1001;
  width: 70px; }
  .aside-s-001 a {
    position: relative;
    display: block;
    width: 70px;
    height: 70px;
    background-color: #fff;
    color: #7F7F7F;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
    .aside-s-001 a + a {
      margin-top: 6px; }
    .aside-s-001 a:nth-child(2) i {
      font-size: 40px; }
    .aside-s-001 a > i {
      color: #4BA654; }
    .aside-s-001 a i {
      display: block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      font-size: 36px;
      color: #4BA654; }
    .aside-s-001 a span {
      display: none;
      opacity: 0;
      position: absolute;
      left: 0px;
      top: 0;
      width: 140px;
      height: 70px;
      line-height: 70px;
      border-radius: 3px;
      background-color: #009F88;
      transition: all 0.5s;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      overflow: hidden; }
      .aside-s-001 a span i, .aside-s-001 a span u {
        float: left;
        color: #fff; }
      .aside-s-001 a span u {
        width: 70px; }
    .aside-s-001 a .img-wrap {
      display: none;
      position: absolute;
      left: -140px;
      top: 0;
      width: 110px;
      min-height: 110px;
      padding: 10px;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
      .aside-s-001 a .img-wrap:after {
        content: "";
        display: block;
        position: absolute;
        top: 26px;
        right: -16px;
        border: 8px solid transparent;
        border-left-color: #fff;
        margin-top: -8px; }
      .aside-s-001 a .img-wrap img {
        width: 110px;
        height: 110px; }
      .aside-s-001 a .img-wrap u {
        display: block;
        text-align: center;
        color: #555; }
    .aside-s-001 a:hover .img-wrap {
      animation: popFadeIn .5S;
      display: block; }
  .aside-s-001 a.gotop {
    display: none;
    z-index: 1002;
    width: 70px;
    height: 70px;
    background-color: #009F88;
    border-radius: 3px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s; }
    .aside-s-001 a.gotop i {
      display: block;
      width: 70px;
      height: 70px;
      line-height: 70px;
      text-align: center;
      color: #fff;
      font-size: 36px;
      border-radius: 3px;
      margin-top: 6px;
      background-color: #009F88;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.15); }
    .aside-s-001 a.gotop:hover i {
      background-color: #cfb36d; }

@media (max-width: 1280px) {
  .aside-s-001 {
    display: none; } }
/*登录 */
.login-dialog {
  display: none;
  background: url(../images/black70.png);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100; }
  .login-dialog .login-pop {
    background: #fff;
    border-top: 5px solid #009F88;
    padding: 10px 30px;
    width: 300px;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -250px; }
    .login-dialog .login-pop .pop-tit {
      line-height: 50px;
      font-size: 16px;
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-bottom: 20px; }
      .login-dialog .login-pop .pop-tit a {
        display: block;
        width: 50%;
        float: left;
        text-align: center; }
        .login-dialog .login-pop .pop-tit a.cur {
          border-bottom: 1px solid #cf9d4b;
          margin-bottom: -1px;
          color: #cf9d4b; }
    .login-dialog .login-pop .close {
      position: absolute;
      top: 5px;
      right: 10px; }
    .login-dialog .login-pop .login-form a {
      color: #009F88; }
      .login-dialog .login-pop .login-form a:hover {
        color: #cf9d4b; }
    .login-dialog .login-pop .login-form .ruifox-form-group {
      margin-bottom: 15px; }
      .login-dialog .login-pop .login-form .ruifox-form-group .control {
        width: 100%; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .input {
          width: 100%;
          display: block;
          padding-left: 36px; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .btn {
          width: 100%;
          font-size: 16px; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control > span {
          position: absolute;
          top: 5px;
          text-align: center;
          left: 0;
          width: 34px;
          height: 34px;
          z-index: 2;
          line-height: 34px;
          color: #d5cccc; }
    .login-dialog .login-pop .login-form p.text-center {
      word-spacing: 1em;
      color: #999; }
    .login-dialog .login-pop .login-form .login-qr {
      display: block;
      margin: auto;
      width: 200px;
      height: 200px;
      background: url(../images/loading-gray.gif) center no-repeat; }
    .login-dialog .login-pop .no-login {
      border-top: 1px solid #ddd;
      padding-top: 10px;
      position: relative;
      margin-top: 15px; }
      .login-dialog .login-pop .no-login:after {
        content: 'OR';
        position: absolute;
        padding: 0 15px;
        background-color: #fff;
        color: #999;
        top: -9px;
        left: 50%;
        margin-left: -25px;
        line-height: 18px; }
      .login-dialog .login-pop .no-login input, .login-dialog .login-pop .no-login .btn, .login-dialog .login-pop .no-login .control {
        width: 100%; }
      .login-dialog .login-pop .no-login .btn {
        background: #666;
        color: #fff; }
        .login-dialog .login-pop .no-login .btn:hover {
          background: #888; }

.msg {
  display: inline-block;
  padding: 100px; }
  .msg .fl {
    margin-right: 15px; }
  .msg .msg-info {
    min-width: 650px; }
    .msg .msg-info h1 {
      font-size: 18px;
      margin-bottom: 15px; }
      .msg .msg-info h1 i {
        font-weight: normal;
        font-size: 110px;
        line-height: 1.5;
        margin-right: 10px;
        color: #00A539;
        display: block; }
    .msg .msg-info .red {
      color: #ea5a54; }
    .msg .msg-info a {
      color: #009F88;
      font-weight: normal; }
    .msg .msg-info .btn {
      width: 120px;
      font-size: 16px;
      line-height: 40px;
      color: #fff;
      background-color: #009F88; }
      .msg .msg-info .btn:hover {
        background-color: #cf9d4b; }
  .msg .msg-link {
    color: #ddd;
    word-spacing: .5em; }

.order-info > i {
  font-weight: normal;
  font-size: 110px;
  line-height: 1.5;
  margin-right: 10px;
  color: #00A539;
  display: block; }

.site-error-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 800px;
  height: 665px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 #716f6f; }
  .site-error-wrap a.close {
    display: block;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 27px;
    height: 27px;
    background: url(../images/close.png) no-repeat center;
    transition: all 0.5s; }
    .site-error-wrap a.close:hover {
      transform: rotate(180deg); }
  .site-error-wrap .caption {
    padding: 6px 0;
    text-align: center;
    font-size: 20px;
    background-color: #f4f4f4; }
  .site-error-wrap .error-form {
    padding: 40px 25px 0; }
    .site-error-wrap .error-form .form-wrap .label {
      width: 225px; }
    .site-error-wrap .error-form .form-wrap select, .site-error-wrap .error-form .form-wrap textarea {
      width: 385px !important; }
    .site-error-wrap .error-form .form-wrap .control-code {
      width: auto; }
    .site-error-wrap .error-form .form-wrap #code-img {
      width: 385px; }
    .site-error-wrap .error-form .form-wrap .code-img {
      top: 3px; }
    .site-error-wrap .error-form .error-btn {
      display: block;
      width: 200px;
      margin-left: 305px; }

/*打印新闻*/
@media print {
  .header, .header-top-s-006, .header-s-006, .two-nav, .path, .news-show > .fr, .news-mark, .color-share, .banner, .aside-share, .related, .footer, .footer-s-004, .aside, .gotop, .login-dialog, .links, .gotop, .theme-cont, .second-nav-wrap, #related_list_wrap {
    display: none !important; }

  .layout, .news-show > .fl {
    float: none !important;
    width: auto; }

  img {
    text-align: center; } }
@media (max-width: 1285px) {
  .aside {
    display: none; } }

/*# sourceMappingURL=style.css.map */
