@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

.mt20 {
  margin-top: 1rem !important; }

.mt30 {
  margin-top: 1.5rem !important; }

.mt40 {
  margin-top: 2rem !important; }

.mt50 {
  margin-top: 2.5rem !important; }

.mt60 {
  margin-top: 3rem !important; }

.mb80 {
  margin-bottom: 4rem !important; }

.pt40 {
  padding-top: 2rem !important; }

.pb80 {
  padding-bottom: 4rem !important; }

input {
  padding: 0 0.5rem; }

input, button, select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

.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; }

@font-face {
  font-family: "iconfont";
  /* Project id 3569614 */
  src: url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconhxsy';
  /* Project id 3852585 */
  src: url("//at.alicdn.com/t/c/font_3852585_r5i3wt75je.woff2?t=1711338576047") format("woff2"), url("//at.alicdn.com/t/c/font_3852585_r5i3wt75je.woff?t=1711338576047") format("woff"), url("//at.alicdn.com/t/c/font_3852585_r5i3wt75je.ttf?t=1711338576047") format("truetype"); }
@font-face {
  font-family: 'iconfont2';
  /* 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"); }
.iconhxsy {
  font-family: "iconhxsy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont2 {
  font-family: "iconfont2" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  position: relative;
  min-height: 30rem; }

.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .path span {
    display: none; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: 30px; }
  .pager a, .pager input, .pager button, .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #9CC301; }
    .pager a.on {
      background-color: #9CC301;
      border-color: #9CC301;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #9CC301;
    cursor: pointer; }
    .pager button:hover {
      background-color: #12B8A0; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 20rem !important;
  height: 24rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.8rem 2.5rem 3.5rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -10rem !important;
  margin-top: -12rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 1.2rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.5rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.8rem !important;
    right: -1.5rem !important;
    font-size: 1.5rem !important;
    width: 1rem !important;
    height: 1rem !important; }
  #foxWechatBox img {
    width: 15rem !important;
    height: 15rem !important; }

@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a, .pager input, .pager button, .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  .layout {
    width: 100%;
    min-width: 340px; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 20px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a, .pager input, .pager button, .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev, .pager a.pager-next, .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -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;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@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 popFadeInUp {
  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 toShow {
  0% {
    opacity: 0;
    transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
h1.center-tit001 {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: normal;
  text-align: center; }
  h1.center-tit001 a {
    color: #fff; }
  h1.center-tit001.black a {
    color: #333; }

h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  position: relative; }
  h1.left-tit-more a.tit {
    font-size: 2rem;
    line-height: 1; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.8rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #9CC301;
      font-size: 1.2rem;
      margin-left: 0.5rem;
      display: block; }
    h1.left-tit-more a.more:hover span {
      color: #12B8A0; }
  h1.left-tit-more.white a.tit {
    color: #fff; }
  h1.left-tit-more.white a.more span, h1.left-tit-more.white a.more i {
    color: #fff; }

h1.left-tab-tit001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tab-tit001.black a.tit {
    color: #000000; }
    h1.left-tab-tit001.black a.tit:after {
      background-color: #1D9D9A; }
  h1.left-tab-tit001 a.tit {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    position: relative; }
    h1.left-tab-tit001 a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -0.7rem;
      border-radius: 7.5rem; }
  h1.left-tab-tit001 .tab-tit {
    flex: 1;
    font-size: 0; }
    h1.left-tab-tit001 .tab-tit a {
      margin-right: 1.5rem;
      font-size: 1.2rem;
      line-height: 1;
      color: #333333;
      position: relative; }
      h1.left-tab-tit001 .tab-tit a.cur {
        color: #1D9D9A; }
        h1.left-tab-tit001 .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.65rem solid transparent;
          border-top-color: #9CC301;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.5rem;
          border-top-width: 0.5rem;
          border-bottom-width: 0.5rem; }
  h1.left-tab-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tab-tit001 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #AAAAAA;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #9CC301;
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    h1.left-tab-tit001 a.more:hover span {
      color: #12B8A0; }

h2.left-tab-tit002 {
  display: flex;
  justify-content: space-between;
  font-weight: normal;
  position: relative; }
  h2.left-tab-tit002 .tab-tit {
    font-size: 1.2rem;
    line-height: 1;
    position: relative; }
    h2.left-tab-tit002 .tab-tit a {
      color: #333;
      display: inline-block; }
    h2.left-tab-tit002 .tab-tit.cur a {
      color: #1D9D9A; }
    h2.left-tab-tit002 .tab-tit.cur:after {
      position: absolute;
      content: "";
      font-size: 0;
      width: 0;
      height: 0;
      border: 0.75rem solid transparent;
      border-top-color: #9CC301;
      left: 50%;
      transform: translateX(-50%);
      bottom: -1rem;
      border-top-width: 0.5rem;
      border-bottom-width: 0; }
    h2.left-tab-tit002 .tab-tit + .tab-tit {
      margin-left: 1.45rem;
      position: relative; }
      h2.left-tab-tit002 .tab-tit + .tab-tit:before {
        display: block;
        content: "";
        width: 1px;
        height: 1.2rem;
        background-color: #E4E4E4;
        position: absolute;
        left: -0.7rem;
        top: 0; }
  h2.left-tab-tit002 a.more {
    display: flex;
    align-items: center; }
    h2.left-tab-tit002 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #1D9D9A;
      transition: all 0.5s; }
    h2.left-tab-tit002 a.more i {
      color: #E5C572;
      font-size: 1.2rem;
      margin-left: 0.5rem; }
    h2.left-tab-tit002 a.more:hover span {
      color: #12B8A0; }

h1.tit-line {
  font-weight: normal;
  position: relative;
  font-size: 0; }
  h1.tit-line:after {
    content: "";
    display: block;
    width: 3.6rem;
    height: 0.2rem;
    background-color: #12B8A0;
    position: absolute;
    left: 0;
    bottom: -0.7rem; }
  h1.tit-line.center {
    text-align: center; }
    h1.tit-line.center:after {
      left: 50%;
      transform: translateX(-50%); }
  h1.tit-line.black a {
    color: #333; }
  h1.tit-line a {
    font-size: 1.4rem;
    line-height: 1;
    color: #fff; }

a.center-more001 {
  width: 9rem;
  height: 2.5rem;
  border-radius: 4px;
  background-color: #9CC301;
  position: relative;
  left: 50%;
  margin-left: -4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: all 0.5s;
  overflow: hidden; }
  a.center-more001:before {
    content: "";
    position: absolute;
    width: 9rem;
    height: 9rem;
    border-radius: 50% 50% 0px 0px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #1D9D9A; }
  a.center-more001 span {
    font-size: 0.9rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s; }
  a.center-more001 i {
    color: rgba(255, 255, 255, 0.2);
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

@media (any-hover: hover) {
  a.center-more001:hover:before {
    top: -3.25rem;
    transform: scale(1.2); }
  a.center-more001:hover span {
    transform: translateX(-0.5rem); }
  a.center-more001:hover i {
    transform: scale(0.4);
    right: 1rem;
    color: #fff; } }
@media (max-width: 960px) {
  body, html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  h1.center-tit001 {
    font-size: 18px; }

  h1.left-tit-more a.tit {
    font-size: 18px; }

  h1.left-tab-tit001 .tab-tit a,
  h1.tit-line a {
    font-size: 18px; }

  a.center-more001 {
    width: 100px;
    height: 30px;
    margin-left: -50px; }
    a.center-more001 span {
      transform: translateX(-10px); }
    a.center-more001 i {
      font-size: 16px;
      top: 50%;
      transform: translateY(-50%);
      right: 10px;
      color: #fff; } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.8rem;
  width: 2.8rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 2.8rem;
    left: 50%;
    margin-left: -33.8rem; }
  .show-share-box .share-ico {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    color: #AAAAAA;
    background-color: #E4E4E4;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.5rem; }
    .show-share-box .share-ico.close {
      background-color: #1D9D9A;
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-color: #E4E4E4;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.7rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 1.2rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-color: #F59A23; }
    .show-share-box .share-container .share-btn.qr-btn {
      background-color: #70B603; }
    .show-share-box .share-container .share-btn.print-btn {
      background-color: #02A7F0; }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
h1.center-tit-line001 {
  font-size: 0;
  font-weight: normal;
  text-align: center; }
  h1.center-tit-line001 a {
    font-size: 2rem;
    line-height: 1;
    display: inline-block;
    color: #333;
    position: relative; }
    h1.center-tit-line001 a:after {
      content: "";
      width: 3rem;
      height: 0.2rem;
      background-color: #9CC301;
      position: absolute;
      bottom: -1.2rem;
      left: 50%;
      transform: translateX(-50%); }
  h1.center-tit-line001.white a {
    color: #fff; }
  @media (max-width: 960px) {
    h1.center-tit-line001 a {
      font-size: 18px; }
      h1.center-tit-line001 a:after {
        bottom: -14px; } }

.container {
  background-color: #fff;
  transition: transform 0.2s; }

.header-001 {
  transition: all 0.3s ease-out 0s;
  width: 100%;
  z-index: 999; }
  .header-001 .scroll-box {
    height: 0; }
  .header-001.scroll .scroll-box {
    height: 60px;
    transition: all 0.3s ease-out 0s; }
  .header-001 .header-layout {
    width: 86rem;
    margin: 0 auto; }
  .header-001 .top-bar {
    height: 2rem;
    background-color: #9CC301;
    transition: all 0.2s ease-out 0s; }
    .header-001 .top-bar.home {
      background-color: #9CC301; }
    .header-001 .top-bar.patient {
      background-color: #4DA7E3; }
    .header-001 .top-bar.student {
      background-color: #9CC301; }
    .header-001 .top-bar.staff {
      background-color: #12B8A0; }
    .header-001 .top-bar > .header-layout {
      height: 100%; }
    .header-001 .top-bar .top-nav {
      display: flex;
      align-items: center;
      font-size: 16px;
      height: 100%; }
      .header-001 .top-bar .top-nav a {
        color: #fff;
        height: 1.4rem;
        line-height: 1.4rem;
        padding: 0 0.5rem;
        border-radius: 4px; }
        .header-001 .top-bar .top-nav a.cur {
          background-color: rgba(0, 0, 0, 0.15); }
      .header-001 .top-bar .top-nav .line {
        margin: 0 0.5rem;
        height: 0.8rem;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
        .header-001 .top-bar .top-nav .line:last-of-type {
          display: none; }
  .header-001 .header-wrap.is-show .header-layout .right-btn .search-btn i,
  .header-001 .header-wrap.is-show .header-layout .right-btn a.en,
  .header-001 .header-wrap.is-show .header-layout .right-btn .top-qr-btn i,
  .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu i {
    color: #FFF !important; }
  .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu span, .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu:after, .header-001 .header-wrap.is-show .header-layout .right-btn a.pc-menu:before {
    background-color: #fff !important; }
  .header-001 .header-wrap {
    position: relative;
    height: 5rem;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    transition: height 0.3s; }
    .header-001 .header-wrap.home > .header-layout .nav .nav-ul > li > a:after {
      background-color: #9CC301; }
    .header-001 .header-wrap.patient > .header-layout .nav .nav-ul > li > a:after {
      background-color: #4DA7E3; }
    .header-001 .header-wrap.student > .header-layout .nav .nav-ul > li > a:after {
      background-color: #9CC301; }
    .header-001 .header-wrap.staff > .header-layout .nav .nav-ul > li > a:after {
      background-color: #12B8A0; }
    .header-001 .header-wrap > .header-layout {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%;
      position: relative; }
      .header-001 .header-wrap > .header-layout .logo-row {
        height: 2.5rem;
        width: auto;
        margin-right: 2.4rem;
        position: relative;
        z-index: 2024; }
        .header-001 .header-wrap > .header-layout .logo-row a {
          display: block;
          height: 100%; }
        .header-001 .header-wrap > .header-layout .logo-row img {
          height: 100%;
          width: auto; }
      .header-001 .header-wrap > .header-layout .nav {
        flex: 1;
        height: 100%;
        margin-right: 145px; }
        .header-001 .header-wrap > .header-layout .nav .nav-ul {
          display: flex;
          justify-content: flex-end;
          width: 100%;
          height: 100%;
          align-items: center; }
          .header-001 .header-wrap > .header-layout .nav .nav-ul > li {
            font-size: 18px;
            white-space: nowrap; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li + li {
              margin-left: 2rem; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li > a {
              color: #333333;
              position: relative; }
              .header-001 .header-wrap > .header-layout .nav .nav-ul > li > a:after {
                content: '';
                display: block;
                position: absolute;
                bottom: -1rem;
                left: 50%;
                height: 2px;
                width: 0;
                background-color: #F2D254;
                transition: all 0.3s; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li:hover > a:after {
              width: 100%;
              left: 0; }
          .header-001 .header-wrap > .header-layout .nav .nav-ul > li.cur > a {
            font-weight: bold; }
            .header-001 .header-wrap > .header-layout .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }
      .header-001 .header-wrap > .header-layout .right-btn {
        display: flex;
        align-items: center;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        z-index: 2024; }
        .header-001 .header-wrap > .header-layout .right-btn .search-btn {
          cursor: pointer;
          margin: 0 1rem;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap > .header-layout .right-btn .search-btn i {
            font-size: 1.2rem;
            color: #9CC301; }
        .header-001 .header-wrap > .header-layout .right-btn a.en {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.2rem;
          color: #333;
          margin-right: 1rem;
          line-height: 1;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap > .header-layout .right-btn a.en:hover {
            color: #12B8A0; }
        .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn {
          cursor: pointer;
          margin-right: 1rem;
          position: relative;
          z-index: 2024; }
          .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn i {
            font-size: 1.2rem;
            color: #333333; }
        .header-001 .header-wrap > .header-layout .right-btn a.pc-menu {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 1.2rem;
          width: 1.4rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu span {
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #333;
            transition: all 0.3s; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:before, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:after {
            content: '';
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #333;
            transform-origin: left;
            transition: all 0.3s; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu.is-show:before {
            transform: rotate(45deg); }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu.is-show:after {
            transform: rotate(-45deg); }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu.is-show span {
            opacity: 0; }
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:hover span, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:hover:before, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:hover:after {
            background-color: #12B8A0; }
        @media (max-width: 1280px) {
          .header-001 .header-wrap > .header-layout .right-btn a.pc-menu {
            height: 16px;
            width: 18px; }
            .header-001 .header-wrap > .header-layout .right-btn a.pc-menu span, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:before, .header-001 .header-wrap > .header-layout .right-btn a.pc-menu:after {
              height: 3px; } }
      .header-001 .header-wrap > .header-layout .mobile-nav {
        display: none; }
        .header-001 .header-wrap > .header-layout .mobile-nav i {
          color: #61A4B4;
          font-size: 32px;
          position: relative;
          left: 6px; }
    .header-001 .header-wrap .search {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(29, 157, 154, 0.95);
      z-index: 2025; }
      .header-001 .header-wrap .search form {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header-001 .header-wrap .search form .turn-down-search {
          position: absolute;
          right: 5rem;
          top: 5rem; }
          .header-001 .header-wrap .search form .turn-down-search i {
            color: #fff;
            font-size: 46px; }
        .header-001 .header-wrap .search form h2 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 2rem; }
        .header-001 .header-wrap .search form .change-wrap {
          width: 40rem;
          height: 3.2rem;
          display: flex; }
          .header-001 .header-wrap .search form .change-wrap input {
            height: 3.2rem;
            width: 40rem;
            border: none;
            box-sizing: border-box;
            padding-left: 2rem;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 0.9rem; }
          .header-001 .header-wrap .search form .change-wrap button {
            height: 3.2rem;
            width: 5rem;
            border: none;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
            background-color: #fff; }
            .header-001 .header-wrap .search form .change-wrap button i {
              color: #1D9D9A;
              font-size: 34px; }
        .header-001 .header-wrap .search form .hot-search {
          display: flex;
          align-items: center;
          margin-top: 1.5rem;
          justify-content: center; }
          .header-001 .header-wrap .search form .hot-search span {
            font-size: 0.7rem;
            color: #ffffff; }
          .header-001 .header-wrap .search form .hot-search p {
            line-height: 1.7rem;
            height: 1.7rem;
            margin-right: 0.5rem;
            width: auto;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.2rem; }
            .header-001 .header-wrap .search form .hot-search p a {
              box-sizing: border-box;
              padding: 0 0.5rem;
              display: block;
              height: 100%;
              width: 100%;
              border-radius: 0.2rem;
              color: #fff;
              font-size: 0.7rem; }
    .header-001 .header-wrap .all-cats-box {
      display: none;
      position: fixed;
      background-color: #1D9D9A;
      height: 100vh;
      width: 100vw;
      z-index: 2023;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding-top: 1.8rem; }
      .header-001 .header-wrap .all-cats-box .header-layout {
        position: relative;
        height: 4.5rem;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .header-001 .header-wrap .all-cats-box .header-layout .top-nav {
          display: flex;
          align-items: center;
          font-size: 0.8rem;
          height: 1.8rem;
          position: absolute;
          right: 2.5rem;
          transition: all 0.3s;
          opacity: 0.3;
          top: 1.7rem; }
          .header-001 .header-wrap .all-cats-box .header-layout .top-nav a {
            color: #fff; }
            .header-001 .header-wrap .all-cats-box .header-layout .top-nav a i {
              margin-right: 0.25rem; }
          .header-001 .header-wrap .all-cats-box .header-layout .top-nav .line {
            margin: 0 1rem;
            height: 0.8rem;
            width: 1px;
            background-color: #fff;
            opacity: 0.3; }
            .header-001 .header-wrap .all-cats-box .header-layout .top-nav .line:last-of-type {
              display: none; }
      .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        opacity: 1;
        right: 8rem; }
      .header-001 .header-wrap .all-cats-box.is-show .all-cats-content {
        opacity: 1;
        transform: translateY(0); }
      .header-001 .header-wrap .all-cats-box .all-cats-content {
        display: flex;
        justify-content: space-between;
        margin: 2rem auto 0;
        height: calc(100vh - 8.3rem);
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0.3;
        transition: all 0.3s;
        transform: translateY(5rem); }
        .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
          width: 8px;
          height: 8px;
          background-color: inherit; }
        .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
          border-radius: 8px;
          background-color: inherit; }
        .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
          border-radius: 8px;
          background-color: #fff; }
        .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout {
          min-height: 100%;
          display: flex;
          align-items: flex-start; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
            font-size: 1.2rem;
            white-space: nowrap; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title a {
              color: #fff; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
              display: none;
              color: #fff;
              transition: all 0.2s; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box.active .first-nav-title i {
            transform: rotate(180deg); }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title {
            font-size: 1rem;
            line-height: 1;
            margin-top: 1.5rem; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title a {
              color: #fff; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
            font-size: 0.8rem;
            line-height: 1;
            margin-top: 1rem; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
              color: rgba(255, 255, 255, 0.71); }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
              content: '';
              display: inline-block;
              height: 5px;
              width: 5px;
              background-color: rgba(255, 255, 255, 0.71);
              margin-right: 8px;
              position: relative;
              top: -2px; }
    @media (max-width: 1280px) {
      .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        top: 20px; } }
    @media (max-width: 960px) {
      .header-001 .header-wrap .all-cats-box {
        padding-top: 60px; }
        .header-001 .header-wrap .all-cats-box .header-layout {
          height: 50px; }
        .header-001 .header-wrap .all-cats-box .all-cats-content {
          margin-top: 10px;
          height: calc(100vh - 120px); }
          .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: inherit; }
          .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
            border-radius: 5px;
            background-color: inherit; }
          .header-001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: #fff; }
          .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout {
            flex-direction: column;
            height: auto;
            justify-content: flex-start; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box {
              width: 100%; }
              .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
                font-size: 1.2rem;
                height: 60px;
                line-height: 60px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4);
                width: 100%;
                display: flex;
                justify-content: space-between; }
                .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
                  display: inline-block; }
              .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box {
                display: none; }
                .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box {
                  display: flex;
                  flex-wrap: wrap; }
                  .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                    margin-right: 10px; }
            .header-001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box:nth-child(1) .first-nav-title {
              border-top: 1px solid rgba(255, 255, 255, 0.4); }
      .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        right: 15px;
        font-size: 12px; }
        .header-001 .header-wrap .all-cats-box.is-show .header-layout .top-nav .line {
          margin: 0 5px; } }
    .header-001 .header-wrap.home {
      height: 7rem; }
      .header-001 .header-wrap.home .header-layout {
        display: block;
        padding-top: 25px; }
        .header-001 .header-wrap.home .header-layout .nav {
          margin-right: 0;
          height: 3.25rem; }
          .header-001 .header-wrap.home .header-layout .nav .nav-ul {
            justify-content: space-between; }
            .header-001 .header-wrap.home .header-layout .nav .nav-ul > li > a:after {
              bottom: -0.5rem; }
            .header-001 .header-wrap.home .header-layout .nav .nav-ul > li .subnav {
              top: 7rem; }
              .header-001 .header-wrap.home .header-layout .nav .nav-ul > li .subnav:before {
                top: -1.05rem;
                height: 1.05rem; }
        .header-001 .header-wrap.home .header-layout .right-btn {
          top: 2rem;
          transform: none; }
      @media (max-width: 1280px) {
        .header-001 .header-wrap.home .header-layout .nav .nav-ul > li + li {
          margin-left: 0; } }
    .header-001 .header-wrap.scroll {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      height: 3rem !important;
      background-color: #9CC301; }
      .header-001 .header-wrap.scroll.home {
        background-color: #9CC301; }
      .header-001 .header-wrap.scroll.patient {
        background-color: #4DA7E3; }
      .header-001 .header-wrap.scroll.student {
        background-color: #9CC301; }
      .header-001 .header-wrap.scroll.staff {
        background-color: #12B8A0; }
      .header-001 .header-wrap.scroll > .header-layout {
        width: 60rem;
        padding-top: 0; }
        .header-001 .header-wrap.scroll > .header-layout .logo-row,
        .header-001 .header-wrap.scroll > .header-layout .right-btn {
          display: none; }
        .header-001 .header-wrap.scroll > .header-layout .nav {
          margin-right: 0;
          height: 100%; }
          .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul {
            justify-content: center;
            height: 100%; }
            .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li {
              margin: 0 1rem; }
              .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li > a {
                color: #fff; }
                .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li > a:after {
                  background-color: #fff;
                  height: 0.2rem;
                  bottom: -0.65rem; }
              .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li .subnav {
                top: 3rem !important; }
                .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li .subnav:before {
                  top: -1rem;
                  height: 1rem; }
  .header-001.index-header .header-wrap {
    height: 7rem; }
    .header-001.index-header .header-wrap .header-layout {
      display: block;
      padding-top: 25px; }
      .header-001.index-header .header-wrap .header-layout .nav {
        margin-right: 0;
        height: 3.25rem; }
        .header-001.index-header .header-wrap .header-layout .nav .nav-ul {
          justify-content: space-between; }
          .header-001.index-header .header-wrap .header-layout .nav .nav-ul > li > a:after {
            bottom: -0.5rem; }
          .header-001.index-header .header-wrap .header-layout .nav .nav-ul > li .subnav {
            top: 7rem; }
            .header-001.index-header .header-wrap .header-layout .nav .nav-ul > li .subnav:before {
              top: -1.05rem;
              height: 1.05rem; }
      .header-001.index-header .header-wrap .header-layout .right-btn {
        top: 2rem;
        transform: none; }

@media (max-width: 1800px) {
  .header-001 .header-layout {
    width: 1600px;
    box-sizing: border-box; }

  .header-001 .header-wrap > .header-layout .nav .nav-ul > li + li {
    margin-left: 1.5rem; } }
@media (max-width: 1680px) {
  .header-001 .header-layout {
    width: 1360px;
    box-sizing: border-box; }

  .header-001 .header-wrap {
    height: 7rem; }
    .header-001 .header-wrap .header-layout {
      display: block;
      padding-top: 25px; }
      .header-001 .header-wrap .header-layout .logo-row {
        margin-right: 1rem; }
      .header-001 .header-wrap .header-layout .nav {
        margin-right: 0;
        height: 3.25rem; }
        .header-001 .header-wrap .header-layout .nav .nav-ul {
          justify-content: center; }
          .header-001 .header-wrap .header-layout .nav .nav-ul > li > a:after {
            bottom: -0.5rem; }
      .header-001 .header-wrap .header-layout .right-btn {
        top: 2rem;
        transform: none; } }
@media (max-width: 1440px) {
  .header-001 .header-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  .header-001 .header-layout {
    width: 960px; }

  .header-001 .top-bar .top-nav {
    font-size: 14px; }

  .header-001 .header-wrap {
    height: 100px; }
    .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li {
      margin: 0 15px; }
    .header-001 .header-wrap > .header-layout .logo-row {
      height: 32px; }
    .header-001 .header-wrap > .header-layout .right-btn .search-btn,
    .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn {
      line-height: 16px; }
      .header-001 .header-wrap > .header-layout .right-btn .search-btn i,
      .header-001 .header-wrap > .header-layout .right-btn .top-qr-btn i {
        font-size: 16px; }

  .header-001.index-header .header-wrap .header-layout {
    padding-top: 16px; }
  .header-001 .header-wrap .header-layout {
    padding-top: 16px; }
    .header-001 .header-wrap .header-layout .right-btn {
      top: 22px; }
    .header-001 .header-wrap .header-layout .nav .nav-ul > li {
      font-size: 16px; }
      .header-001 .header-wrap .header-layout .nav .nav-ul > li + li {
        margin-left: 28px; } }
@media (max-width: 960px) {
  .container {
    padding-top: 60px; }

  .header-001 {
    height: auto;
    position: fixed;
    top: 0;
    left: 0; }
    .header-001 .top-bar .top-nav a {
      padding: 0 5px; }
    .header-001 .top-bar.home, .header-001 .top-bar.patient, .header-001 .top-bar.student, .header-001 .top-bar.staff {
      height: 10px; }
      .header-001 .top-bar.home .top-nav, .header-001 .top-bar.patient .top-nav, .header-001 .top-bar.student .top-nav, .header-001 .top-bar.staff .top-nav {
        display: none; }
    .header-001 .header-wrap {
      height: auto !important;
      padding: 10px 0; }
      .header-001 .header-wrap .header-layout {
        box-sizing: border-box;
        padding: 0 10px !important;
        width: 100%; }
        .header-001 .header-wrap .header-layout .nav {
          display: none; }
        .header-001 .header-wrap .header-layout .logo-row {
          height: 30px;
          flex-shrink: 0;
          margin-right: 0; }
        .header-001 .header-wrap .header-layout .right-btn {
          top: 4px !important;
          right: 10px; }
      .header-001 .header-wrap .search form .turn-down-search {
        right: 12px;
        top: 20px; }
        .header-001 .header-wrap .search form .turn-down-search i {
          font-size: 20px; }
      .header-001 .header-wrap .search form h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .header-001 .header-wrap .search form .change-wrap {
        width: 320px;
        height: 40px; }
        .header-001 .header-wrap .search form .change-wrap input {
          width: 320px;
          height: 40px;
          font-size: 12px;
          padding-left: 10px; }
        .header-001 .header-wrap .search form .change-wrap button {
          height: 40px;
          width: 40px; }
          .header-001 .header-wrap .search form .change-wrap button i {
            font-size: 16px; }
      .header-001 .header-wrap .search form .hot-search {
        width: 320px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: start; }
        .header-001 .header-wrap .search form .hot-search span {
          margin-bottom: 10px;
          display: block;
          width: 100%;
          font-size: 14px; }
        .header-001 .header-wrap .search form .hot-search p {
          margin-bottom: 10px; }
          .header-001 .header-wrap .search form .hot-search p a {
            font-size: 12px; } }
.subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4.5rem;
  z-index: 3000;
  color: #333;
  min-width: 9rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .subnav:before {
    content: '';
    position: absolute;
    top: -1.6rem;
    left: 0;
    width: 100%;
    height: 1.6rem;
    background-color: transparent; }
  .subnav .header-layout {
    width: 86rem;
    margin: 0 auto; }
  .subnav .inner-subnav {
    padding: 40px 48px !important;
    display: flex !important;
    box-sizing: border-box;
    max-height: calc(100vh - 220px);
    overflow-y: auto; }
    .subnav .inner-subnav.dep-subnav .dropTit {
      height: auto;
      display: flex;
      min-height: 205px;
      justify-content: space-between; }
      .subnav .inner-subnav.dep-subnav .dropTit .dep-nav {
        position: relative;
        z-index: 1; }
        .subnav .inner-subnav.dep-subnav .dropTit .dep-nav a {
          display: block;
          margin-bottom: 0.75rem;
          font-size: 1rem;
          color: #333;
          line-height: 1; }
          .subnav .inner-subnav.dep-subnav .dropTit .dep-nav a.cur {
            color: #1D9D9A;
            font-weight: bold; }
    .subnav .inner-subnav .dropTit {
      width: 295px;
      height: 205px;
      flex-shrink: 0;
      border-right: 1px solid #E4E4E4;
      position: relative;
      box-sizing: border-box; }
      .subnav .inner-subnav .dropTit h1 {
        font-weight: normal;
        font-size: 24px;
        line-height: 1; }
        .subnav .inner-subnav .dropTit h1 a {
          color: #333; }
          .subnav .inner-subnav .dropTit h1 a:hover {
            color: #12B8A0; }
      .subnav .inner-subnav .dropTit img {
        position: absolute;
        left: 0;
        bottom: 0;
        opacity: 0.3;
        width: 240px; }
    .subnav .inner-subnav .dropMenu-box {
      display: flex;
      border-right: 1px solid #E4E4E4;
      height: 205px;
      width: 672px;
      box-sizing: border-box; }
    .subnav .inner-subnav .dropMenu > li {
      padding-left: 56px;
      margin-bottom: 40px;
      position: relative;
      box-sizing: border-box;
      width: 224px;
      height: fit-content; }
      .subnav .inner-subnav .dropMenu > li:last-child {
        margin-bottom: 0; }
      .subnav .inner-subnav .dropMenu > li a {
        font-size: 20px;
        line-height: 1;
        color: #484848;
        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; }
        .subnav .inner-subnav .dropMenu > li a:hover {
          color: #12B8A0; }
      .subnav .inner-subnav .dropMenu > li:before {
        content: "";
        display: block;
        height: 0;
        width: 0;
        font-size: 0;
        border: 6px solid transparent;
        border-left-color: #9CC301;
        position: absolute;
        top: 50%;
        margin-top: -6px;
        left: 40px; }
    .subnav .inner-subnav .dropInfo {
      box-sizing: border-box;
      padding-left: 40px;
      width: 630px; }
      .subnav .inner-subnav .dropInfo h1.left-tit-more {
        padding-bottom: 1rem;
        border-bottom: 1px solid #D7D7D7; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more a.tit {
          font-size: 1rem;
          color: #333; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more a.more span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more a.more i {
          line-height: 1;
          font-size: 14px;
          width: 8px;
          margin-left: 10px;
          color: #AAAAAA; }
      .subnav .inner-subnav .dropInfo .info-content {
        margin-top: 1rem;
        line-height: 24px;
        max-height: 144px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 0.8rem;
        color: #7F7F7F; }
        .subnav .inner-subnav .dropInfo .info-content p {
          line-height: inherit !important; }
      .subnav .inner-subnav .dropInfo ul {
        margin-top: 1rem; }
        .subnav .inner-subnav .dropInfo ul li {
          margin-bottom: 0.8rem; }
          .subnav .inner-subnav .dropInfo ul li a {
            font-size: 0.8rem;
            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;
            color: #7F7F7F; }
            .subnav .inner-subnav .dropInfo ul li a:hover {
              color: #1D9D9A; }
    .subnav .inner-subnav .department-list {
      padding-left: 2rem; }
      .subnav .inner-subnav .department-list .dep-content h2 {
        font-weight: normal;
        font-size: 1rem;
        line-height: 1;
        padding-bottom: 1rem;
        border-bottom: 1px solid #d7d7d7;
        padding-left: 20px;
        position: relative; }
        .subnav .inner-subnav .department-list .dep-content h2:before {
          content: "";
          display: block;
          height: 0;
          width: 0;
          font-size: 0;
          border: 6px solid transparent;
          border-left-color: #9CC301;
          position: absolute;
          top: 0.3rem;
          left: 0; }
      .subnav .inner-subnav .department-list .dep-content ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1rem;
        margin-right: -2rem; }
        .subnav .inner-subnav .department-list .dep-content ul li {
          margin-right: 2rem;
          margin-bottom: 1rem; }
          .subnav .inner-subnav .department-list .dep-content ul li a {
            font-size: 0.8rem;
            line-height: 1;
            color: #484848;
            display: block; }
            .subnav .inner-subnav .department-list .dep-content ul li a:hover {
              color: #12B8A0; }
      .subnav .inner-subnav .department-list .dep-content + .dep-content {
        margin-top: 1rem; }

@media (max-width: 1800px) {
  .subnav .header-layout {
    width: 1600px;
    box-sizing: border-box; } }
@media (max-width: 1680px) {
  .subnav {
    top: 140px; }
    .subnav:before {
      top: -1.2rem;
      height: 1.2rem; }
    .subnav .header-layout {
      width: 1360px; }
    .subnav .inner-subnav {
      padding: 40px 40px !important; }
      .subnav .inner-subnav .dropTit {
        width: 232px; }
        .subnav .inner-subnav .dropTit h1 {
          font-size: 20px; }
        .subnav .inner-subnav .dropTit img {
          width: 200px; }
      .subnav .inner-subnav .dropMenu-box {
        width: 543px; }
      .subnav .inner-subnav .dropMenu > li {
        padding-left: 49px;
        margin-bottom: 32px;
        width: 181px; }
        .subnav .inner-subnav .dropMenu > li a {
          font-size: 16px; }
        .subnav .inner-subnav .dropMenu > li:before {
          margin-top: -6px;
          left: 33px; }
      .subnav .inner-subnav .dropInfo {
        padding-left: 32px;
        width: 504px; }
        .subnav .inner-subnav .dropInfo h1.left-tit-more {
          padding-bottom: 16px; }
          .subnav .inner-subnav .dropInfo h1.left-tit-more a.tit {
            font-size: 16px; }
        .subnav .inner-subnav .dropInfo .info-content {
          margin-top: 16px; }
        .subnav .inner-subnav .dropInfo ul {
          margin-top: 0.8rem; }
      .subnav .inner-subnav .department-list {
        padding-left: 2rem; }
        .subnav .inner-subnav .department-list .dep-content h2 {
          font-weight: normal;
          font-size: 1rem;
          line-height: 1;
          padding-bottom: 1rem;
          border-bottom: 1px solid #d7d7d7; }
        .subnav .inner-subnav .department-list .dep-content ul {
          display: flex;
          flex-wrap: wrap;
          margin-top: 1rem;
          margin-right: -2rem; }
          .subnav .inner-subnav .department-list .dep-content ul li {
            margin-right: 2rem;
            margin-bottom: 1rem; }
            .subnav .inner-subnav .department-list .dep-content ul li a {
              font-size: 0.8rem;
              line-height: 1;
              color: #484848;
              display: block; }
              .subnav .inner-subnav .department-list .dep-content ul li a:hover {
                color: #12B8A0; }
        .subnav .inner-subnav .department-list .dep-content + .dep-content {
          margin-top: 1rem; } }
@media (max-width: 1440px) {
  .subnav .header-layout {
    width: 1200px; }
  .subnav .inner-subnav .dropTit {
    width: 10rem; }
  .subnav .inner-subnav .dropMenu-box {
    width: 24rem; }
  .subnav .inner-subnav .dropMenu > li {
    width: 9rem; }
  .subnav .inner-subnav .dropInfo {
    width: 22.4rem; }
    .subnav .inner-subnav .dropInfo .info-content {
      margin-top: 16px; }
  .subnav .inner-subnav .department-list {
    padding-left: 2rem; }
    .subnav .inner-subnav .department-list .dep-content h2 {
      font-weight: normal;
      font-size: 1rem;
      line-height: 1;
      padding-bottom: 1rem;
      border-bottom: 1px solid #d7d7d7; }
    .subnav .inner-subnav .department-list .dep-content ul {
      display: flex;
      flex-wrap: wrap;
      margin-top: 1rem;
      margin-right: -2rem; }
      .subnav .inner-subnav .department-list .dep-content ul li {
        margin-right: 2rem;
        margin-bottom: 1rem; }
        .subnav .inner-subnav .department-list .dep-content ul li a {
          font-size: 0.8rem;
          line-height: 1;
          color: #484848;
          display: block; }
          .subnav .inner-subnav .department-list .dep-content ul li a:hover {
            color: #12B8A0; }
    .subnav .inner-subnav .department-list .dep-content + .dep-content {
      margin-top: 1rem; } }
@media (max-width: 1280px) {
  .subnav {
    top: 100px !important; }
    .subnav:before {
      top: -1rem;
      height: 1rem; }
    .subnav .header-layout {
      width: 960px; }
    .subnav .inner-subnav {
      padding: 40px 32px !important; }
      .subnav .inner-subnav .dropTit h1 {
        font-size: 16px; }
      .subnav .inner-subnav .dropTit img {
        width: 160px; }
      .subnav .inner-subnav .department-list {
        padding-left: 2rem; }
        .subnav .inner-subnav .department-list .dep-content h2 {
          font-weight: normal;
          font-size: 1rem;
          line-height: 1;
          padding-bottom: 1rem;
          border-bottom: 1px solid #d7d7d7; }
        .subnav .inner-subnav .department-list .dep-content ul {
          display: flex;
          flex-wrap: wrap;
          margin-top: 1rem;
          margin-right: -2rem; }
          .subnav .inner-subnav .department-list .dep-content ul li {
            margin-right: 2rem;
            margin-bottom: 1rem; }
            .subnav .inner-subnav .department-list .dep-content ul li a {
              font-size: 0.8rem;
              line-height: 1;
              color: #484848;
              display: block; }
              .subnav .inner-subnav .department-list .dep-content ul li a:hover {
                color: #12B8A0; }
        .subnav .inner-subnav .department-list .dep-content + .dep-content {
          margin-top: 1rem; } }
.pub-index-header {
  z-index: 999;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(-100%);
  transition: all 0.3s ease-out 0s; }
  .pub-index-header.scroll {
    opacity: 1;
    transform: translateY(0); }
  .pub-index-header .header-wrap {
    height: 3rem;
    background-color: #9CC301; }
    .pub-index-header .header-wrap.home {
      background-color: #9CC301; }
    .pub-index-header .header-wrap.patient {
      background-color: #4DA7E3; }
    .pub-index-header .header-wrap.student {
      background-color: #9CC301; }
    .pub-index-header .header-wrap.staff {
      background-color: #12B8A0; }
    .pub-index-header .header-wrap > .header-layout {
      width: 60rem;
      margin: 0 auto; }
      .pub-index-header .header-wrap > .header-layout .nav .nav-ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: center; }
        .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li {
          line-height: 3rem;
          margin: 0 1rem;
          font-size: 18px;
          white-space: nowrap; }
          .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li > a {
            color: #fff;
            position: relative; }
            .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li > a:after {
              content: '';
              display: block;
              position: absolute;
              left: 50%;
              width: 0;
              transition: all 0.3s;
              background-color: #fff;
              height: 0.2rem;
              bottom: -0.65rem; }
          .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li .subnav {
            top: 3rem !important; }
            .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li .subnav:before {
              top: -1rem;
              height: 1rem; }
          .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li:hover > a:after {
            width: 100%;
            left: 0; }
          .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li.cur > a {
            font-weight: bold; }
            .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }

@media (max-width: 1280px) {
  .pub-index-header .header-wrap > .header-layout .nav .nav-ul > li {
    font-size: 16px;
    margin: 0 10px; } }
@media (max-width: 960px) {
  .pub-index-header {
    display: none; } }
.dm-header001 {
  border-top: 10px solid #D2AC85; }
  .dm-header001 .logo-row {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dm-header001 .logo-row .left-logo {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .left-logo a.logo-img {
        height: 2.5rem;
        display: inline-block; }
        .dm-header001 .logo-row .left-logo a.logo-img img {
          width: 100%;
          height: 100%; }
      .dm-header001 .logo-row .left-logo .dep-tit {
        display: inline-block;
        font-size: 1.2rem;
        color: #333;
        margin-left: 1rem;
        position: relative; }
        .dm-header001 .logo-row .left-logo .dep-tit:before {
          content: '';
          display: block;
          position: absolute;
          height: 2.5rem;
          width: 1px;
          left: -0.5rem;
          top: -0.4rem;
          background-color: #D7D7D7; }
    .dm-header001 .logo-row .right-logo {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .right-logo a.gohome-bar {
        display: inline-block;
        height: 2rem;
        width: 7rem;
        text-align: center;
        line-height: 1.9rem;
        background-color: #fff;
        border-radius: 4px;
        color: #1D9D9A;
        border: 1px solid #1D9D9A;
        box-sizing: border-box;
        font-size: 14px; }
        .dm-header001 .logo-row .right-logo a.gohome-bar i {
          margin-right: 0.5rem;
          font-size: 16px; }
        .dm-header001 .logo-row .right-logo a.gohome-bar:hover {
          background-color: #1D9D9A;
          color: #fff; }
      .dm-header001 .logo-row .right-logo a.menu {
        color: #1D9D9A;
        display: none;
        margin-left: 10px; }
        .dm-header001 .logo-row .right-logo a.menu i {
          font-size: 30px; }
  .dm-header001 .nav {
    border-top: 1px solid #D7D7D7; }
    .dm-header001 .nav ul {
      display: flex;
      flex-wrap: wrap; }
      .dm-header001 .nav ul li {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 18px;
        position: relative; }
        .dm-header001 .nav ul li + li {
          margin-left: 1.25rem; }
        .dm-header001 .nav ul li a {
          color: #333; }
        .dm-header001 .nav ul li.cur a {
          color: #1D9D9A;
          font-weight: bold; }
        .dm-header001 .nav ul li.cur:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 4px;
          width: 100%;
          background-color: #B7674D; }

@media (max-width: 1200px) {
  .dm-header001 .logo-row .left-logo .dep-tit {
    font-size: 24px; }

  .dm-header001 .nav ul li {
    font-size: 16px; }

  .dm-header001 .logo-row .right-logo a.gohome-bar,
  .dm-header001 .logo-row .right-logo a.gohome-bar i {
    font-size: 12px; } }
@media (max-width: 960px) {
  .dm-header001 .nav,
  .dm-header001 .logo-row .left-logo .dep-tit {
    display: none; }

  .dm-header001 .logo-row .right-logo a.menu {
    display: inline-block; }

  .dm-header001 .logo-row {
    height: 40px; }

  .dm-header001 .logo-row .left-logo a.logo-img {
    height: 35px;
    width: auto; }

  .dm-header001 .logo-row .right-logo a.gohome-bar {
    width: 84px;
    height: 24px;
    line-height: 24px; }

  .dm-header001 .logo-row .right-logo a.gohome-bar:hover {
    background-color: #fff;
    color: #1D9D9A; } }
.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15.25rem;
    background-color: #1D9D9A; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15.25rem-3rem;
    line-height: 15.25rem-3rem;
    color: #fff;
    font-size: 0;
    box-sizing: border-box; }
    .dm-second-nav-wrap h1.text-right {
      text-align: right; }
    .dm-second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15.25rem-3rem; }
    .dm-second-nav-wrap h1 p {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      line-height: 1; }
    .dm-second-nav-wrap h1 span {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
      .dm-second-nav-wrap h1 span + span {
        margin-left: 1.2rem; }
  .dm-second-nav-wrap .second-nav-list {
    position: relative; }
    .dm-second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .dm-second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .dm-second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .dm-second-nav-wrap .second-nav-list ul li:hover a {
          color: #12B8A0; }
        .dm-second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .dm-second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #B7674D; }

@media (max-width: 1200px) {
  .dm-second-nav-wrap {
    min-width: 960px; }

  .dm-second-nav-wrap h1 p {
    font-size: 32px; }

  .dm-second-nav-wrap h1 span {
    font-size: 14px; } }
@media (max-width: 960px) {
  .dm-second-nav-wrap {
    min-width: 720px; }

  .dm-second-nav-wrap .second-nav {
    min-height: 130px; }

  .dm-second-nav-wrap h1 {
    padding: 42px 0 38px; }

  .dm-second-nav-wrap h1 p {
    font-size: 18px;
    margin-bottom: 25px; }

  .dm-second-nav-wrap h1 span {
    font-size: 12px; } }
@media (max-width: 720px) {
  .dm-second-nav-wrap {
    min-width: 360px; } }
.dm-second-nav-wrap002 {
  height: 20rem; }
  .dm-second-nav-wrap002 h1 {
    font-size: 2.1rem;
    line-height: 1;
    padding: 3.65rem 0 3.45rem; }

@media (max-width: 960px) {
  .dm-second-nav-wrap002 {
    height: 280px; }

  .dm-second-nav-wrap002 h1 {
    padding: 42px 0 38px;
    font-size: 18px; }

  .dm-second-nav-wrap002 h1 span {
    font-size: 12px; } }
.guide-page {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden; }
  .guide-page .mobile-header {
    display: none; }
  .guide-page .all-cats-box {
    display: none;
    position: fixed;
    background-color: #1D9D9A;
    height: 100vh;
    width: 100vw;
    z-index: 2023;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding-top: 1.8rem; }
    .guide-page .all-cats-box .header-layout {
      position: relative;
      height: 4.5rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 10px;
      width: 100%; }
      .guide-page .all-cats-box .header-layout .top-nav {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        height: 1.8rem;
        position: absolute;
        right: 2.5rem;
        transition: all 0.3s;
        opacity: 0.3;
        display: none; }
        .guide-page .all-cats-box .header-layout .top-nav a {
          color: #fff; }
          .guide-page .all-cats-box .header-layout .top-nav a i {
            margin-right: 0.25rem; }
        .guide-page .all-cats-box .header-layout .top-nav .line {
          margin: 0 1rem;
          height: 0.8rem;
          width: 1px;
          background-color: #fff;
          opacity: 0.3; }
          .guide-page .all-cats-box .header-layout .top-nav .line:last-of-type {
            display: none; }
    .guide-page .all-cats-box.is-show .header-layout .top-nav {
      opacity: 1;
      right: 8rem; }
    .guide-page .all-cats-box.is-show .all-cats-content {
      opacity: 1;
      transform: translateY(0); }
    .guide-page .all-cats-box .all-cats-content {
      display: flex;
      justify-content: space-between;
      margin: 2rem auto 0;
      height: calc(100vh - 8.3rem);
      overflow-x: hidden;
      overflow-y: auto;
      opacity: 0.3;
      transition: all 0.3s;
      transform: translateY(5rem); }
      .guide-page .all-cats-box .all-cats-content::-webkit-scrollbar {
        width: 8px;
        height: 8px;
        background-color: inherit; }
      .guide-page .all-cats-box .all-cats-content::-webkit-scrollbar-track {
        border-radius: 8px;
        background-color: inherit; }
      .guide-page .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
        border-radius: 8px;
        background-color: #fff; }
      .guide-page .all-cats-box .all-cats-content .header-layout {
        min-height: 100%;
        align-items: flex-start; }
        .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
          font-size: 1.2rem; }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title a {
            color: #fff; }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
            display: none;
            color: #fff;
            transition: all 0.2s; }
        .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box.active .first-nav-title i {
          transform: rotate(180deg); }
        .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title {
          font-size: 1rem;
          line-height: 1;
          margin-top: 1.5rem; }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title a {
            color: #fff; }
        .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
          font-size: 0.8rem;
          line-height: 1;
          margin-top: 1rem; }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
            color: rgba(255, 255, 255, 0.71); }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
            content: '';
            display: inline-block;
            height: 5px;
            width: 5px;
            background-color: rgba(255, 255, 255, 0.71);
            margin-right: 8px;
            position: relative;
            top: -2px; }
  @media (max-width: 960px) {
    .guide-page .all-cats-box {
      padding-top: 60px; }
      .guide-page .all-cats-box .header-layout {
        height: 50px; }
      .guide-page .all-cats-box .all-cats-content {
        margin-top: 10px;
        height: calc(100vh - 120px); }
        .guide-page .all-cats-box .all-cats-content::-webkit-scrollbar {
          width: 5px;
          height: 5px;
          background-color: inherit; }
        .guide-page .all-cats-box .all-cats-content::-webkit-scrollbar-track {
          border-radius: 5px;
          background-color: inherit; }
        .guide-page .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
          border-radius: 5px;
          background-color: #fff; }
        .guide-page .all-cats-box .all-cats-content .header-layout {
          flex-direction: column;
          height: auto;
          justify-content: flex-start; }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box {
            width: 100%; }
            .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
              font-size: 1.2rem;
              height: 60px;
              line-height: 60px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.4);
              width: 100%;
              display: flex;
              justify-content: space-between; }
              .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
                display: inline-block; }
            .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box {
              display: none; }
              .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box {
                display: flex;
                flex-wrap: wrap; }
                .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                  margin-right: 10px; }
          .guide-page .all-cats-box .all-cats-content .header-layout .first-nav-box:nth-child(1) .first-nav-title {
            border-top: 1px solid rgba(255, 255, 255, 0.4); }
    .guide-page .all-cats-box.is-show .header-layout .top-nav {
      right: 15px; } }
  .guide-page .index-banner-slick {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .guide-page .index-banner-slick .index-slider-item {
      display: block;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center; }
  .guide-page .index-layout {
    width: 79.7rem;
    margin: 0 auto; }
  @media (max-width: 1600px) {
    .guide-page .index-layout {
      width: 60rem; } }
  @media (max-width: 960px) {
    .guide-page .index-layout {
      width: 100%;
      min-width: 360px;
      padding: 0 26px;
      box-sizing: border-box; } }
  .guide-page .inner-guide {
    z-index: 1;
    position: relative;
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    height: fit-content; }
    .guide-page .inner-guide .logo {
      display: inline-block;
      height: 4rem;
      opacity: 0;
      transition: all .5s .5s ease;
      cursor: auto; }
      .guide-page .inner-guide .logo img {
        height: 100%; }
      .guide-page .inner-guide .logo.show {
        opacity: 1; }
    .guide-page .inner-guide .entry-content {
      display: flex;
      height: 11rem;
      margin-top: 4rem; }
      .guide-page .inner-guide .entry-content .enter-web {
        background-color: #fff;
        border-radius: 0.5rem;
        width: 14rem;
        height: 100%;
        box-sizing: border-box;
        padding: 2rem 0 0 1.5rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .guide-page .inner-guide .entry-content .enter-web img {
          position: absolute;
          opacity: 0.15; }
          .guide-page .inner-guide .entry-content .enter-web img.yxy {
            transform: rotate(-90deg);
            top: 0;
            right: 0;
            height: 5.5rem;
            width: 5.5rem;
            max-height: 100%; }
        .guide-page .inner-guide .entry-content .enter-web .zl {
          position: absolute;
          opacity: 0.15;
          width: 7.5rem;
          bottom: -0.75rem;
          left: 0; }
          .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-1, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-2, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-3, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-4, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            fill: none;
            stroke: #000;
            stroke-linejoin: round;
            stroke-width: 0.75px; }
          .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-2, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-3, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-4, .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            stroke-linecap: round; }
          .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-3 {
            stroke-dasharray: 2.76 1.84 0.92 1.84; }
          .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-4 {
            stroke-dasharray: 11.05 0.92 2.76 1.84 0.92 1.84; }
          .guide-page .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            stroke-dasharray: 12 1 3 2 1 2; }
        .guide-page .inner-guide .entry-content .enter-web p {
          font-size: 1.2rem;
          line-height: 1;
          color: #333; }
        .guide-page .inner-guide .entry-content .enter-web a.enter {
          display: block;
          position: absolute;
          bottom: 1.5rem;
          right: 1.5rem;
          background-color: #9CC301;
          height: 2rem;
          width: 6rem;
          line-height: 2rem;
          text-align: center;
          color: #fff;
          font-size: 0.8rem;
          border-radius: 0.2rem;
          overflow: hidden; }
          .guide-page .inner-guide .entry-content .enter-web a.enter span {
            position: relative;
            z-index: 1; }
          .guide-page .inner-guide .entry-content .enter-web a.enter:before {
            content: "";
            position: absolute;
            width: 6rem;
            height: 6rem;
            border-radius: 50% 50% 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #1D9D9A; }
        @media (any-hover: hover) {
          .guide-page .inner-guide .entry-content .enter-web a.enter:hover:before {
            top: -2rem;
            transform: scale(1.2); } }
      .guide-page .inner-guide .entry-content .entry-item-box {
        display: flex; }
      .guide-page .inner-guide .entry-content a.entry-item {
        margin-left: 1rem; }
        .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item {
          width: 10rem;
          height: 100%;
          border-radius: 0.5rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #fff;
          position: relative;
          overflow: hidden;
          transition: all .5s ease; }
        .guide-page .inner-guide .entry-content a.entry-item .block {
          width: 3rem;
          height: 3rem;
          background-color: rgba(255, 255, 255, 0.2);
          border-radius: 50%;
          position: absolute;
          left: 1.5rem;
          top: 1.5rem;
          transition: all .5s ease; }
        .guide-page .inner-guide .entry-content a.entry-item i {
          transition: all .5s ease;
          text-align: center;
          font-size: 1.5rem;
          position: absolute;
          top: 2.25rem;
          left: 2.25rem; }
        .guide-page .inner-guide .entry-content a.entry-item p {
          font-size: 1.2rem;
          line-height: 1;
          font-weight: bold;
          position: absolute;
          left: 1.5rem;
          top: 5.5rem;
          transition: all .5s ease; }
          .guide-page .inner-guide .entry-content a.entry-item p:after {
            content: "";
            width: 4rem;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.3);
            position: absolute;
            left: 0;
            bottom: -2.15rem; }
        .guide-page .inner-guide .entry-content a.entry-item:nth-of-type(1) {
          position: relative; }
          .guide-page .inner-guide .entry-content a.entry-item:nth-of-type(1) .inner-entry-item {
            background-color: rgba(77, 167, 227, 0.9); }
        .guide-page .inner-guide .entry-content a.entry-item:nth-of-type(2) .inner-entry-item {
          background-color: rgba(176, 206, 58, 0.9); }
        .guide-page .inner-guide .entry-content a.entry-item:nth-of-type(3) .inner-entry-item {
          background-color: rgba(18, 184, 160, 0.9); }
        .guide-page .inner-guide .entry-content a.entry-item:nth-of-type(4) .inner-entry-item {
          background-color: rgba(223, 190, 75, 0.9); }
        @media (any-hover: hover) {
          .guide-page .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
            margin-top: -0.5rem; }
          .guide-page .inner-guide .entry-content a.entry-item:hover .block {
            transform: scale(10); }
          .guide-page .inner-guide .entry-content a.entry-item:hover i {
            font-size: 5rem;
            color: rgba(255, 255, 255, 0.2);
            top: 3rem;
            left: 2.65rem; }
          .guide-page .inner-guide .entry-content a.entry-item:hover p {
            font-weight: normal;
            top: 4.4rem;
            left: 2.65rem; }
            .guide-page .inner-guide .entry-content a.entry-item:hover p:after {
              background-color: #fff;
              width: 2rem;
              left: 50%;
              margin-left: -1rem;
              bottom: -1.15rem; }
          .guide-page .inner-guide .entry-content a.entry-item:hover:nth-of-type(1) .block {
            background-color: #4DA7E3; }
          .guide-page .inner-guide .entry-content a.entry-item:hover:nth-of-type(2) .block {
            background-color: #B0CE3A; }
          .guide-page .inner-guide .entry-content a.entry-item:hover:nth-of-type(3) .block {
            background-color: #12B8A0; }
          .guide-page .inner-guide .entry-content a.entry-item:hover:nth-of-type(4) .block {
            background-color: #DFBE4B; } }
      .guide-page .inner-guide .entry-content .svg {
        width: 5rem;
        z-index: 1;
        margin-top: -20px; }
        .guide-page .inner-guide .entry-content .svg #svg0 .cls-1 {
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          stroke-miterlimit: 10;
          stroke-width: 3.5px; }
        .guide-page .inner-guide .entry-content .svg #svg1 .cls-1 {
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: 3.5px; }
        .guide-page .inner-guide .entry-content .svg #svg2 .cls-1 {
          fill: none;
          stroke: #fff;
          stroke-linecap: round;
          stroke-linejoin: round;
          stroke-width: 3.5px; }
        .guide-page .inner-guide .entry-content .svg #svg3 .cls-1, .guide-page .inner-guide .entry-content .svg #svg3 .cls-2 {
          fill: none;
          stroke: #fff;
          stroke-width: 3.5px; }
        .guide-page .inner-guide .entry-content .svg #svg3 .cls-1 {
          stroke-miterlimit: 10; }
        .guide-page .inner-guide .entry-content .svg #svg3 .cls-2 {
          stroke-linecap: round;
          stroke-linejoin: round; }
    .guide-page .inner-guide .btn-content {
      display: flex;
      margin-top: 2rem;
      height: 4rem; }
@keyframes showUnderLine {
  0% {
    width: 0; }
  100% {
    width: 3rem; } }
@keyframes hideLine {
  0% {
    width: 3rem; }
  50% {
    width: 0; }
  100% {
    width: 3rem; } }
      .guide-page .inner-guide .btn-content a {
        display: block; }
      .guide-page .inner-guide .btn-content a.en {
        width: 11rem;
        height: 100%;
        border-radius: 0.5rem;
        background-color: #12B8A0;
        margin-right: 1rem;
        box-sizing: border-box;
        padding-left: 1.5rem;
        padding-top: 1.1rem;
        position: relative; }
        .guide-page .inner-guide .btn-content a.en span {
          font-size: 1.2rem;
          line-height: 1;
          font-weight: bold;
          color: #fff;
          position: relative; }
          .guide-page .inner-guide .btn-content a.en span:before {
            content: "";
            width: 3rem;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.6);
            position: absolute;
            left: 0;
            bottom: -0.65rem;
            animation: hideLine 1s; }
        .guide-page .inner-guide .btn-content a.en .icon {
          position: absolute;
          right: 1.5rem;
          bottom: 0;
          font-size: 3.5rem;
          color: rgba(255, 255, 255, 0.3);
          transition: all 0.5s; }
        @media (any-hover: hover) {
          .guide-page .inner-guide .btn-content a.en:hover {
            background-color: #DFBE4B; }
            .guide-page .inner-guide .btn-content a.en:hover span:before {
              animation: showUnderLine 1s; }
            .guide-page .inner-guide .btn-content a.en:hover .icon {
              transform: translateX(20px); } }
      .guide-page .inner-guide .btn-content a.qr {
        margin-right: 1rem;
        width: 4rem;
        height: 100%;
        border-radius: 0.5rem;
        background-color: #fff;
        position: relative;
        text-align: center;
        line-height: 4rem;
        box-sizing: border-box; }
        .guide-page .inner-guide .btn-content a.qr .cl1 {
          fill: rgba(77, 167, 227, 0.4); }
        .guide-page .inner-guide .btn-content a.qr .cl2 {
          fill: rgba(77, 167, 227, 0.4); }
        .guide-page .inner-guide .btn-content a.qr .icon-box {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          line-height: 4rem;
          text-align: center;
          overflow: hidden;
          border-radius: 0.5rem; }
          .guide-page .inner-guide .btn-content a.qr .icon-box i {
            font-size: 2rem;
            z-index: 1;
            position: relative;
            color: rgba(77, 167, 227, 0.4); }
        .guide-page .inner-guide .btn-content a.qr .img-wrap {
          display: none;
          position: absolute;
          top: 4.5rem;
          left: 50%;
          margin-left: -60px;
          width: 120px;
          height: 158px;
          background-color: #fff;
          box-sizing: border-box;
          padding-top: 10px;
          font-size: 0;
          flex-direction: column;
          align-items: center;
          z-index: 1; }
          .guide-page .inner-guide .btn-content a.qr .img-wrap:before {
            content: "";
            width: 0;
            height: 0;
            font-size: 0;
            border: 10px solid transparent;
            border-bottom-color: #fff;
            position: absolute;
            top: -20px;
            left: 50%;
            transform: translateX(-50%); }
          .guide-page .inner-guide .btn-content a.qr .img-wrap img {
            width: 100px;
            height: 100px;
            margin-bottom: 10px; }
          .guide-page .inner-guide .btn-content a.qr .img-wrap span {
            font-size: 14px;
            line-height: 1;
            color: #333333; }
        .guide-page .inner-guide .btn-content a.qr:hover {
          border: 1px solid #4DA7E3; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr0 .icon-box i {
            color: #9CC301; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr1 .icon-box i {
            color: #9CC301; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr2 .icon-box i {
            color: #F07F6F; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr3 .icon-box i {
            color: #7E71EE; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr4 .icon-box i {
            color: #D5513F; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr5 .cl1 {
            fill: #737373; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr5 .cl2 {
            fill: #4169F2; }
          .guide-page .inner-guide .btn-content a.qr:hover.qr6 .icon-box i {
            color: #E56B6B; }
          .guide-page .inner-guide .btn-content a.qr:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
    .guide-page .inner-guide .show-item {
      transform: translateY(-20px);
      opacity: 0;
      transition-property: transform,opacity;
      transition-duration: .8s; }
      .guide-page .inner-guide .show-item.show {
        transform: translateY(0);
        opacity: 1; }
        .guide-page .inner-guide .show-item.show.enter-web {
          transition-delay: 0.8s; }
        .guide-page .inner-guide .show-item.show.entry0 {
          transition-delay: 1s; }
        .guide-page .inner-guide .show-item.show.entry1 {
          transition-delay: 1.2s; }
        .guide-page .inner-guide .show-item.show.entry2 {
          transition-delay: 1.4s; }
        .guide-page .inner-guide .show-item.show.entry3 {
          transition-delay: 1.6s; }
        .guide-page .inner-guide .show-item.show.en {
          transition-delay: 1.8s; }
        .guide-page .inner-guide .show-item.show.qr0 {
          transition-delay: 2s;
          z-index: 7; }
        .guide-page .inner-guide .show-item.show.qr1 {
          transition-delay: 2.2s;
          z-index: 6; }
        .guide-page .inner-guide .show-item.show.qr2 {
          transition-delay: 2.4s;
          z-index: 5; }
        .guide-page .inner-guide .show-item.show.qr3 {
          transition-delay: 2.6s;
          z-index: 4; }
        .guide-page .inner-guide .show-item.show.qr4 {
          transition-delay: 2.8s;
          z-index: 3; }
        .guide-page .inner-guide .show-item.show.qr5 {
          transition-delay: 3s;
          z-index: 2; }
        .guide-page .inner-guide .show-item.show.qr6 {
          transition-delay: 3.2s;
          z-index: 1; }
  @media (min-width: 1200px) and (max-height: 650px) {
    .guide-page .inner-guide .entry-content {
      margin-top: 20px;
      height: 160px; }
    .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item {
      width: 160px; }
      .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item .block {
        top: 20px; }
      .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item i {
        top: 33px; }
      .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item p {
        font-size: 16px;
        top: 100px; }
        .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item p:after {
          bottom: -20px; } }
@media (min-width: 1200px) and (max-height: 650px) and (any-hover: hover) {
  .guide-page .inner-guide .entry-content a.entry-item:hover i {
    top: 30px;
    left: 33px; }
  .guide-page .inner-guide .entry-content a.entry-item:hover p {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); } }

  @media (max-width: 960px) {
    .guide-page .mobile-header {
      display: block;
      height: 80px;
      position: relative;
      border-top: 10px solid #9CC301;
      background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent); }
      .guide-page .mobile-header .logo-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 20px 10px; }
        .guide-page .mobile-header .logo-box a.logo {
          height: 40px;
          z-index: 2024; }
          .guide-page .mobile-header .logo-box a.logo img {
            height: 100%; }
        .guide-page .mobile-header .logo-box .pc-menu {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 20px;
          width: 24px;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .guide-page .mobile-header .logo-box .pc-menu span {
            display: block;
            height: 3px;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transition: all 0.3s; }
          .guide-page .mobile-header .logo-box .pc-menu:before, .guide-page .mobile-header .logo-box .pc-menu:after {
            content: '';
            display: block;
            height: 3px;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .guide-page .mobile-header .logo-box .pc-menu.is-show span {
            opacity: 0; }
          .guide-page .mobile-header .logo-box .pc-menu.is-show:before {
            transform: rotate(45deg); }
          .guide-page .mobile-header .logo-box .pc-menu.is-show:after {
            transform: rotate(-45deg); }
    .guide-page .inner-guide .logo {
      height: 9vw;
      min-height: 32px;
      opacity: 1;
      display: none; }
      .guide-page .inner-guide .logo img {
        display: block;
        margin: 0 auto; }
    .guide-page .inner-guide .entry-content {
      margin-top: 100px;
      justify-content: space-between;
      flex-wrap: wrap;
      height: auto; }
      .guide-page .inner-guide .entry-content .svg {
        width: 15vw; }
      .guide-page .inner-guide .entry-content .enter-web {
        height: 27.5vw;
        width: calc((200% - 40px)/3 + 10px);
        padding: 20px 0 0 20px;
        min-width: 202px;
        min-height: 96px; }
        .guide-page .inner-guide .entry-content .enter-web p {
          font-size: 16px; }
        .guide-page .inner-guide .entry-content .enter-web a.enter {
          right: 20px;
          bottom: 20px;
          width: 72px;
          height: 24px;
          line-height: 24px;
          font-size: 12px; }
        .guide-page .inner-guide .entry-content .enter-web img.zl {
          display: none; }
      .guide-page .inner-guide .entry-content a.entry-item {
        width: calc((100% - 20px)/3);
        height: 27.5vw;
        margin-left: 0;
        margin-top: 9px;
        min-width: 96px;
        min-height: 96px; }
        .guide-page .inner-guide .entry-content a.entry-item .inner-entry-item {
          width: 100%; }
        .guide-page .inner-guide .entry-content a.entry-item .block {
          width: 10vw;
          height: 10vw;
          top: 4vw;
          left: 50%;
          transform: translateX(-50%); }
        .guide-page .inner-guide .entry-content a.entry-item i {
          left: 50%;
          transform: translateX(-50%);
          top: 5vw;
          font-size: 7vw; }
        .guide-page .inner-guide .entry-content a.entry-item p {
          font-size: 16px;
          white-space: nowrap;
          left: 50%;
          transform: translateX(-50%);
          top: 55%; }
          .guide-page .inner-guide .entry-content a.entry-item p:after {
            bottom: -20px;
            width: 100%; }
        .guide-page .inner-guide .entry-content a.entry-item:nth-of-type(1) {
          margin-top: 0; } }
    @media (max-width: 960px) and (any-hover: hover) {
      .guide-page .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
        margin-top: -0.5rem; }
      .guide-page .inner-guide .entry-content a.entry-item:hover i {
        font-size: 5rem;
        color: rgba(255, 255, 255, 0.2);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .guide-page .inner-guide .entry-content a.entry-item:hover p {
        font-weight: normal;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .guide-page .inner-guide .entry-content a.entry-item:hover .block {
        transform: scale(10); } }
  @media (max-width: 960px) {
      .guide-page .inner-guide .entry-content .entry-item-box {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: space-between; }
        .guide-page .inner-guide .entry-content .entry-item-box a.entry-item {
          width: 96vw;
          height: 96vw;
          margin-left: 0;
          margin-top: 9px; }
    .guide-page .inner-guide .btn-content {
      height: 52px;
      margin-top: 9px;
      flex-wrap: wrap;
      justify-content: center; }
      .guide-page .inner-guide .btn-content a.en {
        width: 126px;
        padding: 10px;
        margin-right: 5px;
        margin-bottom: 10px; }
        .guide-page .inner-guide .btn-content a.en .icon {
          font-size: 30px; }
      .guide-page .inner-guide .btn-content a.qr {
        width: 52px;
        margin-right: 5px;
        line-height: 52px;
        margin-bottom: 10px; }
        .guide-page .inner-guide .btn-content a.qr .icon-box {
          line-height: 52px; }
        .guide-page .inner-guide .btn-content a.qr.qr0 {
          z-index: 7; }
        .guide-page .inner-guide .btn-content a.qr.qr1 {
          z-index: 6; }
        .guide-page .inner-guide .btn-content a.qr.qr2 {
          z-index: 5; }
        .guide-page .inner-guide .btn-content a.qr.qr3 {
          z-index: 4; }
        .guide-page .inner-guide .btn-content a.qr.qr4 {
          z-index: 3; }
        .guide-page .inner-guide .btn-content a.qr.qr5 {
          z-index: 2; }
        .guide-page .inner-guide .btn-content a.qr.qr6 {
          z-index: 1; }
    .guide-page .inner-guide .show-item {
      transform: translateY(0);
      opacity: 1; } }
  .guide-page .bottom-info {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 8rem;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
    .guide-page .bottom-info .inner-info {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
      .guide-page .bottom-info .inner-info p {
        display: inline;
        color: #fff;
        font-size: 12px;
        line-height: 1; }
        .guide-page .bottom-info .inner-info p a {
          color: #fff; }
        .guide-page .bottom-info .inner-info p + p {
          margin-left: 0.5rem; }

@media (max-width: 960px) {
  .guide-page .bottom-info {
    height: 120px; }
    .guide-page .bottom-info .inner-info p {
      display: block;
      margin-bottom: 10px; } }
.fix-box {
  position: fixed;
  left: 20px;
  top: 56%;
  z-index: 99; }
  .fix-box a img {
    height: 7.5rem;
    width: auto; }
  @media (max-width: 960px) {
    .fix-box {
      display: none; } }

.index-layout {
  width: 80rem;
  margin: 0 auto; }

.guide-page002 {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: fixed;
  overflow: hidden; }
  .guide-page002 .index-banner-slick {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .guide-page002 .index-banner-slick .index-slider-item {
      display: block;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center; }
  .guide-page002 .inner-guide {
    z-index: 1;
    position: relative;
    transform: translateY(-50%);
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    height: fit-content; }
    .guide-page002 .inner-guide .top-logo {
      opacity: 0;
      transition: all .5s .5s ease;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .guide-page002 .inner-guide .top-logo .logo {
        display: inline-block;
        height: 4rem;
        cursor: auto; }
        .guide-page002 .inner-guide .top-logo .logo img {
          height: 100%; }
      .guide-page002 .inner-guide .top-logo .btn-content {
        display: flex;
        height: 3rem; }
        .guide-page002 .inner-guide .top-logo .btn-content .button {
          width: 7.5rem;
          height: 100%;
          border-radius: 5px;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-right: 0.5rem;
          position: relative;
          transition: transform 0.3s;
          overflow: hidden; }
          .guide-page002 .inner-guide .top-logo .btn-content .button i {
            font-size: 1.5rem;
            margin-right: 0.5rem;
            position: absolute;
            transition: all 0.5s;
            display: inline-block;
            left: 1rem; }
          .guide-page002 .inner-guide .top-logo .btn-content .button span {
            font-size: 0.9rem;
            line-height: 1;
            font-weight: bold;
            transform: translateX(1rem);
            transition: transform 0.5s;
            position: relative;
            z-index: 1; }
          .guide-page002 .inner-guide .top-logo .btn-content .button:before {
            content: "";
            position: absolute;
            width: 7.5rem;
            height: 7.5rem;
            border-radius: 50% 50% 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
          .guide-page002 .inner-guide .top-logo .btn-content .button.talent-btn {
            background-color: #fff;
            color: #DFB728; }
            .guide-page002 .inner-guide .top-logo .btn-content .button.talent-btn i {
              left: 1rem; }
            .guide-page002 .inner-guide .top-logo .btn-content .button.talent-btn:before {
              background-color: #DFB728; }
          .guide-page002 .inner-guide .top-logo .btn-content .button.tender-btn {
            background-color: #4AB1AD;
            color: #fff; }
            .guide-page002 .inner-guide .top-logo .btn-content .button.tender-btn:before {
              background-color: #12B8A0; }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover:before {
            top: -2.25rem;
            transform: scale(1.2); }
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover span {
            transform: translateX(0); }
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover i {
            transform: scale(2);
            left: 0.5rem;
            opacity: 0.2; }
          .guide-page002 .inner-guide .top-logo .btn-content .button:hover.talent-btn {
            color: #fff; } }
        .guide-page002 .inner-guide .top-logo .btn-content .btn-item {
          width: 3rem;
          height: 100%;
          border-radius: 4px;
          display: flex;
          justify-content: center;
          align-items: center;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          overflow: hidden;
          position: relative; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item i {
            font-size: 1.5rem;
            line-height: 1; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item span, .guide-page002 .inner-guide .top-logo .btn-content .btn-item i {
            z-index: 1; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item:before {
            content: "";
            position: absolute;
            width: 6rem;
            height: 6rem;
            border-radius: 50% 50% 0px 0px;
            left: -1.5rem;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #12B8A0; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en {
            background-color: #4DA7E3;
            margin-right: 0.5rem; }
            .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en span {
              color: #fff;
              font-weight: bold;
              font-size: 1.3rem; }
            .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en i {
              color: #fff; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item.qr-btn {
            background-color: #fff;
            cursor: pointer; }
            .guide-page002 .inner-guide .top-logo .btn-content .btn-item.qr-btn i {
              color: #4DA7E3; }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item:hover:before {
            top: -1.5rem;
            transform: scale(1.2); }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item:hover i {
            color: #fff !important; } }
      .guide-page002 .inner-guide .top-logo.show {
        opacity: 1; }
    .guide-page002 .inner-guide .m-btn {
      display: none; }
    .guide-page002 .inner-guide .entry-content {
      display: flex;
      height: 10rem;
      margin-top: 10rem; }
      .guide-page002 .inner-guide .entry-content .enter-web {
        background-color: #fff;
        border-radius: 0.5rem;
        width: 15rem;
        height: 100%;
        box-sizing: border-box;
        padding: 1.5rem 0 0 1.5rem;
        position: relative;
        overflow: hidden;
        cursor: pointer; }
        .guide-page002 .inner-guide .entry-content .enter-web img {
          position: absolute;
          opacity: 0.6; }
          .guide-page002 .inner-guide .entry-content .enter-web img.yxy {
            transform: rotateY(180deg);
            top: 0;
            right: 0;
            height: 4.8rem;
            max-height: 100%; }
        .guide-page002 .inner-guide .entry-content .enter-web .zl {
          position: absolute;
          width: 6.5rem;
          bottom: -0.75rem;
          left: 0; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-1, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-2, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-3, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-4, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            fill: none;
            stroke: #E4E4E4;
            stroke-linejoin: round;
            stroke-width: 0.75px; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-2, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-3, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-4, .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            stroke-linecap: round; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-3 {
            stroke-dasharray: 2.76 1.84 0.92 1.84; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-4 {
            stroke-dasharray: 11.05 0.92 2.76 1.84 0.92 1.84; }
          .guide-page002 .inner-guide .entry-content .enter-web .zl #svg .cls-5 {
            stroke-dasharray: 12 1 3 2 1 2; }
        .guide-page002 .inner-guide .entry-content .enter-web p {
          font-size: 1.6rem;
          line-height: 1;
          color: #333; }
        .guide-page002 .inner-guide .entry-content .enter-web a.enter {
          display: block;
          position: absolute;
          bottom: 1.5rem;
          right: 1.5rem;
          background-color: #1D9D9A;
          height: 2rem;
          width: 6rem;
          line-height: 2rem;
          text-align: center;
          color: #fff;
          font-size: 0.8rem;
          border-radius: 0.2rem;
          overflow: hidden; }
          .guide-page002 .inner-guide .entry-content .enter-web a.enter span {
            position: relative;
            z-index: 1; }
          .guide-page002 .inner-guide .entry-content .enter-web a.enter:before {
            content: "";
            position: absolute;
            width: 6rem;
            height: 6rem;
            border-radius: 50% 50% 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #9CC301; }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .entry-content .enter-web:hover {
            background-color: #19BAA3; }
            .guide-page002 .inner-guide .entry-content .enter-web:hover p {
              color: #fff; }
            .guide-page002 .inner-guide .entry-content .enter-web:hover a.enter:before {
              top: -2rem;
              transform: scale(1.2); } }
      .guide-page002 .inner-guide .entry-content .entry-item-box {
        display: flex; }
      .guide-page002 .inner-guide .entry-content a.entry-item {
        margin-left: 1rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item .inner-entry-item {
          width: 10rem;
          height: 100%;
          border-radius: 0.5rem;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          color: #fff;
          position: relative;
          overflow: hidden;
          transition: all .5s ease; }
        .guide-page002 .inner-guide .entry-content a.entry-item .block {
          width: 3rem;
          height: 3rem;
          background-color: rgba(255, 255, 255, 0.2);
          border-radius: 50%;
          position: absolute;
          left: 1.5rem;
          top: 1.5rem;
          transition: all .5s ease; }
        .guide-page002 .inner-guide .entry-content a.entry-item i {
          transition: all .5s ease;
          text-align: center;
          font-size: 1.5rem;
          position: absolute;
          top: 2.25rem;
          left: 2.25rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item p {
          font-size: 1.2rem;
          line-height: 1;
          font-weight: bold;
          position: absolute;
          left: 1.5rem;
          top: 5.5rem;
          transition: all .5s ease; }
          .guide-page002 .inner-guide .entry-content a.entry-item p:after {
            content: "";
            width: 4rem;
            height: 3px;
            background-color: rgba(255, 255, 255, 0.5);
            position: absolute;
            left: 0;
            bottom: -1.7rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(1) {
          position: relative; }
          .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(1) .inner-entry-item {
            background-color: rgba(77, 167, 227, 0.9); }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(2) .inner-entry-item {
          background-color: rgba(176, 206, 58, 0.9); }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(3) .inner-entry-item {
          background-color: rgba(18, 184, 160, 0.9); }
        .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(4) .inner-entry-item {
          background-color: rgba(223, 190, 75, 0.9); }
        @media (any-hover: hover) {
          .guide-page002 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
            margin-top: -0.5rem; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover .block {
            transform: scale(10); }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover i {
            font-size: 5rem;
            color: rgba(255, 255, 255, 0.2);
            top: 2.5rem;
            left: 2.65rem; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover p {
            font-weight: normal;
            top: 3.9rem;
            left: 3.4rem; }
            .guide-page002 .inner-guide .entry-content a.entry-item:hover p:after {
              background-color: #fff;
              width: 2rem;
              left: 50%;
              margin-left: -1rem;
              bottom: -1.15rem; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(1) .block {
            background-color: #4DA7E3; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(2) .block {
            background-color: #B0CE3A; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(3) .block {
            background-color: #12B8A0; }
          .guide-page002 .inner-guide .entry-content a.entry-item:hover:nth-of-type(4) .block {
            background-color: #DFBE4B; } }
    .guide-page002 .inner-guide .show-item {
      transform: translateY(-20px);
      opacity: 0;
      transition-property: transform,opacity;
      transition-duration: .8s; }
      .guide-page002 .inner-guide .show-item.show {
        transform: translateY(0);
        opacity: 1; }
        .guide-page002 .inner-guide .show-item.show.enter-web {
          transition-delay: 0.8s; }
        .guide-page002 .inner-guide .show-item.show.entry0 {
          transition-delay: 1s; }
        .guide-page002 .inner-guide .show-item.show.entry1 {
          transition-delay: 1.2s; }
        .guide-page002 .inner-guide .show-item.show.entry2 {
          transition-delay: 1.4s; }
        .guide-page002 .inner-guide .show-item.show.entry3 {
          transition-delay: 1.6s; }
        .guide-page002 .inner-guide .show-item.show.en {
          transition-delay: 1.8s; }
        .guide-page002 .inner-guide .show-item.show.qr-btn {
          transition-delay: 2s; }
  .guide-page002 .bottom-info {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 8rem;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
    .guide-page002 .bottom-info .inner-info {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      text-align: center; }
      .guide-page002 .bottom-info .inner-info p {
        display: inline;
        color: #fff;
        font-size: 0.7rem;
        line-height: 1; }
        .guide-page002 .bottom-info .inner-info p a {
          color: #fff; }
          .guide-page002 .bottom-info .inner-info p a:hover {
            color: #cfb36d; }
        .guide-page002 .bottom-info .inner-info p + p {
          margin-left: 0.5rem; }

@media (max-width: 1600px) {
  .index-layout {
    width: 68rem; } }
@media (max-width: 1440px) {
  .index-layout {
    width: 60rem; }

  .guide-page002 .inner-guide .top-logo .logo {
    height: 3.2rem; }
  .guide-page002 .inner-guide .top-logo .btn-content {
    height: 2.4rem; }
    .guide-page002 .inner-guide .top-logo .btn-content .btn-item {
      width: 2.4rem; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item:before {
        width: 4.8rem;
        height: 4.8rem;
        left: -1.2rem; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item i {
        font-size: 1.2rem; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en span {
        font-size: 1.1rem; } }
  @media (max-width: 1440px) and (any-hover: hover) {
    .guide-page002 .inner-guide .top-logo .btn-content .btn-item:hover:before {
      top: -1.2rem; } }
@media (max-width: 1440px) {
  .guide-page002 .inner-guide .entry-content {
    height: 8rem;
    margin-top: 8rem; }
    .guide-page002 .inner-guide .entry-content .enter-web {
      width: 12rem;
      padding: 1.2rem 0 0 1.2rem; }
      .guide-page002 .inner-guide .entry-content .enter-web img.yxy {
        height: 3.85rem; }
      .guide-page002 .inner-guide .entry-content .enter-web .zl {
        width: 5.2rem; }
      .guide-page002 .inner-guide .entry-content .enter-web a.enter {
        bottom: 1.2rem;
        right: 1.2rem;
        height: 1.6rem;
        width: 4.8rem;
        line-height: 1.6rem; }
        .guide-page002 .inner-guide .entry-content .enter-web a.enter:before {
          width: 4.8rem;
          height: 4.8rem; } }
    @media (max-width: 1440px) and (any-hover: hover) {
      .guide-page002 .inner-guide .entry-content .enter-web:hover a.enter:before {
        top: -1.6rem; } }
@media (max-width: 1440px) {
    .guide-page002 .inner-guide .entry-content a.entry-item {
      margin-left: 0.8rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item .inner-entry-item {
        width: 8rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item .block {
        width: 2.4rem;
        height: 2.4rem;
        top: 1.2rem;
        left: 1.2rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item i {
        font-size: 1.2rem;
        top: 1.8rem;
        left: 1.8rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item p {
        top: 4.4rem;
        left: 1.2rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item p:after {
          width: 2.4rem;
          height: 2px;
          bottom: -1.2rem; } }
    @media (max-width: 1440px) and (any-hover: hover) {
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
        margin-top: -0.5rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .block {
        transform: scale(8); }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover i {
        font-size: 4rem;
        top: 2rem;
        left: 2.1rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover p {
        top: 3.1rem;
        left: 1.6rem; }
        .guide-page002 .inner-guide .entry-content a.entry-item:hover p:after {
          width: 1.6rem;
          margin-left: -0.8rem;
          bottom: -0.9rem; } }

@media (max-width: 1280px) {
  .index-layout {
    width: 48rem; } }
@media (max-width: 960px) {
  .index-layout {
    width: 100%;
    min-width: 360px;
    padding: 0 20px;
    box-sizing: border-box; }

  .guide-page002 .inner-guide .top-logo {
    flex-wrap: wrap; }
    .guide-page002 .inner-guide .top-logo .logo {
      height: 9vw;
      min-height: 43px;
      opacity: 1;
      display: block; }
    .guide-page002 .inner-guide .top-logo .btn-content {
      display: none;
      height: 52px; }
      .guide-page002 .inner-guide .top-logo .btn-content .btn-item {
        width: 52px; }
        .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en {
          margin-right: 5px; }
          .guide-page002 .inner-guide .top-logo .btn-content .btn-item.en span {
            font-size: 16px; }
  .guide-page002 .inner-guide .m-btn {
    display: flex;
    justify-content: center;
    height: 52px;
    margin-top: 10px; }
    .guide-page002 .inner-guide .m-btn .button {
      width: 100px;
      height: 100%;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-right: 0.5rem; }
      .guide-page002 .inner-guide .m-btn .button i {
        font-size: 1.5rem;
        margin-right: 0.25rem; }
      .guide-page002 .inner-guide .m-btn .button span {
        font-size: 0.9rem;
        line-height: 1;
        font-weight: bold; }
      .guide-page002 .inner-guide .m-btn .button.talent-btn {
        background-color: #fff;
        color: #DFB728; }
      .guide-page002 .inner-guide .m-btn .button.tender-btn {
        background-color: #4AB1AD;
        color: #fff; }
    .guide-page002 .inner-guide .m-btn .btn-item {
      width: 52px;
      height: 100%;
      border-radius: 4px;
      display: flex;
      justify-content: center;
      align-items: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
      .guide-page002 .inner-guide .m-btn .btn-item i {
        font-size: 24px;
        line-height: 1; }
      .guide-page002 .inner-guide .m-btn .btn-item.en {
        background-color: #4DA7E3;
        margin-right: 5px; }
        .guide-page002 .inner-guide .m-btn .btn-item.en span {
          color: #fff;
          font-weight: bold;
          font-size: 24px; }
        .guide-page002 .inner-guide .m-btn .btn-item.en i {
          color: #fff; }
      .guide-page002 .inner-guide .m-btn .btn-item.qr-btn {
        background-color: #fff;
        cursor: pointer; }
        .guide-page002 .inner-guide .m-btn .btn-item.qr-btn i {
          color: #4DA7E3; }
  .guide-page002 .inner-guide .entry-content {
    margin-top: 100px;
    justify-content: space-between;
    flex-wrap: wrap;
    height: auto; }
    .guide-page002 .inner-guide .entry-content .svg {
      width: 15vw; }
    .guide-page002 .inner-guide .entry-content .enter-web {
      height: 27.5vw;
      width: calc((100% - 20px)/2);
      padding: 20px 0 0 20px;
      min-height: 96px; }
      .guide-page002 .inner-guide .entry-content .enter-web p {
        font-size: 18px; }
      .guide-page002 .inner-guide .entry-content .enter-web a.enter {
        right: 20px;
        bottom: 20px;
        width: 72px;
        height: 24px;
        line-height: 24px;
        font-size: 12px; }
      .guide-page002 .inner-guide .entry-content .enter-web img.zl {
        display: none; }
    .guide-page002 .inner-guide .entry-content a.entry-item {
      width: calc((100% - 20px)/2);
      height: 27.5vw;
      margin-left: 0;
      margin-top: 9px;
      min-width: 96px;
      min-height: 96px; }
      .guide-page002 .inner-guide .entry-content a.entry-item .inner-entry-item {
        width: 100%; }
      .guide-page002 .inner-guide .entry-content a.entry-item .block {
        width: 10vw;
        height: 10vw;
        top: 4vw;
        left: 50%;
        transform: translateX(-50%); }
      .guide-page002 .inner-guide .entry-content a.entry-item i {
        left: 50%;
        transform: translateX(-50%);
        top: 5vw;
        font-size: 7vw; }
      .guide-page002 .inner-guide .entry-content a.entry-item p {
        font-size: 16px;
        white-space: nowrap;
        left: 50%;
        transform: translateX(-50%);
        top: 55%; }
        .guide-page002 .inner-guide .entry-content a.entry-item p:after {
          bottom: -20px;
          width: 100%; }
      .guide-page002 .inner-guide .entry-content a.entry-item:nth-of-type(1) {
        margin-top: 0; } }
    @media (max-width: 960px) and (any-hover: hover) {
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .inner-entry-item {
        margin-top: -0.5rem; }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover i {
        font-size: 5rem;
        color: rgba(255, 255, 255, 0.2);
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover p {
        font-weight: normal;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .guide-page002 .inner-guide .entry-content a.entry-item:hover .block {
        transform: scale(10); } }
@media (max-width: 960px) {
    .guide-page002 .inner-guide .entry-content .entry-item-box {
      display: flex;
      flex-wrap: wrap;
      width: 100%;
      justify-content: space-between; }
      .guide-page002 .inner-guide .entry-content .entry-item-box a.entry-item {
        width: 96vw;
        height: 96vw;
        margin-left: 0;
        margin-top: 9px; }
  .guide-page002 .inner-guide .show-item {
    transform: translateY(0);
    opacity: 1; }
  .guide-page002 .bottom-info {
    height: 120px; }
    .guide-page002 .bottom-info .inner-info p {
      display: block;
      margin-bottom: 10px; } }
.all-qrcode-box {
  display: none;
  position: fixed;
  background-color: #1D9D9A;
  height: 100vh;
  width: 100vw;
  z-index: 2024;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .all-qrcode-box .index-header {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%; }
    .all-qrcode-box .index-header .index-layout {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .all-qrcode-box .index-header a.logo {
      display: block;
      height: 3rem; }
      .all-qrcode-box .index-header a.logo img {
        height: 100%; }
    .all-qrcode-box .index-header .right-nav {
      display: flex;
      align-items: center; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        display: flex;
        align-items: center;
        font-size: 0.8rem;
        line-height: 1;
        transform: translateX(30px);
        transition: all 0.3s;
        opacity: 0.3; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          color: #fff; }
          .all-qrcode-box .index-header .right-nav .top-nav a i {
            margin-right: 0.25rem; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          margin: 0 1rem;
          height: 0.8rem;
          width: 1px;
          background-color: #fff;
          opacity: 0.3; }
          .all-qrcode-box .index-header .right-nav .top-nav .line:last-of-type {
            display: none; }
      .all-qrcode-box .index-header .right-nav .right-btn {
        display: flex;
        z-index: 2024;
        margin-left: 2rem; }
        .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 1.2rem;
          width: 1.4rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            content: '';
            display: block;
            height: 0.2rem;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before {
            transform: rotate(45deg); }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            transform: rotate(-45deg); }
        @media (max-width: 1200px) {
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
            height: 20px;
            width: 24px; }
            .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn span, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
              height: 3px; } }
  .all-qrcode-box .qrcode-container {
    width: 40rem;
    margin: 0 auto;
    height: 100vh;
    box-sizing: border-box; }
    .all-qrcode-box .qrcode-container .qr-list {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      top: 50%;
      transform: translateY(calc(-50% + 2rem));
      margin: 0 auto;
      overflow-y: auto;
      margin-right: -0.5rem;
      max-height: calc(100vh - 230px); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar {
        width: 0.3rem;
        height: 0.3rem;
        background-color: inherit; }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-track {
        width: 0.3rem;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.5); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-thumb {
        width: 0.5rem;
        border-radius: 8px;
        background-color: #fff; }
      .all-qrcode-box .qrcode-container .qr-list .qr-item {
        width: 8rem;
        margin: 0 1rem 2rem;
        cursor: pointer;
        text-align: center; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
          width: 100%;
          height: 8rem;
          border-radius: 10px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: rgba(255, 255, 255, 0.2);
          margin-bottom: 1rem;
          position: relative; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img i {
            font-size: 3rem;
            color: #fff; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item span {
          font-size: 0.8rem;
          color: #fff;
          line-height: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img img {
          opacity: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img i {
          opacity: 0; }
  .all-qrcode-box.is-show .index-layout .right-nav .top-nav {
    opacity: 1;
    transform: translateX(0); }
  .all-qrcode-box.is-show .all-qrcode-content {
    opacity: 1;
    transform: translateY(0); }

@media (max-width: 1280px) {
  .all-qrcode-box .index-header a.logo {
    height: 2rem; }
  .all-qrcode-box .index-header .right-nav .top-nav .line {
    margin: 0 10px; }
  .all-qrcode-box .index-header .right-nav .right-btn {
    margin-left: 15px; } }
@media (max-width: 960px) {
  .all-qrcode-box .index-header {
    top: 20px; }
    .all-qrcode-box .index-header a.logo {
      height: 30px; }
    .all-qrcode-box .index-header .right-nav {
      position: relative; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        position: absolute;
        top: 40px;
        right: -10px;
        width: calc(100vw - 20px);
        flex-wrap: wrap;
        justify-content: center; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          flex-shrink: 0;
          font-size: 12px; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          flex-shrink: 0;
          margin: 0 5px; }
      .all-qrcode-box .index-header .right-nav .right-btn .search-btn {
        margin: 0 10px; }
      .all-qrcode-box .index-header .right-nav .right-btn a.en {
        margin-right: 10px; }
  .all-qrcode-box .qrcode-container {
    width: 100%; }
    .all-qrcode-box .qrcode-container .qr-list .qr-item {
      width: calc((100% - 6rem) / 3); }
      .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
        height: calc((100vw - 8rem) / 3); } }
.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;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f; }

.footer {
  min-width: 1360px;
  background-color: #356C6C; }
  .footer .links {
    position: relative;
    min-height: 60px;
    line-height: 60px;
    background-color: #349191; }
    .footer .links .linklist li {
      float: left; }
      .footer .links .linklist li + li {
        margin-left: 30px; }
      .footer .links .linklist li > a {
        display: block;
        color: #fff;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px; }
    .footer .links .linklist li.active {
      border-bottom: 4px solid #F59A23; }
      .footer .links .linklist li.active a {
        font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
        font-weight: 700; }
      .footer .links .linklist li.active > a:after {
        transform: rotate(45deg) !important; }
    .footer .links a.more-link {
      font-size: 0.7rem;
      color: #fff; }
      .footer .links a.more-link:after {
        content: "\e669";
        font-family: "iconfont";
        position: relative;
        display: inline-block;
        width: 25px;
        text-align: center;
        transition: all 0.2s;
        color: #E5C572; }
      .footer .links a.more-link.active:after {
        transform: rotate(45deg) !important; }
    .footer .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 20px 0;
      background-color: #349191;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6); }
        .footer .links .link-nav a + a {
          margin-left: 40px; }
        .footer .links .link-nav a:hover {
          color: #fff;
          background-color: #2d5b5b; }
    .footer .links .share-box {
      height: 3rem;
      display: flex;
      align-items: center; }
      .footer .links .share-box a.print {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        background-color: rgba(2, 167, 240, 0.96);
        border-radius: 0.2rem;
        text-align: center;
        line-height: 1.6rem;
        margin-left: 0.5rem; }
        .footer .links .share-box a.print i {
          color: #fff;
          font-size: 1rem; }
  .footer .footer-info {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 279px; }
    .footer .footer-info .left-info {
      overflow: hidden; }
      .footer .footer-info .left-info a.institution-logo {
        display: block;
        float: left; }
        .footer .footer-info .left-info a.institution-logo img {
          display: block;
          width: 90px; }
      .footer .footer-info .left-info .site-info {
        margin-left: 20px; }
        .footer .footer-info .left-info .site-info p {
          color: #fff;
          font-size: 14px;
          line-height: 28px; }
          .footer .footer-info .left-info .site-info p a {
            color: #fff; }
            .footer .footer-info .left-info .site-info p a:hover {
              color: #cfb36d; }
          .footer .footer-info .left-info .site-info p u {
            color: #c4c4c4; }
    .footer .footer-info .address-left {
      margin-top: 1rem; }
      .footer .footer-info .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .address-left p a {
          color: #fff; }
    .footer .footer-info .right-info {
      width: 730px;
      color: #fff; }
      .footer .footer-info .right-info .footer-columns {
        float: left; }
        .footer .footer-info .right-info .footer-columns ul {
          float: left;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal; }
          .footer .footer-info .right-info .footer-columns ul .column-head {
            font-size: 16px;
            line-height: 16px; }
          .footer .footer-info .right-info .footer-columns ul li {
            font-size: 14px;
            line-height: 14px;
            margin-top: 16px; }
          .footer .footer-info .right-info .footer-columns ul a {
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .footer-columns ul a:hover {
            color: #fff; }
        .footer .footer-info .right-info .footer-columns ul + ul {
          margin-left: 40px; }
      .footer .footer-info .right-info .qr-code {
        float: right;
        width: 15.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .footer .footer-info .right-info .qr-code .qr-item {
          margin: 0 0 0.5rem 0.5rem;
          width: 4.5rem;
          height: 4.5rem;
          border-radius: 0.4rem;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer .footer-info .right-info .qr-code .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0.5rem; }
          .footer .footer-info .right-info .qr-code .qr-item > span {
            font-size: 0.7rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .qr-code .qr-item .img-wrap {
            display: none;
            position: absolute;
            top: 5rem;
            left: 50%;
            margin-left: -2.75rem;
            width: 5.5rem;
            height: 6.75rem;
            background-color: #fff;
            border-radius: 0.2rem;
            box-sizing: border-box;
            padding-top: 0.5rem;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 1; }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 0.5rem solid transparent;
              border-bottom-color: #fff;
              position: absolute;
              top: -1rem;
              left: 50%;
              transform: translateX(-50%); }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap img {
              width: 4.5rem;
              height: 4.5rem;
              margin-bottom: 0.5rem; }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap span {
              font-size: 12px;
              line-height: 1;
              color: #333333; }
          .footer .footer-info .right-info .qr-code .qr-item + a.qr i {
            color: #D5513F; }
          .footer .footer-info .right-info .qr-code .qr-item:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
        .footer .footer-info .right-info .qr-code > a {
          display: block;
          float: right;
          width: 4.5rem;
          color: #fff;
          text-align: center;
          margin-left: 10px; }
          .footer .footer-info .right-info .qr-code > a img {
            display: block;
            width: 4.5rem;
            height: 4.5rem;
            margin-bottom: 6px; }
          .footer .footer-info .right-info .qr-code > a span {
            font-size: 12px;
            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; }
    .footer .footer-info .footer-info-bottom {
      padding-top: 40px; }
      .footer .footer-info .footer-info-bottom .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .footer-info-bottom .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .footer-info-bottom .address-left p a {
          color: #fff; }
      .footer .footer-info .footer-info-bottom .qr-code {
        width: 330px; }
        .footer .footer-info .footer-info-bottom .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer .footer-info .footer-info-bottom .qr-code a img {
            display: block;
            width: 90px;
            height: 90px;
            margin-bottom: 6px; }
          .footer .footer-info .footer-info-bottom .qr-code a span {
            display: block;
            max-height: 40px;
            font-size: 12px;
            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; }
  .footer .footlinks > .layout {
    display: flex;
    justify-content: space-between;
    height: 60px;
    align-items: center; }
  .footer .footlinks .share-box {
    font-size: 0; }
    .footer .footlinks .share-box span {
      font-family: 微软雅黑, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: white;
      font-size: 0.7rem; }
    .footer .footlinks .share-box .share-btn {
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      text-align: center;
      line-height: 1.6rem;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.15); }
      .footer .footlinks .share-box .share-btn i {
        font-size: 0.8rem;
        color: #fff; }
      .footer .footlinks .share-box .share-btn + .share-btn {
        margin-left: 0.5rem; }
  .footer .footlinks .footlinks-item a {
    position: relative;
    float: left;
    color: #fff; }
    .footer .footlinks .footlinks-item a:hover {
      color: #cfb36d; }
    .footer .footlinks .footlinks-item a + a {
      margin-left: 40px; }
      .footer .footlinks .footlinks-item a + a:before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        top: 22px;
        width: 1px;
        height: 16px;
        background-color: #fcfcfc; }
  .footer .footlinks .right-author {
    color: #c4c4c4;
    font-size: 14px; }
    .footer .footlinks .right-author a {
      color: #fff; }
      .footer .footlinks .right-author a:hover {
        color: #cfb36d; }

.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: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0.05rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 4.5rem;
  transition: all 0.3s;
  opacity: 1; }
  .aside-s-001 .aside-container {
    width: max-content;
    transition: all .5s;
    background-color: white;
    border-radius: 0.5rem;
    width: max-content;
    box-shadow: 2px -2px 10px rgba(29, 157, 154, 0.5); }
    .aside-s-001 .aside-container a {
      width: 4rem;
      height: 4rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 0.5rem;
      color: #1D9D9A;
      font-size: 0;
      transition: all 0.5s;
      margin: 0 auto 0.5rem;
      position: relative; }
      .aside-s-001 .aside-container a i {
        font-size: 1.5rem;
        margin-bottom: 0.5rem; }
      .aside-s-001 .aside-container a span {
        font-size: 0.7rem;
        line-height: 1.4;
        text-align: center;
        transition: all .5s; }
      .aside-s-001 .aside-container a .img-wrap {
        display: none;
        position: absolute;
        top: 0;
        right: calc(100% + 10px);
        width: 140px;
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 10px;
        font-size: 0;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .aside-s-001 .aside-container a .img-wrap:before {
          content: "";
          width: 0;
          height: 0;
          font-size: 0;
          border: 10px solid transparent;
          border-left-color: #fff;
          position: absolute;
          left: 100%;
          top: 1.75rem; }
        .aside-s-001 .aside-container a .img-wrap img {
          width: 120px;
          height: 120px;
          margin-bottom: 10px; }
        .aside-s-001 .aside-container a .img-wrap span {
          font-size: 14px;
          line-height: 1;
          color: #333333; }
      .aside-s-001 .aside-container a:hover span {
        font-weight: bold; }
      .aside-s-001 .aside-container a:hover .img-wrap {
        animation: popFadeIn .5S;
        display: flex; }
  .aside-s-001 .aside-btn {
    position: absolute;
    left: -1.75rem;
    width: 1.75rem;
    height: 4rem;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -3px 4px 3px rgba(29, 157, 154, 0.4); }
    .aside-s-001 .aside-btn i {
      font-size: 1.5rem;
      color: #1D9D9A;
      transition: all .5s; }
  .aside-s-001.show-aside {
    transform: translate(4.5rem, -50%); }
    .aside-s-001.show-aside .aside-container {
      overflow: hidden; }
    .aside-s-001.show-aside .aside-btn i {
      transform: rotate(180deg); }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 7.5rem;
  left: 0;
  height: 7.9rem;
  width: 14rem; }
  .float-win li {
    padding: 5px 0; }
    .float-win li .float-img {
      display: inline-block;
      position: relative; }
      .float-win li .float-img img {
        height: 7.9rem;
        width: 14rem; }
      .float-win li .float-img .close {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        opacity: 0.5; }

.share-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 24rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.9rem;
      font-weight: bold;
      height: 2.9rem;
      box-sizing: border-box;
      padding: 1rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.8rem;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.5rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box,
      .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.7rem;
        box-sizing: border-box;
        height: 1.6rem;
        width: 3rem;
        background-color: #4D99F2;
        border-radius: 0.2rem;
        line-height: 1.6rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.5rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }

@media (max-width: 1440px) {
  .footer {
    min-width: 1200px; }

  .footer .footer-info .left-info a.institution-logo img {
    width: 59px; }

  .footer .footer-info .right-info {
    width: 790px; }

  .footer .footer-info .right-info .footer-nav {
    zoom: 0.8; }

  .footer .footer-info .left-info .site-info p,
  .footer .footer-info .address-left p {
    font-size: 12px; }

  .footer .footer-info .footer-info-bottom .qr-code a {
    zoom: 0.8; } }
@media (max-width: 1200px) {
  .footer {
    min-width: 960px; }

  .footer .footer-info .right-info {
    width: 590px; }

  .footer .footer-info .right-info .footer-columns ul + ul {
    margin-left: 20px; }

  .aside-s-001 {
    display: none; } }
@media (max-width: 960px) {
  .footer {
    min-width: 720px; }

  .footer .footer-info {
    padding-bottom: 60px; }

  .footer .footer-info .right-info .footer-columns {
    display: none; }

  .footer .footer-info .footer-info-top,
  .footer .footer-info .footer-info-bottom {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .footer .footer-info .right-info,
  .footer .footer-info .footer-info-bottom .qr-code {
    width: auto; }

  .footer .footer-info .left-info {
    margin-bottom: 10px; }

  .footer .footer-info .address-left {
    text-align: center;
    margin-bottom: 10px; }

  .link-site-mask {
    padding: 0 15px;
    box-sizing: border-box; }
    .link-site-mask .link-site-box {
      width: calc(100% - 30px); }

  .footer .footlinks .right-author {
    font-size: 12px;
    float: none !important;
    text-align: center; }

  .footer .footer-info .right-info .qr-code {
    justify-content: center; }

  .footer .footlinks .share-box {
    display: none; }

  .footer .footlinks > .layout {
    justify-content: flex-end; }

  .footer .links {
    line-height: 30px; }
    .footer .links .linklist li {
      margin-right: 20px; }
      .footer .links .linklist li + li {
        margin-left: 0; } }
@media (max-width: 720px) {
  .footer {
    min-width: 360px; } }
.footer002 {
  background-image: url("../images/hxsy/footer_bg.jpg"); }
  .footer002 .links {
    max-height: 60px;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer002 .links .layout {
      position: relative; }
      .footer002 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer002 .links .layout ul li {
          font-size: 14px;
          line-height: 60px;
          flex-shrink: 0; }
          .footer002 .links .layout ul li + li {
            margin-right: 40px; }
          .footer002 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 20px; }
          .footer002 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer002 .links .layout a.link-more {
        position: absolute;
        right: 0;
        top: 21px;
        display: none;
        align-items: center; }
        .footer002 .links .layout a.link-more span {
          font-size: 14px;
          color: #fff; }
        .footer002 .links .layout a.link-more i {
          color: #DFB728;
          font-size: 14px;
          margin-left: 8px;
          transition: all 0.3s; }
    .footer002 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer002 .links.show-more .layout .link-more {
      display: flex; }
    .footer002 .links.open {
      max-height: 240px; }
      .footer002 .links.open a.link-more i {
        transform: rotate(180deg); }
  .footer002 .footer-info .layout {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 2rem;
    padding-bottom: 4.5rem; }
    .footer002 .footer-info .layout .logo {
      height: 3.5rem; }
    .footer002 .footer-info .layout .bottom-info {
      display: flex;
      justify-content: space-between;
      margin-top: 3.5rem; }
      .footer002 .footer-info .layout .bottom-info .left-info, .footer002 .footer-info .layout .bottom-info .address-phone {
        flex: 1; }
        .footer002 .footer-info .layout .bottom-info .left-info a.institution-logo, .footer002 .footer-info .layout .bottom-info .address-phone a.institution-logo {
          width: 2.85rem;
          height: 3.5rem;
          margin-right: 1.3rem; }
          .footer002 .footer-info .layout .bottom-info .left-info a.institution-logo img, .footer002 .footer-info .layout .bottom-info .address-phone a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer002 .footer-info .layout .bottom-info .left-info ul li, .footer002 .footer-info .layout .bottom-info .address-phone ul li {
          font-size: 0.7rem;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.7rem; }
          .footer002 .footer-info .layout .bottom-info .left-info ul li span, .footer002 .footer-info .layout .bottom-info .address-phone ul li span {
            color: #C4C4C4; }
          .footer002 .footer-info .layout .bottom-info .left-info ul li a, .footer002 .footer-info .layout .bottom-info .address-phone ul li a {
            color: #fff; }
      .footer002 .footer-info .layout .bottom-info .right-qr {
        margin-top: -4.5rem;
        flex: 1;
        display: flex;
        flex-wrap: wrap;
        width: 21rem;
        margin-right: -1rem; }
        .footer002 .footer-info .layout .bottom-info .right-qr .qr-item {
          margin: 0 1rem 1rem 0;
          width: 4.5rem;
          height: 4.5rem;
          border-radius: 0.4rem;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0.5rem; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .svg {
            width: 3rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.5rem;
            margin-bottom: -0.3rem; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item > span {
            font-size: 0.7rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6); }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap {
            display: none;
            position: absolute;
            top: 5rem;
            left: 50%;
            margin-left: -2.75rem;
            width: 5.5rem;
            height: 6.75rem;
            background-color: #fff;
            border-radius: 0.2rem;
            box-sizing: border-box;
            padding-top: 0.5rem;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 1; }
            .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 0.5rem solid transparent;
              border-bottom-color: #fff;
              position: absolute;
              top: -1rem;
              left: 50%;
              transform: translateX(-50%); }
            .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap img {
              width: 4.5rem;
              height: 4.5rem;
              margin-bottom: 0.5rem; }
            .footer002 .footer-info .layout .bottom-info .right-qr .qr-item .img-wrap span {
              font-size: 12px;
              line-height: 1;
              color: #333333; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item + a.qr i {
            color: #D5513F; }
          .footer002 .footer-info .layout .bottom-info .right-qr .qr-item:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
        .footer002 .footer-info .layout .bottom-info .right-qr > a {
          display: block;
          float: right;
          width: 4.5rem;
          color: #fff;
          text-align: center;
          margin-left: 10px; }
          .footer002 .footer-info .layout .bottom-info .right-qr > a img {
            display: block;
            width: 4.5rem;
            height: 4.5rem;
            margin-bottom: 6px; }
          .footer002 .footer-info .layout .bottom-info .right-qr > a span {
            font-size: 12px;
            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; }
  .footer002 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
    .footer002 .bottom .layout .left-author {
      font-size: 0.7rem; }
      .footer002 .bottom .layout .left-author span {
        color: #C4C4C4; }
      .footer002 .bottom .layout .left-author a {
        color: #fff; }
        .footer002 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer002 .bottom .layout .share-box {
      font-size: 0; }
      .footer002 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.7rem; }
      .footer002 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        line-height: 1.6rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer002 .bottom .layout .share-box .share-btn i {
          font-size: 0.8rem;
          color: #fff; }
        .footer002 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.5rem; }

@media (max-width: 1440px) {
  .footer002 .footer-info .layout .bottom-info .right-qr .qr-item {
    margin: 0 0.5rem 0.5rem 0; } }
@media (max-width: 960px) {
  .footer002 .footer-info .layout .logo {
    margin: 0 auto;
    display: block;
    height: 50px;
    max-width: 100%; }
  .footer002 .footer-info .layout .bottom-info {
    margin-top: 20px;
    flex-direction: column;
    align-items: center; }
    .footer002 .footer-info .layout .bottom-info .address-phone {
      margin-top: 20px; }
    .footer002 .footer-info .layout .bottom-info .right-qr {
      margin-top: 10px; } }
.footer003 {
  background: linear-gradient(to right, rgba(3, 121, 103, 0.9), rgba(3, 121, 103, 0.9)), url("../images/hxsy/footer_bg.png") no-repeat;
  z-index: 1;
  position: relative;
  background-size: cover;
  background-position: center center; }
  .footer003 .links {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer003 .links .layout {
      position: relative; }
      .footer003 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer003 .links .layout ul li {
          font-size: 0.7rem;
          line-height: 3rem;
          height: 3rem;
          flex-shrink: 0; }
          .footer003 .links .layout ul li + li {
            margin-right: 2rem; }
          .footer003 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 1rem; }
          .footer003 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer003 .links .layout a.link-more,
      .footer003 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 1.05rem;
        display: none;
        align-items: center; }
        .footer003 .links .layout a.link-more span,
        .footer003 .links .layout a.more-link span {
          font-size: 0.7rem;
          color: #fff;
          line-height: 1; }
        .footer003 .links .layout a.link-more i,
        .footer003 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.7rem;
          margin-left: 0.4rem;
          transition: all 0.3s; }
        .footer003 .links .layout a.link-more.active i,
        .footer003 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer003 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer003 .links.show-more .layout .link-more {
      display: flex; }
    .footer003 .links.open {
      max-height: 240px; }
      .footer003 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer003 .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 10px 0;
      background-color: #336667;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer003 .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 20px; }
  .footer003 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer003 .footer-info .inner-footer-info {
      padding-top: 2.5rem;
      padding-bottom: 2rem;
      display: flex;
      justify-content: space-between; }
      .footer003 .footer-info .inner-footer-info .info-item {
        width: 430px; }
      .footer003 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer003 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 1rem; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 3.7rem;
          height: 4.5rem;
          margin-right: 1rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul {
          padding-top: 0.5rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
            font-size: 14px;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.7rem; }
            .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
              color: #fff; }
              .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li a:hover {
                color: #cfb36d; }
      .footer003 .footer-info .inner-footer-info .address-phone ul {
        padding-top: 0.45rem; }
        .footer003 .footer-info .inner-footer-info .address-phone ul li {
          font-size: 14px;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.7rem; }
          .footer003 .footer-info .inner-footer-info .address-phone ul li span {
            color: rgba(255, 255, 255, 0.5); }
          .footer003 .footer-info .inner-footer-info .address-phone ul li a {
            color: #fff; }
      .footer003 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-right: -0.5rem; }
        .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
          margin: 0 0.35rem 0.5rem 0;
          width: 5rem;
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item img {
            width: 100%;
            margin-bottom: 0.5rem; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item > span {
            font-size: 14px;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            text-align: center; }
  .footer003 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
    .footer003 .bottom .layout .left-author {
      font-size: 0.7rem; }
      .footer003 .bottom .layout .left-author span {
        color: #fff; }
      .footer003 .bottom .layout .left-author a {
        color: #fff; }
        .footer003 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer003 .bottom .layout .share-box {
      font-size: 0; }
      .footer003 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.7rem; }
      .footer003 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        line-height: 1.6rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer003 .bottom .layout .share-box .share-btn i {
          font-size: 1rem;
          color: #fff; }
        .footer003 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.5rem; }

@media (max-width: 1440px) {
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 19rem; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
    margin: 0 0.25rem 0.5rem 0;
    width: 4.5rem; } }
@media (max-width: 1280px) {
  .footer003 .links .layout a.link-more {
    top: 14px; }
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 304px; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; } }
@media (max-width: 960px) {
  .footer003 .links {
    max-height: none; }
    .footer003 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer003 .links .layout ul li.link-item, .footer003 .links .layout ul li.tit u {
        display: none; }
      .footer003 .links .layout a.link-more {
        display: none !important; }
      .footer003 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer003 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer003 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer003 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer003 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer003 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px; }
    .footer003 .footer-info .inner-footer-info .address-phone {
      margin-top: 30px; }
      .footer003 .footer-info .inner-footer-info .address-phone ul {
        text-align: center;
        padding-top: 0; }
        .footer003 .footer-info .inner-footer-info .address-phone ul li {
          margin-bottom: 12px; }
          .footer003 .footer-info .inner-footer-info .address-phone ul li span {
            display: block;
            margin-bottom: 12px; }
    .footer003 .footer-info .inner-footer-info .right-qr {
      margin-top: 40px;
      justify-content: center;
      margin-right: 0; }
      .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer003 .bottom .layout {
    justify-content: center; }
    .footer003 .bottom .layout .share-box {
      display: none; } }
.second-nav-wrap {
  min-width: 1360px;
  background-position: center;
  background-size: cover;
  z-index: 1;
  position: relative; }
  .second-nav-wrap.dep-second-nav-wrap {
    background-color: #9CC301; }
  .second-nav-wrap .second-nav {
    height: 15rem;
    position: relative; }
  .second-nav-wrap .dm-second-nav h1 {
    padding: 3.75rem 0; }
  .second-nav-wrap .path {
    color: #fff;
    padding-top: 1rem; }
    .second-nav-wrap .path a {
      color: #fff; }
  .second-nav-wrap h1 {
    padding: 5.5rem 0 4.5rem;
    height: 15rem-3rem;
    line-height: 15rem-3rem;
    color: #fff;
    font-size: 2rem;
    box-sizing: border-box; }
    .second-nav-wrap h1.text-right {
      text-align: right; }
    .second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15rem-3rem; }
  .second-nav-wrap .second-nav-list {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
    .second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .second-nav-wrap .second-nav-list ul li:hover a {
          color: #12B8A0; }
        .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: 1.3rem;
          height: 0.2rem;
          background-color: #9CC301; }

.three-nav-wrap {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D7D7D7;
  min-width: 1360px;
  position: relative; }
  .three-nav-wrap .three-nav {
    line-height: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-nav-wrap .three-nav li {
      box-sizing: border-box;
      height: 3rem;
      text-align: center;
      position: relative;
      margin: 0 1rem; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333; }
        .three-nav-wrap .three-nav li a:hover {
          color: #9CC301; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.2rem;
        background-color: #1d9d9a; }
      .three-nav-wrap .three-nav li.cur a {
        color: #1D9D9A;
        font-weight: bold; }

.four-nav-wrap {
  min-width: 1360px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D7D7D7;
  padding: 0.6rem 0; }
  .four-nav-wrap .four-nav {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .four-nav-wrap .four-nav li {
      box-sizing: border-box;
      height: 1.5rem;
      text-align: center;
      line-height: 1.5rem;
      border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333;
        padding: 0 0.9rem;
        border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li.cur a {
        color: #fff;
        background-color: #1D9D9A; }

@media (max-width: 1440px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 1200px; } }
@media (max-width: 1200px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 960px; } }
@media (max-width: 960px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 720px; }

  .second-nav-wrap {
    margin-top: 60px;
    min-height: 120px; }
    .second-nav-wrap.dep-second-nav-wrap {
      margin-top: 80px; }

  .second-nav-wrap .second-nav {
    height: 100%;
    min-height: 120px; }

  .second-nav-wrap h1,
  .second-nav-wrap .dm-second-nav h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    padding: 42px 0 30px; }
    .second-nav-wrap h1.text-center,
    .second-nav-wrap .dm-second-nav h1.text-center {
      line-height: inherit; }

  .second-nav-wrap .second-nav-list ul li a,
  .three-nav-wrap .three-nav-box ul li a,
  .four-nav-wrap .four-nav-box ul li a {
    font-size: 12px; }

  .three-nav-wrap .three-nav {
    line-height: inherit; }

  .three-nav-wrap .three-nav li {
    height: auto;
    margin-bottom: 12px; }

  .three-nav-wrap {
    padding: 14px 0 2px 0; }

  .three-nav-wrap .three-nav li.cur:after {
    height: 2px;
    bottom: -2px; }

  .second-nav-wrap .second-nav-list ul li {
    height: 12px;
    margin-bottom: 10px; }

  .second-nav-wrap .second-nav-list ul li a {
    height: auto;
    line-height: 12px; }

  .second-nav-wrap .second-nav-list ul li.cur:after {
    height: 2px;
    bottom: -5px; }

  .four-nav-wrap {
    padding: 10px 0; }

  .four-nav-wrap .four-nav li {
    height: 20px;
    line-height: 20px; }

  .four-nav-wrap .four-nav li a {
    padding: 0 10px; } }
@media (max-width: 720px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 360px; }

  .second-nav-wrap .second-nav-list ul,
  .three-nav-wrap .three-nav-box ul {
    min-width: 360px; }

  .second-nav-wrap .second-nav-list ul li,
  .three-nav-wrap .three-nav-box ul li {
    margin-left: 10px;
    margin-right: 10px; } }
.version-nav {
  width: 100%;
  height: 25rem;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 16.2rem;
  box-sizing: border-box; }
  .version-nav h2 {
    font-size: 2.8rem;
    line-height: 1;
    color: #FFFFFF;
    padding-left: 1.5rem;
    position: relative;
    z-index: 1; }
    .version-nav h2:before {
      content: "";
      display: block;
      width: 0.5rem;
      height: 2.8rem;
      background-color: #12B8A0;
      position: absolute;
      left: 0;
      top: 0; }
  .version-nav:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 15rem;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4)); }

@media (max-width: 1440px) {
  .version-nav {
    height: 20rem;
    padding-top: 10rem; } }
@media (max-width: 960px) {
  .version-nav {
    height: auto;
    padding: 60px 0; }
    .version-nav h2 {
      margin: 0 auto;
      width: fit-content;
      font-size: 20px;
      padding-left: 10px; }
      .version-nav h2:before {
        height: 100%;
        width: 5px; } }
.menu-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-top: 8px solid;
  border-color: #D2AC85;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 8px 0; }
  .menu-header .inner-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8px;
    height: 36px; }
    .menu-header .inner-menu-header .left-logo a {
      height: 40px;
      display: block; }
      .menu-header .inner-menu-header .left-logo a img {
        height: 100%; }
    .menu-header .inner-menu-header .right-back i {
      font-size: 22px;
      font-weight: bold;
      color: #1D9D9A; }

.menu-container {
  padding-top: 48px; }
  .menu-container .menu-content .search {
    height: 60px;
    margin: 20px 27px; }
    .menu-container .menu-content .search .change-wrap {
      position: relative; }
      .menu-container .menu-content .search .change-wrap .keyword {
        width: 100%;
        height: 40px;
        padding-left: 8px;
        box-sizing: border-box;
        border: 1px solid rgba(29, 157, 154, 0.4);
        line-height: 40px;
        border-radius: 4px; }
      .menu-container .menu-content .search .change-wrap .search-submit {
        position: absolute;
        height: 100%;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer; }
        .menu-container .menu-content .search .change-wrap .search-submit i {
          font-size: 20px;
          line-height: 40px;
          color: #1D9D9A; }
  .menu-container .menu-content .min-nav ul {
    width: 100%; }
    .menu-container .menu-content .min-nav ul li {
      width: 100%; }
      .menu-container .menu-content .min-nav ul li .min-nav-item {
        margin: 0 27px;
        height: 60px;
        border-bottom: 1px solid #E4E4E4;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .menu-container .menu-content .min-nav ul li .min-nav-item a {
          color: #333;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          line-height: 60px;
          flex: 1; }
        .menu-container .menu-content .min-nav ul li .min-nav-item i {
          cursor: pointer;
          color: #1D9D9A;
          transition: all 0.3s; }
      .menu-container .menu-content .min-nav ul li .min-second-nav {
        display: none; }
        .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box {
          border-bottom: 1px solid #E4E4E4;
          margin: 0 27px; }
          .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box a.second-nav {
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 40px; }
          .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box .min-three-nav a.min-three-nav-item {
            display: inline-block;
            font-size: 12px;
            color: #7F7F7F;
            margin: 14px 14px 20px 0; }
        .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item.has-threenav {
          background-color: #F8F8F8; }
      .menu-container .menu-content .min-nav ul li:first-child .min-nav-item {
        border-top: 1px solid #E4E4E4; }
      .menu-container .menu-content .min-nav ul li.active .min-nav-item i {
        transform: rotate(180deg); }

.inner-list-content .share {
  cursor: pointer;
  position: relative; }
  .inner-list-content .share:hover .bdsharebuttonbox {
    display: block; }
  .inner-list-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .inner-list-content .share span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2; }
  .inner-list-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .inner-list-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 1;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .inner-list-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .inner-list-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .inner-list-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .inner-list-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .inner-list-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .inner-list-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .inner-list-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .inner-list-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .inner-list-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

.inner-list-item {
  position: relative; }
  .inner-list-item .inner-list-tit {
    height: 1rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      color: #666;
      position: relative;
      font-size: 0.7rem; }
      .inner-list-item .inner-list-tit .fl span {
        font-weight: normal; }
      .inner-list-item .inner-list-tit .fl i {
        font-family: Arial;
        color: #aaa;
        font-style: normal; }
    .inner-list-item .inner-list-tit .fl.list-title {
      font-size: 1.2rem;
      color: #1D9D9A;
      font-weight: normal; }
    .inner-list-item .inner-list-tit .tab-tit {
      display: block;
      color: #555; }
      .inner-list-item .inner-list-tit .tab-tit a {
        display: inline-block;
        color: #666;
        font-weight: normal;
        font-size: 0.7rem;
        position: relative;
        margin-bottom: 0.9rem; }
        .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: #1D9D9A; }
  .inner-list-item .inner-list-content {
    position: relative; }
    .inner-list-item .inner-list-content .aa {
      border-top: 1px solid #e4e4e4;
      padding-top: 30px;
      padding-bottom: 20px; }
    .inner-list-item .inner-list-content .bac {
      font-size: 0.9rem;
      font-weight: bold; }
    .inner-list-item .inner-list-content a:hover {
      color: #B7674D; }
    .inner-list-item .inner-list-content .mark {
      color: #1D9D9A; }
    .inner-list-item .inner-list-content .borderB {
      margin-bottom: 98px; }
    .inner-list-item .inner-list-content .list-news001 li, .inner-list-item .inner-list-content .list-video001 li {
      border-bottom: 1px solid #e4e4e4;
      padding: 1.5rem 0;
      height: 8rem;
      box-sizing: border-box;
      position: relative; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb, .inner-list-item .inner-list-content .list-video001 li.hasthumb {
        padding-left: 10rem; }
      .inner-list-item .inner-list-content .list-news001 li:last-child, .inner-list-item .inner-list-content .list-video001 li:last-child {
        border-bottom: none; }
      .inner-list-item .inner-list-content .list-news001 li .thumb, .inner-list-item .inner-list-content .list-video001 li .thumb {
        position: absolute;
        left: 0;
        top: 1.5rem;
        width: 9rem;
        height: 5rem;
        overflow: hidden; }
        .inner-list-item .inner-list-content .list-news001 li .thumb img, .inner-list-item .inner-list-content .list-video001 li .thumb img {
          display: block;
          width: 100%;
          height: 100%; }
        .inner-list-item .inner-list-content .list-news001 li .thumb i, .inner-list-item .inner-list-content .list-video001 li .thumb i {
          font-size: 1.5rem;
          color: rgba(255, 255, 255, 0.6);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 99; }
      .inner-list-item .inner-list-content .list-news001 li .title, .inner-list-item .inner-list-content .list-video001 li .title {
        font-size: 0.9rem;
        color: #333;
        height: 2.8rem;
        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; }
        .inner-list-item .inner-list-content .list-news001 li .title a:hover, .inner-list-item .inner-list-content .list-video001 li .title a:hover {
          color: #9CC301; }
      .inner-list-item .inner-list-content .list-news001 li h2, .inner-list-item .inner-list-content .list-video001 li h2 {
        font-size: 0.9rem;
        font-weight: bold; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb .info, .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
        width: calc(100% - 200px); }
      .inner-list-item .inner-list-content .list-news001 li.nothumb .info, .inner-list-item .inner-list-content .list-video001 li.nothumb .info {
        width: 100%; }
      .inner-list-item .inner-list-content .list-news001 li .info, .inner-list-item .inner-list-content .list-video001 li .info {
        font-size: 0.7rem;
        color: #999;
        line-height: 1.4rem;
        position: absolute;
        bottom: 1.25rem; }
        .inner-list-item .inner-list-content .list-news001 li .info .mark, .inner-list-item .inner-list-content .list-video001 li .info .mark {
          color: #999; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark .time, .inner-list-item .inner-list-content .list-video001 li .info .mark .time {
            color: #1D9D9A; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark u, .inner-list-item .inner-list-content .list-video001 li .info .mark u {
            padding: 0 0.5rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }

.list-announce001 li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem 0;
  position: relative; }
  .list-announce001 li:last-child {
    border-bottom: none; }
  .list-announce001 li .title {
    font-size: 0.9rem;
    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;
    margin-bottom: 0.85rem; }
    .list-announce001 li .title a:hover {
      color: #9CC301; }
  .list-announce001 li h2 {
    font-size: 0.9rem;
    font-weight: bold; }
  .list-announce001 li p {
    color: #797979;
    line-height: 1rem;
    margin-bottom: 0; }
  .list-announce001 li.nothumb .info {
    width: 100%; }
  .list-announce001 li .info {
    font-size: 0.7rem;
    color: #999;
    line-height: 1.4rem; }
    .list-announce001 li .info .mark {
      color: #999; }
      .list-announce001 li .info .mark .time {
        font-family: Arial;
        color: #1D9D9A; }
      .list-announce001 li .info .mark u {
        padding: 0 0.5rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.young-window, .young-window-inner {
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 15%; }
  .young-window a, .young-window-inner a {
    display: flex;
    height: 100%;
    width: 100%; }
    .young-window a img, .young-window-inner a img {
      width: 100%;
      height: 100%; }
    .young-window a i, .young-window-inner a i {
      right: 5px;
      color: rgba(143, 137, 137, 0.856);
      position: absolute;
      font-style: normal; }
  @media (max-width: 540px) {
    .young-window, .young-window-inner {
      width: 20%; } }

.wt_work {
  position: relative;
  left: 25px; }
  .wt_work .young-window-inner {
    position: absolute;
    top: 50px; }

.list-service001 li {
  width: 100%;
  height: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.5rem;
  background-color: #fff; }
  .list-service001 li i {
    font-size: 0.7rem;
    color: #C9C9C9; }
  .list-service001 li p {
    flex: 1;
    margin: 0 2.15rem 0 0.5rem; }
    .list-service001 li p a {
      font-size: 0.9rem;
      color: #333;
      font-family: 微软雅黑, sans-serif;
      font-weight: 400;
      font-style: normal;
      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; }
    .list-service001 li p:hover a {
      color: #9CC301; }
  .list-service001 li span {
    color: #1D9D9A;
    font-size: 0.7rem;
    line-height: 1; }

.list-news-image001 ul li {
  display: flex;
  padding: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 0.3s; }
  .list-news-image001 ul li:first-child {
    border-top: 1px solid #e5e5e5; }
  .list-news-image001 ul li a.img {
    display: block;
    width: 17.6%;
    box-sizing: border-box;
    padding: 0.25rem;
    border: 1px solid #e8e8e8;
    margin-right: 2rem;
    flex-shrink: 0; }
    .list-news-image001 ul li a.img .inner-img {
      width: 100%;
      padding-bottom: 56%;
      position: relative;
      overflow: hidden; }
      .list-news-image001 ul li a.img .inner-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s; }
    .list-news-image001 ul li a.img:hover .inner-img img {
      transform: scale(1.1); }
  .list-news-image001 ul li .right-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .list-news-image001 ul li .right-info a.tit {
      font-size: 0.9rem;
      font-weight: bold;
      color: #333;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      transition: all 0.3s; }
      .list-news-image001 ul li .right-info a.tit:hover {
        color: #1D9D9A; }
    .list-news-image001 ul li .right-info .content {
      font-size: 0.7rem;
      color: #666;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-top: 0.5rem; }
    .list-news-image001 ul li .right-info .bottom {
      margin-top: 1rem;
      font-size: 0;
      line-height: 1;
      overflow: hidden; }
      .list-news-image001 ul li .right-info .bottom span {
        font-size: 0.7rem;
        color: #999; }
        .list-news-image001 ul li .right-info .bottom span.time {
          color: #1D9D9A; }
        .list-news-image001 ul li .right-info .bottom span + span:before {
          content: "";
          height: 100%;
          border-left: 1px solid #c7c5c5;
          margin: 0 0.5rem; }
  .list-news-image001 ul li:hover {
    border-bottom-color: transparent;
    box-shadow: 0.25rem 0.25rem 1.25rem 0.25rem rgba(0, 0, 0, 0.15); }
    .list-news-image001 ul li:hover .right-info a.tit {
      color: #1D9D9A; }
.list-news-image001.party ul li .right-info a.tit:hover {
  color: #b10c06; }
.list-news-image001.party ul li .right-info .bottom span.time {
  color: #b10c06; }
@media (max-width: 960px) {
  .list-news-image001 ul li {
    padding: 15px 0; }
    .list-news-image001 ul li a.img {
      width: 128px;
      margin-right: 10px; }
    .list-news-image001 ul li .right-info .content {
      display: none; }
    .list-news-image001 ul li .right-info .bottom span {
      display: none; }
      .list-news-image001 ul li .right-info .bottom span.time {
        display: block; }
    .list-news-image001 ul li:hover {
      box-shadow: unset; } }

.list-service001.list-sevice-withnav {
  display: flex;
  justify-content: space-between; }
  .list-service001.list-sevice-withnav .nav3-list {
    width: 14rem; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      font-size: 0.9rem;
      color: #5F929D;
      height: 3.5rem;
      line-height: 3.5rem;
      padding-left: 1.5rem;
      box-sizing: border-box;
      border-bottom: 1px solid #DBC19E;
      position: relative; }
      .list-service001.list-sevice-withnav .nav3-list h2 i {
        position: absolute;
        left: 0;
        top: -23px;
        transform: rotate(270deg);
        font-size: 24px;
        font-weight: normal;
        color: #DBC19E; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding-top: 1rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        height: 2.3rem;
        width: 100%;
        line-height: 2.3rem;
        padding-left: 1.5rem;
        box-sizing: border-box; }
        .list-service001.list-sevice-withnav .nav3-list ul div a {
          display: inline-block;
          color: #555555;
          font-size: 0.8rem;
          position: relative;
          padding-left: 10px; }
          .list-service001.list-sevice-withnav .nav3-list ul div a:before {
            content: '';
            display: block;
            position: absolute;
            height: 0.8rem;
            width: 2px;
            background-color: #C69B59;
            left: 0;
            top: 0.75rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div.cur a {
        color: #5F929D;
        font-weight: bolder; }
      .list-service001.list-sevice-withnav .nav3-list ul div:hover {
        background-color: #5898A6; }
        .list-service001.list-sevice-withnav .nav3-list ul div:hover a {
          color: #fff; }
          .list-service001.list-sevice-withnav .nav3-list ul div:hover a:before {
            background-color: #fff; }
  .list-service001.list-sevice-withnav .service-list {
    width: 44.5rem; }

@media (max-width: 960px) {
  .list-service001.list-sevice-withnav .nav3-list {
    width: 120px;
    height: 446px;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #F2F2F2; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      display: none; }
    .list-service001.list-sevice-withnav .nav3-list .nav3-list-box {
      border-top: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      height: 380px;
      overflow-y: auto;
      overflow-x: hidden; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding: 0; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        padding: 0; }
  .list-service001.list-sevice-withnav .service-list {
    width: calc(100% - 130px); } }
.inner-img-content {
  margin: 1.5rem 0; }

.list-images001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.1rem;
  font-size: 0; }
  .list-images001 li {
    width: 19.25rem;
    margin-right: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .list-images001 li .img {
      display: block;
      width: 100%;
      height: 10.9rem;
      position: relative; }
      .list-images001 li .img img {
        width: 100%;
        height: 100%; }
      .list-images001 li .img .count {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3rem;
        height: 2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 0.7rem;
        text-align: center;
        line-height: 2rem; }
    .list-images001 li .title {
      margin: 10px 0;
      height: 2.7rem;
      color: #333;
      font-size: 0.9rem;
      line-height: 27px;
      max-height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-images001 li .title:hover a {
        color: #9CC301; }
    .list-images001 li .info {
      color: #aaa;
      font-size: 0.7rem;
      height: 0.7rem;
      line-height: 0.7rem; }
      .list-images001 li .info .mark .time {
        display: inline-block;
        margin-right: 1.5rem; }
      .list-images001 li .info .mark .comefrom {
        white-space: nowrap; }
      .list-images001 li .info .share i {
        color: #333; }
      .list-images001 li .info .share span {
        height: auto; }
      .list-images001 li .info .share .bdsharebuttonbox {
        right: 0;
        top: -6.75rem; }
        .list-images001 li .info .share .bdsharebuttonbox span {
          display: inline-block;
          color: #555;
          border-bottom: 1px solid #e4e4e4;
          width: 100%;
          height: 1rem; }
        .list-images001 li .info .share .bdsharebuttonbox:before {
          content: "";
          display: inline-block;
          width: 4.65rem;
          height: 1rem;
          position: absolute;
          bottom: -0.75rem;
          right: 0;
          background-color: transparent; }
    .list-images001 li:nth-child(3n+1):after {
      content: "";
      display: inline-block;
      width: 1200px;
      height: 1px;
      background-color: #e4e4e4;
      position: absolute;
      left: 0;
      bottom: 0; }

.list-leader-image001 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 3rem; }
  .list-leader-image001 li {
    width: 16.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.5rem 2rem; }
    .list-leader-image001 li .leader-photo {
      width: 7rem;
      height: 10rem; }
      .list-leader-image001 li .leader-photo img {
        width: 100%;
        height: 100%; }
    .list-leader-image001 li .leader-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-leader-image001 li .leader-info .leader-name {
        line-height: 1.2rem;
        font-size: 1.2rem;
        color: #1D9D9A;
        font-weight: normal;
        margin: 1rem 0; }
      .list-leader-image001 li .leader-info span {
        font-size: 0.8rem;
        color: #555; }
      .list-leader-image001 li .leader-info .leader-protit {
        line-height: 21px;
        max-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-leader-image001 li .leader-info .doc-protit {
        margin-top: 10px;
        line-height: 17px;
        max-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

.list-leader-text001 li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #d7d7d7; }
  .list-leader-text001 li .leader-photo {
    display: block;
    width: 7.2rem;
    height: 10rem;
    flex-shrink: 0; }
    .list-leader-text001 li .leader-photo img {
      width: 100%;
      height: 100%; }
  .list-leader-text001 li .leader-info {
    margin-left: 2rem;
    padding-right: 2rem; }
    .list-leader-text001 li .leader-info .leader-name {
      display: block;
      font-weight: normal;
      color: #1D9D9A;
      font-size: 1.2rem;
      margin-bottom: 1.2rem; }
    .list-leader-text001 li .leader-info .leader-protit {
      margin-bottom: 1.6rem; }
      .list-leader-text001 li .leader-info .leader-protit span {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        display: inline-block; }
        .list-leader-text001 li .leader-info .leader-protit span + span {
          margin-left: 1rem; }
    .list-leader-text001 li .leader-info .leader-intro {
      color: #797979;
      font-size: 14px;
      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; }

@media (max-width: 1200px) {
  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 16px;
    height: 48px;
    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; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 16px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li,
  .list-announce001 li {
    padding: 25px 0; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 160px); }

  .list-announce001 li .title {
    margin-bottom: 12px; }

  .list-service001 li {
    margin-bottom: 8px; }

  .list-service001 li p {
    margin: 0 24px 0 10px; }

  .list-service001 li p a {
    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; }

  .list-service001 li span {
    font-size: 12px; }

  .inner-list-content .share span,
  .inner-list-content .share .bdsharebuttonbox a {
    font-size: 12px; }

  .list-images001 li .title {
    font-size: 0.8rem;
    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; }

  .list-images001 li .info {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    width: 960px; }

  .list-leader-image001 li .leader-name {
    line-height: 20px;
    font-size: 20px; }

  .list-leader-image001 li span {
    font-size: 14px; }

  .list-leader-image001 li .doc-protit,
  .list-leader-image001 li .leader-protit {
    line-height: 15px;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 20px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 16px;
    line-height: 16px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .inner-list-item .inner-list-tit {
    height: 12px;
    line-height: 12px;
    padding-bottom: 17px;
    padding-top: 20px; }

  .inner-list-item .inner-list-tit .fl,
  .inner-list-item .inner-list-tit .tab-tit a {
    font-size: 12px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li {
    height: 112px;
    padding: 20px 0; }

  .inner-list-item .inner-list-content .list-news001 li .info,
  .inner-list-item .inner-list-content .list-video001 li .info {
    bottom: 15px; }

  .inner-list-item .inner-list-content .list-news001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-news001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content li .info .share {
    display: none; }

  .inner-list-item .inner-list-content .list-news001 li .thumb,
  .inner-list-item .inner-list-content .list-video001 li .thumb {
    width: 126px;
    height: 70px;
    top: 20px; }

  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 14px;
    height: 42px;
    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; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 14px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb {
    padding-left: 136px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 136px); }

  .inner-list-item .inner-list-content li .title a:hover {
    color: #333 !important; }

  .list-service001 li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 20px;
    height: 80px; }
    .list-service001 li p {
      flex-grow: 0;
      margin: 0 0 10px 0; }
      .list-service001 li p a {
        font-size: 14px;
        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; }
      .list-service001 li p:hover a {
        color: #333; }
    .list-service001 li i {
      display: none; }

  .list-images001 {
    justify-content: space-between;
    margin-right: 0; }

  .list-images001 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-bottom: 10px; }

  .list-images001 li .img {
    height: auto; }

  .list-images001 li .img .count {
    width: 40px;
    height: 20px;
    font-size: 12px;
    line-height: 20px; }

  .list-images001 li .title {
    margin: 8px 0;
    height: 40px;
    font-size: 14px;
    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; }

  .list-images001 li .info {
    margin-top: 28px; }

  .list-images001 li .info .mark {
    position: relative; }

  .list-images001 li .info .mark .comefrom {
    position: absolute;
    left: 0;
    top: -20px; }

  .list-images001 li .info .share i {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    display: none; }

  .list-images001 li:nth-child(2n+1):after {
    content: "";
    display: inline-block;
    width: calc(100vw - 20px);
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0; }

  .inner-list-item .inner-list-content .list-images001 li .info .share {
    display: block; }

  .list-leader-image001 {
    margin-top: 0; }

  .list-leader-image001 li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0; }

  .list-leader-image001 li .leader-photo {
    width: 69px;
    height: 96px;
    flex-shrink: 0; }

  .list-leader-image001 li .leader-info {
    align-items: flex-start;
    margin-left: 10px; }

  .list-leader-image001 li .leader-info .leader-name {
    margin: 0 0 33px; }

  .list-leader-text001 li {
    padding: 20px 0; }

  .list-leader-text001 li .leader-photo {
    width: 69px;
    height: 96px; }

  .list-leader-text001 li .leader-info {
    margin-left: 10px;
    padding-right: 0; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }

  .list-leader-text001 li .leader-info .leader-protit {
    margin-bottom: 18px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 14px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span + span {
    margin-left: 20px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    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; } }
@media (max-width: 720px) {
  .pages {
    width: 100%;
    height: 50%;
    background-color: #70B603;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 1;
    transform: rotate(30deg);
    transform: translateX(-10px);
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }
.list-department001 {
  position: relative;
  min-height: 30rem; }
  .list-department001 .inner-layout .container-inner .department-list {
    font-size: 0.8rem; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      display: flex; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        overflow: hidden;
        width: 12rem;
        height: 3rem;
        flex: 1;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #A2CDEC;
        background-color: #F0F6F9;
        position: relative;
        display: inline-block;
        line-height: 3rem;
        text-align: center; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          top: -1.1rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          bottom: -1.1rem;
          transform: rotate(90deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          top: -1.1rem;
          transform: rotate(270deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          bottom: -1.1rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #1D9D9A; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #1D9D9A;
          border-color: #1D9D9A; }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-bottom {
            color: rgba(255, 255, 255, 0.8); }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur p {
            color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      display: none;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        transition: all 0.3s;
        width: 14.5rem;
        height: 2.5rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.665rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        margin-top: 1.5rem;
        position: relative;
        line-height: 50px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.4rem;
          width: 0.4rem;
          box-sizing: border-box;
          position: absolute; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-top {
          top: 0;
          left: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-bottom {
          bottom: 0;
          left: 0;
          border-bottom: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-top {
          top: 0;
          right: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-right: 0.15rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-bottom {
          bottom: 0;
          right: 0;
          border-right: 0.15rem solid #D7D7D7;
          border-bottom: 0.15rem solid #D7D7D7; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:nth-child(4n) {
        margin-right: 0; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-p {
        padding-left: 1rem; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@media (max-width: 1200px) {
  .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
    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; } }
@media (max-width: 960px) {
  .list-department001 {
    padding: 0 10px; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      justify-content: center;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        height: 34px;
        line-height: 34px;
        margin-top: 10px;
        width: auto;
        padding: 0 10px;
        border: 1px solid #fff;
        background-color: #fff; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      justify-content: space-between; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        margin-right: 0;
        width: calc(50% - 15px); } }
.dm-doctor-list .inner-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dm-doctor-list .dm-doc-item {
  height: 17.5rem;
  width: 11.2rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem 2rem 0 2rem;
  margin: 0.5rem 0.4rem; }
  .dm-doctor-list .dm-doc-item .doc-item-info a {
    display: flex;
    width: 7.2rem;
    flex-direction: column;
    align-items: center; }
    .dm-doctor-list .dm-doc-item .doc-item-info a img {
      height: 10rem;
      width: 7.2rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a p.name {
      font-size: 0.9rem;
      margin-top: 0.5rem;
      line-height: 1.6rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a span.protit {
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
  .dm-doctor-list .dm-doc-item span.level-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .dm-doctor-list .dm-doc-item span.level-list u {
      font-size: 0.6rem;
      color: #aaa;
      line-height: 0.7rem; }
    .dm-doctor-list .dm-doc-item span.level-list u + u:before {
      content: '/';
      font-size: 0.6rem;
      color: #aaa; }

@media (max-width: 960px) {
  .dm-doctor-list .dm-doc-item {
    width: 30vw;
    height: 46vw;
    padding: 4vw 0 0;
    min-height: 166px;
    min-width: 114px; }
    .dm-doctor-list .dm-doc-item .doc-item-info a {
      width: 14vw;
      min-width: 50px;
      margin: 0 auto; }
      .dm-doctor-list .dm-doc-item .doc-item-info a img {
        height: 20vw;
        width: 14vw;
        min-width: 50px;
        min-height: 70px; } }
.list-special001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.3rem;
  position: relative; }
  .list-special001 .line {
    position: absolute;
    border-left: 1px solid #e4e4e4;
    height: calc(100% - 1.5rem);
    top: 0;
    left: 14.65rem; }
    .list-special001 .line.line1 {
      left: 29.95rem; }
    .list-special001 .line.line2 {
      left: 45.25rem; }
  .list-special001.list-mygzs li {
    width: 47%; }
    .list-special001.list-mygzs li a .img {
      height: 8.15rem; }
  .list-special001 li {
    margin-right: 1.3rem;
    width: 14rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    border-radius: 0.25rem;
    overflow: hidden;
    transition: all .5s; }
    .list-special001 li a {
      width: 100%;
      display: block;
      position: relative; }
      .list-special001 li a .img {
        width: 100%;
        height: 7.9rem;
        overflow: hidden; }
        .list-special001 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          transition: all 0.3s; }
      .list-special001 li a .info {
        padding: 0.75rem;
        box-sizing: border-box;
        height: max-content; }
        .list-special001 li a .info p {
          width: 100%;
          line-height: 25px;
          max-height: 50px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 16px;
          color: #333;
          height: 50px;
          text-align: center; }
      .list-special001 li a:after {
        height: 0.1rem;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #12B8A0;
        transition: .3s ease; }
      .list-special001 li a:hover {
        background: #1D9D9A; }
        .list-special001 li a:hover:after {
          width: 100%; }
        .list-special001 li a:hover .info p {
          color: white; }
        .list-special001 li a:hover .img img {
          transform: scale(1.1); }

@media (max-width: 1200px) {
  .list-special001 li a p {
    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;
    font-size: 14px; } }
@media (max-width: 960px) {
  .list-special001 li {
    width: 100%; }
    .list-special001 li a .img {
      height: 36vw; } }
.list-medicine001 .container-inner {
  padding-top: 3.4rem;
  position: relative; }
.list-medicine001 .medicine-search-box {
  top: 0.9rem;
  position: absolute;
  width: 28.75rem;
  margin-right: -14.375rem;
  right: 50%;
  font-size: 0.9rem;
  color: #333; }
  .list-medicine001 .medicine-search-box p.medicine-search-tit {
    line-height: 2.4rem;
    float: left; }
.list-medicine001 .medicine-search {
  width: 24rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-medicine001 .medicine-search .medicine-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-medicine001 .medicine-search .medicine-name::placeholder {
      color: #aaa; }
  .list-medicine001 .medicine-search .btn {
    position: absolute;
    height: 2.4rem;
    background: inherit;
    color: #036F6F;
    right: 0.7rem; }
    .list-medicine001 .medicine-search .btn i {
      font-size: 1.2rem;
      line-height: 2.4rem;
      color: #1D9D9A; }
.list-medicine001 .haschosen {
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.75rem;
  margin-bottom: 1rem; }
  .list-medicine001 .haschosen #formPosition {
    position: absolute;
    top: -7.5rem; }
  .list-medicine001 .haschosen span, .list-medicine001 .haschosen .medicine-num {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem; }
  .list-medicine001 .haschosen .medicine-count {
    display: flex;
    justify-content: space-between; }
    .list-medicine001 .haschosen .medicine-count .medicine-num b {
      font-weight: 400;
      color: #1D9D9A; }
  .list-medicine001 .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.7rem;
    margin-right: 0.25rem;
    line-height: 1.7rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
    background-color: #1D9D9A;
    color: #fff; }
    .list-medicine001 .haschosen .choose-list a i {
      font-size: 0.6rem;
      margin-left: 0.25rem; }
.list-medicine001 .medicine-list-wrap table {
  width: 100%;
  text-align: center;
  border: 1px solid #d7bf9d;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .list-medicine001 .medicine-list-wrap table thead {
    text-align: center;
    font-size: 18px;
    color: #bd382a;
    background-color: #efeee7; }
  .list-medicine001 .medicine-list-wrap table td {
    padding: 5px;
    font-size: 18x;
    border-collapse: collapse;
    border: 1px solid #d7bf9d; }
@media (max-width: 960px) {
  .list-medicine001 .container-inner {
    padding-top: 58px; }
  .list-medicine001 .medicine-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-medicine001 .medicine-search-box p.medicine-search-tit {
      display: none; }
  .list-medicine001 .medicine-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-medicine001 .medicine-search .medicine-name {
      height: 40px;
      line-height: 40px; }
    .list-medicine001 .medicine-search .btn {
      height: 40px; } }

/************************ 下载列表********************************/
.download-list li:hover a.dl-icon:before {
  color: #12B8A0; }
.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: #1D9D9A;
  color: #fff;
  display: inline-block;
  padding: 3px 15px; }
  .download-list li a.download:hover {
    background: #12B8A0; }
  .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: #1D9D9A;
    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"; }

.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .show-content .share > span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2;
    line-height: 1.4rem; }
  .show-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .show-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 2;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .show-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .show-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .show-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .show-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .show-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .show-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #1D9D9A;
      border-color: #1D9D9A;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

.news-show {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 40rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show .list-item .content .news-title h1 a {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.6rem;
          color: #444;
          line-height: 2.4rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 1rem 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 1rem; }
      .news-show .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show .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-show .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #1D9D9A;
            margin-bottom: 0.15rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show .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; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name, .news-show .list-item .related-expert ul li .doc-info .doc-job, .news-show .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show .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: 0.8rem;
            color: #1D9D9A;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 18rem; }
    .news-show .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.5rem;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.5rem;
          top: 0.5rem;
          width: 5.5rem;
          height: 4rem;
          overflow: hidden; }
          .news-show .news-right ul li .thumb img {
            display: block;
            width: 100%;
            height: 100%; }
        .news-show .news-right ul li p.title a {
          font-size: 0.8rem;
          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;
          color: #444; }
        .news-show .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.5rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 6.5rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.5rem; }
    .images-show .images-info .img-title a {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.6rem;
      color: #333;
      line-height: 1.6rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 32rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 55.9rem;
      height: 100%;
      background-color: #fff;
      margin: 0 auto; }
      .images-show .images-info .img-display .img-box .inner-img-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        height: 32rem; }
      .images-show .images-info .img-display .img-box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
      .images-show .images-info .img-display .img-box .slick-list {
        height: 100%; }
      .images-show .images-info .img-display .img-box .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 3.5rem;
        font-size: 0.9rem;
        z-index: 1; }
        .images-show .images-info .img-display .img-box .slick-arrow.prev {
          left: 0; }
        .images-show .images-info .img-display .img-box .slick-arrow.next {
          right: 0; }
      .images-show .images-info .img-display .img-box.slick-slider {
        position: static; }
    .images-show .images-info .img-display .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 5.3rem;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3rem;
      font-size: 0.9rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.9rem;
    margin: 20px 0;
    line-height: 27px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .images-show .images-info .info {
    font-size: 0.7rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.5rem; }
  .images-show .images-info .img-slide {
    margin: 1.25rem 0 1.5rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.15rem;
      height: 3.8rem;
      box-sizing: border-box;
      overflow: hidden;
      cursor: pointer; }
      .images-show .images-info .img-slide .img-item img {
        width: 100%;
        height: 100%; }
      .images-show .images-info .img-slide .img-item + .img-item {
        margin-left: 0.075rem; }
      .images-show .images-info .img-slide .img-item:hover {
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
    .images-show .images-info .img-slide .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 1.1rem;
      height: 3.8rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.8rem;
      font-size: 0.6rem;
      z-index: 1; }
      .images-show .images-info .img-slide .slick-arrow.prev {
        left: 0; }
      .images-show .images-info .img-slide .slick-arrow.next {
        right: 0; }
.images-show .hot-images {
  margin-top: 1.6rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.5rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.1rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 19.25rem;
        margin-right: 1.1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 10.9rem;
          position: relative; }
          .images-show .hot-images .hot-images-content .img-list li .img img {
            width: 100%;
            height: 100%; }
          .images-show .hot-images .hot-images-content .img-list li .img .count {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 3rem;
            height: 2rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.7rem;
            text-align: center;
            line-height: 2rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.5rem 0;
          height: 2.7rem;
          color: #333;
          font-size: 0.9rem;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .images-show .hot-images .hot-images-content .img-list li .title:hover a {
            color: #9CC301; }

.page-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; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 10px; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    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; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    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; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .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; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }
    .news-show .news-right h2 a.more:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #555; }
      .news-show .news-right h2 a.more:hover i {
        transform: translateX(-10px); }
      .news-show .news-right h2 a.more:hover span {
        transform: translateX(0); }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    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;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
.news-show003 {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show003 .list-item.has-right {
    width: 40rem; }
  .news-show003 .list-item {
    width: 100%; }
    .news-show003 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show003 .list-item .content .news-title {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show003 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 12rem;
          height: 0.1rem;
          background-color: #1D9D9A;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show003 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem;
          text-align: center; }
        .news-show003 .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show003 .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .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: 1.6rem;
            color: #444;
            line-height: 2.4rem; }
        .news-show003 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888; }
        .news-show003 .list-item .content .news-title span.time {
          margin: 1.5rem 0 0.5rem;
          display: inline-block; }
        .news-show003 .list-item .content .news-title span.comefrom {
          margin-left: 0.75rem; }
        .news-show003 .list-item .content .news-title .news-author {
          font-size: 0; }
          .news-show003 .list-item .content .news-title .news-author span {
            margin-right: 1rem;
            position: relative; }
            .news-show003 .list-item .content .news-title .news-author span + span:before {
              content: "|";
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              left: -0.5rem;
              top: 0;
              color: #D7D7D7; }
      .news-show003 .list-item .content .news-content {
        padding-top: 1rem; }
        .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% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show003 .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show003 .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show003 .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show003 .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show003 .list-item .left-tit {
      font-size: 1.2rem;
      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: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show003 .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show003 .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            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: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show003 .list-item .related-expert ul li .doc-info .depart {
            color: #1D9D9A;
            margin-bottom: 0.15rem; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            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; }
          .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: 0.5rem; }
        .news-show003 .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show003 .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show003 .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show003 .list-item .related-depart ul li {
          padding-top: 1rem; }
          .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: 0.8rem;
            color: #1D9D9A;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show003 .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show003 .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show003 .news-right {
    width: 18rem; }
    .news-show003 .news-right a.column-tit {
      width: 100%;
      height: 48px;
      background-color: rgba(29, 157, 154, 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: #1D9D9A;
        color: #fff; }
    .news-show003 .news-right ul {
      margin-top: 0.5rem;
      width: 100%; }
      .news-show003 .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.5rem;
        background-color: #fff;
        background-size: cover;
        transition: all 0.5s; }
        .news-show003 .news-right ul li:hover {
          background-image: url("../images/hxsy/mt_hover_bg.jpg"); }
          .news-show003 .news-right ul li:hover a p.title, .news-show003 .news-right ul li:hover a .time {
            color: #fff; }
        .news-show003 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.8rem 1rem;
          position: relative; }
        .news-show003 .news-right ul li p.title {
          font-size: 0.8rem;
          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;
          color: #333333; }
        .news-show003 .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.8rem; }
  .news-show003 .share-position {
    position: absolute;
    top: 0; }
  .news-show003 .share-box {
    position: absolute;
    top: 0;
    left: -3.8rem;
    width: 2.8rem;
    z-index: 11; }
    .news-show003 .share-box.position {
      position: fixed;
      top: 7.3rem;
      left: 50%;
      margin-left: -33.8rem; }
    .news-show003 .share-box .share-ico {
      width: 2.8rem;
      height: 2.8rem;
      line-height: 2.8rem;
      text-align: center;
      color: #AAAAAA;
      background-color: #E4E4E4;
      cursor: pointer; }
      .news-show003 .share-box .share-ico i {
        font-size: 1.5rem; }
      .news-show003 .share-box .share-ico.close {
        background-color: #1D9D9A;
        color: #fff; }
    .news-show003 .share-box .share-container .share-btn {
      display: block;
      background-color: #E4E4E4;
      width: 2.8rem;
      height: 2.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .news-show003 .share-box .share-container .share-btn span {
        display: none;
        font-size: 0.7rem; }
      .news-show003 .share-box .share-container .share-btn i {
        font-size: 1.2rem;
        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; }

@media (max-width: 1200px) {
  .news-show003 {
    width: 960px; }

  .news-show003 .list-item.has-right {
    width: 640px; }

  .news-show003 .news-right {
    width: 288px; }

  .news-show003 .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show003 .list-item .left-tit {
    font-size: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    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; }

  .news-show003 .news-right ul li a {
    padding: 12px 16px; }

  .news-show003 .news-right ul li p.title {
    font-size: 14px;
    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; }

  .news-show003 .news-right ul li .time {
    font-size: 12px; }

  .news-show003 .news-right ul li {
    height: 90px; }

  .news-show003 .list-item .content {
    padding-bottom: 10px; }

  .news-show003 .share-position {
    position: static; }

  .news-show003 .share-box.position {
    margin-left: -480px; }

  .news-show003 .share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .news-show003 .share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .news-show003 .share-box .share-ico i {
        font-size: 18px; }
    .news-show003 .share-box .share-container {
      display: flex; }
      .news-show003 .share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .news-show003 .share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .news-show003 {
    display: inherit;
    width: 100%; }

  .news-show003 .list-item.has-right {
    width: 100%; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show003 .list-item .content .news-title span.time {
    margin: 20px 0 12px; }

  .news-show003 .list-item .content .news-title span {
    font-size: 12px; }

  .news-show003 .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show003 .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show003 .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show003 .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show003 .list-item .related-depart {
    margin-top: 20px; }

  .news-show003 .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show003 .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show003 .news-right {
    width: 100%;
    margin-top: 30px; }

  .news-show003 .news-right ul li {
    height: 80px; }

  .news-show003 .share-box.position {
    margin-left: 10px;
    left: 0; }

  .news-show003 .share-box .share-container .share-btn:hover i {
    display: block; }
  .news-show003 .share-box .share-container .share-btn:hover span {
    display: none; } }
.news-show004 {
  padding-bottom: 4rem; }
  .news-show004 .list-item.has-right {
    width: 100%; }
  .news-show004 .list-item {
    width: 100%; }
    .news-show004 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show004 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show004 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 7.1rem;
          height: 0.1rem;
          background-color: #9CC301;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show004 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.5;
          text-align: center; }
        .news-show004 .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show004 .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show004 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.6rem;
          color: #333333;
          line-height: 1.5; }
        .news-show004 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show004 .list-item .content .news-title .time-comefrom {
          margin-top: 2rem;
          font-size: 0; }
          .news-show004 .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 1.05rem;
            position: relative; }
            .news-show004 .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.5rem; }
        .news-show004 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 1rem;
          display: flex;
          align-items: center; }
          .news-show004 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.7rem;
            line-height: 1; }
          .news-show004 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 1rem;
            margin-left: 0.5rem;
            line-height: 1;
            cursor: pointer; }
            .news-show004 .list-item .content .news-title .ctrl .btn i {
              font-size: 1rem; }
            .news-show004 .list-item .content .news-title .ctrl .btn:hover {
              color: #1D9D9A; }
              .news-show004 .list-item .content .news-title .ctrl .btn:hover i {
                color: #1D9D9A; }
      .news-show004 .list-item .content .news-content {
        padding-top: 2rem; }
        .news-show004 .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-show004 .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show004 .list-item .content .original-title {
        font-size: 0.8rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 1rem; }
      .news-show004 .list-item .content .share-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 1rem;
        font-size: 0; }
        .news-show004 .list-item .content .share-box .news-author {
          font-size: 0.7rem; }
          .news-show004 .list-item .content .share-box .news-author span {
            color: #888;
            margin-right: 1rem;
            position: relative; }
            .news-show004 .list-item .content .share-box .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.65rem;
              top: 0.15rem; }
        .news-show004 .list-item .content .share-box .inner-share span {
          color: #333333;
          font-size: 0.7rem;
          line-height: 1;
          display: inline-block; }
        .news-show004 .list-item .content .share-box .inner-share .share-btn {
          margin-left: 0.5rem; }
          .news-show004 .list-item .content .share-box .inner-share .share-btn i {
            font-size: 1rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show004 .list-item .content .share-box .inner-share .share-btn:hover i {
            color: #1D9D9A; }
    .news-show004 .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show004 .list-item .related-expert {
      margin-top: 2rem; }
      .news-show004 .list-item .related-expert ul {
        margin-top: 1rem; }
        .news-show004 .list-item .related-expert ul li {
          margin-top: 0.5rem; }
          .news-show004 .list-item .related-expert ul li a {
            height: 7.95rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 1rem;
            display: flex; }
            .news-show004 .list-item .related-expert ul li a .doc-img {
              width: 4.5rem;
              height: 6rem;
              margin-right: 2rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show004 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show004 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.9rem;
              color: #333;
              line-height: 1;
              margin-top: 0.5rem; }
            .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.5rem;
              font-size: 0; }
              .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.7rem;
                color: #000;
                line-height: 1; }
              .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 1rem; }
                .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.7rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show004 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show004 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.5rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.7rem; }
            .news-show004 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #1D9D9A; }
    .news-show004 .list-item .related-depart {
      margin-top: 2rem; }
      .news-show004 .list-item .related-depart ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show004 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.9rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 1rem; }
          .news-show004 .list-item .related-depart ul li .dep-tit:hover {
            color: #1D9D9A; }
        .news-show004 .list-item .related-depart ul li .dep-intro {
          font-size: 0.7rem;
          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; }
  .news-show004 .news-right {
    width: 100%;
    margin-top: 1rem; }
    .news-show004 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show004 .news-right a.column-tit span {
        font-size: 1.2rem; }
      .news-show004 .news-right a.column-tit i {
        font-size: 0.8rem; }
      .news-show004 .news-right a.column-tit:hover {
        color: #1D9D9A; }
    .news-show004 .news-right ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-top: 1rem;
      width: 100%; }
      .news-show004 .news-right ul li {
        width: calc(50% - 10px);
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 1rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show004 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show004 .news-right ul li:hover a p.title,
        .news-show004 .news-right ul li:hover a .time {
          color: #1D9D9A; }
        .news-show004 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.75rem;
          font-size: 0;
          position: relative; }
          .news-show004 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show004 .news-right ul li a .time {
            font-size: 0.7rem;
            color: #9CC301;
            display: inline-block;
            line-height: 1; }
          .news-show004 .news-right ul li a p.title {
            font-size: 0.8rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.4rem;
            height: 2.4rem; }

@media (max-width: 960px) {
  .news-show004-box {
    padding-top: 60px; }
    .news-show004-box .inner-layout {
      padding: 0 20px; }

  .news-show004 {
    display: block; }
    .news-show004 .list-item.has-right {
      width: 100%; }
    .news-show004 .news-right {
      width: 100%;
      margin-top: 20px; }

  .news-show003 {
    display: inherit;
    width: 100%; }

  .news-show003 .list-item.has-right {
    width: 100%; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show003 .list-item .content .news-title span.time {
    margin: 20px 0 12px; }

  .news-show003 .list-item .content .news-title span {
    font-size: 12px; }

  .news-show003 .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show003 .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show003 .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show003 .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show003 .list-item .related-depart {
    margin-top: 20px; }

  .news-show003 .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show003 .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show003 .news-right {
    width: 100%;
    margin-top: 30px; }

  .news-show003 .news-right ul li {
    height: 80px; }

  .news-show003 .share-box.position {
    margin-left: 10px;
    left: 0; }

  .news-show003 .share-box .share-container .share-btn:hover i {
    display: block; }
  .news-show003 .share-box .share-container .share-btn:hover span {
    display: none; } }
.list-doctor001 .container-inner {
  padding-top: 3.4rem;
  position: relative; }
.list-doctor001 .doctor-search-box {
  top: 0.9rem;
  position: absolute;
  width: 28.75rem;
  margin-right: -14.375rem;
  right: 50%;
  font-size: 0.9rem;
  color: #333; }
  .list-doctor001 .doctor-search-box p.doc-search-tit {
    line-height: 2.4rem;
    float: left; }
.list-doctor001 .doctor-search {
  width: 24rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-doctor001 .doctor-search .doctor-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-doctor001 .doctor-search .doctor-name::placeholder {
      color: #aaa; }
  .list-doctor001 .doctor-search .btn {
    position: absolute;
    height: 2.4rem;
    background: inherit;
    color: #036F6F;
    right: 0.7rem; }
    .list-doctor001 .doctor-search .btn i {
      font-size: 1.2rem;
      line-height: 2.4rem;
      color: #1D9D9A; }
@media (max-width: 960px) {
  .list-doctor001 .container-inner {
    padding-top: 58px; }
  .list-doctor001 .doctor-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-doctor001 .doctor-search-box p.doc-search-tit {
      display: none; }
  .list-doctor001 .doctor-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-doctor001 .doctor-search .doctor-name {
      height: 40px;
      line-height: 40px; }
    .list-doctor001 .doctor-search .btn {
      height: 40px; } }

.filter {
  margin: 0.75rem 0;
  overflow: hidden;
  background-color: #F8F5EB;
  padding: 0.5rem 1.5rem; }
  .filter dl {
    position: relative;
    font-size: 0.7rem;
    border-top: 1px solid #D7D7D7;
    padding: 0.5rem 0 0.25rem; }
    .filter dl:first-child {
      border-top: none; }
    .filter dl.depart-all dt {
      top: 0.65rem; }
    .filter dl.depart-all .tabs .tab-tit {
      height: 2.5rem;
      line-height: 2.5rem; }
      .filter dl.depart-all .tabs .tab-tit a {
        font-size: 0.8rem;
        overflow: visible; }
        .filter dl.depart-all .tabs .tab-tit a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 0.25rem;
          left: 0;
          bottom: -0.05rem; }
        .filter dl.depart-all .tabs .tab-tit a + a {
          margin-left: 2.75rem; }
        .filter dl.depart-all .tabs .tab-tit a.cur {
          color: #1D9D9A; }
          .filter dl.depart-all .tabs .tab-tit a.cur:before {
            background-color: #EAB660; }
    .filter dl.depart-all .tabs .tab-pannel {
      display: block;
      min-height: 2.6rem;
      overflow: hidden; }
      .filter dl.depart-all .tabs .tab-pannel li {
        display: none;
        overflow: hidden;
        padding: 0.25rem 0;
        min-height: 4.2rem;
        text-align: justify;
        width: 100%; }
        .filter dl.depart-all .tabs .tab-pannel li:first-child {
          display: block; }
    .filter dl dt {
      font-size: 0.8rem;
      height: 1.7rem;
      color: #333333;
      line-height: 1.7rem;
      position: absolute;
      left: 0;
      transform: translateY(0.25rem); }
    .filter dl dd {
      margin-left: 5.5rem;
      overflow: hidden;
      box-sizing: border-box; }
      .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: 1.3rem;
        height: 1.3rem;
        margin-bottom: 0.25rem;
        margin-top: 0.25rem;
        margin-right: 0.5rem;
        padding: 0 0.5rem;
        border-radius: 4px; }
        .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: #1D9D9A;
          color: #fff; }
        .filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
          color: #1D9D9A; }
        .filter dl dd > a.cur:hover, .filter dl dd .tab-pannel a.cur:hover {
          color: #fff; }

.haschosen {
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.75rem;
  margin-bottom: 1rem; }
  .haschosen #formPosition {
    position: absolute;
    top: -7.5rem; }
  .haschosen span, .haschosen .doctor-num {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem; }
  .haschosen .doc-count {
    display: flex;
    justify-content: space-between; }
    .haschosen .doc-count .doctor-num b {
      font-weight: 400;
      color: #1D9D9A; }
    .haschosen .doc-count .check-list a {
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      border: 1px solid #B7674D; }
      .haschosen .doc-count .check-list a i {
        font-size: 1rem;
        color: #B7674D; }
    .haschosen .doc-count .check-list a.cur {
      background-color: #B7674D; }
      .haschosen .doc-count .check-list a.cur i {
        color: #fff; }
    .haschosen .doc-count .check-list a + a {
      margin-left: 0.5rem; }
  .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.7rem;
    margin-right: 0.25rem;
    line-height: 1.7rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
    background-color: #1D9D9A;
    color: #fff; }
    .haschosen .choose-list a i {
      font-size: 0.6rem;
      margin-left: 0.25rem; }

.doctor-filter-mobile {
  height: 40px;
  width: 100%;
  box-shadow: 0 5px 5px #eee;
  margin-bottom: 20px;
  display: none;
  position: relative; }
  .doctor-filter-mobile .filter-title {
    flex: 1;
    width: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
    .doctor-filter-mobile .filter-title .filter-name {
      display: flex;
      justify-content: center; }
      .doctor-filter-mobile .filter-title .filter-name span {
        display: inline-block;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .doctor-filter-mobile .filter-title .filter-name i {
        color: #999999;
        margin-left: 8px;
        transition: all 0.3s;
        display: inline-block; }
    .doctor-filter-mobile .filter-title .filter-content {
      border-top: 1px solid #eee;
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #fff;
      width: 100%;
      z-index: 1;
      box-shadow: 0 5px 5px #eee;
      max-height: 50vh;
      overflow-y: auto; }
      .doctor-filter-mobile .filter-title .filter-content a {
        display: block; }
        .doctor-filter-mobile .filter-title .filter-content a.cur {
          background-color: rgba(29, 157, 154, 0.5);
          color: #fff; }
    .doctor-filter-mobile .filter-title .filter-content.depart-filter, .doctor-filter-mobile .filter-title .filter-content.protit-filter {
      overflow: visible; }
      .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs {
        justify-content: space-between;
        display: flex; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit {
          box-sizing: border-box;
          width: 30%;
          border-right: 1px solid #eee;
          max-height: 50vh;
          overflow-y: auto; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit a {
            display: block; }
            .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a.cur, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit a.cur {
              background-color: rgba(29, 157, 154, 0.5);
              color: #fff; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel {
          max-height: 50vh;
          overflow-y: auto;
          width: 70%; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel li, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel li {
            display: none; }
            .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel li:first-child, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel li:first-child {
              display: block; }
    .doctor-filter-mobile .filter-title.active .filter-name i {
      transform: rotate(180deg); }

@media (max-width: 960px) {
  .list-doctor003 {
    min-height: 50vh; }

  .filter {
    display: none; }

  .haschosen {
    display: none; } }
.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 18.9rem;
  height: 12.5rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.95rem;
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #1D9D9A;
    box-shadow: 0px 0.5rem 1.5rem rgba(29, 157, 154, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 6.5rem;
    padding-left: 5.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.45rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.3s; }
    .doctor-list-wrap .doctor-list li .detail .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 4.3rem;
      height: 6rem;
      overflow: hidden;
      border-radius: 0.25rem; }
      .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: 0.8rem;
      line-height: 0.8rem;
      margin-bottom: 0.5rem;
      display: flex;
      align-items: center; }
      .doctor-list-wrap .doctor-list li .detail h2 .logo-item {
        margin-left: 0.5rem;
        height: 1rem;
        padding: 0 0.25rem;
        border-radius: 4px;
        line-height: 1rem;
        border: 1px solid #1D9D9A;
        color: #1D9D9A;
        text-align: center;
        font-weight: normal;
        font-size: 12px; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #1D9D9A; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.7rem;
        color: #1D9D9A; }
        .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: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #1D9D9A; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.5rem; }
    .doctor-list-wrap .doctor-list li .detail .info u {
      color: #999; }
    .doctor-list-wrap .doctor-list li .detail p.col-goodat {
      color: #999;
      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;
      display: none; }
  .doctor-list-wrap .doctor-list li p {
    color: #666;
    font-size: 0.7rem;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .doctor-list-wrap .doctor-list li .code-box {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.6rem;
      height: 1.6rem;
      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 0.25rem 1rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.5rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.6rem;
        display: block;
        text-align: center;
        padding: 0.25rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #1D9D9A; }
    .doctor-list-wrap .doctor-list li .code-box:hover .code {
      display: block; }
.doctor-list-wrap .doctor-list li:nth-child(3n) {
  margin-right: 0; }
.doctor-list-wrap .doctor-list.col-list {
  margin-right: 0; }
  .doctor-list-wrap .doctor-list.col-list li {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    padding: 0.95rem 0; }
    .doctor-list-wrap .doctor-list.col-list li:hover {
      border-color: #e5e5e5;
      box-shadow: none;
      border-left-color: #fff;
      border-right-color: #fff;
      border-top-color: #fff; }
    .doctor-list-wrap .doctor-list.col-list li .detail {
      border-bottom: none;
      margin-bottom: 0; }
      .doctor-list-wrap .doctor-list.col-list li .detail p.col-goodat {
        display: block; }
    .doctor-list-wrap .doctor-list.col-list li p.raw-goodat {
      display: none; }

@media (max-width: 960px) {
  .doctor-list-wrap {
    padding: 0 10px; }
    .doctor-list-wrap .doctor-list li {
      width: 100%;
      height: 180px;
      margin-bottom: 10px; }
      .doctor-list-wrap .doctor-list li .detail {
        height: 100px; }
      .doctor-list-wrap .doctor-list li p {
        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; }

  .doctor-list-wrap .doctor-list li .detail h2 {
    margin-bottom: 8px;
    font-size: 14px; }

  .doctor-list-wrap .doctor-list li .detail .info > div {
    margin-bottom: 8px; }

  .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u,
  .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
    font-size: 12px; } }
.outpatient-doctor {
  overflow: hidden;
  background-color: #fff;
  min-height: 19.5rem;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .outpatient-doctor .outpatient {
      padding-top: 6rem; } }
  .outpatient-doctor .outpatient-banner {
    height: 15rem;
    width: 100%;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-size: cover; }
    .outpatient-doctor .outpatient-banner h2 {
      font-size: 2rem;
      line-height: 15rem;
      font-weight: normal;
      color: #fff;
      text-align: center; }
  .outpatient-doctor .inner-content {
    position: relative;
    min-height: 19.5rem; }
    .outpatient-doctor .inner-content .bg1, .outpatient-doctor .inner-content .bg2 {
      height: 24rem;
      width: 48rem;
      position: absolute;
      opacity: 0.4; }
    .outpatient-doctor .inner-content .bg1 {
      left: 0;
      top: 0; }
    .outpatient-doctor .inner-content .bg2 {
      right: 0;
      bottom: 0; }
    .outpatient-doctor .inner-content .inner-layout {
      z-index: 10;
      position: relative; }
      .outpatient-doctor .inner-content .inner-layout .doctor-path {
        height: 4.75rem;
        line-height: 4.75rem; }
        .outpatient-doctor .inner-content .inner-layout .doctor-path span, .outpatient-doctor .inner-content .inner-layout .doctor-path u {
          color: #AAAAAA;
          font-size: 14px; }
        .outpatient-doctor .inner-content .inner-layout .doctor-path a {
          font-size: 0.7rem; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        margin-top: 2rem;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 10rem;
          width: 7.5rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header img {
            height: 100%;
            width: 100%; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          height: 10rem;
          position: relative;
          overflow: hidden;
          width: 50.8rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg h3 {
            font-size: 1.6rem;
            font-weight: normal;
            margin-bottom: 1rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 0.9rem;
            line-height: 2rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg u {
            color: #AAAAAA; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail img.detail-bar {
            height: 0.1rem;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            text-align: right;
            font-size: 0;
            min-height: 12.95rem;
            display: flex; }
            .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img {
              width: 7rem;
              min-height: 11.4rem;
              text-align: center;
              height: 100%;
              box-sizing: border-box;
              margin-left: 1rem;
              color: #999;
              font-size: 0.75rem;
              display: inline-block; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img .qr-img-box {
                border: 1px solid #d7d7d7;
                margin: 0 auto 0.75rem; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img img {
                width: 100%;
                height: 100%;
                display: block; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 1rem;
        font-weight: normal;
        margin-top: 0.75rem;
        line-height: 2.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-info .intro-cont {
        text-indent: 2em;
        font-size: 0.8rem;
        line-height: 1.2rem; }
      .outpatient-doctor .inner-content .inner-layout .bar-line {
        width: 100%;
        padding: 1.5rem 0; }
        .outpatient-doctor .inner-content .inner-layout .bar-line img {
          height: 0.1rem;
          width: 100%; }
      .outpatient-doctor .inner-content .inner-layout .out-tit {
        height: 1.6rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .out-tit p {
          line-height: 1.6rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p span {
            font-size: 1rem;
            display: inline-block;
            margin-right: 1rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p u {
            font-size: 0.8rem;
            color: #7F7F7F; }
        .outpatient-doctor .inner-content .inner-layout .out-tit a {
          display: block;
          height: 1.6rem;
          width: 4.8rem;
          border-radius: 1.6rem;
          border: 1px solid #D7D7D7;
          position: relative;
          text-align: center;
          line-height: 1.6rem;
          transition: all 0.2s; }
          .outpatient-doctor .inner-content .inner-layout .out-tit a:hover {
            color: #fff;
            border-color: #5898A6;
            background-color: #5898A6; }
            .outpatient-doctor .inner-content .inner-layout .out-tit a:hover i {
              opacity: 1;
              transform: translateX(0); }
            .outpatient-doctor .inner-content .inner-layout .out-tit a:hover span {
              transform: translateX(-0.25rem); }
          .outpatient-doctor .inner-content .inner-layout .out-tit a i {
            display: inline-block;
            transform: translateX(-0.5rem);
            position: absolute;
            transition: transform 0.4s;
            color: #fff;
            opacity: 0;
            font-size: 14px; }
          .outpatient-doctor .inner-content .inner-layout .out-tit a span {
            position: relative;
            display: inline-block;
            transition: transform 0.2s;
            font-size: 0.7rem;
            top: -0.1rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .out-tit {
        margin-bottom: 0.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient p.area-title {
        font-size: 0.9rem;
        line-height: 3.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient h2.area-tit {
        font-size: 1rem;
        font-weight: normal;
        margin: 0.6rem 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips {
        display: flex;
        flex-direction: row-reverse;
        margin: 0.75rem 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips p {
          font-size: 14px;
          line-height: 20px;
          margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips p span.tips-text {
            color: #aaa; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .mobile-table-box {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table {
        width: 100%;
        border-collapse: collapse; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th, .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th {
          background-color: #7E9AA6;
          text-align: center;
          color: #fff;
          height: 3rem;
          line-height: 3rem;
          font-weight: normal;
          font-size: 0.8rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th.week p {
            line-height: 1.2rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td {
          padding: 1.5rem 0;
          background-color: #fff;
          vertical-align: center;
          text-align: center;
          font-size: 0.8rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor {
          position: relative;
          text-align: left;
          width: 11%;
          padding-left: 0.5rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1 {
            height: 2rem;
            width: 2rem;
            background-color: #54A0EA;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1:after {
              content: '专家'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C0 {
            height: 2rem;
            width: 2rem;
            background-color: #49a135;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C0:after {
              content: '普通'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C3 {
            height: 2rem;
            width: 2rem;
            background-color: #DF6B79;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C3:after {
              content: '特需'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C9 {
            height: 2rem;
            width: 2rem;
            background-color: #808086;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C9:after {
              content: '停诊'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info {
            display: none;
            position: absolute;
            padding: 1rem 1rem;
            min-width: 10rem;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
            z-index: 2022;
            border-radius: 0.2rem;
            top: calc(50% + 2rem);
            left: calc(-7.25rem + 50%); }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info {
              display: flex; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info div {
                padding: 0; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                height: 4.9rem;
                width: 3.5rem;
                margin-right: 1rem; }
                .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 4.9rem;
                  width: 3.5rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p {
              font-size: 0.7rem;
              line-height: 1.8rem;
              white-space: nowrap; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p u {
                display: inline-block;
                width: 3.25rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 1rem;
              width: 1.4rem;
              overflow: hidden;
              top: -1rem;
              left: calc(50% - 0.7rem); }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              transform: rotate(45deg);
              transform-origin: left bottom; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile {
        width: 100%;
        border-collapse: collapse;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th, .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th {
          background-color: #7E9AA6;
          color: #fff;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-weight: normal;
          font-size: 12px; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th.title-keshi {
          width: 25%; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td {
          font-size: 12px;
          text-align: center;
          height: 30px;
          position: relative; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C0 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #54A0EA; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C0:after {
              content: '专家'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C1 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #49a135; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C1:after {
              content: '普通'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C3 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #DF6B79; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C3:after {
              content: '特需'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C9 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #808086; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C9:after {
              content: '停诊'; }
      @media (max-width: 960px) {
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-box {
          display: none; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .mobile-table-box {
          display: block; } }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        margin-top: 0.75rem;
        width: 100%;
        height: 20.5rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item {
          height: 17.5rem;
          width: 11.2rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 2rem 2rem 0 2rem;
          margin: 10px auto; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a {
            display: flex;
            width: 7.2rem;
            flex-direction: column;
            align-items: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a img {
              height: 10rem;
              width: 7.2rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a p.name {
              font-size: 0.9rem;
              margin-top: 0.5rem;
              line-height: 1.6rem;
              white-space: nowrap; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a span.protit {
              font-size: 0.7rem;
              margin-bottom: 0.5rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u {
              font-size: 0.6rem;
              color: #aaa;
              line-height: 0.7rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u + u:before {
              content: '/';
              font-size: 0.6rem;
              color: #aaa; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots {
          display: none;
          bottom: -20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li {
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background-color: #D7D7D7; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li button:before {
              content: ''; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li.slick-active {
            background-color: #FAAD69; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: 0;
        visibility: hidden;
        margin: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group {
          display: flex;
          flex-wrap: wrap; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
            background-color: #fff;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            width: calc(33vw - 25px);
            height: calc(46vw - 10px);
            padding: 4vw 0 0;
            min-height: 166px;
            min-width: 114px;
            box-sizing: border-box;
            margin: 10px; }
            @media (max-width: 960px) {
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
                margin: 3px; } }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a {
              display: flex;
              flex-direction: column;
              align-items: center;
              width: 14vw;
              min-width: 50px;
              margin: 0 auto; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a p.name {
                font-size: 0.9rem;
                margin-top: 0.5rem;
                line-height: 1.6rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a span.protit {
                font-size: 0.7rem;
                margin-bottom: 0.5rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a img {
                height: 20vw;
                width: 14vw;
                min-width: 50px;
                min-height: 70px; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list {
              display: flex;
              flex-wrap: wrap;
              justify-content: center; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list u {
                font-size: 0.6rem;
                color: #aaa;
                line-height: 0.7rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list u + u:before {
                content: '/';
                font-size: 0.6rem;
                color: #aaa; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          height: 5.25rem;
          width: 29rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item:nth-child(-n+2) {
            border-bottom: 1px solid rgba(215, 215, 215, 0.51); }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            height: 3.25rem;
            width: 3rem;
            border-radius: 0.2rem;
            text-align: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box u {
              display: block;
              height: 1rem;
              line-height: 1rem;
              font-size: 0.6rem;
              color: #fff;
              width: 100%;
              border-top-right-radius: 0.2rem;
              border-top-left-radius: 0.2rem;
              background-color: #1D9D9A; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box span {
              display: block;
              height: 2.2rem;
              width: 100%;
              background-color: #EEEEEE;
              line-height: 2.2rem;
              border-bottom-left-radius: 0.2rem;
              border-bottom-right-radius: 0.2rem;
              font-size: 1.2rem;
              color: #1D9D9A; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            width: 25rem;
            font-size: 0.8rem;
            line-height: 32px;
            max-height: 64px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        height: 170px;
        justify-content: center;
        display: none; }
        .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img {
          width: 7rem;
          min-height: 11.4rem;
          text-align: center;
          height: 100%;
          box-sizing: border-box;
          margin-left: 1rem;
          color: #999;
          font-size: 0.75rem;
          display: inline-block; }
          .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img img {
            width: 7rem;
            height: 7rem;
            display: block;
            margin: 0 auto 0.75rem; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: none; }
  @media (max-width: 960px) {
    .outpatient-doctor .inner-content {
      padding: 0 10px; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        justify-content: start; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 170px;
          width: 120px;
          margin-right: 10px; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          width: auto;
          flex: 1;
          height: 170px; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            display: none; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 14px; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 16px; }
      .outpatient-doctor .inner-content .inner-layout .out-tit p u {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        visibility: hidden;
        height: 0;
        min-height: 0;
        margin: 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: auto;
        visibility: visible;
        margin-bottom: 30px; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        justify-content: start;
        flex-direction: column; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          border-bottom: 1px solid rgba(215, 215, 215, 0.51);
          width: 100%; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            flex: 1; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        display: flex; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: block; } }

.list-doctor002 .container-inner {
  position: relative; }
.list-doctor002 .doctor-search-box {
  display: flex;
  width: 100%;
  height: 2.5rem;
  margin: 2rem 0; }
  .list-doctor002 .doctor-search-box p.doc-search-tit {
    line-height: 2.4rem;
    font-size: 0.9rem;
    color: #333;
    white-space: nowrap; }
  .list-doctor002 .doctor-search-box .doc-search-select {
    height: 2.5rem;
    width: 16rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    border: 1px solid #E4E4E4;
    margin-right: 0.85rem;
    position: relative; }
    .list-doctor002 .doctor-search-box .doc-search-select .select-msg {
      display: block;
      height: 100%;
      width: 100%;
      line-height: 2.5rem;
      font-size: 0.8rem;
      box-sizing: border-box;
      padding-left: 1rem; }
    .list-doctor002 .doctor-search-box .doc-search-select i.select-down {
      position: absolute;
      color: #AAAAAA;
      right: 0.85rem;
      font-size: 0.9rem;
      top: 0.8rem; }
    .list-doctor002 .doctor-search-box .doc-search-select i.clear-msg {
      position: absolute;
      right: 2.25rem;
      top: 0.85rem;
      color: #aaa; }
    .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box {
      display: none;
      width: 27.5rem;
      box-sizing: border-box;
      height: auto;
      position: absolute;
      background-color: #fff;
      top: 3rem;
      left: 0;
      z-index: 999;
      border-radius: 0.2rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #D7D7D7;
      padding: 0.5rem; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit {
        margin: 0 0.5rem;
        padding-top: 0.5rem;
        border-bottom: 1px solid #D7D7D7;
        display: flex; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit a {
          display: block;
          height: 1.5rem;
          min-width: 6rem;
          text-align: center;
          border-radius: 0.2rem;
          margin-bottom: 0.5rem;
          color: #1D9D9A;
          font-size: 0.7rem;
          line-height: 1.5rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit a.active {
          background-color: #1D9D9A;
          color: #fff; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel {
        display: none; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option {
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 0.5rem;
          border-bottom: 1px solid #d7d7d7; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option li.depart-class-item {
            height: 1.5rem;
            min-width: 6rem;
            border-radius: 0.2rem;
            color: #1D9D9A;
            font-size: 0.7rem;
            line-height: 1.5rem;
            text-align: center; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option li.depart-class-item.cur {
            background-color: #1D9D9A;
            color: #fff; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box {
          box-sizing: border-box;
          margin-top: 1rem; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel {
            display: none;
            flex-wrap: wrap;
            margin-right: -0.5rem; }
            .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a {
              display: flex;
              height: 36px;
              width: 6rem;
              font-size: 12px;
              align-items: center;
              line-height: 0.8rem;
              margin-right: 0.5rem; }
              .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a p {
                line-height: 16px;
                max-height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a:hover {
                color: #12B8A0; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel.cur {
            display: flex; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel.active {
        display: block; }
    .list-doctor002 .doctor-search-box .doc-search-select .position-option-box {
      display: none;
      z-index: 999;
      border-radius: 0.2rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      position: absolute;
      background-color: #fff;
      top: 3rem;
      left: 0;
      border: 1px solid #D7D7D7; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box {
        width: 16rem;
        display: flex;
        box-sizing: border-box;
        height: auto;
        padding: 0.75rem 0; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit {
        width: 6rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          box-sizing: border-box;
          padding: 0 0.5rem;
          height: 1.7rem;
          width: 100%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item span {
            font-size: 0.7rem; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item i {
            transition: all 0.3s;
            transform: translateX(-10px);
            opacity: 0;
            color: #1D9D9A;
            font-size: 0.7rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur {
          background-color: rgba(29, 157, 154, 0.3); }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur span {
            color: #1D9D9A; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur i {
            opacity: 1;
            transform: translateX(0); }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box {
        width: 10rem;
        border-left: 1px solid #d7d7d7; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel {
          display: none; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item {
            padding-left: 0.5rem; }
            .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item a {
              font-size: 0.7rem; }
              .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item a:hover {
                color: #12B8A0; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel.cur {
          display: block; }
@media (max-width: 960px) {
  .list-doctor002 .doctor-search-box {
    flex-direction: column;
    height: auto; }
    .list-doctor002 .doctor-search-box .doc-search-select {
      width: 100%;
      margin-bottom: 15px; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box {
        width: 100%; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box {
        width: 100%; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box {
          width: 100%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box .position-tit {
            width: 35%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box .inner-position-box {
            width: 65%; }
    .list-doctor002 .doctor-search-box .doctor-search {
      width: 100%;
      margin-bottom: 15px; }
    .list-doctor002 .doctor-search-box .doc-search-btn {
      width: 100%; } }
.list-doctor002 .doctor-search {
  width: 16rem;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-right: 0.85rem; }
  .list-doctor002 .doctor-search .doctor-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-doctor002 .doctor-search .doctor-name::placeholder {
      color: #aaa; }
.list-doctor002 .doc-search-btn {
  display: block;
  height: 2.5rem;
  width: 5.2rem;
  text-align: center;
  line-height: 2.5rem;
  background-color: #1D9D9A;
  color: #fff;
  border-radius: 0.2rem;
  font-size: 0.9rem; }
  .list-doctor002 .doc-search-btn i {
    color: #fff;
    font-size: 0.9rem;
    margin-right: 0.4rem; }

.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 18.9rem;
  height: 12.5rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.95rem;
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #1D9D9A;
    box-shadow: 0px 0.5rem 1.5rem rgba(29, 157, 154, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 6.5rem;
    padding-left: 5.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.45rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.3s; }
    .doctor-list-wrap .doctor-list li .detail .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 4.3rem;
      height: 6rem;
      overflow: hidden;
      border-radius: 0.25rem; }
      .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: 0.8rem;
      line-height: 0.8rem;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #1D9D9A; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.7rem;
        color: #1D9D9A; }
        .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: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #1D9D9A; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.5rem; }
    .doctor-list-wrap .doctor-list li .detail .info u {
      color: #999; }
    .doctor-list-wrap .doctor-list li .detail p.col-goodat {
      color: #999;
      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;
      display: none; }
  .doctor-list-wrap .doctor-list li p {
    color: #666;
    font-size: 0.7rem;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .doctor-list-wrap .doctor-list li .code-box {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.6rem;
      height: 1.6rem;
      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 0.25rem 1rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.5rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.6rem;
        display: block;
        text-align: center;
        padding: 0.25rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #1D9D9A; }
    .doctor-list-wrap .doctor-list li .code-box:hover .code {
      display: block; }
.doctor-list-wrap .doctor-list li:nth-child(3n) {
  margin-right: 0; }
.doctor-list-wrap .doctor-list.col-list {
  margin-right: 0; }
  .doctor-list-wrap .doctor-list.col-list li {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    padding: 0.95rem 0; }
    .doctor-list-wrap .doctor-list.col-list li:hover {
      border-color: #e5e5e5;
      box-shadow: none;
      border-left-color: #fff;
      border-right-color: #fff;
      border-top-color: #fff; }
    .doctor-list-wrap .doctor-list.col-list li .detail {
      border-bottom: none;
      margin-bottom: 0; }
      .doctor-list-wrap .doctor-list.col-list li .detail p.col-goodat {
        display: block; }
    .doctor-list-wrap .doctor-list.col-list li p.raw-goodat {
      display: none; }

@media (max-width: 960px) {
  .doctor-list-wrap {
    padding: 0 10px; }
    .doctor-list-wrap .doctor-list li {
      width: 100%;
      height: 180px;
      margin-bottom: 10px; }
      .doctor-list-wrap .doctor-list li .detail {
        height: 100px; }
      .doctor-list-wrap .doctor-list li p {
        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; }

  .doctor-list-wrap .doctor-list li .detail h2 {
    margin-bottom: 8px;
    font-size: 14px; }

  .doctor-list-wrap .doctor-list li .detail .info > div {
    margin-bottom: 8px; }

  .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u,
  .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
    font-size: 12px; } }
.show-doctor002 .basic-msg {
  position: relative;
  height: 18rem;
  background-color: #1D9D9A; }
  .show-doctor002 .basic-msg .bg-left, .show-doctor002 .basic-msg .bg-right {
    position: absolute; }
  .show-doctor002 .basic-msg .bg-left {
    height: 60%;
    width: auto;
    left: 0;
    top: 0; }
  .show-doctor002 .basic-msg .bg-right {
    height: 100%;
    width: auto;
    right: 0;
    bottom: 0; }
  .show-doctor002 .basic-msg .path {
    padding-top: 1rem;
    z-index: 1;
    position: relative;
    color: #fff; }
    .show-doctor002 .basic-msg .path span, .show-doctor002 .basic-msg .path i, .show-doctor002 .basic-msg .path a {
      color: #fff; }
  .show-doctor002 .basic-msg .inner-basic-msg {
    margin-top: 2.5rem;
    display: flex;
    position: relative;
    z-index: 1; }
    .show-doctor002 .basic-msg .inner-basic-msg .doc-header {
      height: 10rem;
      width: 7.5rem;
      margin-right: 2rem;
      flex-shrink: 0; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-header img {
        width: 100%;
        height: 100%; }
    .show-doctor002 .basic-msg .inner-basic-msg .doc-detail {
      position: relative;
      width: 100%; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail h3 {
        font-size: 1.6rem;
        color: #fff;
        font-weight: normal;
        line-height: 1; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box {
        display: flex; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span {
          display: block;
          margin-left: 0.5rem;
          padding: 0 0.5rem;
          border: 1px solid #DCEB91;
          border-radius: 0.25rem;
          height: 1.6rem;
          line-height: 1.6rem;
          font-size: 0.8rem;
          color: #DCEB91;
          margin-top: 1rem; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
          margin-left: 0; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec {
        font-size: 0; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec u {
          font-size: 0.8rem;
          color: rgba(255, 255, 255, 0.6); }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          color: #fff;
          font-size: 0.8rem; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec span a {
            color: #fff; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
        display: flex; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec:nth-child(1) {
          margin-left: 0; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
          margin-left: 1.5rem;
          margin-top: 1.5rem; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .good-at {
        margin-top: 1.25rem;
        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;
        color: #fff; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more {
        display: block;
        height: 1.6rem;
        line-height: 1.6rem;
        background-color: #9CC301;
        padding: 0 0.5rem;
        color: #fff;
        font-size: 0.8rem;
        position: absolute;
        width: auto;
        right: 0;
        top: 0;
        border-radius: 0.25rem;
        transition: all 0.5s; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more i {
          color: #fff;
          margin-left: 0.25rem;
          font-size: 0.8rem; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more:hover {
          background-color: #12B8A0; }
.show-doctor002 .main-msg {
  margin-top: 2rem;
  margin-bottom: 4rem; }

@media (max-width: 960px) {
  .show-doctor002 {
    padding-top: 60px; }
    .show-doctor002 .basic-msg {
      height: auto; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-header {
        margin-right: 20px; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box {
        flex-wrap: wrap; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span {
          margin-left: 0;
          margin-right: 5px; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
        flex-wrap: wrap; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
          margin-left: 0;
          margin-right: 10px; } }
.list-doctor003.list-teacher .filter-doctor .layer-item .label, .list-doctor003.list-teacher .filter-doctor .search-layer > span {
  width: 5.6rem; }
.list-doctor003 .filter-doctor {
  padding: 0 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .list-doctor003 .filter-doctor .layer-item {
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-doctor003 .filter-doctor .layer-item:last-child {
      border-bottom: none; }
    .list-doctor003 .filter-doctor .layer-item .label {
      display: inline-block;
      width: 80px;
      margin-right: 1rem;
      font-size: 16px;
      color: #333333;
      line-height: 1;
      margin-top: 0.4rem;
      height: 16px;
      flex-shrink: 0; }
    .list-doctor003 .filter-doctor .layer-item .list-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -14px; }
      .list-doctor003 .filter-doctor .layer-item .list-item li {
        margin-right: 14px;
        margin-bottom: 10px; }
        .list-doctor003 .filter-doctor .layer-item .list-item li.cur a {
          background-color: #1D9D9A;
          color: #fff; }
        .list-doctor003 .filter-doctor .layer-item .list-item li a {
          display: block;
          border-radius: 4px;
          line-height: 32px;
          height: 32px;
          padding: 0 1rem;
          font-size: 16px; }
          .list-doctor003 .filter-doctor .layer-item .list-item li a:hover {
            color: #9CC301; }
  .list-doctor003 .filter-doctor .area-depclass {
    display: flex;
    align-items: center; }
    .list-doctor003 .filter-doctor .area-depclass .class-item {
      font-size: 0;
      margin-right: 60px;
      display: flex;
      align-items: center; }
      .list-doctor003 .filter-doctor .area-depclass .class-item span {
        display: inline-block;
        width: 80px;
        margin-right: 1rem;
        font-size: 16px;
        color: #333333;
        line-height: 1; }
      .list-doctor003 .filter-doctor .area-depclass .class-item .select-box {
        position: relative; }
        .list-doctor003 .filter-doctor .area-depclass .class-item .select-box.disabled .choose {
          cursor: not-allowed;
          color: #AAAAAA; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box.disabled .choose::placeholder {
            color: #AAAAAA; }
        .list-doctor003 .filter-doctor .area-depclass .class-item .select-box.disabled > i {
          color: #AAAAAA; }
        .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose {
          border: 1px solid #C9C9C9;
          border-radius: 4px;
          outline: none;
          width: 12rem;
          height: 2rem;
          line-height: 2rem;
          font-size: 16px;
          cursor: pointer;
          color: #333;
          padding: 0 0 0 10px;
          box-sizing: border-box;
          z-index: 1;
          position: relative;
          background-color: transparent; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose.disabled {
            cursor: not-allowed;
            color: #AAAAAA; }
            .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose.disabled::placeholder {
              color: #AAAAAA; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
            font-size: 16px;
            color: #333; }
        .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option {
          width: 12rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 2.1rem;
          left: 0;
          display: none;
          z-index: 111; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul {
            padding: 0; }
            .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li {
              height: 3rem;
              box-sizing: border-box;
              padding: 0 10px;
              position: relative;
              line-height: 3rem; }
              .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li:after {
                content: '';
                display: block;
                width: calc(100% - 20px);
                position: absolute;
                height: 1px;
                background-color: #F2F2F2;
                bottom: 0;
                left: 10px; }
              .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
                color: #333;
                font-size: 16px;
                display: block; }
              .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover, .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur {
                background-color: #F2F2F2; }
                .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover a, .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur a {
                  color: #9CC301; }
        .list-doctor003 .filter-doctor .area-depclass .class-item .select-box > i {
          position: absolute;
          top: 0.8rem;
          right: 10px;
          font-size: 14px;
          line-height: 10px;
          transition: all 0.5s;
          display: inline-block;
          color: #333333; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box > i.active {
            transform: rotate(180deg); }
  .list-doctor003 .filter-doctor .department-list {
    display: flex;
    padding-bottom: 10px; }
  .list-doctor003 .filter-doctor .protit-list {
    display: flex;
    position: relative;
    padding-bottom: 10px; }
    .list-doctor003 .filter-doctor .protit-list .list-box {
      overflow: hidden;
      max-height: 42px; }
      .list-doctor003 .filter-doctor .protit-list .list-box .list-item {
        margin-right: 0; }
      .list-doctor003 .filter-doctor .protit-list .list-box.open {
        max-height: 150px; }
    .list-doctor003 .filter-doctor .protit-list .toggle-btn {
      height: 24px;
      width: 24px;
      border-radius: 4px;
      box-sizing: border-box;
      border: 1px solid #1D9D9A;
      line-height: 24px;
      text-align: center;
      position: absolute;
      top: 1.2rem;
      right: 0;
      display: none;
      cursor: pointer; }
      .list-doctor003 .filter-doctor .protit-list .toggle-btn i {
        font-size: 14px;
        color: #1D9D9A;
        transition: all 0.5s;
        display: inline-block;
        position: relative;
        top: -3px; }
      .list-doctor003 .filter-doctor .protit-list .toggle-btn.active {
        border: none;
        background-color: #9CC301; }
        .list-doctor003 .filter-doctor .protit-list .toggle-btn.active i {
          transform: rotate(180deg);
          color: #fff; }
    .list-doctor003 .filter-doctor .protit-list.over .toggle-btn {
      display: block; }
  .list-doctor003 .filter-doctor .search-layer {
    display: flex;
    align-items: center;
    font-size: 0; }
    .list-doctor003 .filter-doctor .search-layer > span {
      display: inline-block;
      width: 80px;
      margin-right: 1rem;
      font-size: 16px;
      color: #333333;
      line-height: 1; }
    .list-doctor003 .filter-doctor .search-layer .search-form {
      display: flex;
      align-items: center; }
    .list-doctor003 .filter-doctor .search-layer .doctor-name {
      border: 1px solid #C9C9C9;
      border-radius: 4px;
      outline: none;
      width: 12rem;
      height: 2rem;
      line-height: 2rem;
      font-size: 16px;
      color: #333333;
      box-sizing: border-box; }
      .list-doctor003 .filter-doctor .search-layer .doctor-name::placeholder {
        font-size: 16px;
        color: #D7D7D7; }
      .list-doctor003 .filter-doctor .search-layer .doctor-name:focus {
        border-color: #9CC301; }
    .list-doctor003 .filter-doctor .search-layer .doc-search-btn {
      background-color: #1D9D9A;
      color: #fff;
      margin-left: 60px;
      border: none;
      width: 80px; }
      .list-doctor003 .filter-doctor .search-layer .doc-search-btn:hover {
        border: none;
        background-color: #9CC301;
        color: #fff; }
    .list-doctor003 .filter-doctor .search-layer button {
      height: 2rem;
      font-size: 16px;
      text-align: center;
      line-height: 2rem;
      border-radius: 4px; }
    .list-doctor003 .filter-doctor .search-layer .reset-btn {
      border: 1px solid #1D9D9A;
      background-color: #fff;
      margin-left: 20px;
      width: 132px;
      text-align: center;
      height: 2rem;
      font-size: 16px;
      text-align: center;
      line-height: 2rem;
      border-radius: 4px;
      display: block;
      box-sizing: border-box; }
      .list-doctor003 .filter-doctor .search-layer .reset-btn i, .list-doctor003 .filter-doctor .search-layer .reset-btn span {
        color: #1D9D9A;
        font-size: 16px; }
      .list-doctor003 .filter-doctor .search-layer .reset-btn i {
        margin-right: 0.5rem; }
      .list-doctor003 .filter-doctor .search-layer .reset-btn:hover {
        border: none;
        background-color: #9CC301; }
        .list-doctor003 .filter-doctor .search-layer .reset-btn:hover i, .list-doctor003 .filter-doctor .search-layer .reset-btn:hover span {
          color: #fff; }
.list-doctor003 .haschosen-doctor {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: flex-end; }
  .list-doctor003 .haschosen-doctor .doctor-num {
    font-size: 16px;
    line-height: 1;
    color: #333; }
    .list-doctor003 .haschosen-doctor .doctor-num span {
      color: #9CC301; }

@media (max-width: 1200px) {
  .list-doctor003.list-teacher .filter-doctor .layer-item .label {
    width: 98px; }
  .list-doctor003 .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-doctor003 .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-doctor003 .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-doctor003 .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-doctor003 .filter-doctor .area-depclass .class-item {
    margin-right: 42px; }
    .list-doctor003 .filter-doctor .area-depclass .class-item span {
      width: 70px;
      font-size: 14px; }
    .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose {
      font-size: 14px; }
      .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
        font-size: 14px; }
    .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
      font-size: 14px; }
  .list-doctor003 .filter-doctor .department-list {
    padding-bottom: 8px; }
  .list-doctor003 .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-doctor003 .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-doctor003 .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
  .list-doctor003 .filter-doctor .search-layer > span {
    width: 70px !important;
    font-size: 14px; }
  .list-doctor003 .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-doctor003 .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-doctor003 .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-doctor003 .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-doctor003 .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-doctor003 .filter-doctor .search-layer .reset-btn i, .list-doctor003 .filter-doctor .search-layer .reset-btn span {
      color: #1D9D9A;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-doctor003 .filter-doctor {
    position: relative; }
    .list-doctor003 .filter-doctor .area-depclass {
      flex-wrap: wrap; }
      .list-doctor003 .filter-doctor .area-depclass .class-item {
        width: 100%;
        margin-right: 0; }
        .list-doctor003 .filter-doctor .area-depclass .class-item.area {
          margin-bottom: 20px; }
        .list-doctor003 .filter-doctor .area-depclass .class-item span {
          margin-right: 10px;
          flex-shrink: 0; }
        .list-doctor003 .filter-doctor .area-depclass .class-item .select-box {
          width: 100%; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .choose {
            width: 100%; }
          .list-doctor003 .filter-doctor .area-depclass .class-item .select-box .option {
            width: 100%; }
    .list-doctor003 .filter-doctor .department-list {
      flex-wrap: wrap; }
    .list-doctor003 .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100% !important; }
    .list-doctor003 .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-doctor003 .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px; }
    .list-doctor003 .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-doctor003 .filter-doctor .protit-list .list-box {
        max-height: 70px; }
        .list-doctor003 .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-doctor003 .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-doctor003 .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-doctor003 .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-doctor003 .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-doctor003 .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-doctor003 .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-doctor003 .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-doctor003 .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-doctor003 .haschosen-doctor .doctor-num {
    font-size: 14px; } }
.category-news001 h1.left-tit-more {
  margin-bottom: 1.5rem; }
  .category-news001 h1.left-tit-more a.tit {
    font-size: 1.2rem; }
  .category-news001 h1.left-tit-more .left-tit001 {
    font-size: 1.2rem;
    line-height: 1; }
    .category-news001 h1.left-tit-more .left-tit001.white a {
      color: #fff; }
  .category-news001 h1.left-tit-more a.more span {
    font-size: 0.8rem; }
  .category-news001 h1.left-tit-more a.more i {
    font-size: 1.2rem; }
  .category-news001 h1.left-tit-more a.more.white span, .category-news001 h1.left-tit-more a.more.white i {
    color: #fff; }
.category-news001 .home-notice011 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #ebf0f6;
  position: relative; }
  .category-news001 .home-notice011 > img {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 0.2;
    max-width: 40%; }
  .category-news001 .home-notice011 .layout {
    display: flex;
    justify-content: space-between; }
    .category-news001 .home-notice011 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news001 .home-notice011 .layout .new-left {
      width: 47%;
      box-sizing: border-box;
      display: flex;
      flex-direction: column; }
      .category-news001 .home-notice011 .layout .new-left .left-bottom {
        width: 100%;
        height: 18.5rem;
        box-sizing: border-box;
        padding: 1.5rem 1.5rem 1rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        border-bottom: 5px solid #1D9D9A;
        background-color: #fff; }
        .category-news001 .home-notice011 .layout .new-left .left-bottom ul li {
          margin-bottom: 1rem; }
          .category-news001 .home-notice011 .layout .new-left .left-bottom ul li:last-child {
            margin-bottom: 0; }
          .category-news001 .home-notice011 .layout .new-left .left-bottom ul li .new-item .new-info {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem;
            margin-bottom: 0.75rem; }
          .category-news001 .home-notice011 .layout .new-left .left-bottom ul li .new-item .time {
            display: flex;
            align-items: center; }
            .category-news001 .home-notice011 .layout .new-left .left-bottom ul li .new-item .time p {
              color: #E5C572;
              font-size: 0.8rem;
              padding-right: 0.5rem;
              z-index: 10; }
            .category-news001 .home-notice011 .layout .new-left .left-bottom ul li .new-item .time .bg {
              flex: 1;
              height: 1px;
              background: #eee;
              z-index: 8; }
          .category-news001 .home-notice011 .layout .new-left .left-bottom ul li:hover .new-item .new-info {
            color: #12B8A0; }
    .category-news001 .home-notice011 .layout .new-right {
      width: 48%; }
      .category-news001 .home-notice011 .layout .new-right .right-bottom {
        width: 100%;
        height: 18.5rem;
        box-sizing: border-box;
        padding: 1.25rem 1.5rem 1.25rem;
        border-bottom: 5px solid #1D9D9A;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        background-color: #fff; }
        .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item {
          padding: 0.25rem 0rem;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          width: 100%;
          border-bottom: 1px solid #d7d7d7; }
          .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item:last-child {
            border-bottom: none;
            padding-bottom: 0; }
          .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .bottom-info p {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem; }
          .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .bottom-info span {
            font-size: 0.8rem;
            line-height: 1;
            color: #aaa; }
          .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .img {
            width: 29%;
            position: relative;
            margin-right: 1rem;
            flex-shrink: 0; }
            .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              background-color: #1D9D9A; }
              .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .img .inner-img .img-box {
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
                overflow: hidden; }
                .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .img .inner-img .img-box img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
                .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .img .inner-img .img-box > p {
                  font-size: 1.2rem;
                  color: rgba(255, 255, 255, 0.6);
                  position: absolute;
                  left: 50%;
                  top: 50%;
                  transform: translate(-50%, -50%);
                  white-space: nowrap; }
          .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item:hover .img .inner-img .img-box img {
            transform: scale(1.1); }
          .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item:hover .bottom-info p {
            color: #12B8A0; }
  @media (max-width: 1280px) {
    .category-news001 .home-notice011 .layout .new-left .left-bottom {
      height: 16.65rem; }
      .category-news001 .home-notice011 .layout .new-left .left-bottom ul li {
        margin-bottom: 0.6rem; }
        .category-news001 .home-notice011 .layout .new-left .left-bottom ul li .new-item .new-info {
          margin-bottom: 0.25rem; }
    .category-news001 .home-notice011 .layout .new-right .right-bottom {
      height: 16.65rem; } }
  @media (max-width: 960px) {
    .category-news001 .home-notice011 {
      padding-top: 40px;
      padding-bottom: 40px; }
      .category-news001 .home-notice011 .layout {
        display: flex;
        flex-direction: column;
        padding: 0 20px; }
        .category-news001 .home-notice011 .layout .new-left {
          width: 100%; }
          .category-news001 .home-notice011 .layout .new-left .left-bottom {
            margin-top: 23px;
            height: auto; }
        .category-news001 .home-notice011 .layout .new-right {
          margin-top: 20px;
          width: 100%; }
          .category-news001 .home-notice011 .layout .new-right .right-bottom {
            margin-top: 23px;
            height: auto;
            padding-left: 20px;
            padding-right: 20px; }
            .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item {
              flex-wrap: wrap;
              padding: 10px 0; }
              .category-news001 .home-notice011 .layout .new-right .right-bottom .new-list .news-item .img {
                width: 100%;
                margin-right: 0;
                margin-bottom: 10px; } }
.category-news001 .center-tit001 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal; }
  .category-news001 .center-tit001 a {
    color: #333; }
.category-news001 .news002-box1 {
  margin-top: 4rem; }
  .category-news001 .news002-box1 .layout .inner-box {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between; }
    .category-news001 .news002-box1 .layout .inner-box .time {
      font-size: 0.8rem;
      color: #999;
      line-height: 1; }
    .category-news001 .news002-box1 .layout .inner-box .left-box {
      width: 74%; }
      .category-news001 .news002-box1 .layout .inner-box .left-box .first-news {
        margin-bottom: 2rem;
        display: flex;
        background-color: #e6effc;
        overflow: hidden; }
        .category-news001 .news002-box1 .layout .inner-box .left-box .first-news a.img {
          display: block;
          width: 58%;
          flex-shrink: 0; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            position: relative;
            background-color: #1D9D9A; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s;
              position: absolute;
              left: 0;
              top: 0; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img > p {
              font-size: 1.2rem;
              color: rgba(255, 255, 255, 0.6);
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news a.img:hover .inner-img img {
            transform: scale(1.1); }
        .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
          padding: 2rem;
          box-sizing: border-box;
          font-size: 0;
          background-image: url(../images/nsmc/news/news_img_bg.jpg); }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
            font-size: 1rem;
            line-height: 1.44rem;
            max-height: 2.88rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333;
            font-weight: bold;
            margin-bottom: 1rem; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
            margin-bottom: 2rem;
            margin-top: 1rem;
            font-size: 0.8rem;
            color: #333;
            line-height: 1.2rem;
            max-height: 3.6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            opacity: .9; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .time {
            font-size: 0.8rem; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
            display: flex;
            align-items: center; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more span {
              font-size: 0.9rem;
              line-height: 1;
              color: #999; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more i {
              margin-left: 0.5rem;
              color: #999;
              font-size: 1rem; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info a:hover .tit {
            color: #12B8A0; }
      .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list {
        display: flex;
        margin-right: -2.3%; }
        .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
          display: block;
          width: 31%;
          margin-right: 2.3%; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            position: relative;
            background-color: #1D9D9A; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s;
              position: absolute;
              left: 0;
              top: 0; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img > p {
              font-size: 1.2rem;
              color: rgba(255, 255, 255, 0.6);
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info {
            padding: 1.5rem;
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            font-size: 0; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info .tit {
              font-size: 0.9rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem;
              margin-bottom: 0.5rem;
              color: #333; }
          .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .img img {
            transform: scale(1.1); }
          .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info {
            background-color: #1D9D9A; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .tit, .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .time {
              color: #fff; }
    .category-news001 .news002-box1 .layout .inner-box ul {
      width: 24%;
      padding: 1rem;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box; }
      .category-news001 .news002-box1 .layout .inner-box ul li {
        padding: 1rem 0;
        border-bottom: 1px solid #eee; }
        .category-news001 .news002-box1 .layout .inner-box ul li a .tit {
          font-size: 0.9rem;
          line-height: 1.08rem;
          max-height: 2.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.7rem;
          margin-bottom: 0.5rem; }
        .category-news001 .news002-box1 .layout .inner-box ul li a:hover .tit {
          color: #1D9D9A; }
  @media (max-width: 1440px) {
    .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
      padding: 1.5rem; }
      .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
        margin-bottom: 1rem; } }
  @media (max-width: 960px) {
    .category-news001 .news002-box1 {
      margin-top: 40px; }
      .category-news001 .news002-box1 .layout {
        padding: 0 20px; }
        .category-news001 .news002-box1 .layout .inner-box {
          margin-top: 30px;
          display: block; }
          .category-news001 .news002-box1 .layout .inner-box .left-box {
            width: 100%; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .first-news {
              display: block; }
              .category-news001 .news002-box1 .layout .inner-box .left-box .first-news a.img {
                width: 100%; }
              .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
                width: 100%;
                padding: 10px; }
                .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content, .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
                  display: none; }
                .category-news001 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
                  margin-bottom: 5px; }
            .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list {
              display: block;
              margin-right: 0; }
              .category-news001 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px; }
          .category-news001 .news002-box1 .layout .inner-box ul {
            width: 100%; }
        .category-news001 .news002-box1 .layout a.more-btn {
          margin-top: 20px; } }
.category-news001 .news002-box2 {
  margin-top: 4rem;
  background-color: #e6f1fb;
  padding: 4rem 0;
  background-image: url(../images/nsmc/news/yljs_bg.jpg);
  background-size: cover; }
  .category-news001 .news002-box2 .layout .news-list {
    margin-top: 2rem; }
    .category-news001 .news002-box2 .layout .news-list .news-slider {
      margin: 0 -0.6rem;
      display: flex; }
      .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item {
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin: 0 0.6rem;
        width: 17.85rem;
        display: block; }
        .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .img {
          width: 100%;
          background-color: #1D9D9A; }
          .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            position: relative; }
            .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s;
              position: absolute;
              left: 0;
              top: 0; }
            .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img > p {
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%);
              font-size: 1.2rem;
              color: rgba(255, 255, 255, 0.6); }
        .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info {
          box-sizing: border-box;
          padding: 1rem;
          background-color: #fff;
          font-size: 0;
          -webkit-transition: .5s;
          -o-transition: .5s;
          transition: .5s; }
          .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info p {
            font-size: 0.9rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333;
            height: 2.7rem;
            margin-bottom: 0.5rem; }
          .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info span {
            color: #999;
            font-size: 0.8rem;
            line-height: 1; }
        .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .img .inner-img img {
          transform: scale(1.1); }
        .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info {
          background-color: #1D9D9A; }
          .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info p, .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info span {
            color: #fff; }
  @media (max-width: 960px) {
    .category-news001 .news002-box2 {
      margin-top: 40px;
      padding: 40px 0; }
      .category-news001 .news002-box2 .layout {
        padding: 0 20px; }
        .category-news001 .news002-box2 .layout .news-list {
          margin-top: 30px; }
          .category-news001 .news002-box2 .layout .news-list .news-slider {
            display: block;
            margin: 0; }
            .category-news001 .news002-box2 .layout .news-list .news-slider a.news-item {
              width: 100%;
              margin: 0 0 20px; }
        .category-news001 .news002-box2 .layout a.more-btn {
          margin-top: 20px; } }
.category-news001 .home-news015 {
  padding-top: 4rem; }
  .category-news001 .home-news015 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-news001 .home-news015 .layout .inner-news {
    margin-top: 2rem; }
    .category-news001 .home-news015 .layout .inner-news ul {
      display: flex;
      flex-wrap: wrap;
      margin-right: -2.3%; }
      .category-news001 .home-news015 .layout .inner-news ul li {
        width: 31%;
        margin-right: 2.3%;
        margin-bottom: 1rem; }
        .category-news001 .home-news015 .layout .inner-news ul li a {
          width: 100%;
          padding: 1rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          display: block;
          box-sizing: border-box;
          transition: all 0.3s; }
          .category-news001 .home-news015 .layout .inner-news ul li a p {
            font-size: 0.9rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem;
            margin-bottom: 0.5rem;
            color: #333; }
          .category-news001 .home-news015 .layout .inner-news ul li a span {
            font-size: 0.8rem;
            line-height: 1;
            color: #999; }
          .category-news001 .home-news015 .layout .inner-news ul li a:hover {
            background-color: #1D9D9A; }
            .category-news001 .home-news015 .layout .inner-news ul li a:hover p, .category-news001 .home-news015 .layout .inner-news ul li a:hover span {
              color: #fff; }
  @media (max-width: 960px) {
    .category-news001 .home-news015 {
      padding: 40px 0; }
      .category-news001 .home-news015 .layout {
        padding: 0 20px; }
        .category-news001 .home-news015 .layout .inner-news {
          margin-top: 30px; }
          .category-news001 .home-news015 .layout .inner-news ul {
            display: block;
            margin-right: 0; }
            .category-news001 .home-news015 .layout .inner-news ul li {
              width: 100%;
              margin-right: 0; } }
.category-news001 .home-news013 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  position: relative; }
  .category-news001 .home-news013 .lt, .category-news001 .home-news013 .rb {
    position: absolute;
    z-index: -1; }
  .category-news001 .home-news013 .lt {
    top: 0;
    left: 0; }
  .category-news001 .home-news013 .rb {
    right: 0;
    bottom: 0; }
  .category-news001 .home-news013 .layout {
    position: relative;
    z-index: 1; }
    .category-news001 .home-news013 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news001 .home-news013 .layout .inner-news {
      display: flex;
      justify-content: space-between;
      margin-top: 2.2rem; }
      .category-news001 .home-news013 .layout .inner-news .left-news {
        width: 47.85%; }
        .category-news001 .home-news013 .layout .inner-news .left-news .news-slider {
          margin-bottom: 0; }
          .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item {
            position: relative; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
              position: absolute;
              top: 0;
              right: 0;
              width: 79%;
              height: 16.4rem;
              overflow: hidden;
              background-color: #9CC301;
              display: flex;
              align-items: center;
              justify-content: center; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img > p {
                font-size: 1.6rem;
                color: rgba(255, 255, 255, 0.6); }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img:hover img {
                transform: scale(1.1); }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
              background-color: #1D9D9A;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
              height: 16.65rem;
              padding: 4.7rem 1.5rem 2.25rem;
              box-sizing: border-box;
              overflow: hidden;
              margin-top: 8.15rem;
              color: #fff;
              display: block; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                font-size: 0.7rem;
                line-height: 1.3;
                margin-bottom: 1.1rem; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                  font-size: 2.3rem; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .year {
                  font-size: 0.7rem; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                font-size: 1rem;
                font-weight: 700;
                margin-bottom: 0.65rem;
                line-height: 1.3rem;
                max-height: 1.3rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                font-size: 0.75rem;
                line-height: 1.1rem;
                max-height: 1.1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
          .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
            position: absolute;
            left: 30px;
            bottom: 30px;
            width: 100%;
            font-size: 0;
            text-align: left; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li {
              display: inline-block;
              width: 7px;
              height: 7px;
              margin: 0 3px;
              -webkit-border-radius: 7px;
              -moz-border-radius: 7px;
              border-radius: 7px;
              background-color: #fff;
              cursor: pointer;
              -webkit-transition: .3s;
              -o-transition: .3s;
              -moz-transition: .3s;
              transition: .3s; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li button {
                display: none; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots li.slick-active {
                width: 22px;
                background-color: #f38c49; }
      .category-news001 .home-news013 .layout .inner-news .right-news {
        width: 50.2%; }
        .category-news001 .home-news013 .layout .inner-news .right-news ul li {
          height: 5.5rem;
          margin-bottom: 0.95rem; }
          .category-news001 .home-news013 .layout .inner-news .right-news ul li a {
            display: flex;
            align-items: center;
            height: 100%;
            background-color: #fff;
            -webkit-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
            box-shadow: 0 3px 21px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            box-sizing: border-box;
            padding-right: 0.75rem;
            transition: all 0.3s; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time {
              width: 5rem;
              text-align: center;
              font-size: 0.9rem;
              color: #222;
              line-height: 1.3;
              border-right: 2px solid #d3d3d3;
              margin-right: 0.7rem;
              flex-shrink: 0; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                font-size: 1.95rem;
                color: #1D9D9A; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li a .right-info .tit {
              font-size: 0.9rem;
              color: #333;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.55rem; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li a .right-info .content {
              font-size: 0.8rem;
              color: #727272;
              line-height: 1.2rem;
              max-height: 2.4rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover {
              background-color: #1D9D9A; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover .time {
                color: #fff; }
                .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover .time .day {
                  color: #fff; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a:hover .right-info .tit {
                color: #fff; }
  .category-news001 .home-news013:after {
    display: block;
    width: 16.85rem;
    height: 11.4rem;
    background-color: #9CC301;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    bottom: 20%;
    right: 0;
    pointer-events: none; }
.category-news001 .home-news011 {
  background: #f2f6fb;
  overflow: hidden;
  padding: 5rem 0; }
  .category-news001 .home-news011 .layout {
    display: flex;
    position: relative; }
    .category-news001 .home-news011 .layout:before {
      content: "";
      position: absolute;
      right: -5.5rem;
      bottom: -5rem;
      width: 27rem;
      height: 17.75rem;
      background: #d1b06b;
      border-radius: 0px 50px 0px 0px; }
    .category-news001 .home-news011 .layout:after {
      content: "";
      position: absolute;
      width: 68.6%;
      height: calc(100% + 3rem);
      top: -1.5rem;
      right: 0px;
      background: #fff;
      border-radius: 0px 0px 30px 0px;
      z-index: 2; }
    .category-news001 .home-news011 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news001 .home-news011 .layout .left-news {
      width: 42rem;
      box-sizing: border-box;
      padding: 1.2rem 1.2rem 0.9rem;
      overflow: hidden;
      border-left: #9CC301 4px solid;
      background: #1D9D9A;
      flex-shrink: 0;
      position: relative;
      z-index: 3; }
      .category-news001 .home-news011 .layout .left-news .inner-left-news {
        display: flex;
        margin-top: 2rem; }
        .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box {
          width: 18rem;
          flex-shrink: 0;
          margin-right: 1rem;
          color: #fff; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img {
            width: 100%;
            height: 10.125rem;
            overflow: hidden;
            background-color: #1d9d9a; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img:hover img {
              transform: scale(1.1); }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box p {
            font-size: 1rem;
            line-height: 1.5rem;
            max-height: 3rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 3rem;
            margin-top: 1rem;
            margin-bottom: 3.85rem;
            transition: all 0.3s;
            transform: translateX(0);
            color: #fff; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box:hover p {
            transform: translateX(10px); }
        .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item {
          background: rgba(255, 255, 255, 0.2);
          padding: 1rem;
          overflow: hidden;
          border-radius: 10px;
          margin-bottom: 1rem;
          transition: all 0.3s ease-out 0s;
          display: flex;
          align-items: center; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item:hover {
            background-color: #d3b780; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 1rem; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time .year {
              font-size: 0.8rem;
              line-height: 1;
              color: #fff; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time .day {
              position: relative;
              padding-top: 0.4rem;
              border-top: 1px solid #fff;
              font-size: 1.4rem;
              line-height: 1.5rem;
              color: #fff;
              display: inline-block;
              margin-top: 0.25rem; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item p {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff; }
    .category-news001 .home-news011 .layout .right-news {
      position: relative;
      z-index: 3;
      padding: 1.2rem 1.2rem 0 2rem; }
      .category-news001 .home-news011 .layout .right-news ul {
        margin-top: 2rem;
        border-top: rgba(32, 56, 85, 0.102) 1px dashed; }
        .category-news001 .home-news011 .layout .right-news ul li a {
          padding: 0.75rem 0px;
          border-bottom: rgba(32, 56, 85, 0.102) 1px dashed;
          display: flex;
          align-items: center; }
          .category-news001 .home-news011 .layout .right-news ul li a .time {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 1rem; }
            .category-news001 .home-news011 .layout .right-news ul li a .time .year {
              font-size: 0.8rem;
              line-height: 1;
              color: #1D9D9A; }
            .category-news001 .home-news011 .layout .right-news ul li a .time .day {
              position: relative;
              padding-top: 0.4rem;
              border-top: 1px solid #1D9D9A;
              font-size: 1.4rem;
              line-height: 1.5rem;
              color: #1D9D9A;
              display: inline-block;
              margin-top: 0.25rem; }
          .category-news001 .home-news011 .layout .right-news ul li a p {
            font-size: 0.9rem;
            line-height: 0.9rem;
            max-height: 0.9rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all 0.3s;
            transform: translateX(0); }
          .category-news001 .home-news011 .layout .right-news ul li a:hover p {
            color: #12B8A0;
            transform: translateX(5px); }
.category-news001 .home-news014 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #f1f3f6;
  background-image: url(../images/hxsy/news/news02_bg.jpg);
  background-size: cover; }
  .category-news001 .home-news014 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-news001 .home-news014 .layout .inner-news {
    display: flex;
    margin-top: 2.2rem; }
    .category-news001 .home-news014 .layout .inner-news .img-news {
      width: 19.65rem;
      margin-right: 3.925rem; }
      .category-news001 .home-news014 .layout .inner-news .img-news a.img {
        width: 100%;
        height: 11.05rem;
        overflow: hidden;
        background-color: #1D9D9A;
        display: flex;
        align-items: center;
        justify-content: center; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img > p {
          font-size: 1.6rem;
          color: rgba(255, 255, 255, 0.6); }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img:hover img {
          transform: scale(1.1); }
      .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info {
        display: block;
        margin-top: 1rem; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .tit {
          font-size: 0.9rem;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.7rem; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time {
          position: relative;
          margin: 1.5rem 0px 0.8rem;
          display: inline-block;
          width: 100%;
          font-size: 0.8rem;
          color: #c2a35f;
          line-height: 1.4rem; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 0.7rem;
            width: calc(100% - 120px);
            height: 1px;
            background: #e1e5ea; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .content {
          font-size: 0.8rem;
          line-height: 1.8rem;
          max-height: 5.4rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #666; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info:hover .tit {
          color: #12B8A0; }
    .category-news001 .home-news014 .layout .inner-news ul {
      width: 20.85rem; }
      .category-news001 .home-news014 .layout .inner-news ul li {
        height: 7.25rem;
        padding-right: 0.45rem;
        margin-bottom: 1.2rem;
        position: relative; }
        .category-news001 .home-news014 .layout .inner-news ul li:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -1.3rem;
          right: 0px;
          width: 0.45rem;
          height: 2.6rem;
          background: #dac9a1; }
        .category-news001 .home-news014 .layout .inner-news ul li:last-child {
          margin-bottom: 0; }
        .category-news001 .home-news014 .layout .inner-news ul li a {
          height: 100%;
          box-sizing: border-box;
          display: block;
          padding: 1rem 1.75rem;
          border: #dfe5ed 1px solid;
          transition: all 0.5s; }
          .category-news001 .home-news014 .layout .inner-news ul li a p {
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem;
            margin-bottom: 1.15rem; }
          .category-news001 .home-news014 .layout .inner-news ul li a span {
            display: inline-block;
            width: 100%;
            font-size: 0.8rem;
            color: #bfc6cf;
            line-height: 1.2rem;
            position: relative; }
            .category-news001 .home-news014 .layout .inner-news ul li a span:after {
              content: "";
              position: absolute;
              top: 50%;
              right: 0px;
              width: calc(100% - 120px);
              height: 1px;
              background: #c3cad5; }
          .category-news001 .home-news014 .layout .inner-news ul li a:hover {
            background-color: #1D9D9A; }
            .category-news001 .home-news014 .layout .inner-news ul li a:hover p {
              color: #fff; }
            .category-news001 .home-news014 .layout .inner-news ul li a:hover span {
              color: rgba(255, 255, 255, 0.7); }
              .category-news001 .home-news014 .layout .inner-news ul li a:hover span:after {
                background: rgba(255, 255, 255, 0.4); }
.category-news001 .news-special {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background: url("../images/hxsy/news/lt_bg2.jpg") left bottom no-repeat, url("../images/hxsy/news/rb_bg.jpg") right bottom no-repeat;
  background-size: auto 95%; }
  .category-news001 .news-special .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-news001 .news-special .layout .inner-special {
    display: flex;
    margin-right: -1.5rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 2.2rem; }
    .category-news001 .news-special .layout .inner-special a {
      display: block;
      width: 21.65rem;
      height: 12.15rem;
      overflow: hidden;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .category-news001 .news-special .layout .inner-special a img {
        width: 100%;
        height: 100%;
        transition: all 0.5s; }
      .category-news001 .news-special .layout .inner-special a:hover img {
        transform: scale(1.1); }

@media (max-width: 1440px) {
  .category-news001 .home-news011 .layout .left-news {
    width: 37rem; }
  .category-news001 .home-news014 .layout .inner-news .img-news {
    margin-right: 3rem; }
  .category-news001 .news-special .layout .inner-special a {
    width: 19rem;
    height: 10.65rem; } }
@media (max-width: 960px) {
  .category-news001 h1.left-tit-more a.tit {
    font-size: 18px; }
  .category-news001 h1.left-tit-more .left-tit001 {
    font-size: 18px; }
  .category-news001 .home-news013 {
    padding-top: 40px;
    padding-bottom: 40px; }
    .category-news001 .home-news013 .layout {
      padding: 0 20px; }
      .category-news001 .home-news013 .layout .inner-news {
        flex-wrap: wrap; }
        .category-news001 .home-news013 .layout .inner-news .left-news {
          width: 100%;
          margin-bottom: 30px; }
          .category-news001 .home-news013 .layout .inner-news .left-news .news-slider {
            margin-bottom: 0; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item a.img {
              position: static;
              width: 100%;
              height: 50vw; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info {
              margin-top: 0;
              height: auto;
              padding: 10px 10px 30px; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time {
                margin-bottom: 8px;
                font-size: 12px; }
                .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .time .day {
                  font-size: 20px; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .tit {
                font-size: 16px; }
              .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .news-item .bottom-info .content {
                font-size: 14px; }
            .category-news001 .home-news013 .layout .inner-news .left-news .news-slider .slick-dots {
              left: 10px;
              right: 10px;
              bottom: 10px;
              width: auto;
              text-align: center; }
        .category-news001 .home-news013 .layout .inner-news .right-news {
          width: 100%; }
          .category-news001 .home-news013 .layout .inner-news .right-news ul li {
            margin-bottom: 10px; }
            .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time {
              font-size: 14px;
              width: 80px; }
              .category-news001 .home-news013 .layout .inner-news .right-news ul li a .time .day {
                font-size: 24px; }
    .category-news001 .home-news013:after {
      display: none; }
  .category-news001 .home-news011 {
    padding: 40px 0; }
    .category-news001 .home-news011 .layout {
      padding: 0 20px;
      flex-wrap: wrap; }
      .category-news001 .home-news011 .layout:before, .category-news001 .home-news011 .layout:after {
        display: none; }
      .category-news001 .home-news011 .layout .left-news {
        width: 100%; }
        .category-news001 .home-news011 .layout .left-news .inner-left-news {
          flex-wrap: wrap;
          margin-top: 20px; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box {
            width: 100%;
            margin-right: 0; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img {
              height: 43vw; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box p {
              margin-bottom: 20px; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .right-box {
            width: 100%; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item {
            width: 100%;
            box-sizing: border-box; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time .day {
              background-position: 11px center; }
      .category-news001 .home-news011 .layout .right-news {
        background-color: #fff;
        border-radius: 0 0 30px 0;
        padding-bottom: 40px;
        width: 100%; }
        .category-news001 .home-news011 .layout .right-news ul {
          margin-top: 20px; }
  .category-news001 .home-news014 {
    padding-top: 40px;
    padding-bottom: 40px; }
    .category-news001 .home-news014 .layout {
      padding: 0 20px; }
      .category-news001 .home-news014 .layout .inner-news {
        flex-wrap: wrap; }
        .category-news001 .home-news014 .layout .inner-news .img-news {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.img {
            height: 50vw; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time {
            margin: 20px 0 10px; }
        .category-news001 .home-news014 .layout .inner-news ul {
          width: 100%; }
  .category-news001 .news-special {
    padding-top: 20px; }
    .category-news001 .news-special .layout {
      padding: 0 20px; }
      .category-news001 .news-special .layout .inner-special {
        margin-right: 0;
        flex-wrap: wrap; }
        .category-news001 .news-special .layout .inner-special a {
          margin-right: 0;
          width: 100%;
          height: 50vw; } }
.category-news002.party h1.left-tit-more a.more i,
.category-news002.party h1.left-tit-more a.more:hover span,
.category-news002.party .news-img-content .inner-news .news-box-item.left-img-news ul li a:hover,
.category-news002.party h1.left-tab-tit001 .tab-tit a.cur,
.category-news002.party h1.left-tab-tit001 a.more i,
.category-news002.party h1.left-tab-tit001 a.more:hover span,
.category-news002.party .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover p {
  color: #D5513F; }
.category-news002.party h1.left-tab-tit001 .tab-tit a.cur:after {
  border-top-color: #D5513F; }
.category-news002.party .news-img-content .inner-news .news-box-item.right-list ul li:hover {
  background-image: url(../images/hxsy/news/news_item_bg_party.jpg); }
.category-news002 h1.left-tit-more {
  margin-bottom: 1.5rem; }
  .category-news002 h1.left-tit-more a.tit {
    font-size: 1.2rem; }
  .category-news002 h1.left-tit-more a.more span {
    font-size: 0.8rem; }
  .category-news002 h1.left-tit-more a.more i {
    font-size: 1.2rem; }
.category-news002 .news001-box1 {
  padding-top: 4rem;
  position: relative; }
  .category-news002 .news001-box1 .inner-layout h1 {
    font-weight: normal;
    font-size: 1.6rem;
    text-align: center;
    line-height: 1; }
    .category-news002 .news001-box1 .inner-layout h1 a {
      color: #1D9D9A; }
  .category-news002 .news001-box1 .inner-layout .top {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem; }
    .category-news002 .news001-box1 .inner-layout .top .top-left {
      width: 56.6%; }
      .category-news002 .news001-box1 .inner-layout .top .top-left a {
        width: 100%;
        display: block; }
        .category-news002 .news001-box1 .inner-layout .top .top-left a .img {
          width: 100%;
          padding-bottom: 56%;
          overflow: hidden;
          background-color: #1D9D9A;
          position: relative; }
          .category-news002 .news001-box1 .inner-layout .top .top-left a .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.3s; }
          .category-news002 .news001-box1 .inner-layout .top .top-left a .img > p {
            font-size: 1.2rem;
            color: rgba(255, 255, 255, 0.6);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        .category-news002 .news001-box1 .inner-layout .top .top-left a .bottom-info {
          margin-top: 0;
          padding: 0.75rem;
          box-sizing: border-box;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
          background: white;
          transition: all, .5s; }
          .category-news002 .news001-box1 .inner-layout .top .top-left a .bottom-info span {
            font-size: 0.8rem;
            color: #1D9D9A;
            display: block;
            line-height: 1; }
          .category-news002 .news001-box1 .inner-layout .top .top-left a .bottom-info p {
            margin-top: 0.5rem;
            color: #333;
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.7rem; }
        .category-news002 .news001-box1 .inner-layout .top .top-left a:hover .img img {
          transform: scale(1.1); }
        .category-news002 .news001-box1 .inner-layout .top .top-left a:hover .bottom-info {
          background: #1D9D9A; }
          .category-news002 .news001-box1 .inner-layout .top .top-left a:hover .bottom-info span {
            color: rgba(255, 255, 255, 0.8); }
          .category-news002 .news001-box1 .inner-layout .top .top-left a:hover .bottom-info p {
            color: white; }
    .category-news002 .news001-box1 .inner-layout .top .top-right {
      width: 38.8%; }
      .category-news002 .news001-box1 .inner-layout .top .top-right ul {
        box-sizing: border-box;
        padding: 0.5rem 1.8rem;
        background: #f3f3f3; }
        .category-news002 .news001-box1 .inner-layout .top .top-right ul li {
          display: flex;
          justify-content: space-between;
          padding: 0.7rem 0;
          border-bottom: #dcdcdc 1px solid;
          position: relative; }
          .category-news002 .news001-box1 .inner-layout .top .top-right ul li a {
            color: #333;
            font-size: 0.9rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.85rem;
            margin-right: 0.5rem; }
            .category-news002 .news001-box1 .inner-layout .top .top-right ul li a:hover {
              color: #1D9D9A; }
          .category-news002 .news001-box1 .inner-layout .top .top-right ul li span {
            font-size: 0.8rem;
            color: #1D9D9A;
            line-height: 1.3rem; }
          .category-news002 .news001-box1 .inner-layout .top .top-right ul li:after {
            content: '';
            height: 2px;
            width: 0;
            position: absolute;
            left: 0;
            bottom: 0;
            background: #12B8A0;
            transition: all .5s; }
          .category-news002 .news001-box1 .inner-layout .top .top-right ul li:hover {
            border-bottom: #f3f3f3 1px solid; }
            .category-news002 .news001-box1 .inner-layout .top .top-right ul li:hover:after {
              width: 100%; }
      .category-news002 .news001-box1 .inner-layout .top .top-right .more {
        background-color: #1D9D9A;
        height: 2.6rem;
        display: flex;
        justify-content: center;
        align-items: center; }
        .category-news002 .news001-box1 .inner-layout .top .top-right .more span {
          font-size: 0.8rem;
          line-height: 0.8rem;
          color: white;
          transition: all 0.5s; }
        .category-news002 .news001-box1 .inner-layout .top .top-right .more i {
          margin-left: 0.5rem;
          color: white;
          font-size: 1.2rem; }
  .category-news002 .news001-box1 .inner-layout .bottom {
    margin-top: 1rem; }
    .category-news002 .news001-box1 .inner-layout .bottom ul {
      display: flex;
      margin-right: -2.3%; }
      .category-news002 .news001-box1 .inner-layout .bottom ul li {
        width: 31%;
        margin-right: 2.3%; }
        .category-news002 .news001-box1 .inner-layout .bottom ul li a {
          width: 100%;
          display: block; }
          .category-news002 .news001-box1 .inner-layout .bottom ul li a .img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            background-color: #1D9D9A;
            position: relative; }
            .category-news002 .news001-box1 .inner-layout .bottom ul li a .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              transition: all 0.3s; }
            .category-news002 .news001-box1 .inner-layout .bottom ul li a .img > p {
              font-size: 1rem;
              color: rgba(255, 255, 255, 0.6);
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .category-news002 .news001-box1 .inner-layout .bottom ul li a .bottom-info {
            margin-top: 0;
            padding: 1rem;
            box-sizing: border-box;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
            background: white;
            transition: all, .5s; }
            .category-news002 .news001-box1 .inner-layout .bottom ul li a .bottom-info span {
              font-size: 0.8rem;
              color: #1D9D9A;
              display: block;
              line-height: 1; }
            .category-news002 .news001-box1 .inner-layout .bottom ul li a .bottom-info p {
              margin-top: 0.5rem;
              color: #333;
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem; }
          .category-news002 .news001-box1 .inner-layout .bottom ul li a:hover .img img {
            transform: scale(1.1); }
          .category-news002 .news001-box1 .inner-layout .bottom ul li a:hover .bottom-info {
            background: #1D9D9A; }
            .category-news002 .news001-box1 .inner-layout .bottom ul li a:hover .bottom-info span {
              color: rgba(255, 255, 255, 0.8); }
            .category-news002 .news001-box1 .inner-layout .bottom ul li a:hover .bottom-info p {
              color: white; }
  @media (max-width: 960px) {
    .category-news002 .news001-box1 {
      padding-top: 2rem; }
      .category-news002 .news001-box1 .inner-layout h1 {
        font-size: 18px; }
      .category-news002 .news001-box1 .inner-layout .top {
        display: block;
        margin-top: 20px; }
        .category-news002 .news001-box1 .inner-layout .top .top-left {
          width: 100%; }
        .category-news002 .news001-box1 .inner-layout .top .top-right {
          width: 100%;
          margin-top: 20px; }
          .category-news002 .news001-box1 .inner-layout .top .top-right ul {
            padding: 0.4rem 20px; }
      .category-news002 .news001-box1 .inner-layout .bottom ul {
        display: block;
        margin-right: 0; }
        .category-news002 .news001-box1 .inner-layout .bottom ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
.category-news002 .new-box2 {
  padding: 4rem 0;
  background-size: 100% auto; }
  .category-news002 .new-box2 .inner-layout h1 {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .category-news002 .new-box2 .inner-layout ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2rem; }
    .category-news002 .new-box2 .inner-layout ul li {
      width: calc(33.3% - 0.4rem);
      margin-bottom: 1rem; }
      .category-news002 .new-box2 .inner-layout ul li a {
        display: block;
        padding: 0.5rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 24px rgba(34, 23, 20, 0.16);
        -moz-box-shadow: 0 0 24px rgba(34, 23, 20, 0.16);
        box-shadow: 0 0 24px rgba(34, 23, 20, 0.16);
        transition: all 0.3s; }
        .category-news002 .new-box2 .inner-layout ul li a .inner-txt {
          border: 1px dashed #c1c0bf;
          padding: 0.75rem;
          font-size: 0; }
          .category-news002 .new-box2 .inner-layout ul li a .inner-txt p {
            font-size: 0.9rem;
            height: 2.7rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0.5rem; }
          .category-news002 .new-box2 .inner-layout ul li a .inner-txt span {
            font-size: 0.8rem;
            line-height: 1;
            font-family: Arial;
            color: #999; }
        .category-news002 .new-box2 .inner-layout ul li a:hover {
          background-color: #1D9D9A; }
          .category-news002 .new-box2 .inner-layout ul li a:hover .inner-txt p,
          .category-news002 .new-box2 .inner-layout ul li a:hover .inner-txt span {
            color: #fff; }
  @media (max-width: 960px) {
    .category-news002 .new-box2 {
      padding: 2rem 0; }
      .category-news002 .new-box2 .layout {
        padding: 0 20px; }
        .category-news002 .new-box2 .layout ul {
          margin-top: 20px; }
          .category-news002 .new-box2 .layout ul li {
            width: 100%; } }
.category-news002 .news001-box3 {
  background-color: #f9f7f0;
  padding: 3rem 0;
  background-size: cover; }
  .category-news002 .news001-box3 .inner-layout ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1.5rem; }
    .category-news002 .news001-box3 .inner-layout ul .news-item a {
      display: flex;
      width: 29.5rem;
      height: 5rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      padding: 0 1rem;
      align-items: center;
      margin-bottom: 1rem;
      background-color: #fff;
      transition: all, .5s; }
      .category-news002 .news001-box3 .inner-layout ul .news-item a .info {
        font-size: 0; }
        .category-news002 .news001-box3 .inner-layout ul .news-item a .info p {
          font-size: 0.9rem;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #333;
          margin-bottom: 0.4rem; }
        .category-news002 .news001-box3 .inner-layout ul .news-item a .info span {
          font-size: 0.7rem;
          color: #AAAAAA;
          line-height: 1; }
      .category-news002 .news001-box3 .inner-layout ul .news-item a:hover {
        background: #1D9D9A; }
        .category-news002 .news001-box3 .inner-layout ul .news-item a:hover .info {
          font-size: 0; }
          .category-news002 .news001-box3 .inner-layout ul .news-item a:hover .info p {
            color: white; }
          .category-news002 .news001-box3 .inner-layout ul .news-item a:hover .info span {
            color: rgba(255, 255, 255, 0.8); }
    .category-news002 .news001-box3 .inner-layout ul .news-item.hasthumb a .img-box {
      width: 6rem;
      height: 3.5rem;
      margin-right: 0.5rem;
      flex-shrink: 0; }
      .category-news002 .news001-box3 .inner-layout ul .news-item.hasthumb a .img-box img {
        width: 100%;
        height: 100%; }
  @media (max-width: 960px) {
    .category-news002 .news001-box3 {
      padding: 30px 0; }
      .category-news002 .news001-box3 .inner-layout ul {
        margin-top: 20px; }
        .category-news002 .news001-box3 .inner-layout ul .news-item {
          width: 100%; }
          .category-news002 .news001-box3 .inner-layout ul .news-item a {
            width: 100%; } }
.category-news002 .news-img-content {
  position: relative;
  padding-bottom: 2.5rem;
  padding-top: 2rem; }
  .category-news002 .news-img-content .lt,
  .category-news002 .news-img-content .rb {
    position: absolute;
    z-index: -1; }
  .category-news002 .news-img-content .lt {
    top: 0;
    left: 0; }
  .category-news002 .news-img-content .rb {
    right: 0;
    bottom: 0; }
  .category-news002 .news-img-content .inner-news {
    display: flex;
    justify-content: space-between; }
    .category-news002 .news-img-content .inner-news .news-box-item {
      width: 19rem; }
      .category-news002 .news-img-content .inner-news .news-box-item h1.left-tit-more {
        margin-bottom: 1.5rem; }
        .category-news002 .news-img-content .inner-news .news-box-item h1.left-tit-more a.tit {
          font-size: 1.2rem; }
        .category-news002 .news-img-content .inner-news .news-box-item h1.left-tit-more a.more span {
          font-size: 0.8rem; }
        .category-news002 .news-img-content .inner-news .news-box-item h1.left-tit-more a.more i {
          font-size: 1.2rem; }
      .category-news002 .news-img-content .inner-news .news-box-item span {
        font-size: 0.7rem;
        line-height: 1;
        color: #AAAAAA; }
      .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img {
        width: 100%;
        height: 10.7rem;
        display: block;
        overflow: hidden;
        background-color: #d5513f;
        display: flex;
        align-items: center;
        justify-content: center; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img > p {
          color: rgba(255, 255, 255, 0.6);
          font-size: 1.2rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img:hover img {
          transform: scale(1.1); }
      .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul {
        margin-top: 0.5rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li {
          padding: 0.5rem 0;
          border-bottom: 1px solid #E4E4E4;
          font-size: 0; }
          .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li:last-child {
            border-bottom: none; }
          .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a {
            font-size: 0.9rem;
            line-height: 1.8rem;
            max-height: 3.6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 3.6rem;
            color: #333;
            margin-top: 0.3rem; }
            .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a:hover {
              color: #12B8A0; }
      .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li {
        width: 100%;
        height: 6.5rem;
        background-color: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.65rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li a {
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 1rem 1rem 0;
          font-size: 0; }
          .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li a p {
            font-size: 0.9rem;
            line-height: 1.8rem;
            max-height: 3.6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 3.6rem;
            color: #333;
            margin-top: 0.3rem; }
        .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li:hover {
          background-image: url("../images/hxsy/news/news_item_bg.jpg"); }
          .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li:hover a span,
          .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li:hover a p {
            color: #fff; }
.category-news002 .news-list-content {
  background-color: #f9f7f0;
  padding: 3rem 0;
  background-size: cover; }
  .category-news002 .news-list-content .tab-pannel-wrap {
    margin-top: 1.5rem; }
    .category-news002 .news-list-content .tab-pannel-wrap .news-content-box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a {
        display: flex;
        width: 29.5rem;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0 1rem;
        align-items: center;
        margin-bottom: 1rem;
        background-color: #fff; }
        .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info {
          font-size: 0; }
          .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info p {
            font-size: 0.9rem;
            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;
            color: #333;
            margin-bottom: 0.4rem; }
          .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info span {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1; }
        .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover {
          background-image: url("../images/hxsy/news/xs_news_bg.jpg");
          background-position: right bottom;
          background-repeat: no-repeat; }
          .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover p {
            color: #12B8A0; }
      .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item.hasthumb a .img-box {
        width: 6rem;
        height: 3.5rem;
        margin-right: 0.5rem;
        flex-shrink: 0; }
        .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item.hasthumb a .img-box img {
          width: 100%;
          height: 100%; }
.category-news002 .news-special {
  padding-top: 3rem;
  padding-bottom: 2.5rem;
  background: url("../images/hxsy/news/lt_bg2.jpg") left bottom no-repeat, url("../images/hxsy/news/rb_bg.jpg") right bottom no-repeat;
  background-size: auto 95%; }
  .category-news002 .news-special .inner-special {
    display: flex;
    margin-right: -1.5rem;
    flex-wrap: wrap; }
    .category-news002 .news-special .inner-special a {
      display: block;
      width: 19rem;
      height: 10.7rem;
      overflow: hidden;
      margin-right: 1.5rem;
      margin-bottom: 1.5rem; }
      .category-news002 .news-special .inner-special a img {
        width: 100%;
        height: 100%;
        transition: all 0.5s; }
      .category-news002 .news-special .inner-special a:hover img {
        transform: scale(1.1); }

@media (max-width: 960px) {
  .category-news002 h1.left-tit-more a.tit {
    font-size: 18px; }
  .category-news002 .news-img-content .inner-news {
    flex-wrap: wrap; }
    .category-news002 .news-img-content .inner-news .news-box-item {
      width: 100%;
      margin-top: 20px; }
      .category-news002 .news-img-content .inner-news .news-box-item.left-img-news a.img {
        height: 50vw; }
  .category-news002 .news-list-content {
    padding: 20px 0;
    margin-top: 20px; }
    .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item {
      width: 100%; }
      .category-news002 .news-list-content .tab-pannel-wrap .news-content-box .news-item a {
        width: 100%; }
  .category-news002 .news-special {
    margin-top: 20px; }
    .category-news002 .news-special .inner-special {
      margin-right: 0;
      justify-content: space-between; }
      .category-news002 .news-special .inner-special a {
        margin-right: 0;
        width: 49%;
        height: 28vw; } }
h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #1D9D9A;
      border-color: #1D9D9A;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

h2.left-tit-tab {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit-tab .news-type {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1; }
    h2.left-tit-tab .news-type a {
      color: #555;
      position: relative; }
      h2.left-tit-tab .news-type a:after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        bottom: -0.5rem;
        width: 0px;
        background-color: #B7674D;
        transition: all 0.3s; }
      h2.left-tit-tab .news-type a.cur {
        color: #1D9D9A; }
        h2.left-tit-tab .news-type a.cur:after {
          width: 2.8rem; }
    h2.left-tit-tab .news-type .circle {
      display: inline-block;
      height: 0.45rem;
      width: 0.45rem;
      border-radius: 50%;
      background-color: #AAAAAA;
      margin: 0 10px; }
      h2.left-tit-tab .news-type .circle:last-of-type {
        display: none; }
  h2.left-tit-tab a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0;
    background-color: #fff; }
    h2.left-tit-tab a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: all 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit-tab a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: all 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit-tab a.more:hover {
      background-color: #1D9D9A;
      border-color: #1D9D9A;
      color: #fff; }
      h2.left-tit-tab a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit-tab a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

h2.center-tit {
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1; }
  h2.center-tit a {
    color: #333; }

@media (max-width: 960px) {
  h2.center-tit {
    font-size: 20px; } }
.yntszj-category {
  padding-bottom: 5rem;
  position: relative; }
  .yntszj-category .dep-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .yntszj-category .special-intro {
    background-color: #F8F5EB;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }
    .yntszj-category .special-intro > img {
      opacity: 0.4;
      position: absolute; }
    .yntszj-category .special-intro .intro-bg01 {
      left: 0;
      top: 0; }
    .yntszj-category .special-intro .intro-bg02 {
      right: 0;
      bottom: 0; }
    .yntszj-category .special-intro .inner-dep-intro {
      display: flex;
      justify-content: space-between;
      z-index: 1;
      position: relative; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro {
        width: 100%; }
        .yntszj-category .special-intro .inner-dep-intro .dep-intro .dep-intro-content {
          font-size: 16px;
          color: #333333;
          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;
          margin-top: 1rem;
          min-height: 9.8rem; }
        .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more {
          display: block;
          width: 10rem;
          height: 2.5rem;
          border: 1px solid #61A4B4;
          text-align: center;
          line-height: 2.5rem;
          color: #61A4B4;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          margin-top: 3rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span {
            position: absolute;
            display: block;
            position: absolute;
            width: 0.6rem;
            height: 0.6rem; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(1) {
              top: 0;
              left: 0;
              border-top: 3px solid #61A4B4;
              border-left: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(2) {
              top: 0;
              right: 0;
              border-top: 3px solid #61A4B4;
              border-right: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(3) {
              bottom: 0;
              left: 0;
              border-bottom: 3px solid #61A4B4;
              border-left: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(4) {
              bottom: 0;
              right: 0;
              border-right: 3px solid #61A4B4;
              border-bottom: 3px solid #61A4B4; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more u {
            font-size: 16px;
            display: inline-block;
            transition: all 0.3s;
            position: relative;
            line-height: 2.5rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more i {
            font-size: 22px;
            opacity: 0;
            position: absolute;
            transition: all 0.3s;
            transform: translateX(-10px);
            line-height: 2.5rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover {
            border: 1px solid #12B8A0;
            color: #12B8A0; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(1) {
              border-top-color: #12B8A0;
              border-left-color: #12B8A0; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(2) {
              border-top-color: #12B8A0;
              border-right-color: #12B8A0; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(3) {
              border-bottom-color: #12B8A0;
              border-left-color: #12B8A0; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(4) {
              border-right-color: #12B8A0;
              border-bottom-color: #12B8A0; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover u {
              transform: translateX(-10px); }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover i {
              opacity: 1;
              transform: translateX(2px); }
  @media (max-width: 960px) {
    .yntszj-category .special-intro {
      padding: 30px 0; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro .dep-intro-content {
        font-size: 14px;
        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; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more {
        margin-top: 25px; } }
  .yntszj-category .ynzj-menu {
    margin-bottom: 4rem; }
    .yntszj-category .ynzj-menu h2.center-tit {
      padding: 3rem 0 1.5rem; }
    .yntszj-category .ynzj-menu .inner-ynzj-menu {
      height: 28.4rem;
      width: 100%;
      display: flex; }
      .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class {
        width: 50%;
        padding: 2rem;
        position: relative;
        box-sizing: border-box; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .left-bar {
          width: 2rem;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          border-right: 1px solid #FFFFFF;
          overflow: hidden; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .left-bar .left-bar-item {
            width: 100%;
            height: 4.05rem;
            border-bottom: 1px solid #FFFFFF; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content {
          height: 100%;
          box-sizing: border-box;
          padding-left: 1.5rem; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content h2 {
            font-size: 1.2rem;
            color: #fff;
            font-weight: normal;
            margin-bottom: 2rem; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: flex-start;
            height: 100%; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li {
              padding-left: 12px;
              font-size: 14px;
              position: relative;
              box-sizing: border-box;
              width: 7.6rem;
              margin-right: 0.75rem;
              margin-bottom: 1.5rem; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li a {
                color: #fff; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:before {
                content: '';
                display: block;
                height: 14px;
                width: 2px;
                position: absolute;
                left: 0;
                top: 0.1rem;
                background-color: #fff; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover {
              color: #FFE0CE; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover a {
                color: #FFE0CE; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover:before {
                background-color: #FFE0CE; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(1) {
          background-color: #C69B59; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) {
          background-color: #F8F5EB; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content h2 {
            color: #555555; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li a {
            color: #555555; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:before {
            background-color: #C69B59; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover {
            color: #5F929D; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover a {
              color: #5F929D; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover:before {
              background-color: #5F929D; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .left-bar {
            border-right: 1px solid #DBC19E; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .left-bar .left-bar-item {
              border-bottom: 1px solid #DBC19E; }
  @media (max-width: 960px) {
    .yntszj-category .ynzj-menu .inner-ynzj-menu {
      height: auto;
      flex-direction: column; }
      .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class {
        width: 100%;
        height: auto; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list {
          flex-direction: row;
          flex-wrap: wrap;
          align-content: flex-start; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li {
            width: calc(50% - 20px); } }
  .yntszj-category .ynzj-news-list {
    display: flex;
    justify-content: space-between; }
    .yntszj-category .ynzj-news-list .ynzj-news-item {
      height: 12rem;
      width: 19rem;
      background-size: 100%;
      background-position: center;
      transition: all 0.3s; }
      .yntszj-category .ynzj-news-list .ynzj-news-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        font-size: 1.6rem;
        color: #fff; }
    .yntszj-category .ynzj-news-list .ynzj-news-item:hover {
      background-size: 110%; }
  @media (max-width: 960px) {
    .yntszj-category .ynzj-news-list {
      flex-direction: column; }
      .yntszj-category .ynzj-news-list .ynzj-news-item {
        width: 100%;
        height: 59.7vw;
        margin-bottom: 10px; } }

.map-search {
  font-size: 0;
  text-align: center; }
  .map-search a {
    width: 5rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    display: inline-block;
    font-size: 0.8rem;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem; }
    .map-search a:hover {
      background-color: #1D9D9A;
      border-color: #1D9D9A;
      color: #fff; }

.map-box {
  margin-top: 1rem;
  position: relative;
  border: 1px solid #e4e4e4; }
  .map-box .map-search-result {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 2.5rem;
    height: 100%;
    z-index: 2; }
    .map-box .map-search-result .switch {
      width: 2.5rem;
      height: 10rem;
      box-sizing: border-box;
      padding: 0.75rem;
      font-size: 0.8rem;
      line-height: 1.4;
      position: absolute;
      top: 50%;
      margin-top: -5rem;
      left: 0;
      background-color: #1D9D9A;
      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: #12B8A0; }
      .map-box .map-search-result .switch i {
        margin-top: 0.25rem;
        font-size: 1.2rem;
        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: 35rem; }
    .map-box .position-map img {
      max-width: none !important; }
    .map-box .position-map input {
      box-sizing: border-box;
      padding: 0.15rem;
      height: 1.3rem !important;
      font-size: 0.6rem;
      vertical-align: middle; }
    .map-box .position-map .BMapLib_ap th, .map-box .position-map .BMapLib_ap td {
      padding: 0.15rem; }
    .map-box .position-map #BMapLib_is_remember_phone {
      margin-left: 0.25rem; }
    .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: 0.6rem; }
  .map-box .map-area-tab {
    position: absolute;
    top: 0.5rem;
    left: 0;
    right: 0;
    text-align: center; }
    .map-box .map-area-tab li {
      display: inline-block;
      width: 3rem;
      height: 3rem;
      line-height: 0.8rem;
      box-sizing: border-box;
      padding: 1em;
      color: #fff;
      font-size: 0.7rem;
      border-radius: 50%;
      background-color: #1D9D9A;
      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.long-name {
        padding: 1em 0.35rem 0; }
      .map-box .map-area-tab li.short-name {
        padding: 0;
        line-height: 3rem; }
      .map-box .map-area-tab li.cur {
        font-weight: 700;
        background-color: #12B8A0; }
      .map-box .map-area-tab li:hover {
        background-color: #12B8A0; }
      .map-box .map-area-tab li + li {
        margin-left: 0.5rem; }

.eng-map .position-map {
  height: 35rem; }
  .eng-map .position-map h5 {
    line-height: 1.5rem;
    margin-bottom: 0.25rem; }
  .eng-map .position-map p {
    font-size: 0.8rem; }
.eng-map .amap-info-contentContainer {
  position: relative;
  top: -1.5rem; }

.list-images002 {
  display: flex;
  margin-right: -1.5rem;
  flex-wrap: wrap; }
  .list-images002 .img-item {
    width: 19rem;
    margin-right: 1.5rem;
    margin-bottom: 2rem; }
    .list-images002 .img-item a.img-box {
      display: block;
      width: 100%;
      height: 11rem;
      box-sizing: border-box;
      border: 1px solid #D7D7D7;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-color: #fff;
      padding: 10px; }
      .list-images002 .img-item a.img-box .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .list-images002 .img-item a.img-box .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .list-images002 .img-item a.img-box:hover .img img {
        transform: scale(1.1); }
    .list-images002 .img-item a.title {
      text-align: center;
      font-size: 0.9rem;
      color: #333333;
      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;
      margin-top: 10px; }
    .list-images002 .img-item:hover a.title {
      color: #12B8A0; }

@media (max-width: 960px) {
  .list-images002 {
    margin-right: 0; }
    .list-images002 .img-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .list-images002 .img-item a.img-box {
        height: 51.5vw; }
      .list-images002 .img-item a.title {
        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; } }
.show-images002 {
  padding-bottom: 3rem;
  position: relative; }
  .show-images002 .images-info {
    font-size: 0; }
    .show-images002 .images-info .img-title {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 2.4rem;
      font-size: 1.6rem;
      color: #333333; }
    .show-images002 .images-info .img-info {
      margin-top: 1rem;
      margin-bottom: 1.5rem;
      padding-bottom: 0.5rem;
      border-bottom: 1px solid #E4E4E4;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .show-images002 .images-info .img-info:after {
        content: "";
        display: block;
        width: 12rem;
        height: 0.1rem;
        background-color: #1D9D9A;
        position: absolute;
        bottom: 0;
        left: 0; }
      .show-images002 .images-info .img-info span {
        font-size: 0.7rem;
        color: #888888;
        line-height: 1;
        position: relative;
        display: inline-block;
        margin-left: 21px;
        margin-bottom: 0.5rem; }
        .show-images002 .images-info .img-info span:before {
          content: "";
          width: 1px;
          height: 0.7rem;
          background-color: #D7D7D7;
          position: absolute;
          left: -10px;
          top: 0; }
      .show-images002 .images-info .img-info .first-line span:first-child {
        margin-left: 0; }
        .show-images002 .images-info .img-info .first-line span:first-child:before {
          display: none; }
    .show-images002 .images-info .img-display {
      position: relative;
      z-index: 1; }
      .show-images002 .images-info .img-display .img-box-slider {
        position: relative;
        margin-bottom: 0;
        transition: height 0.3s;
        overflow: hidden; }
        .show-images002 .images-info .img-display .img-box-slider .inner-img-bg {
          min-height: 20rem;
          background-color: #F2F2F2;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center; }
          .show-images002 .images-info .img-display .img-box-slider .inner-img-bg img {
            max-width: 100%;
            object-fit: contain; }
        .show-images002 .images-info .img-display .img-box-slider .slick-arrow {
          width: 50%;
          height: 100%;
          position: absolute;
          top: 0;
          cursor: pointer;
          z-index: 1; }
          .show-images002 .images-info .img-display .img-box-slider .slick-arrow i {
            width: 4rem;
            height: 4rem;
            border-radius: 4px;
            background-color: rgba(255, 255, 255, 0.8);
            line-height: 4rem;
            text-align: center;
            font-size: 1.2rem;
            color: rgba(0, 0, 0, 0.9);
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            .show-images002 .images-info .img-display .img-box-slider .slick-arrow i:hover {
              background-color: #fff;
              color: #12B8A0; }
          .show-images002 .images-info .img-display .img-box-slider .slick-arrow.prev {
            left: 0; }
            .show-images002 .images-info .img-display .img-box-slider .slick-arrow.prev i {
              left: 4px; }
          .show-images002 .images-info .img-display .img-box-slider .slick-arrow.next {
            right: 0; }
            .show-images002 .images-info .img-display .img-box-slider .slick-arrow.next i {
              right: 4px; }
      .show-images002 .images-info .img-display .count-imgtit {
        margin-top: 1rem;
        line-height: 1;
        display: flex; }
        .show-images002 .images-info .img-display .count-imgtit .count {
          font-size: 0;
          flex-shrink: 0; }
          .show-images002 .images-info .img-display .count-imgtit .count span {
            display: inline-block; }
          .show-images002 .images-info .img-display .count-imgtit .count .cur {
            color: #12B8A0;
            font-size: 1.2rem; }
          .show-images002 .images-info .img-display .count-imgtit .count .total {
            color: #AAAAAA;
            font-size: 0.9rem; }
        .show-images002 .images-info .img-display .count-imgtit h2.imgtit {
          color: #333333;
          font-size: 0.9rem;
          margin-left: 0.5rem;
          line-height: initial; }
    .show-images002 .images-info .img-intro {
      margin-top: 1rem;
      font-size: 0.8rem;
      line-height: 1.5; }
    .show-images002 .images-info .small-img-container {
      margin-top: 1rem; }
      .show-images002 .images-info .small-img-container .img-slide {
        padding: 0 4rem;
        position: relative;
        margin-bottom: 0; }
        .show-images002 .images-info .small-img-container .img-slide .img-item-box {
          padding: 0.5rem;
          width: 13rem;
          box-sizing: border-box;
          border: 1px solid transparent; }
          .show-images002 .images-info .small-img-container .img-slide .img-item-box .img-item {
            width: 12rem;
            height: 6.8rem;
            box-sizing: border-box;
            border: 1px solid #D7D7D7;
            position: relative;
            cursor: pointer; }
            .show-images002 .images-info .small-img-container .img-slide .img-item-box .img-item img {
              width: 100%;
              height: 100%; }
            .show-images002 .images-info .small-img-container .img-slide .img-item-box .img-item:before {
              content: "";
              position: absolute;
              top: -0.5rem;
              left: -0.5rem;
              right: -0.5rem;
              bottom: -0.5rem;
              background-color: #fff;
              border: 1px solid #12B8A0;
              display: none; }
          .show-images002 .images-info .small-img-container .img-slide .img-item-box.slick-current, .show-images002 .images-info .small-img-container .img-slide .img-item-box:hover {
            border-color: #12B8A0;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
        .show-images002 .images-info .small-img-container .img-slide .slick-arrow {
          width: 2rem;
          height: 6.8rem;
          border-radius: 4px;
          background-color: #F2F2F2;
          line-height: 6.8rem;
          text-align: center;
          color: rgba(0, 0, 0, 0.9);
          font-size: 1.2rem;
          cursor: pointer;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .show-images002 .images-info .small-img-container .img-slide .slick-arrow:hover {
            color: #12B8A0; }
          .show-images002 .images-info .small-img-container .img-slide .slick-arrow.prev {
            left: 0; }
          .show-images002 .images-info .small-img-container .img-slide .slick-arrow.next {
            right: 0; }
      .show-images002 .images-info .small-img-container .img-notslider {
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 0 auto; }
        .show-images002 .images-info .small-img-container .img-notslider:before, .show-images002 .images-info .small-img-container .img-notslider:after {
          width: 2rem;
          height: 6.8rem;
          border-radius: 4px;
          background-color: #F2F2F2;
          line-height: 6.8rem;
          text-align: center;
          color: rgba(170, 170, 170, 0.9);
          font-size: 1.2rem;
          cursor: no-drop;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-family: 'iconfont'; }
          .show-images002 .images-info .small-img-container .img-notslider:before:hover, .show-images002 .images-info .small-img-container .img-notslider:after:hover {
            color: #12B8A0; }
        .show-images002 .images-info .small-img-container .img-notslider:before {
          content: "\e64e";
          left: 0; }
        .show-images002 .images-info .small-img-container .img-notslider:after {
          content: "\e620";
          right: 0; }
  .show-images002 .hot-images {
    margin-top: 2.5rem; }
    .show-images002 .hot-images h2.left-tit-more {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 1rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #D7D7D7;
      font-weight: normal; }
      .show-images002 .hot-images h2.left-tit-more a.news-type {
        font-size: 1.2rem;
        line-height: 1;
        color: #333; }
      .show-images002 .hot-images h2.left-tit-more a.more {
        display: flex;
        align-items: center; }
        .show-images002 .hot-images h2.left-tit-more a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #555555; }
        .show-images002 .hot-images h2.left-tit-more a.more i {
          margin-left: 0.5rem;
          font-size: 1rem;
          line-height: 1;
          color: #1D9D9A; }

@media (max-width: 960px) {
  .show-images002 .images-info .img-title {
    line-height: 27px;
    font-size: 18px; }
  .show-images002 .images-info .img-info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    flex-wrap: wrap; }
    .show-images002 .images-info .img-info:after {
      width: 80px; }
    .show-images002 .images-info .img-info .first-line {
      width: 100%;
      display: flex; }
      .show-images002 .images-info .img-info .first-line .time {
        flex-shrink: 0; }
    .show-images002 .images-info .img-info span {
      margin-bottom: 10px;
      font-size: 12px; }
      .show-images002 .images-info .img-info span.comefrom {
        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;
        margin-left: 0;
        padding-left: 21px; }
        .show-images002 .images-info .img-info span.comefrom:before {
          left: 10px; }
      .show-images002 .images-info .img-info span:nth-of-type(1) {
        margin-left: 0; }
        .show-images002 .images-info .img-info span:nth-of-type(1):before {
          display: none; }
  .show-images002 .images-info .img-display .img-box-slider .inner-img-bg {
    min-height: 214px; }
  .show-images002 .images-info .img-display .img-box-slider .slick-arrow i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; }
  .show-images002 .images-info .img-display .count-imgtit {
    margin-top: 10px; }
    .show-images002 .images-info .img-display .count-imgtit .count .cur {
      font-size: 18px; }
    .show-images002 .images-info .img-display .count-imgtit .count .total {
      font-size: 16px; }
    .show-images002 .images-info .img-display .count-imgtit h2.imgtit {
      font-size: 16px;
      margin-left: 10px; }
  .show-images002 .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px; }
  .show-images002 .images-info .small-img-container {
    display: none; }
  .show-images002 .hot-images {
    margin-top: 30px; }
    .show-images002 .hot-images h2.left-tit-more {
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .show-images002 .hot-images h2.left-tit-more a.tit {
        font-size: 18px; }
      .show-images002 .hot-images h2.left-tit-more a.more span {
        font-size: 12px; } }
.category-zzjg .zzjg-container .zzjg-content {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .category-zzjg .zzjg-container .zzjg-content h1 {
    height: 3rem;
    background-color: #D5513F;
    line-height: 3rem;
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
    padding-left: 2rem; }
  .category-zzjg .zzjg-container .zzjg-content .zzjg-list {
    box-sizing: border-box;
    padding: 2rem; }
    .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.4rem; }
      .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul li {
        height: 3rem;
        font-size: 0.9rem;
        line-height: 3rem;
        width: 13rem;
        margin-right: 1.35rem;
        position: relative; }
        .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul li a {
          color: #333;
          transition: transform 0.5s;
          display: block; }
        .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul li:before {
          content: "";
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #D5513F;
          position: absolute;
          top: 50%;
          margin-top: -2px;
          left: 0;
          opacity: 0;
          transform: opacity 0.5s; }
        .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul li:hover:before {
          opacity: 1; }
        .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul li:hover a {
          transform: translateX(14px); }
  .category-zzjg .zzjg-container .zzjg-content + .zzjg-content {
    margin-top: 2.8rem; }
    .category-zzjg .zzjg-container .zzjg-content + .zzjg-content h1 {
      background-color: #9CC301; }
    .category-zzjg .zzjg-container .zzjg-content + .zzjg-content .zzjg-list ul li:before {
      background-color: #9CC301; }

@media (max-width: 960px) {
  .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul {
    margin-right: 0; }
    .category-zzjg .zzjg-container .zzjg-content .zzjg-list ul li {
      width: 50%;
      margin-right: 0; }
  .category-zzjg .zzjg-container .zzjg-content + .zzjg-content {
    margin-top: 20px; } }
body.service {
  overflow: hidden; }

.category-service001 a.center-more {
  width: 9.5rem;
  height: 2rem;
  border-radius: 4px;
  background-color: #9CC301;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.1rem auto 0;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0; }
  .category-service001 a.center-more:before {
    content: "";
    position: absolute;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50% 50% 0px 0px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #1D9D9A; }
  .category-service001 a.center-more span {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
    z-index: 11;
    transform: translateX(-0.75rem); }
  .category-service001 a.center-more i {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
    position: absolute;
    top: 0.5rem;
    right: 0.8rem; }
@media (any-hover: hover) {
  .category-service001 a.center-more:hover:before {
    top: -3.75rem;
    transform: scale(1.2); }
  .category-service001 a.center-more:hover span {
    transform: translateX(0); }
  .category-service001 a.center-more:hover i {
    color: rgba(255, 255, 255, 0.2);
    transform: scale(2.1);
    right: 0.65rem;
    top: 0.55rem; } }
.category-service001 .section {
  position: relative; }
  .category-service001 .section .fp-watermark {
    display: none; }
  .category-service001 .section .fp-tableCell {
    vertical-align: middle; }
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.category-service001 .section1 {
  background-color: #F9F7F0;
  height: 100vh;
  background-image: url(../images/hxsy/staff_bg.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .category-service001 .section1 .fp-tableCell {
    vertical-align: initial; }
  .category-service001 .section1 .treatment-guide .path {
    opacity: 0; }
  .category-service001 .section1 .treatment-guide .inner-layout h1 {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    opacity: 0; }
    .category-service001 .section1 .treatment-guide .inner-layout h1 a {
      color: #333; }
  .category-service001 .section1 .treatment-guide .inner-layout .guide-info {
    display: flex;
    margin-top: 1.9rem; }
    .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item {
      width: 28rem;
      opacity: 0; }
      .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item h2 {
        color: #12B8A0;
        display: flex;
        align-items: center;
        padding-bottom: 0.9rem;
        border-bottom: 1px dashed #DBCEBA; }
        .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item h2 i {
          font-size: 1.5rem;
          font-weight: normal;
          margin-right: 0.5rem; }
        .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item h2 p {
          font-size: 1.2rem;
          line-height: 1; }
      .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item ul {
        margin-top: 1rem; }
        .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item ul li .week {
          font-size: 0.9rem;
          line-height: 2;
          color: #9CC301; }
        .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item ul li .time {
          font-size: 1.2rem;
          line-height: 1.8rem;
          color: #333; }
      .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item .tip {
        font-size: 0.8rem;
        line-height: 1.8rem;
        color: #909090; }
      .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item + .info-item {
        margin-left: 3.1rem; }
  .category-service001 .section1 .service-notice {
    margin-top: 2.9rem;
    padding-bottom: 5rem; }
    .category-service001 .section1 .service-notice .inner-layout h1 {
      font-weight: normal;
      display: flex;
      justify-content: space-between;
      align-items: center;
      opacity: 0; }
      .category-service001 .section1 .service-notice .inner-layout h1 a.tit {
        font-size: 1.6rem;
        line-height: 1;
        color: #333; }
      .category-service001 .section1 .service-notice .inner-layout h1 a.more {
        display: flex;
        align-items: center; }
        .category-service001 .section1 .service-notice .inner-layout h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .category-service001 .section1 .service-notice .inner-layout h1 a.more i {
          font-size: 1rem;
          line-height: 1;
          color: #9CC301;
          margin-left: 0.5rem; }
    .category-service001 .section1 .service-notice .inner-layout .notice-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 2rem; }
      .category-service001 .section1 .service-notice .inner-layout .notice-list a {
        width: 29.5rem;
        height: 4.7rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1rem;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem;
        opacity: 0; }
        .category-service001 .section1 .service-notice .inner-layout .notice-list a p {
          font-size: 0.9rem;
          color: #333;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-right: 1.45rem; }
        .category-service001 .section1 .service-notice .inner-layout .notice-list a span {
          font-size: 0.7rem;
          line-height: 1.35rem;
          color: #12B8A0; }
        .category-service001 .section1 .service-notice .inner-layout .notice-list a:hover p {
          color: #12B8A0; }
  .category-service001 .section1.active .treatment-guide .path,
  .category-service001 .section1.active .treatment-guide .inner-layout h1 {
    animation: fadeInDown 0.8s ease-in 0.1s forwards; }
  .category-service001 .section1.active .treatment-guide .inner-layout .guide-info .info-item,
  .category-service001 .section1.active .treatment-guide .inner-layout a.center-more {
    animation: fadeInUp 0.8s ease-in forwards; }
  .category-service001 .section1.active .treatment-guide .inner-layout .guide-info .info-item {
    animation-delay: 0.2s; }
    .category-service001 .section1.active .treatment-guide .inner-layout .guide-info .info-item + .info-item {
      animation-delay: 0.4s; }
  .category-service001 .section1.active .treatment-guide .inner-layout a.center-more {
    animation-delay: 0.4s; }
  .category-service001 .section1.active .service-notice .inner-layout h1 {
    animation: fadeInDown 0.8s ease-in 0.5s forwards; }
  .category-service001 .section1.active .service-notice .inner-layout .notice-list a {
    animation: fadeInUp 0.8s ease-in 0.8s forwards; }
    .category-service001 .section1.active .service-notice .inner-layout .notice-list a.item1 {
      animation-delay: 1s; }
    .category-service001 .section1.active .service-notice .inner-layout .notice-list a.item2 {
      animation-delay: 1.2s; }
    .category-service001 .section1.active .service-notice .inner-layout .notice-list a.item3 {
      animation-delay: 1.4s; }
.category-service001 .section2 {
  height: 100vh;
  position: relative; }
  .category-service001 .section2 .fp-tableCell {
    position: relative; }
  .category-service001 .section2 .yxy {
    position: absolute;
    opacity: 0; }
    .category-service001 .section2 .yxy.yxy_left {
      left: 0;
      bottom: 0; }
    .category-service001 .section2 .yxy.yxy_right {
      right: 0;
      top: 0; }
  .category-service001 .section2 .jzlk {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40rem;
    opacity: 0; }
  .category-service001 .section2 .booking-way {
    box-sizing: border-box; }
    .category-service001 .section2 .booking-way .inner-booking-way {
      display: flex;
      justify-content: space-between; }
      .category-service001 .section2 .booking-way .inner-booking-way .left-tit h1 {
        font-weight: normal;
        opacity: 0; }
        .category-service001 .section2 .booking-way .inner-booking-way .left-tit h1 a {
          font-size: 1.6rem;
          line-height: 1;
          color: #333; }
        .category-service001 .section2 .booking-way .inner-booking-way .left-tit h1 span {
          font-size: 0.8rem;
          line-height: 1;
          color: #909090;
          margin-top: 1rem;
          display: block; }
      .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box {
        margin-top: 1.2rem;
        width: 29rem; }
        .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit {
          display: flex;
          margin-top: 0.8rem;
          align-items: center;
          opacity: 0; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit img {
            margin-right: 0.5rem;
            width: 3rem; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit .icon_a {
            display: none; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit a {
            font-size: 1.2rem;
            line-height: 1;
            color: #333; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit .line {
            flex: 1;
            border-bottom: 1px dashed #DBCEBA;
            margin: 0 0.35rem 0 1rem;
            max-width: 0;
            transition: max-width 0.5s; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit .arrow {
            width: 0;
            height: 0;
            font-size: 0;
            border: 0.4rem solid transparent;
            border-left-color: #DBCEBA;
            border-right-width: 0;
            opacity: 0; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.cur .icon {
            display: none; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.cur .icon_a {
            display: block; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.cur a {
            color: #9CC301; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.cur .line {
            max-width: 17.8rem; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.cur .arrow {
            opacity: 1; }
      .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap {
        width: 30rem;
        opacity: 0;
        height: 32.2rem; }
        .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider {
          margin-bottom: 0; }
          .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item {
            width: 30rem; }
            .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .img-item {
              width: 100%;
              height: 30rem;
              display: flex;
              align-items: center;
              justify-content: center; }
              .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .img-item img {
                max-width: 100%;
                max-height: 100%; }
            .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info {
              position: relative;
              margin-top: 1rem;
              font-size: 0; }
              .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info .count {
                position: absolute;
                left: 0;
                top: -0.4rem; }
                .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info .count span {
                  font-size: 1.2rem;
                  line-height: 1;
                  color: #555555; }
                  .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info .count span.curIndex {
                    font-size: 1.6rem;
                    color: #9CC301; }
              .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info p {
                text-align: center;
                font-size: 1.2rem;
                line-height: 1;
                color: #333;
                font-weight: bold;
                padding: 0 3rem; }
          .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slick-arrow {
            cursor: pointer;
            position: absolute;
            width: 2rem;
            height: 2rem;
            background-color: rgba(0, 0, 0, 0.2);
            border-radius: 50%;
            line-height: 2rem;
            text-align: center;
            color: #fff;
            font-size: 0.8rem;
            z-index: 1;
            top: 13.95rem; }
            .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slick-arrow.prev {
              left: 0; }
            .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slick-arrow.next {
              right: 0; }
@keyframes fadeInLeftImg {
  from {
    opacity: 0;
    transform: translateX(-100px); }
  to {
    opacity: 0.4;
    transform: translateX(0); } }
@keyframes fadeInRightImg {
  from {
    opacity: 0;
    transform: translateX(100px); }
  to {
    opacity: 0.4;
    transform: translateX(0); } }
  .category-service001 .section2.active .fp-tableCell > img.yxy_left {
    animation: fadeInLeftImg 1.2s ease 1s forwards; }
  .category-service001 .section2.active .fp-tableCell > img.yxy_right {
    animation: fadeInRightImg 1.2s ease 0.8s forwards; }
  .category-service001 .section2.active .booking-way .inner-booking-way .left-tit h1,
  .category-service001 .section2.active .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit {
    animation: fadeInLeft 1.5s ease 0.2s forwards; }
  .category-service001 .section2.active .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.item1 {
    animation-delay: 0.4s; }
  .category-service001 .section2.active .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.item2 {
    animation-delay: 0.6s; }
  .category-service001 .section2.active .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.item3 {
    animation-delay: 0.8s; }
  .category-service001 .section2.active .booking-way .inner-booking-way .tab-pannel-wrap {
    animation: fadeInRight 0.8s ease-in 0.5s forwards; }
.category-service001 .section3 {
  background-color: rgba(251, 246, 238, 0.5); }
  .category-service001 .section3 .visits-information {
    padding-top: 8rem;
    padding-bottom: 8rem;
    height: 100%;
    box-sizing: border-box; }
    .category-service001 .section3 .visits-information .inner-layout h1 {
      font-weight: normal;
      text-align: center;
      opacity: 0; }
      .category-service001 .section3 .visits-information .inner-layout h1 a {
        color: #333;
        font-size: 1.6rem;
        line-height: 1;
        display: inline-block; }
      .category-service001 .section3 .visits-information .inner-layout h1 span {
        font-size: 0.8rem;
        line-height: 1;
        color: #909090;
        margin-top: 0.6rem;
        display: block; }
    .category-service001 .section3 .visits-information .inner-layout .search {
      margin-top: 0.6rem;
      display: flex;
      justify-content: center;
      opacity: 0; }
      .category-service001 .section3 .visits-information .inner-layout .search form {
        position: relative; }
        .category-service001 .section3 .visits-information .inner-layout .search form .keyword {
          width: 40rem;
          height: 2.5rem;
          background-color: #fff;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          padding: 0 2.2rem 0 1rem;
          border-radius: 6px; }
          .category-service001 .section3 .visits-information .inner-layout .search form .keyword::placeholder {
            color: #AAAAAA; }
        .category-service001 .section3 .visits-information .inner-layout .search form .search-submit {
          position: absolute;
          height: 100%;
          right: 1rem;
          background: none;
          border: none;
          cursor: pointer; }
          .category-service001 .section3 .visits-information .inner-layout .search form .search-submit i {
            font-size: 1.2rem;
            line-height: 2.5rem;
            color: #12B8A0; }
    .category-service001 .section3 .visits-information .inner-layout .inner-visits {
      margin-top: 2rem;
      opacity: 0; }
      .category-service001 .section3 .visits-information .inner-layout .inner-visits ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.25rem; }
        .category-service001 .section3 .visits-information .inner-layout .inner-visits ul li {
          margin-right: 1.25rem;
          margin-bottom: 1rem; }
          .category-service001 .section3 .visits-information .inner-layout .inner-visits ul li a {
            display: block;
            width: 11rem;
            height: 2.25rem;
            line-height: 2.25rem;
            text-align: center;
            color: #333;
            font-size: 0.7rem;
            background-color: #fff;
            border: 1px solid #DBCEBA;
            border-radius: 4px;
            box-sizing: border-box; }
  .category-service001 .section3.active .visits-information .inner-layout h1 {
    animation: fadeInDown 0.8s ease-in 0.2s forwards; }
  .category-service001 .section3.active .visits-information .inner-layout .search {
    animation: fadeInUp 0.8s ease-in 0.3s forwards; }
  .category-service001 .section3.active .visits-information .inner-layout .inner-visits {
    animation: fadeInUp 0.8s ease-in 0.6s forwards; }
.category-service001 .section4 {
  height: 100vh;
  background-image: url(../images/hxsy/service_index/center_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover; }
  .category-service001 .section4 .manage-center {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    box-sizing: border-box;
    padding-top: 9rem; }
    .category-service001 .section4 .manage-center h1 {
      font-weight: normal;
      text-align: center;
      opacity: 0;
      font-size: 0; }
      .category-service001 .section4 .manage-center h1 a {
        color: #fff;
        font-size: 1.6rem;
        line-height: 1;
        display: inline-block; }
      .category-service001 .section4 .manage-center h1 span {
        font-size: 0.8rem;
        line-height: 1;
        color: rgba(255, 255, 255, 0.6);
        margin-top: 2rem;
        display: block; }
    .category-service001 .section4 .manage-center .inner-center {
      display: flex;
      margin-top: 2rem; }
      .category-service001 .section4 .manage-center .inner-center .left-column {
        width: 30rem;
        height: 24rem;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        margin-right: 2rem; }
        .category-service001 .section4 .manage-center .inner-center .left-column .column-item {
          display: block;
          width: 50%;
          height: 8rem;
          box-sizing: border-box;
          padding: 1.5rem;
          opacity: 0;
          position: relative; }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item .column-tit {
            font-size: 1.2rem;
            line-height: 1;
            color: #fff;
            display: inline-block; }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item > i {
            font-size: 3rem;
            line-height: 1;
            color: #fff;
            position: absolute;
            right: 1.5rem;
            bottom: 1.5rem; }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item.fwnr {
            height: 16rem; }
            .category-service001 .section4 .manage-center .inner-center .left-column .column-item.fwnr ul {
              margin-top: 1.5rem;
              padding-left: 1.5rem; }
              .category-service001 .section4 .manage-center .inner-center .left-column .column-item.fwnr ul li {
                margin-bottom: 1rem;
                display: flex;
                align-items: center; }
                .category-service001 .section4 .manage-center .inner-center .left-column .column-item.fwnr ul li a {
                  font-size: 0.9rem;
                  line-height: 1;
                  color: #fff;
                  position: relative; }
                  .category-service001 .section4 .manage-center .inner-center .left-column .column-item.fwnr ul li a:after {
                    content: "";
                    width: 0;
                    height: 0.1rem;
                    background-color: #fff;
                    position: absolute;
                    left: 0;
                    bottom: -0.35rem;
                    transition: width 0.3s; }
                  .category-service001 .section4 .manage-center .inner-center .left-column .column-item.fwnr ul li a:hover:after {
                    width: 100%; }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item0 {
            background-color: #9CC301; }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item1 {
            background-color: #39A4D2;
            background-image: url(../images/hxsy/service_index/fwnr.jpg); }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item2 {
            background-color: #DFB728;
            background-image: url(../images/hxsy/service_index/tjxz.jpg); }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item3 {
            background-color: #12B8A0;
            background-image: url(../images/hxsy/service_index/tjbg.jpg); }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item4 {
            background-color: #F9F7F0; }
            .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item4 .column-tit,
            .category-service001 .section4 .manage-center .inner-center .left-column .column-item.item4 i {
              color: #333; }
      .category-service001 .section4 .manage-center .inner-center .right-news h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: normal;
        opacity: 0; }
        .category-service001 .section4 .manage-center .inner-center .right-news h2 a.tit {
          font-size: 1.2rem;
          line-height: 1;
          color: #fff;
          position: relative; }
          .category-service001 .section4 .manage-center .inner-center .right-news h2 a.tit:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -0.4rem;
            width: 100%;
            height: 0.2rem;
            background-color: #9CC301; }
        .category-service001 .section4 .manage-center .inner-center .right-news h2 a.more {
          display: flex;
          align-items: center; }
          .category-service001 .section4 .manage-center .inner-center .right-news h2 a.more span {
            font-size: 0.8rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.8); }
          .category-service001 .section4 .manage-center .inner-center .right-news h2 a.more i {
            font-size: 1rem;
            line-height: 1;
            color: #9CC301;
            margin-left: 0.5rem; }
      .category-service001 .section4 .manage-center .inner-center .right-news .news-list {
        margin-top: 1.5rem;
        width: 28rem; }
        .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item {
          opacity: 0;
          height: 4.6rem;
          box-sizing: border-box;
          border-bottom: 3px solid #9CC301;
          padding: 1rem 1rem 0;
          display: flex;
          justify-content: space-between;
          background-color: #fff;
          margin-bottom: 1rem; }
          .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item p {
            font-size: 0.9rem;
            color: #333;
            line-height: 27px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-right: 1.1rem; }
          .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item .time {
            width: 2.9rem;
            border-top: 2px solid #9CC301;
            display: flex;
            flex-direction: column;
            align-items: flex-end; }
            .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item .time .year {
              font-size: 0.7rem;
              line-height: 1;
              color: #aaa;
              margin: 0.25rem 0; }
            .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item .time .day {
              font-size: 1.2rem;
              line-height: 1;
              color: #9CC301;
              margin-right: 0; }
          .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item span {
            font-size: 0.7rem;
            line-height: 1.35rem;
            color: #12B8A0; }
          .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item:hover p {
            color: #12B8A0; }
  .category-service001 .section4.active .manage-center h1 {
    animation: fadeInDown 0.8s ease-in 0.2s forwards; }
  .category-service001 .section4.active .manage-center .inner-center .left-column .column-item {
    animation: fadeInUp 0.6s ease-in 0.3s forwards; }
    .category-service001 .section4.active .manage-center .inner-center .left-column .column-item.item1 {
      animation-delay: 0.5s; }
    .category-service001 .section4.active .manage-center .inner-center .left-column .column-item.item2 {
      animation-delay: 0.4s; }
    .category-service001 .section4.active .manage-center .inner-center .left-column .column-item.item3 {
      animation-delay: 0.6s; }
    .category-service001 .section4.active .manage-center .inner-center .left-column .column-item.item4 {
      animation-delay: 0.8s; }
  .category-service001 .section4.active .manage-center .inner-center .right-news h2 {
    animation: fadeInDown 0.8s ease-in 0.4s forwards; }
  .category-service001 .section4.active .manage-center .inner-center .right-news .news-list .news-item {
    animation: fadeInUp 0.6s ease-in 0.6s forwards; }
    .category-service001 .section4.active .manage-center .inner-center .right-news .news-list .news-item.item1 {
      animation-delay: 0.8s; }
    .category-service001 .section4.active .manage-center .inner-center .right-news .news-list .news-item.item2 {
      animation-delay: 1s; }
    .category-service001 .section4.active .manage-center .inner-center .right-news .news-list .news-item.item3 {
      animation-delay: 1.2s; }
.category-service001 .section5 .hos-navigation {
  box-sizing: border-box;
  padding-top: 8rem;
  padding-bottom: 5.95rem;
  position: relative; }
  .category-service001 .section5 .hos-navigation > img {
    position: absolute; }
    .category-service001 .section5 .hos-navigation > img.left {
      top: 0;
      left: 0; }
    .category-service001 .section5 .hos-navigation > img.right {
      bottom: 0;
      right: 0; }
  .category-service001 .section5 .hos-navigation .inner-layout h1 {
    font-weight: normal;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 2rem;
    opacity: 0;
    position: relative; }
    .category-service001 .section5 .hos-navigation .inner-layout h1 a {
      color: #333; }
  .category-service001 .section5 .hos-navigation .inner-layout .page-navigation .map-box,
  .category-service001 .section5 .hos-navigation .inner-layout .page-navigation .inner-navigation {
    opacity: 0;
    position: relative; }
.category-service001 .section5.active .hos-navigation .inner-layout h1, .category-service001 .section5.current .hos-navigation .inner-layout h1 {
  animation: fadeInDown 0.8s ease-in 0.2s forwards; }
.category-service001 .section5.active .hos-navigation .inner-layout .page-navigation .map-box,
.category-service001 .section5.active .hos-navigation .inner-layout .page-navigation .inner-navigation, .category-service001 .section5.current .hos-navigation .inner-layout .page-navigation .map-box,
.category-service001 .section5.current .hos-navigation .inner-layout .page-navigation .inner-navigation {
  animation: fadeInUp 0.8s ease-in 0.4s forwards; }
.category-service001 .section5.active .hos-navigation .inner-layout .page-navigation .inner-navigation, .category-service001 .section5.current .hos-navigation .inner-layout .page-navigation .inner-navigation {
  animation-delay: 0.6s; }

.page-navigation .map-box {
  height: 30rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px solid #D7D7D7;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem; }
  .page-navigation .map-box .top-button {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 1;
    display: flex; }
    .page-navigation .map-box .top-button .goback {
      height: 2rem;
      line-height: 2rem;
      border: 1px solid #F2F2F2;
      background-color: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      font-size: 0.8rem;
      margin-right: 10px;
      width: 3rem;
      cursor: pointer;
      text-align: center;
      color: #3385FF; }
    .page-navigation .map-box .top-button .select-box {
      position: relative; }
      .page-navigation .map-box .top-button .select-box .map-search {
        width: 6rem;
        height: 2rem;
        line-height: 2rem;
        border: 1px solid #F2F2F2;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        box-sizing: border-box;
        padding: 0 1rem 0 1.5rem;
        font-size: 0.8rem;
        cursor: pointer;
        color: #AAAAAA; }
        .page-navigation .map-box .top-button .select-box .map-search::placeholder {
          color: #AAAAAA; }
      .page-navigation .map-box .top-button .select-box .option {
        position: absolute;
        left: 0;
        top: 2.2rem;
        display: none; }
        .page-navigation .map-box .top-button .select-box .option ul {
          width: 6rem;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          .page-navigation .map-box .top-button .select-box .option ul li a {
            display: block;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            color: #333;
            font-size: 0.8rem; }
            .page-navigation .map-box .top-button .select-box .option ul li a:hover {
              background-color: #F2F2F2;
              color: #3385FF; }
      .page-navigation .map-box .top-button .select-box .icon {
        position: absolute;
        font-size: 1rem;
        line-height: 1;
        color: #3385FF;
        left: 0.5rem;
        top: 0.5rem; }
      .page-navigation .map-box .top-button .select-box .arrow {
        position: absolute;
        font-size: 12px;
        color: #555;
        right: 0.5rem;
        top: 0.7rem;
        transition: transform 0.3s; }
      .page-navigation .map-box .top-button .select-box.active .map-search {
        border-color: #3385FF; }
      .page-navigation .map-box .top-button .select-box.active .arrow {
        transform: rotate(180deg); }
  .page-navigation .map-box .map-search-result {
    height: 29rem;
    width: 15rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0.5rem;
    z-index: 2;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem; }
    .page-navigation .map-box .map-search-result .top-keyword {
      height: 2rem;
      border-bottom: 1px solid #D7D7D7;
      display: flex;
      align-items: center; }
      .page-navigation .map-box .map-search-result .top-keyword .icon {
        font-size: 0.8rem;
        color: #3385FF;
        margin-right: 4px; }
      .page-navigation .map-box .map-search-result .top-keyword p {
        flex: 1;
        font-size: 0; }
        .page-navigation .map-box .map-search-result .top-keyword p span {
          font-size: 0.7rem;
          color: #AAAAAA; }
          .page-navigation .map-box .map-search-result .top-keyword p span.keyword {
            color: #333; }
      .page-navigation .map-box .map-search-result .top-keyword .close {
        font-size: 0.7rem;
        color: #333;
        cursor: pointer; }
    .page-navigation .map-box .map-search-result .result-list {
      height: calc(100% - 2.5rem);
      margin-top: 0.5rem; }
      .page-navigation .map-box .map-search-result .result-list > div {
        border: none !important; }
  .page-navigation .map-box .map-container {
    height: 29rem; }
    .page-navigation .map-box .map-container img {
      max-width: none !important; }
    .page-navigation .map-box .map-container input {
      box-sizing: border-box;
      padding: 0.15rem;
      height: 1.3rem !important;
      font-size: 0.6rem;
      vertical-align: middle; }
    .page-navigation .map-box .map-container .BMapLib_ap th,
    .page-navigation .map-box .map-container .BMapLib_ap td {
      padding: 0.15rem; }
    .page-navigation .map-box .map-container #BMapLib_is_remember_phone {
      margin-left: 0.25rem; }
    .page-navigation .map-box .map-container .BMapLib_SearchInfoWindow,
    .page-navigation .map-box .map-container .position-map .BMapLib_nav_tab_content li {
      font-family: inherit; }
    .page-navigation .map-box .map-container .BMapLib_bubble_title {
      font-weight: bold; }
    .page-navigation .map-box .map-container .BMapLib_bubble_content {
      line-height: 2; }
    .page-navigation .map-box .map-container .BMapLib_trans {
      top: auto !important; }
    .page-navigation .map-box .map-container .BMapLib_sms_declare_phone {
      font-size: 0.6rem; }
    .page-navigation .map-box .map-container .BMap_scaleHBar img {
      display: none; }
.page-navigation .inner-navigation {
  background-color: #fff;
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  padding: 1rem 2rem 2.5rem;
  margin-top: 1rem; }
  .page-navigation .inner-navigation .tab-tit-box {
    border-bottom: 1px solid #D7D7D7;
    display: flex; }
  .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit {
    height: 2.5rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: #9CC301;
    position: relative;
    margin-bottom: 1rem; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit i {
      font-size: 1.2rem;
      color: rgba(156, 195, 1, 0.4);
      margin-right: 0.5rem; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit p {
      font-size: 1rem;
      color: #333; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit:after {
      content: "";
      width: 100%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: #9CC301;
      opacity: 0; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit.cur i,
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit.cur p {
      color: #9CC301; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-tit.cur:after {
      opacity: 1; }
  .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel {
    padding: 1rem 0 0; }
  @media (max-width: 960px) {
    .page-navigation .inner-navigation {
      padding: 0 1rem 1.5rem; }
      .page-navigation .inner-navigation .tab-pannel-wrap .navigation-content p {
        display: flex; } }

.category-map001 h1 {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem; }

@media (max-width: 1280px) {
  .category-service001 .section1 .service-notice .inner-layout .notice-list a p,
  .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item p {
    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; } }
@media (max-width: 960px) {
  .category-service001 .inner-layout {
    padding: 0 20px; }
  .category-service001 .section1 {
    height: auto; }
    .category-service001 .section1 .treatment-guide {
      padding-top: 60px; }
      .category-service001 .section1 .treatment-guide .path {
        opacity: 1; }
      .category-service001 .section1 .treatment-guide .inner-layout h1 {
        opacity: 1; }
      .category-service001 .section1 .treatment-guide .inner-layout .guide-info {
        flex-wrap: wrap; }
        .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item {
          width: 100%;
          opacity: 1; }
          .category-service001 .section1 .treatment-guide .inner-layout .guide-info .info-item + .info-item {
            margin-left: 0;
            margin-top: 20px; }
      .category-service001 .section1 .treatment-guide .inner-layout a.center-more {
        opacity: 1; }
    .category-service001 .section1 .service-notice {
      padding-bottom: 40px; }
      .category-service001 .section1 .service-notice .inner-layout h1 {
        opacity: 1; }
      .category-service001 .section1 .service-notice .inner-layout .notice-list a {
        width: 100%;
        opacity: 1; }
  .category-service001 .section2 {
    height: auto;
    position: relative; }
    .category-service001 .section2 > img {
      position: absolute;
      opacity: 0.4; }
      .category-service001 .section2 > img.yxy_left {
        left: 0;
        bottom: 0;
        display: none; }
      .category-service001 .section2 > img.yxy_right {
        right: 0;
        top: 0;
        width: 50%; }
    .category-service001 .section2 .jzlk {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 40rem;
      opacity: 0.2; }
    .category-service001 .section2 .fp-tableCell > img {
      opacity: 0.4; }
    .category-service001 .section2 .fp-tableCell .jzlk {
      opacity: 0.2; }
    .category-service001 .section2 .booking-way {
      padding-top: 40px;
      padding-bottom: 40px;
      position: relative; }
      .category-service001 .section2 .booking-way .inner-booking-way {
        flex-wrap: wrap; }
        .category-service001 .section2 .booking-way .inner-booking-way .left-tit {
          width: 100%; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit h1 {
            opacity: 1; }
          .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box {
            width: 100%; }
            .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit {
              opacity: 1; }
              .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit img {
                width: 30px; }
              .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit a {
                font-size: 14px; }
              .category-service001 .section2 .booking-way .inner-booking-way .left-tit .tab-tit-box .tab-tit.cur .line {
                max-width: 100vw; }
        .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap {
          width: 100%;
          margin-top: 20px;
          opacity: 1; }
          .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item {
            width: calc(100vw - 40px); }
            .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info .count {
              top: 0; }
              .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info .count span {
                font-size: 14px; }
                .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info .count span.curIndex {
                  font-size: 16px; }
            .category-service001 .section2 .booking-way .inner-booking-way .tab-pannel-wrap .tab-pannel .right-img-slider .slide-item .bottom-info p {
              font-size: 16px;
              padding: 0 40px; }
  .category-service001 .section3 .visits-information {
    padding-top: 40px; }
    .category-service001 .section3 .visits-information .inner-layout h1 {
      opacity: 1; }
    .category-service001 .section3 .visits-information .inner-layout .search {
      opacity: 1; }
      .category-service001 .section3 .visits-information .inner-layout .search form {
        width: 100%; }
        .category-service001 .section3 .visits-information .inner-layout .search form .keyword {
          width: 100%; }
    .category-service001 .section3 .visits-information .inner-layout .inner-visits {
      opacity: 1;
      margin-top: 20px; }
      .category-service001 .section3 .visits-information .inner-layout .inner-visits ul {
        justify-content: space-between;
        margin-right: 0; }
        .category-service001 .section3 .visits-information .inner-layout .inner-visits ul li {
          margin-right: 0;
          width: 48%; }
          .category-service001 .section3 .visits-information .inner-layout .inner-visits ul li a {
            width: 100%; }
  .category-service001 .section4 {
    height: auto; }
    .category-service001 .section4 .manage-center {
      padding-top: 40px;
      padding-bottom: 40px;
      height: auto; }
      .category-service001 .section4 .manage-center h1 {
        opacity: 1; }
      .category-service001 .section4 .manage-center h1 span {
        margin-top: 20px; }
      .category-service001 .section4 .manage-center .inner-center {
        flex-wrap: wrap; }
        .category-service001 .section4 .manage-center .inner-center .left-column {
          width: 100%;
          margin-right: 0; }
          .category-service001 .section4 .manage-center .inner-center .left-column .column-item {
            opacity: 1; }
        .category-service001 .section4 .manage-center .inner-center .right-news {
          width: 100%;
          margin-top: 20px; }
          .category-service001 .section4 .manage-center .inner-center .right-news h2 {
            opacity: 1; }
          .category-service001 .section4 .manage-center .inner-center .right-news .news-list {
            width: 100%; }
            .category-service001 .section4 .manage-center .inner-center .right-news .news-list .news-item {
              opacity: 1; }
  .category-service001 .section5 .hos-navigation {
    padding-top: 40px; }
    .category-service001 .section5 .hos-navigation .inner-layout h1,
    .category-service001 .section5 .hos-navigation .inner-layout .page-navigation .map-box,
    .category-service001 .section5 .hos-navigation .inner-layout .page-navigation .inner-navigation {
      opacity: 1; }

  .page-navigation .inner-navigation .tab-tit-box .tab-tit {
    margin-right: 10px; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit i {
      font-size: 14px;
      margin-right: 2px; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit p {
      font-size: 14px; } }
.category-service002 a.center-more {
  width: 9.5rem;
  height: 2rem;
  border-radius: 4px;
  background-color: #9CC301;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 1.1rem auto 0;
  transition: all 0.5s;
  overflow: hidden;
  opacity: 0; }
  .category-service002 a.center-more:before {
    content: "";
    position: absolute;
    width: 9.5rem;
    height: 9.5rem;
    border-radius: 50% 50% 0px 0px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #1D9D9A; }
  .category-service002 a.center-more span {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
    z-index: 11;
    transform: translateX(-0.75rem); }
  .category-service002 a.center-more i {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
    position: absolute;
    top: 0.5rem;
    right: 0.8rem; }
@media (any-hover: hover) {
  .category-service002 a.center-more:hover:before {
    top: -3.75rem;
    transform: scale(1.2); }
  .category-service002 a.center-more:hover span {
    transform: translateX(0); }
  .category-service002 a.center-more:hover i {
    color: rgba(255, 255, 255, 0.2);
    transform: scale(2.1);
    right: 0.65rem;
    top: 0.55rem; } }
.category-service002 .visits-information {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-image: url(../images/hxsy/service_index/yyfs_bg.jpg);
  background-size: 100% auto; }
  .category-service002 .visits-information .yxy {
    opacity: 0.4;
    z-index: -1;
    position: absolute; }
    .category-service002 .visits-information .yxy img {
      width: 100%; }
    .category-service002 .visits-information .yxy.yxy_left {
      left: 0;
      bottom: 0;
      width: 20rem; }
    .category-service002 .visits-information .yxy.yxy_right {
      right: 0;
      top: 0;
      width: 20rem; }
  .category-service002 .visits-information .jzlk {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40rem;
    z-index: -1; }
    .category-service002 .visits-information .jzlk svg {
      opacity: 0.2; }
  .category-service002 .visits-information .inner-layout h1 {
    font-weight: normal;
    text-align: center; }
    .category-service002 .visits-information .inner-layout h1 a {
      color: #fff;
      font-size: 1.6rem;
      line-height: 1;
      display: inline-block; }
    .category-service002 .visits-information .inner-layout h1 span {
      font-size: 0.8rem;
      line-height: 1;
      color: rgba(255, 255, 255, 0.5);
      margin-top: 1rem;
      display: block; }
  .category-service002 .visits-information .inner-layout .search {
    margin-top: 2rem;
    display: flex;
    justify-content: center; }
    .category-service002 .visits-information .inner-layout .search form {
      position: relative; }
      .category-service002 .visits-information .inner-layout .search form .keyword {
        width: 40rem;
        height: 2.5rem;
        background-color: #fff;
        border: 1px solid #D7D7D7;
        box-sizing: border-box;
        padding: 0 2.2rem 0 1rem;
        border-radius: 6px; }
        .category-service002 .visits-information .inner-layout .search form .keyword::placeholder {
          color: #AAAAAA; }
      .category-service002 .visits-information .inner-layout .search form .search-submit {
        position: absolute;
        height: 100%;
        right: 1rem;
        background: none;
        border: none;
        cursor: pointer; }
        .category-service002 .visits-information .inner-layout .search form .search-submit i {
          font-size: 1.2rem;
          line-height: 2.5rem;
          color: #12B8A0; }
  .category-service002 .visits-information .inner-layout .inner-visits {
    margin-top: 2rem; }
    .category-service002 .visits-information .inner-layout .inner-visits ul {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.25rem; }
      .category-service002 .visits-information .inner-layout .inner-visits ul .loading {
        padding: 300px 0;
        display: flex;
        justify-content: center;
        width: 100%; }
      .category-service002 .visits-information .inner-layout .inner-visits ul li {
        margin-right: 1.25rem;
        margin-bottom: 1rem; }
        .category-service002 .visits-information .inner-layout .inner-visits ul li a {
          display: block;
          width: 11rem;
          height: 2rem;
          line-height: 2rem;
          text-align: center;
          color: #fff;
          font-size: 0.8rem;
          background-color: #12B8A0;
          border-radius: 4px;
          box-sizing: border-box;
          line-height: 2rem;
          max-height: 2rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .category-service002 .visits-information .inner-layout .inner-visits ul li a:hover {
            background-color: #9CC301; }
.category-service002 .treatment-guide {
  background-image: url(../images/hxsy/staff_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5rem;
  padding-bottom: 3rem; }
  .category-service002 .treatment-guide .inner-layout h1 {
    font-weight: normal;
    font-size: 0; }
    .category-service002 .treatment-guide .inner-layout h1 p {
      font-size: 1.6rem;
      color: #333;
      line-height: 1; }
    .category-service002 .treatment-guide .inner-layout h1 span {
      font-size: 0.8rem;
      line-height: 1;
      display: inline-block;
      color: #909090;
      margin-top: 1rem; }
  .category-service002 .treatment-guide .inner-layout ul {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between; }
    .category-service002 .treatment-guide .inner-layout ul li {
      width: 29rem; }
      .category-service002 .treatment-guide .inner-layout ul li .week {
        padding-bottom: 1rem;
        border-bottom: 1px dashed #DBCEBA;
        margin-bottom: 1rem; }
        .category-service002 .treatment-guide .inner-layout ul li .week i {
          font-size: 1.4rem;
          color: #1D9D9A;
          margin-right: 0.5rem; }
        .category-service002 .treatment-guide .inner-layout ul li .week span {
          font-size: 1.2rem;
          line-height: 1;
          color: #27666A; }
      .category-service002 .treatment-guide .inner-layout ul li .time-box {
        display: flex; }
        .category-service002 .treatment-guide .inner-layout ul li .time-box .time-item {
          margin-right: 4rem; }
          .category-service002 .treatment-guide .inner-layout ul li .time-box .time-item .tips {
            font-size: 0.8rem;
            line-height: 1;
            color: #9CC301;
            margin-bottom: 0.5rem; }
          .category-service002 .treatment-guide .inner-layout ul li .time-box .time-item .time {
            font-family: 'Impact Bold', 'Impact Normal', 'Impact', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 2rem;
            color: #1D9D9A;
            line-height: 1; }
  .category-service002 .treatment-guide .inner-layout .column-list {
    display: flex;
    position: relative;
    z-index: 1;
    top: 5rem; }
    .category-service002 .treatment-guide .inner-layout .column-list .column-item {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 14rem;
      height: 10rem; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item.item0 {
        background-color: #12B8A0; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item.item1 {
        background-color: #4DA7E3; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item.item2 {
        background-color: #DFB728; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item.item3 {
        background-color: #9CC301; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item + .column-item {
        margin-left: 1.33rem; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item .icon {
        font-size: 3rem;
        color: #fff; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item .svg {
        width: 4rem;
        height: 3rem; }
        .category-service002 .treatment-guide .inner-layout .column-list .column-item .svg #svg3 {
          position: relative;
          top: -0.3rem; }
          .category-service002 .treatment-guide .inner-layout .column-list .column-item .svg #svg3 .st0 {
            fill: none;
            stroke: #fff;
            stroke-width: 6px;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .category-service002 .treatment-guide .inner-layout .column-list .column-item .svg #svg3 .st1 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px;
            stroke-linejoin: round; }
          .category-service002 .treatment-guide .inner-layout .column-list .column-item .svg #svg3 .st2 {
            fill: none;
            stroke: #fff;
            stroke-width: 6px;
            stroke-linejoin: round; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item p {
        font-size: 1.2rem;
        line-height: 1;
        color: #fff;
        margin-top: 2rem; }
.category-service002 .booking-way {
  padding-top: 7rem;
  box-sizing: border-box;
  height: 34rem;
  position: relative; }
  .category-service002 .booking-way .yxy {
    opacity: 0.4;
    z-index: -1;
    position: absolute; }
    .category-service002 .booking-way .yxy img {
      width: 100%; }
    .category-service002 .booking-way .yxy.yxy_left {
      left: 0;
      bottom: 0;
      width: 20rem; }
    .category-service002 .booking-way .yxy.yxy_right {
      right: 0;
      top: 0;
      width: 20rem; }
  .category-service002 .booking-way .jzlk {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40rem;
    z-index: -1; }
    .category-service002 .booking-way .jzlk svg {
      opacity: 0.2; }
  .category-service002 .booking-way .inner-layout h1 {
    font-weight: normal;
    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .category-service002 .booking-way .inner-layout h1 a.tit {
      font-size: 1.6rem;
      line-height: 1;
      color: #333; }
    .category-service002 .booking-way .inner-layout h1 a.more {
      display: flex;
      align-items: center;
      color: #333; }
      .category-service002 .booking-way .inner-layout h1 a.more span {
        font-size: 0.8rem;
        line-height: 1; }
      .category-service002 .booking-way .inner-layout h1 a.more i {
        font-size: 1rem;
        margin-left: 0.5rem;
        line-height: 1;
        color: #9CC301; }
      .category-service002 .booking-way .inner-layout h1 a.more:hover span {
        color: #9CC301; }
  .category-service002 .booking-way .inner-layout ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .category-service002 .booking-way .inner-layout ul li {
      padding: 2rem 0;
      width: 29rem;
      display: flex; }
      .category-service002 .booking-way .inner-layout ul li a.img {
        width: 8rem;
        height: 8rem;
        display: block;
        margin-right: 2rem;
        flex-shrink: 0; }
        .category-service002 .booking-way .inner-layout ul li a.img img {
          width: 100%;
          height: 100%; }
      .category-service002 .booking-way .inner-layout ul li .info .tit {
        font-size: 1.2rem;
        line-height: 1;
        color: #27666A;
        font-weight: bold;
        margin-bottom: 1rem;
        display: block; }
        .category-service002 .booking-way .inner-layout ul li .info .tit:hover {
          color: #9CC301; }
      .category-service002 .booking-way .inner-layout ul li .info .subtit {
        font-size: 0.9rem;
        line-height: 1.8rem;
        color: #333;
        display: block; }
      .category-service002 .booking-way .inner-layout ul li:first-child, .category-service002 .booking-way .inner-layout ul li:nth-child(2) {
        border-bottom: 1px dashed #A1936F; }
.category-service002 .hos-navigation {
  box-sizing: border-box;
  padding-top: 4rem;
  padding-bottom: 5.95rem;
  position: relative; }
  .category-service002 .hos-navigation > img {
    position: absolute; }
    .category-service002 .hos-navigation > img.left {
      top: 0;
      left: 0; }
    .category-service002 .hos-navigation > img.right {
      bottom: 0;
      right: 0; }
  .category-service002 .hos-navigation .inner-layout h1 {
    font-weight: normal;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 2rem;
    position: relative; }
    .category-service002 .hos-navigation .inner-layout h1 a {
      color: #333; }
  .category-service002 .hos-navigation .inner-layout .page-navigation .map-box, .category-service002 .hos-navigation .inner-layout .page-navigation .inner-navigation {
    position: relative; }

@media (max-width: 960px) {
  .category-service002 .inner-layout {
    padding: 0 20px; }
  .category-service002 .visits-information {
    padding-top: 40px; }
    .category-service002 .visits-information .yxy.yxy_left {
      display: none; }
    .category-service002 .visits-information .inner-layout h1 {
      opacity: 1; }
    .category-service002 .visits-information .inner-layout .search {
      opacity: 1; }
      .category-service002 .visits-information .inner-layout .search form {
        width: 100%; }
        .category-service002 .visits-information .inner-layout .search form .keyword {
          width: 100%; }
    .category-service002 .visits-information .inner-layout .inner-visits {
      opacity: 1;
      margin-top: 20px; }
      .category-service002 .visits-information .inner-layout .inner-visits ul {
        justify-content: space-between;
        margin-right: 0; }
        .category-service002 .visits-information .inner-layout .inner-visits ul li {
          margin-right: 0;
          width: 48%; }
          .category-service002 .visits-information .inner-layout .inner-visits ul li a {
            width: 100%; }
  .category-service002 .treatment-guide {
    padding-top: 40px;
    padding-bottom: 20px; }
    .category-service002 .treatment-guide .inner-layout ul {
      flex-wrap: wrap; }
      .category-service002 .treatment-guide .inner-layout ul li {
        width: 100%; }
        .category-service002 .treatment-guide .inner-layout ul li .time-box .time-item .time {
          font-size: calc(3vw + 8px); }
        .category-service002 .treatment-guide .inner-layout ul li + li {
          margin-top: 20px; }
    .category-service002 .treatment-guide .inner-layout .column-list {
      flex-wrap: wrap;
      justify-content: space-between;
      top: 60px; }
      .category-service002 .treatment-guide .inner-layout .column-list .column-item {
        flex: none;
        width: 48%;
        margin-bottom: 10px; }
        .category-service002 .treatment-guide .inner-layout .column-list .column-item + .column-item {
          margin-left: 0; }
  .category-service002 .booking-way {
    padding-top: 80px;
    height: auto;
    padding-bottom: 40px; }
    .category-service002 .booking-way .yxy.yxy_left {
      display: none; }
    .category-service002 .booking-way .inner-layout ul li {
      width: 100%;
      padding: 20px 0; }
  .category-service002 .hos-navigation {
    padding-top: 40px; }
    .category-service002 .hos-navigation .inner-layout h1, .category-service002 .hos-navigation .inner-layout .page-navigation .map-box, .category-service002 .hos-navigation .inner-layout .page-navigation .inner-navigation {
      opacity: 1; } }
.show-doctor004 {
  min-height: 30rem;
  padding-bottom: 5rem; }
  .show-doctor004 .basic-msg {
    background-color: #298888;
    position: relative;
    padding-bottom: 3rem;
    min-height: 21rem;
    box-sizing: border-box; }
    .show-doctor004 .basic-msg > img {
      position: absolute;
      opacity: 0.3; }
      .show-doctor004 .basic-msg > img.yxy_left {
        top: 0;
        left: 0; }
      .show-doctor004 .basic-msg > img.yxy_right {
        right: 0;
        bottom: 0;
        width: 18rem; }
    .show-doctor004 .basic-msg .path {
      color: #fff; }
      .show-doctor004 .basic-msg .path a {
        color: #fff; }
    .show-doctor004 .basic-msg .inner-basic-msg {
      margin-top: 2rem;
      display: flex; }
      .show-doctor004 .basic-msg .inner-basic-msg .doc-header {
        width: 9rem;
        height: 12rem;
        position: relative;
        flex-shrink: 0;
        margin-right: 3rem; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 1; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-header:after {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          right: -0.5rem;
          bottom: -0.5rem; }
      .show-doctor004 .basic-msg .inner-basic-msg .doc-info {
        flex: 1; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail {
          border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
          padding-bottom: 1rem;
          position: relative; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail h1 {
            font-weight: normal;
            font-size: 1.6rem;
            line-height: 1;
            color: #fff; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more {
            width: 7.9rem;
            height: 2rem;
            border-radius: 4px;
            background-color: #9CC301;
            position: absolute;
            right: 0;
            top: 0;
            display: flex;
            justify-content: center;
            align-items: center;
            transition: all 0.5s;
            overflow: hidden; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more:before {
              content: "";
              position: absolute;
              width: 7.9rem;
              height: 7.9rem;
              border-radius: 50% 50% 0px 0px;
              left: 0;
              top: 100%;
              -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              background-color: #1D9D9A; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more span {
              font-size: 0.8rem;
              line-height: 1;
              color: #fff;
              transition: all 0.5s;
              z-index: 11;
              transform: translateX(-0.75rem); }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more i {
              font-size: 1rem;
              line-height: 1;
              color: #fff;
              transition: all 0.5s;
              position: absolute;
              top: 0.5rem;
              right: 0.8rem; }
          @media (any-hover: hover) {
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more:hover:before {
              top: -2.95rem;
              transform: scale(1.2); }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more:hover span {
              transform: translateX(0); }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more:hover i {
              color: rgba(255, 255, 255, 0.2);
              transform: scale(2.1);
              right: 0.65rem;
              top: 0.55rem; } }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep {
            display: flex;
            margin-top: 1rem; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p {
              font-size: 1rem;
              line-height: 1;
              color: #fff; }
              .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p + p {
                margin-left: 1rem; }
              .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p a {
                color: #fff; }
                .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p a:hover {
                  color: #9CC301; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box {
            margin-top: 1rem; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span {
              border: 1px solid #E2F66D;
              border-radius: 4px;
              color: #E2F66D;
              height: 1.6rem;
              line-height: 1.6rem;
              box-sizing: border-box;
              font-size: 0.8rem;
              padding: 0 0.5rem;
              display: inline-block; }
              .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span + span {
                margin-left: 0.5rem; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at {
            margin-top: 1rem;
            font-size: 0.8rem;
            line-height: 1.2rem;
            display: flex; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at span {
              color: rgba(255, 255, 255, 0.6);
              flex-shrink: 0; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at p {
              color: #fff; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .m-doc-brief {
          display: none; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-brief {
          font-size: 0.8rem;
          line-height: 2;
          margin-top: 1rem;
          color: #fff; }
  .show-doctor004 .detail-intro {
    padding: 2rem 0 0; }
    .show-doctor004 .detail-intro h1 {
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 1;
      color: #333; }
    .show-doctor004 .detail-intro .doc-intro {
      margin-top: 1rem; }
      .show-doctor004 .detail-intro .doc-intro p, .show-doctor004 .detail-intro .doc-intro span {
        color: #333;
        font-size: 0.8rem !important;
        line-height: 1.6rem !important;
        font-family: 'Arial Normal', 'Arial', sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important; }
  .show-doctor004 .doc-visits {
    margin-top: 3rem;
    display: none; }
    .show-doctor004 .doc-visits.cur {
      display: block; }
    .show-doctor004 .doc-visits .inner-layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-doctor004 .doc-visits .inner-layout h1 .tit a {
        color: #333;
        font-size: 1.6rem;
        line-height: 1;
        margin-right: 1rem;
        display: inline-block; }
      .show-doctor004 .doc-visits .inner-layout h1 .tit span {
        font-size: 0.8rem;
        color: #7F7F7F; }
      .show-doctor004 .doc-visits .inner-layout h1 a.more {
        display: flex;
        align-items: center; }
        .show-doctor004 .doc-visits .inner-layout h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-doctor004 .doc-visits .inner-layout h1 a.more i {
          font-size: 1rem;
          line-height: 1;
          color: #9CC301;
          margin-left: 0.5rem; }
    .show-doctor004 .doc-visits .inner-layout .date-display {
      margin-top: 1rem; }
      .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .loading {
        padding: 100px 0;
        display: flex;
        justify-content: center; }
      .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows {
        display: flex;
        justify-content: flex-end; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i {
          width: 1.2rem;
          height: 1.2rem;
          border-radius: 50%;
          box-sizing: border-box;
          border: 1px solid #9CC301;
          line-height: 1.2rem;
          text-align: center;
          color: #9CC301;
          font-size: 10px;
          cursor: pointer; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.prev {
            margin-right: 0.4rem; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i:hover {
            color: #fff;
            background-color: #9CC301; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled {
            border-color: #ccc;
            color: #ccc;
            cursor: no-drop; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled:hover {
              color: #ccc;
              background-color: #fff; }
      .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table {
        margin-top: 0.5rem; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head {
          display: flex;
          height: 3rem;
          box-sizing: border-box;
          border: 1px solid #8ECECD; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th {
            background-color: #1D9D9A;
            color: #fff;
            box-sizing: border-box;
            flex-shrink: 0;
            font-size: 0.8rem;
            height: 3rem;
            text-align: center; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.depart {
              width: 7.05rem;
              line-height: 3rem; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.time {
              width: 3.15rem;
              line-height: 3rem;
              border-left: 1px solid #8ECECD; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider {
            flex: 1;
            width: 49.7rem;
            margin-bottom: 0; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-left: 1px solid #8ECECD; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th p {
                line-height: 1.2rem; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .visits-loading {
          width: 100%;
          border: 1px solid rgba(29, 157, 154, 0.5);
          min-height: 25rem;
          align-items: center;
          box-sizing: border-box; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table {
          width: 100%;
          border: 1px solid rgba(29, 157, 154, 0.5);
          border-collapse: collapse;
          text-align: center;
          font-size: 0.8rem;
          box-sizing: border-box; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table .first_tr td:nth-child(odd) {
            background-color: rgba(29, 157, 154, 0.05); }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table tr:not(.first_tr) td:nth-child(even) {
            background-color: rgba(29, 157, 154, 0.05); }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td {
            border: 1px solid rgba(29, 157, 154, 0.5);
            width: 7.1rem;
            box-sizing: border-box;
            min-height: 4rem;
            padding: 1rem 0; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title {
              width: 7.1rem;
              background-color: #F8F8F8 !important;
              color: #1D9D9A;
              line-height: 1.2rem;
              font-weight: bold; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title p + p {
                font-size: 0.7rem; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-time {
              width: 3.2rem; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item {
              margin-bottom: 1rem;
              position: relative; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:last-child {
                margin-bottom: 0; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .name {
                font-size: 0.8rem;
                color: #333;
                margin-bottom: 0.3rem; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .status-mode {
                font-size: 0.7rem;
                color: #AAAAAA; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info {
                display: none;
                position: absolute;
                top: 1.75rem;
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                min-width: 12.25rem;
                background: #fff;
                text-align: left;
                padding: 0.5rem;
                border: 1px solid #ddd;
                -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                z-index: 4; }
                .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before, .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:after {
                  content: "◆";
                  color: white;
                  font-family: simsun;
                  font-size: 1.5rem;
                  line-height: 0;
                  position: absolute;
                  top: 0px;
                  left: 50%;
                  transform: translateX(-50%); }
                .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before {
                  color: #ddd;
                  top: -1px; }
                .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p {
                  margin-bottom: 0.5rem;
                  color: #333; }
                  .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p:last-child {
                    margin-bottom: 0; }
                  .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp {
                    color: #ea5a54; }
                    .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp span {
                      color: #333; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:hover .visits-info {
                display: block; }
      .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
        display: none; }
  .show-doctor004 .dep-doctor {
    margin-top: 3rem; }
    .show-doctor004 .dep-doctor h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-doctor004 .dep-doctor h1 a.tit {
        color: #333;
        font-size: 1.6rem;
        line-height: 1; }
      .show-doctor004 .dep-doctor h1 a.more {
        display: flex;
        align-items: center; }
        .show-doctor004 .dep-doctor h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-doctor004 .dep-doctor h1 a.more i {
          font-size: 1rem;
          line-height: 1;
          color: #9CC301;
          margin-left: 0.5rem; }
        .show-doctor004 .dep-doctor h1 a.more:hover span {
          color: #12B8A0; }
    .show-doctor004 .dep-doctor .doc-list {
      display: flex;
      justify-content: center;
      margin: 2rem -0.6rem 0; }
      .show-doctor004 .dep-doctor .doc-list .doc-item {
        margin: 0 0.6rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 9rem; }
        .show-doctor004 .dep-doctor .doc-list .doc-item a.img {
          display: block;
          width: 100%;
          height: 12rem;
          overflow: hidden; }
          .show-doctor004 .dep-doctor .doc-list .doc-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .show-doctor004 .dep-doctor .doc-list .doc-item a.img:hover img {
            transform: scale(1.1); }
        .show-doctor004 .dep-doctor .doc-list .doc-item a.tit {
          font-size: 0.9rem;
          line-height: 1;
          color: #349191;
          margin-top: 0.5rem; }
        .show-doctor004 .dep-doctor .doc-list .doc-item .protit {
          margin-top: 0.5rem;
          text-align: center;
          font-size: 0; }
          .show-doctor004 .dep-doctor .doc-list .doc-item .protit span {
            font-size: 0.7rem;
            line-height: 1;
            color: #333; }
            .show-doctor004 .dep-doctor .doc-list .doc-item .protit span + span {
              margin-left: 0.5rem; }
    .show-doctor004 .dep-doctor .m-doc-list {
      display: none; }

@media (max-width: 960px) {
  .show-doctor004 .inner-layout {
    padding: 0 20px; }
  .show-doctor004 .basic-msg {
    padding-top: 60px; }
    .show-doctor004 .basic-msg > img.yxy_left {
      display: none; }
    .show-doctor004 .basic-msg > img.yxy_right {
      width: 180px; }
    .show-doctor004 .basic-msg .inner-basic-msg {
      flex-direction: column;
      align-items: center; }
      .show-doctor004 .basic-msg .inner-basic-msg .doc-header {
        margin-right: 0; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-header:after {
          display: none; }
      .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail {
        padding-bottom: 20px; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more {
          display: none; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail h1 {
          font-size: 24px;
          margin-top: 20px;
          text-align: center; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep {
          flex-direction: column;
          align-items: center;
          margin-top: 20px; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p {
            font-size: 14px; }
            .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p + p {
              margin-left: 0;
              margin-top: 10px; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box {
          text-align: center;
          margin-top: 10px; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span {
            line-height: 28px;
            height: 28px;
            font-size: 12px; }
        .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at {
          margin-top: 20px;
          display: block; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at span {
            font-size: 16px;
            line-height: 1; }
          .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at p {
            font-size: 16px;
            line-height: 32px;
            margin-top: 8px; }
      .show-doctor004 .basic-msg .inner-basic-msg .doc-info .doc-brief {
        display: none; }
      .show-doctor004 .basic-msg .inner-basic-msg .doc-info .m-doc-brief {
        display: block;
        margin-top: 20px;
        font-size: 16px;
        line-height: 32px;
        color: #fff; }
  .show-doctor004 .detail-intro {
    display: none; }
  .show-doctor004 .doc-visits .inner-layout h1 .tit {
    position: relative;
    font-size: 0; }
    .show-doctor004 .doc-visits .inner-layout h1 .tit a {
      font-size: 18px; }
    .show-doctor004 .doc-visits .inner-layout h1 .tit span {
      position: absolute;
      left: 0;
      top: 25px;
      white-space: nowrap; }
  .show-doctor004 .doc-visits .inner-layout .date-display {
    margin-top: 30px; }
    .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows, .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .pc-table {
      display: none; }
    .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
      display: block; }
      .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table {
        width: 100%;
        border: 1px solid rgba(29, 157, 154, 0.5);
        border-collapse: collapse;
        text-align: center;
        font-size: 0.7rem;
        color: #333; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th, .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
          border: 1px solid rgba(29, 157, 154, 0.5);
          height: 2rem;
          width: 25%; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th.depart {
          background-color: #1D9D9A;
          color: #fff; }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table tbody td:nth-child(even) {
          background-color: rgba(29, 157, 154, 0.05); }
        .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
          min-height: 60px;
          padding: 20px 0; }
          .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item {
            margin-bottom: 20px;
            position: relative; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:last-child {
              margin-bottom: 0; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .name {
              font-size: 14px;
              color: #333;
              margin-bottom: 6px; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .status-mode {
              font-size: 12px;
              color: #AAAAAA; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info {
              display: none;
              position: absolute;
              top: 1.75rem;
              white-space: nowrap;
              left: 50%;
              transform: translateX(-50%);
              min-width: 12.25rem;
              background: #fff;
              text-align: left;
              padding: 0.5rem;
              border: 1px solid #ddd;
              -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
              z-index: 4; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before, .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:after {
                content: "◆";
                color: white;
                font-family: simsun;
                font-size: 1.5rem;
                line-height: 0;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translateX(-50%); }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before {
                color: #ddd;
                top: -1px; }
              .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p {
                margin-bottom: 0.5rem;
                color: #333; }
                .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p:last-child {
                  margin-bottom: 0; }
                .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp {
                  color: #ea5a54; }
                  .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp span {
                    color: #333; }
            .show-doctor004 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:hover .visits-info {
              display: block; }
  .show-doctor004 .dep-doctor h1 a.tit {
    font-size: 18px; }
  .show-doctor004 .dep-doctor h1 a.more span {
    font-size: 12px; }
  .show-doctor004 .dep-doctor h1 a.more i {
    font-size: 16px; }
  .show-doctor004 .dep-doctor .doc-list {
    display: none; }
  .show-doctor004 .dep-doctor .m-doc-list {
    display: block;
    position: relative;
    margin-top: 20px; }
    .show-doctor004 .dep-doctor .m-doc-list .line {
      width: calc(( 100% - 88px ) / 2);
      border-bottom: 1px solid #D7D7D7;
      position: absolute;
      bottom: 12px; }
      .show-doctor004 .dep-doctor .m-doc-list .line.prev {
        left: 0; }
      .show-doctor004 .dep-doctor .m-doc-list .line.next {
        right: 0; }
    .show-doctor004 .dep-doctor .m-doc-list .m-slick-arrow {
      position: absolute;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #D7D7D7;
      color: rgba(215, 215, 215, 0.9);
      background-color: #fff;
      font-size: 12px;
      bottom: 0;
      cursor: no-drop; }
      .show-doctor004 .dep-doctor .m-doc-list .m-slick-arrow.prev {
        right: calc(50% + 10px); }
      .show-doctor004 .dep-doctor .m-doc-list .m-slick-arrow.next {
        left: calc(50% + 10px); }
    .show-doctor004 .dep-doctor .m-doc-list .doc-slider {
      margin-right: -20px;
      padding-bottom: 44px; }
      .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item {
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item a.img {
          display: block;
          width: 100%;
          height: 56vw;
          overflow: hidden; }
          .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item a.img img {
            width: 100%;
            height: 100%; }
        .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item a.tit {
          font-size: 16px;
          line-height: 1;
          color: #349191;
          margin-top: 10px; }
        .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item .protit {
          margin-top: 10px;
          text-align: center;
          font-size: 0; }
          .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item .protit span {
            font-size: 12px;
            line-height: 1;
            color: #333; }
            .show-doctor004 .dep-doctor .m-doc-list .doc-slider .doc-item .protit span + span {
              margin-left: 10px; }
      .show-doctor004 .dep-doctor .m-doc-list .doc-slider .slick-arrow {
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #AC9354;
        color: rgba(172, 147, 84, 0.9);
        background-color: #fff;
        font-size: 12px;
        bottom: 0;
        cursor: pointer; }
        .show-doctor004 .dep-doctor .m-doc-list .doc-slider .slick-arrow.prev {
          right: calc(50% + 20px); }
        .show-doctor004 .dep-doctor .m-doc-list .doc-slider .slick-arrow.next {
          left: 50%; } }
.list-department001 {
  min-height: 20rem; }
  .list-department001 ul {
    display: flex;
    flex-wrap: wrap; }
    .list-department001 ul li {
      margin-right: 0.8rem;
      width: calc(25% - 0.6rem);
      height: 2.8rem;
      border-radius: 0.2rem;
      box-sizing: border-box;
      border: 1px solid #E4E4E4;
      margin-bottom: 0.8rem;
      transition: all 0.5s;
      background: white; }
      .list-department001 ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 1rem; }
        .list-department001 ul li a p {
          color: #333;
          font-size: 0.8rem;
          line-height: 2.8rem;
          max-height: 2.8rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          transition: all 0.5s; }
      .list-department001 ul li:hover {
        border-color: #1D9D9A; }
        .list-department001 ul li:hover a p {
          color: #1D9D9A; }
  .list-department001 ul li:nth-child(4n) {
    margin-right: 0; }
  @media (max-width: 960px) {
    .list-department001 ul {
      justify-content: space-between; }
      .list-department001 ul li {
        width: calc(50% - 0.6rem);
        margin-right: 0; } }

.list-department002 {
  min-height: 25rem; }
  .list-department002 .dep-class {
    font-size: 0.9rem;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
    .list-department002 .dep-class a {
      display: block;
      height: 2rem;
      line-height: 2rem;
      background-color: #F2F2F2;
      text-align: center;
      padding: 0 1rem;
      margin-left: 0.5rem;
      color: #333;
      border-radius: 4px; }
      .list-department002 .dep-class a.cur {
        background-color: #1D9D9A;
        color: #fff; }
  .list-department002 .department-list .dep-content .anchor-ele {
    position: relative;
    top: -7.3rem;
    visibility: hidden; }
  .list-department002 .department-list .dep-content h2 {
    display: flex;
    justify-content: center;
    font-weight: normal;
    position: relative;
    font-size: 0; }
    .list-department002 .department-list .dep-content h2:before {
      position: absolute;
      left: 0;
      top: 50%;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #12B8A0; }
    .list-department002 .department-list .dep-content h2 .tit-box {
      padding: 0 0.3rem;
      background-color: #fff;
      position: relative;
      text-align: center;
      display: flex;
      align-items: center; }
      .list-department002 .department-list .dep-content h2 .tit-box i {
        display: block;
        width: 0.45rem;
        height: 0.45rem;
        box-sizing: border-box;
        background-color: #12B8A0;
        border: 1px solid #fff;
        outline: 1px solid #12B8A0;
        transform: rotate(45deg); }
      .list-department002 .department-list .dep-content h2 .tit-box span {
        font-size: 1rem;
        line-height: 1;
        color: #000000;
        margin: 0 0.6rem; }
  .list-department002 .department-list .dep-content ul {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.8rem; }
    .list-department002 .department-list .dep-content ul li {
      margin-right: 0.8rem;
      width: 14.4rem;
      height: 2.8rem;
      border-radius: 0.2rem;
      box-sizing: border-box;
      border: 1px solid #E4E4E4;
      margin-bottom: 0.8rem;
      transition: all 0.5s; }
      .list-department002 .department-list .dep-content ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 1rem; }
        .list-department002 .department-list .dep-content ul li a p {
          color: #333;
          font-size: 0.8rem;
          line-height: 56px;
          max-height: 56px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          transition: all 0.5s; }
      .list-department002 .department-list .dep-content ul li:hover {
        border-color: #12B8A0; }
        .list-department002 .department-list .dep-content ul li:hover a p {
          color: #12B8A0; }
  .list-department002 .department-list .dep-content + .dep-content {
    margin-top: 2.2rem; }

@media (max-width: 1200px) {
  .list-department002 .department-list .dep-content ul li a p {
    line-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department002 .dep-class {
    flex-wrap: wrap; }
    .list-department002 .dep-class span {
      display: block;
      width: 100%; }
    .list-department002 .dep-class a {
      margin-left: 0;
      margin-right: 5px;
      margin-top: 10px;
      padding: 0 5px; }
  .list-department002 .department-list .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .list-department002 .department-list .dep-content ul li {
      width: 49%;
      margin-right: 0; } }
.list-department003 .lt-index {
  font-size: 0;
  margin-bottom: 1rem; }
  .list-department003 .lt-index span {
    font-size: 0.8rem;
    line-height: 1; }
  .list-department003 .lt-index a {
    display: inline-block;
    padding: 0 0.75rem;
    border-right: 1px solid #ccc;
    font-size: 0.8rem;
    line-height: 1; }
    .list-department003 .lt-index a.gray {
      color: #999;
      cursor: no-drop; }
    .list-department003 .lt-index a.cur {
      padding: 0.4rem 0.5rem;
      color: #fff;
      border: none;
      border-radius: 17px;
      background: #1D9D9A; }
.list-department003 .dep-class {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  .list-department003 .dep-class > span {
    flex-shrink: 0; }
  .list-department003 .dep-class .tab-tit {
    display: flex;
    flex-wrap: wrap; }
    .list-department003 .dep-class .tab-tit a {
      display: block;
      height: 2rem;
      line-height: 2rem;
      background-color: #F2F2F2;
      text-align: center;
      padding: 0 1rem;
      margin-left: 0.5rem;
      color: #333;
      border-radius: 4px;
      margin-bottom: 0.5rem; }
      .list-department003 .dep-class .tab-tit a.cur {
        background-color: #1D9D9A;
        color: #fff; }
.list-department003 .tab-pannel-wrap .tab-pannel .dep-content .anchor-ele {
  position: relative;
  top: -7.3rem;
  visibility: hidden; }
.list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 {
  display: flex;
  justify-content: center;
  font-weight: normal;
  position: relative;
  font-size: 0;
  overflow: hidden; }
  .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box {
    padding: 0 0.3rem;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box i {
      display: block;
      width: 0.45rem;
      height: 0.45rem;
      box-sizing: border-box;
      background-color: #12B8A0;
      border: 1px solid #fff;
      outline: 1px solid #12B8A0;
      transform: rotate(45deg); }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box span {
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      margin: 0 0.6rem; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:before, .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 100vw;
      height: 1px;
      background-color: #12B8A0; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:before {
      left: -100vw; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:after {
      right: -100vw; }
.list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem; }
  .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li {
    margin-right: 0.8rem;
    width: 14.4rem;
    height: 2.8rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #E4E4E4;
    margin-bottom: 0.8rem;
    transition: all 0.5s; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 1rem; }
      .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li a p {
        color: #333;
        font-size: 0.8rem;
        line-height: 2.8rem;
        max-height: 2.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.5s; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li:hover {
      border-color: #12B8A0; }
      .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li:hover a p {
        color: #12B8A0; }
.list-department003 .tab-pannel-wrap .tab-pannel .dep-content + .dep-content {
  margin-top: 2.2rem; }
.list-department003.depart-kskp .tab-pannel-wrap .tab-pannel .dep-content ul li a {
  background: white; }

@media (max-width: 1200px) {
  .list-department003 .dep-content ul li a p {
    line-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department003 .dep-class {
    flex-wrap: wrap; }
    .list-department003 .dep-class span {
      display: block;
      width: 100%; }
    .list-department003 .dep-class .tab-tit {
      flex-wrap: wrap; }
      .list-department003 .dep-class .tab-tit a {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
        padding: 0 5px; }
  .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li {
      width: 49%;
      margin-right: 0; } }
.list-department003-002 .lt-index {
  font-size: 0;
  margin-bottom: 1rem; }
  .list-department003-002 .lt-index span {
    font-size: 0.8rem;
    line-height: 1; }
  .list-department003-002 .lt-index a {
    display: inline-block;
    padding: 0 0.75rem;
    border-right: 1px solid #ccc;
    font-size: 0.8rem;
    line-height: 1; }
    .list-department003-002 .lt-index a.gray {
      color: #999;
      cursor: no-drop; }
    .list-department003-002 .lt-index a.cur {
      padding: 0.4rem 0.5rem;
      color: #fff;
      border: none;
      border-radius: 17px;
      background: #1D9D9A; }
.list-department003-002 .dep-class {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  .list-department003-002 .dep-class > span {
    flex-shrink: 0; }
  .list-department003-002 .dep-class .tab-tit {
    display: flex;
    flex-wrap: wrap; }
    .list-department003-002 .dep-class .tab-tit a {
      display: block;
      height: 2rem;
      line-height: 2rem;
      background-color: #f2f2f2;
      text-align: center;
      padding: 0 1rem;
      margin-left: 0.5rem;
      color: #333;
      border-radius: 4px;
      margin-bottom: 0.5rem;
      font-size: 16px; }
      .list-department003-002 .dep-class .tab-tit a.cur {
        background-color: #1D9D9A;
        color: #fff; }
.list-department003-002 .remark {
  font-size: 14px;
  text-align: center;
  margin: 40px 0;
  color: #b2b2b2; }
.list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content .anchor-ele {
  position: relative;
  top: -7.3rem;
  visibility: hidden; }
.list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 {
  display: flex;
  justify-content: center;
  font-weight: normal;
  position: relative;
  font-size: 0;
  overflow: hidden; }
  .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box {
    padding: 0 0.3rem;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box i {
      display: block;
      width: 0.45rem;
      height: 0.45rem;
      box-sizing: border-box;
      background-color: #12B8A0;
      border: 1px solid #fff;
      outline: 1px solid #12B8A0;
      transform: rotate(45deg); }
      .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box i.special {
        background-color: #E5C572;
        outline: 1px solid #E5C572; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box span {
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      margin: 0 0.6rem; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:before, .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:after {
      position: absolute;
      top: 50%;
      content: "";
      display: block;
      width: 100vw;
      height: 1px;
      background-color: #12B8A0; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:before {
      left: -100vw; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box:after {
      right: -100vw; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box.special:before, .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content h2 .tit-box.special:after {
      background-color: #E5C572; }
.list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem; }
  .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul li {
    margin-right: 0.8rem;
    width: 14.4rem;
    height: 2.8rem;
    border-radius: 0.2rem;
    box-sizing: border-box;
    border: 1px solid #e4e4e4;
    margin-bottom: 0.8rem;
    transition: all 0.5s; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul li a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 1rem; }
      .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul li a p {
        color: #333;
        font-size: 0.8rem;
        line-height: 2.8rem;
        max-height: 2.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.5s; }
      .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul li a.gray {
        background-color: #f2f2f2 !important; }
    .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul li:hover {
      border-color: #12B8A0; }
      .list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content ul li:hover a p {
        color: #12B8A0; }
.list-department003-002 .tab-pannel-wrap .tab-pannel .dep-content + .dep-content {
  margin-top: 2.2rem; }
.list-department003-002.depart-kskp .tab-pannel-wrap .tab-pannel .dep-content ul li a {
  background: white; }

@media (max-width: 1200px) {
  .list-department003 .dep-content ul li a p {
    line-height: 42px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department003 .dep-class {
    flex-wrap: wrap; }
    .list-department003 .dep-class span {
      display: block;
      width: 100%; }
    .list-department003 .dep-class .tab-tit {
      flex-wrap: wrap; }
      .list-department003 .dep-class .tab-tit a {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
        padding: 0 5px; }
  .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .list-department003 .tab-pannel-wrap .tab-pannel .dep-content ul li {
      width: 49%;
      margin-right: 0; } }
.list-xxgk {
  display: flex;
  margin-right: -0.75rem;
  padding-top: 0.5rem;
  flex-wrap: wrap; }
  .list-xxgk li {
    width: 19.5rem;
    height: 4rem;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
    .list-xxgk li a {
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: relative;
      box-sizing: border-box;
      padding-left: 1.5rem;
      transition: all 0.5s;
      display: flex;
      align-items: center; }
      .list-xxgk li a:before {
        content: "";
        display: block;
        width: 0.2rem;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #1D9D9A; }
      .list-xxgk li a p {
        color: #1D9D9A;
        font-size: 0.9rem;
        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;
        transition: all 0.5s; }
      .list-xxgk li a:hover {
        background-color: #1D9D9A; }
        .list-xxgk li a:hover:before {
          background-color: #fff; }
        .list-xxgk li a:hover p {
          color: #fff; }

@media (max-width: 960px) {
  .list-xxgk {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0; }
    .list-xxgk li {
      width: 49%;
      margin-right: 0; } }
html, body {
  /* 增加锚点跳转过度效果 */
  scroll-behavior: smooth; }

.show-teacher {
  position: relative; }
  .show-teacher > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28rem;
    z-index: -1;
    opacity: 0.3; }
  .show-teacher .basic-msg {
    position: relative;
    height: 18rem;
    background-color: #1D9D9A; }
    .show-teacher .basic-msg .bg-left, .show-teacher .basic-msg .bg-right {
      position: absolute; }
    .show-teacher .basic-msg .bg-left {
      height: 60%;
      width: auto;
      left: 0;
      top: 0; }
    .show-teacher .basic-msg .bg-right {
      height: 100%;
      width: auto;
      right: 0;
      bottom: 0; }
    .show-teacher .basic-msg .path {
      padding-top: 1rem;
      z-index: 1;
      position: relative;
      color: #fff; }
      .show-teacher .basic-msg .path span, .show-teacher .basic-msg .path i, .show-teacher .basic-msg .path a {
        color: #fff; }
    .show-teacher .basic-msg .inner-basic-msg {
      margin-top: 2.5rem;
      display: flex;
      position: relative;
      z-index: 1; }
      .show-teacher .basic-msg .inner-basic-msg .doc-header {
        height: 10rem;
        width: 7.5rem;
        margin-right: 2rem;
        flex-shrink: 0; }
        .show-teacher .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%; }
      .show-teacher .basic-msg .inner-basic-msg .doc-detail {
        position: relative;
        width: 100%; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail h3 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          line-height: 1; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box {
          display: flex; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box span {
            display: block;
            margin-left: 0.5rem;
            padding: 0 0.5rem;
            border: 1px solid #DCEB91;
            border-radius: 0.25rem;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            color: #DCEB91;
            box-sizing: border-box;
            margin-top: 1rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
            margin-left: 0; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec u, .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          display: inline-block;
          line-height: 1; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec u {
          font-size: 0.8rem;
          color: rgba(255, 255, 255, 0.6); }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          color: #fff;
          font-size: 0.8rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span a {
            color: #fff; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
          font-size: 0; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
            margin-top: 1.5rem; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more {
          display: block;
          height: 1.6rem;
          line-height: 1.6rem;
          background-color: #9CC301;
          padding: 0 0.5rem;
          color: #fff;
          font-size: 0.8rem;
          position: absolute;
          width: auto;
          right: 0;
          top: 0;
          border-radius: 0.25rem;
          transition: all 0.5s; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more i {
            color: #fff;
            margin-left: 0.25rem;
            font-size: 0.8rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more:hover {
            background-color: #12B8A0; }
  .show-teacher .main-msg .inner-layout {
    display: flex;
    justify-content: space-between; }
    .show-teacher .main-msg .inner-layout .mobile-left-nav {
      display: none; }
    .show-teacher .main-msg .inner-layout .left-nav {
      width: 8rem;
      height: fit-content;
      position: sticky;
      top: 7.3rem; }
      .show-teacher .main-msg .inner-layout .left-nav a {
        display: block;
        padding: 1rem 0 1rem 0.5rem;
        font-size: 0.8rem;
        line-height: 1;
        color: #333;
        white-space: nowrap;
        border-bottom: 1px solid #e4e4e4;
        position: relative; }
        .show-teacher .main-msg .inner-layout .left-nav a:first-child {
          padding-top: 0; }
          .show-teacher .main-msg .inner-layout .left-nav a:first-child.cur:before {
            top: 0;
            transform: translateY(0); }
        .show-teacher .main-msg .inner-layout .left-nav a:last-child {
          border-bottom: none; }
        .show-teacher .main-msg .inner-layout .left-nav a.cur {
          color: #12B8A0;
          font-weight: bold; }
          .show-teacher .main-msg .inner-layout .left-nav a.cur:before {
            content: "";
            display: block;
            height: 0.8rem;
            width: 2px;
            background-color: #9CC301;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
    .show-teacher .main-msg .inner-layout .info-container {
      width: 48rem; }
      .show-teacher .main-msg .inner-layout .info-container .info-box {
        margin-bottom: 2rem; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .anchor-ele {
          position: relative;
          top: -7.3rem;
          visibility: hidden; }
        .show-teacher .main-msg .inner-layout .info-container .info-box h1.left-tit {
          font-size: 1.2rem;
          line-height: 1;
          color: #1C9D99;
          margin-bottom: 1rem;
          font-weight: normal; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .info-content p, .show-teacher .main-msg .inner-layout .info-container .info-box .info-content span, .show-teacher .main-msg .inner-layout .info-container .info-box .info-content font {
          font-size: 0.8rem !important;
          line-height: 2 !important;
          color: #333; }

@media (max-width: 960px) {
  .show-teacher {
    padding-top: 60px; }
    .show-teacher .basic-msg .inner-basic-msg .doc-header {
      margin-right: 20px; }
    .show-teacher .main-msg .inner-layout {
      flex-wrap: wrap; }
      .show-teacher .main-msg .inner-layout .left-nav {
        flex-shrink: 0;
        margin-right: 5px;
        top: 70px;
        display: none; }
      .show-teacher .main-msg .inner-layout .info-container {
        width: 100%;
        margin-top: 20px; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .anchor-ele {
          top: -95px; }
      .show-teacher .main-msg .inner-layout .mobile-left-nav {
        width: 100%;
        display: block; }
        .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container {
          display: flex;
          height: 30px;
          align-items: center;
          justify-content: flex-end;
          position: relative;
          cursor: pointer; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container p {
            font-size: 14px; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container i {
            font-size: 18px; }
        .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu {
          display: none; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a {
            display: block;
            padding: 1rem 0 1rem 0.5rem;
            font-size: 0.8rem;
            line-height: 1;
            color: #333;
            white-space: nowrap;
            border-bottom: 1px solid #e4e4e4;
            position: relative; }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:first-child {
              padding-top: 0; }
              .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:first-child.cur:before {
                top: 0;
                transform: translateY(0); }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:last-child {
              border-bottom: none; }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a.cur {
              color: #12B8A0;
              font-weight: bold; }
              .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a.cur:before {
                content: "";
                display: block;
                height: 0.8rem;
                width: 2px;
                background-color: #9CC301;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); } }
.list-teacher .teacher-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d7d7d7; }
  .list-teacher .teacher-search-box h2 {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    color: #000; }
  .list-teacher .teacher-search-box .doctor-search form {
    display: flex; }
  .list-teacher .teacher-search-box .doctor-search .doctor-name {
    height: 2rem;
    width: 16rem;
    background-color: inherit;
    border: 1px solid #e4e4e4;
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.8rem;
    background-image: none;
    box-sizing: border-box; }
    .list-teacher .teacher-search-box .doctor-search .doctor-name::placeholder {
      color: #d7d7d7; }
  .list-teacher .teacher-search-box .doctor-search .btn {
    height: 2rem;
    width: 5.2rem;
    margin-left: 0.75rem;
    background-color: #1D9D9A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.2rem; }
    .list-teacher .teacher-search-box .doctor-search .btn i {
      font-size: 0.9rem;
      margin-right: 0.5rem; }
    .list-teacher .teacher-search-box .doctor-search .btn span {
      font-size: 0.9rem; }
.list-teacher .teacher-list-wrap {
  margin-top: 1rem; }
  .list-teacher .teacher-list-wrap .teacher-list {
    display: flex;
    margin-right: -3rem;
    flex-wrap: wrap; }
    .list-teacher .teacher-list-wrap .teacher-list li {
      width: 7.5rem;
      margin-right: 3rem;
      margin-bottom: 1.5rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-teacher .teacher-list-wrap .teacher-list li a.img {
        width: 100%;
        height: 10rem;
        overflow: hidden; }
        .list-teacher .teacher-list-wrap .teacher-list li a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .list-teacher .teacher-list-wrap .teacher-list li a.img:hover img {
          transform: scale(1.1); }
      .list-teacher .teacher-list-wrap .teacher-list li a.name {
        font-size: 0.9rem;
        line-height: 1;
        color: #333;
        margin-top: 1rem; }

@media (max-width: 960px) {
  .list-teacher .teacher-search-box {
    display: flex;
    justify-content: space-between; }
    .list-teacher .teacher-search-box h2 {
      font-size: 18px;
      flex-shrink: 0;
      margin-right: 20px; }
    .list-teacher .teacher-search-box .doctor-search {
      max-width: 360px; }
      .list-teacher .teacher-search-box .doctor-search .doctor-name {
        flex: 1;
        width: auto; }
      .list-teacher .teacher-search-box .doctor-search .btn {
        width: 60px; }
  .list-teacher .teacher-list-wrap .teacher-list {
    margin: 0 -5px 0;
    justify-content: center; }
    .list-teacher .teacher-list-wrap .teacher-list li {
      margin: 0 5px 10px;
      width: 30vw; }
      .list-teacher .teacher-list-wrap .teacher-list li a.img {
        height: 43vw; } }
.list-teacher002 .teacher-list-wrap .teacher-list li {
  margin-top: 10px; }
  .list-teacher002 .teacher-list-wrap .teacher-list li a {
    height: 4rem;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box; }
    .list-teacher002 .teacher-list-wrap .teacher-list li a i {
      color: #1D9D9A;
      margin-right: 10px; }
    .list-teacher002 .teacher-list-wrap .teacher-list li a:hover p {
      color: #1D9D9A; }

.category-brief001 .hos-brief .inner-brief {
  display: flex;
  justify-content: space-between; }
  .category-brief001 .hos-brief .inner-brief .left-intro {
    width: 28rem; }
    .category-brief001 .hos-brief .inner-brief .left-intro h2 {
      font-weight: normal;
      font-size: 1.2rem;
      line-height: 1; }
      .category-brief001 .hos-brief .inner-brief .left-intro h2 a {
        color: #333333; }
    .category-brief001 .hos-brief .inner-brief .left-intro .intro {
      margin-top: 1.5rem;
      font-size: 0.8rem;
      line-height: 32px;
      max-height: 224px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 7;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      color: #555;
      height: 11.2rem; }
    .category-brief001 .hos-brief .inner-brief .left-intro a.more {
      width: 7rem;
      height: 2rem;
      border-radius: 4px;
      background-color: #9CC301;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 1rem;
      color: #fff;
      transition: all 0.5s;
      position: relative;
      overflow: hidden; }
      .category-brief001 .hos-brief .inner-brief .left-intro a.more:before {
        content: "";
        position: absolute;
        width: 7rem;
        height: 7rem;
        border-radius: 50% 50% 0px 0px;
        left: 0;
        top: 100%;
        -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        background-color: #1D9D9A; }
      .category-brief001 .hos-brief .inner-brief .left-intro a.more span {
        font-size: 0.9rem;
        line-height: 1;
        color: #fff;
        transition: all 0.5s; }
      .category-brief001 .hos-brief .inner-brief .left-intro a.more i {
        color: rgba(255, 255, 255, 0.2);
        font-size: 2rem;
        line-height: 1;
        position: absolute;
        top: 0;
        right: 0;
        transition: all 0.5s;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
    @media (any-hover: hover) {
      .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover:before {
        top: -2.5rem;
        transform: scale(1.2); }
      .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover span {
        transform: translateX(-0.75rem);
        color: #fff; }
      .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover i {
        font-size: 1rem;
        top: 0.5rem;
        right: 1rem;
        color: #fff; } }
  .category-brief001 .hos-brief .inner-brief .img {
    display: block;
    width: 30rem;
    height: 16.9rem;
    overflow: hidden; }
    .category-brief001 .hos-brief .inner-brief .img img {
      width: 100%;
      height: 100%;
      transition: all 0.5s; }
    .category-brief001 .hos-brief .inner-brief .img:hover img {
      transform: scale(1.1); }
.category-brief001 .college-overview {
  margin-top: 3rem;
  background-color: #FAF6EB;
  background-image: url("../images/hxsy/college_bg.jpg");
  padding-top: 3rem;
  height: 20rem;
  background-size: cover;
  background-repeat: no-repeat; }
  .category-brief001 .college-overview .intro {
    margin-top: 2rem; }
    .category-brief001 .college-overview .intro p {
      color: #555555;
      text-align: center;
      line-height: 32px;
      max-height: 64px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      font-size: 0.8rem; }
  .category-brief001 .college-overview .count-box {
    margin-top: 1.5rem; }
    .category-brief001 .college-overview .count-box ul {
      display: flex;
      justify-content: center; }
      .category-brief001 .college-overview .count-box ul li {
        width: 8rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        height: auto; }
        .category-brief001 .college-overview .count-box ul li + li {
          margin-left: 2rem; }
        .category-brief001 .college-overview .count-box ul li span {
          font-size: 1.6rem;
          line-height: 1;
          color: #DFBE4B;
          font-weight: bold; }
        .category-brief001 .college-overview .count-box ul li p {
          color: #7F7F7F;
          font-size: 0.7rem;
          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;
          text-align: center;
          margin-top: 1rem; }
  .category-brief001 .college-overview a.center-more001 {
    margin-top: 1.5rem; }
.category-brief001 .leader-container .inner-leader {
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -6.3rem; }
  .category-brief001 .leader-container .inner-leader .leader-item {
    width: 29rem;
    height: 16.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0 0 2rem;
    box-sizing: border-box;
    position: relative;
    cursor: pointer; }
    .category-brief001 .leader-container .inner-leader .leader-item::before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 0;
      top: 0; }
    .category-brief001 .leader-container .inner-leader .leader-item h2 {
      font-weight: normal;
      position: relative; }
      .category-brief001 .leader-container .inner-leader .leader-item h2 a {
        font-size: 1.2rem;
        line-height: 1;
        color: #fff; }
      .category-brief001 .leader-container .inner-leader .leader-item h2:after {
        content: "";
        display: block;
        width: 2rem;
        height: 0.2rem;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: -1.2rem; }
    .category-brief001 .leader-container .inner-leader .leader-item a.more {
      position: absolute;
      left: 0;
      bottom: -2rem;
      width: 24rem;
      height: 4rem;
      background-color: #4DA7E3;
      background-image: url(../images/hxsy/leader_yxy_bg.png);
      background-repeat: no-repeat;
      background-size: auto 100%;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      padding-right: 2rem;
      box-sizing: border-box;
      transition: all 0.5s;
      color: #fff;
      transition: all 0.5s; }
      .category-brief001 .leader-container .inner-leader .leader-item a.more span {
        font-size: 0.7rem; }
      .category-brief001 .leader-container .inner-leader .leader-item a.more i {
        font-size: 0.8rem;
        margin-left: 0.5rem; }
      .category-brief001 .leader-container .inner-leader .leader-item a.more:hover {
        background-color: #1D9D9A; }
    .category-brief001 .leader-container .inner-leader .leader-item + .leader-item a.more {
      background-color: #9CC301; }
      .category-brief001 .leader-container .inner-leader .leader-item + .leader-item a.more:hover {
        background-color: #1D9D9A; }

@media (max-width: 1200px) {
  .category-brief001 .hos-brief .inner-brief .left-intro .intro {
    line-height: 26px;
    max-height: 182px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .category-brief001 .hos-brief .inner-brief {
    flex-wrap: wrap; }
    .category-brief001 .hos-brief .inner-brief .left-intro {
      position: relative;
      width: 100%;
      height: auto; }
      .category-brief001 .hos-brief .inner-brief .left-intro a.more {
        margin-top: 0;
        position: absolute;
        top: 0;
        right: 0;
        height: 20px;
        width: 80px; }
    .category-brief001 .hos-brief .inner-brief .img {
      margin-top: 20px;
      width: 100%;
      height: 55vw; }
  .category-brief001 .college-overview .count-box ul li span {
    font-size: 18px; }
  .category-brief001 .college-overview .count-box ul li p {
    font-size: 14px;
    line-height: 16px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .category-brief001 .college-overview .count-box ul li + li {
    margin-left: 10px; }
  .category-brief001 .leader-container .inner-leader {
    flex-wrap: wrap; }
    .category-brief001 .leader-container .inner-leader .leader-item {
      width: 100%;
      height: 54vw; }
      .category-brief001 .leader-container .inner-leader .leader-item a.more {
        width: calc(100% - 40px); }
      .category-brief001 .leader-container .inner-leader .leader-item + .leader-item {
        margin-top: 50px; } }
.category-brief002 {
  background-image: url(../images/hxsy/brief/index_bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover; }
  .category-brief002 a.center-more {
    width: 6.3rem;
    height: 2rem;
    border-radius: 4px;
    background-color: #9CC301;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    transition: all 0.5s;
    overflow: hidden; }
    .category-brief002 a.center-more:before {
      content: "";
      position: absolute;
      width: 6.3rem;
      height: 6.3rem;
      border-radius: 50% 50% 0px 0px;
      left: 0;
      top: 100%;
      -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
      background-color: #1D9D9A; }
    .category-brief002 a.center-more span {
      font-size: 0.8rem;
      line-height: 1;
      color: #fff;
      transition: all 0.5s;
      z-index: 11;
      transform: translateX(-0.75rem); }
    .category-brief002 a.center-more i {
      font-size: 1rem;
      line-height: 1;
      color: #fff;
      transition: all 0.5s;
      position: absolute;
      top: 0.5rem;
      right: 0.8rem; }
  @media (any-hover: hover) {
    .category-brief002 a.center-more:hover:before {
      top: -2.15rem;
      transform: scale(1.2); }
    .category-brief002 a.center-more:hover span {
      transform: translateX(0); }
    .category-brief002 a.center-more:hover i {
      color: rgba(255, 255, 255, 0.2);
      transform: scale(2.1);
      right: 0.65rem;
      top: 0.55rem; } }
  .category-brief002 .hos-brief {
    width: 100%;
    height: 40rem;
    background-image: url(../images/hxsy/brief/brief_bg0.jpg);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    position: sticky;
    top: 0; }
    .category-brief002 .hos-brief:before {
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.5); }
    .category-brief002 .hos-brief .path {
      position: absolute;
      color: #fff;
      left: 0;
      width: 100%;
      z-index: 1; }
      .category-brief002 .hos-brief .path a {
        color: #fff; }
    .category-brief002 .hos-brief .inner-brief {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: relative; }
      .category-brief002 .hos-brief .inner-brief h1 {
        font-size: 1.6rem;
        line-height: 1;
        position: relative;
        font-weight: normal; }
        .category-brief002 .hos-brief .inner-brief h1:after {
          content: "";
          width: 6rem;
          height: 2px;
          background-color: #fff;
          position: absolute;
          bottom: -1.1rem;
          left: 50%;
          margin-left: -3rem; }
        .category-brief002 .hos-brief .inner-brief h1 a {
          color: #fff; }
      .category-brief002 .hos-brief .inner-brief .intro {
        max-width: 48rem;
        font-size: 0.8rem;
        line-height: 2;
        text-align: center;
        color: #fff;
        margin-top: 2.1rem; }
  .category-brief002 .next-container {
    background-image: url(../images/hxsy/brief/index_bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
  .category-brief002 .hos-history {
    background-color: #fff;
    position: relative;
    padding-top: 4rem;
    z-index: 1; }
    .category-brief002 .hos-history > img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
    .category-brief002 .hos-history .inner-layout {
      position: relative; }
      .category-brief002 .hos-history .inner-layout .title {
        display: flex;
        justify-content: center;
        padding-top: 3.2rem;
        position: relative;
        overflow: hidden; }
        .category-brief002 .hos-history .inner-layout .title span {
          color: #DDD5C1;
          font-size: 4.8rem;
          line-height: 1;
          font-weight: bold;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
        .category-brief002 .hos-history .inner-layout .title h1 {
          font-size: 1.6rem;
          line-height: 1;
          color: #333;
          font-weight: normal;
          padding: 0 2.85rem;
          position: relative; }
          .category-brief002 .hos-history .inner-layout .title h1:before, .category-brief002 .hos-history .inner-layout .title h1:after {
            content: '';
            width: 24rem;
            height: 1px;
            background-color: #AAAAAA;
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
          .category-brief002 .hos-history .inner-layout .title h1:before {
            right: 100%; }
          .category-brief002 .hos-history .inner-layout .title h1:after {
            left: 100%; }
      .category-brief002 .hos-history .inner-layout .info {
        margin-top: 2rem; }
        .category-brief002 .hos-history .inner-layout .info p {
          color: #6F623F;
          font-size: 0.8rem;
          line-height: 2;
          text-align: center; }
      .category-brief002 .hos-history .inner-layout .img-container {
        margin-top: 2rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #AC9354;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1rem; }
        .category-brief002 .hos-history .inner-layout .img-container .img-slider {
          margin-bottom: 0; }
          .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .img {
            position: relative;
            overflow: hidden;
            width: 100%; }
            .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .img:before {
              content: '';
              display: block;
              padding-top: 56.28571%; }
            .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .img img {
              position: absolute;
              left: 50%;
              top: 50%;
              -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              max-width: 100%;
              max-height: 100%;
              width: 100%;
              height: 100%;
              -webkit-transition: all 0.3s ease-out 0s;
              transition: all 0.3s ease-out 0s; }
          .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .mask {
            position: absolute;
            right: 0;
            top: 0;
            width: 50%;
            height: 100%;
            background: right no-repeat;
            background-size: cover;
            left: auto;
            overflow: hidden; }
            .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .mask img {
              position: absolute;
              height: 100%;
              width: 57.9rem;
              right: 0; }
          .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .ctrl {
            width: 4rem;
            height: 4rem;
            background-color: #1D9D9A;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: move;
            position: absolute;
            right: 50%;
            top: 50%;
            margin-right: -2rem;
            margin-top: -2rem; }
            .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .ctrl i {
              font-size: 1rem;
              color: #fff; }
              .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .ctrl i.prev {
                margin-right: 0.75rem;
                transform: rotateY(180deg); }
    .category-brief002 .hos-history .img-dot-container {
      position: relative;
      margin-top: 1rem; }
      .category-brief002 .hos-history .img-dot-container:before {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #AC9354;
        position: absolute;
        left: 0;
        bottom: 0.5rem; }
      .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide {
        margin-bottom: 0;
        padding: 0 2rem; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot {
          position: relative;
          height: 2.7rem;
          cursor: pointer; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot.slick-current p {
            color: #AC9354; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot.slick-current:after {
            background-color: #AC9354;
            border: 0.25rem solid #fff;
            outline: 1px solid #AC9354; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot:after {
            content: "";
            width: 1rem;
            height: 1rem;
            box-sizing: border-box;
            border-radius: 50%;
            border: 1px solid #AC9354;
            position: absolute;
            bottom: 1px;
            left: 50%;
            transform: translateX(-50%);
            background-color: #fff; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot p {
            font-size: 1.2rem;
            line-height: 1;
            color: #333;
            text-align: center; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .slick-arrow {
          width: 2rem;
          height: 2rem;
          border-radius: 50%;
          background-color: #AC9354;
          color: #fff;
          line-height: 2rem;
          text-align: center;
          position: absolute;
          bottom: -0.5rem;
          cursor: pointer; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .slick-arrow.prev {
            left: 0; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .slick-arrow.next {
            right: 0; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide.m-img-dot-slide {
          display: none; }
      .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-notslider {
        display: flex;
        justify-content: center; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-notslider .img-dot + .img-dot {
          margin-left: 2rem; }
  .category-brief002 .hos-develop {
    padding-top: 3.5rem;
    background-color: #fff;
    position: relative; }
    .category-brief002 .hos-develop .inner-layout h1 {
      text-align: center;
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 1;
      color: #333; }
    .category-brief002 .hos-develop .inner-layout .info {
      margin-top: 2rem;
      color: #7F7F7F;
      font-size: 0.8rem;
      line-height: 1.2rem;
      text-align: center; }
    .category-brief002 .hos-develop .inner-layout .icon-container {
      margin-top: 2rem; }
      .category-brief002 .hos-develop .inner-layout .icon-container ul {
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap; }
        .category-brief002 .hos-develop .inner-layout .icon-container ul li {
          display: flex;
          flex-direction: column;
          align-items: center;
          width: calc(100% / 3);
          margin-bottom: 1rem; }
          .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box {
            width: 6rem;
            height: 6rem;
            border-radius: 50%;
            box-sizing: border-box;
            display: flex;
            justify-content: center;
            align-items: flex-end;
            position: relative;
            opacity: 0; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box:after {
              content: "";
              width: 6rem;
              height: 6rem;
              border-radius: 50%;
              background-color: rgba(111, 98, 63, 0.15);
              position: absolute;
              top: 0.5rem;
              transform: scale(0);
              transition: transform 0.3s; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box:hover:after {
              transform: scale(1); }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box.active .left-border:before {
              animation: ring_left 0.5s forwards linear; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box.active .right-border:before {
              animation: ring_right 0.5s 0.5s forwards linear; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .left-border, .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .right-border {
              width: 50%;
              height: 100%;
              position: absolute;
              background-color: transparent;
              overflow: hidden;
              top: 0; }
              .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .left-border:before, .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .right-border:before {
                content: "";
                position: absolute;
                width: calc(200% - 2px);
                height: calc(100% - 2px);
                border-radius: 50%;
                border-top: 1px dashed #6F623F;
                border-left: 1px dashed #6F623F;
                border-bottom: 1px dashed transparent;
                border-right: 1px dashed transparent;
                transform: translate(-50%, 0) rotate(-45deg); }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .left-border {
              right: 0; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .right-border {
              left: 0; }
              .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box .right-border:before {
                border-bottom: 1px dashed #6F623F;
                border-right: 1px dashed #6F623F;
                border-top: 1px dashed transparent;
                border-left: 1px dashed transparent;
                transform: rotate(-45deg); }
@keyframes ring_left {
  100% {
    transform: translate(-50%, 0) rotate(135deg); } }
@keyframes ring_right {
  100% {
    transform: rotate(135deg); } }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box svg {
              width: 5.5rem;
              height: 5.5rem; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg0 .st0 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8083;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg0 .st1 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.9046;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg0 .st2 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.9046;
              stroke-miterlimit: 10;
              enable-background: new; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg1 .st0 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.9459;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg2 .st0 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8871;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg3 .st0 {
              fill: #6F623F; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg3 .st1 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8768;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg4 .st0 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8491;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg4 .st1 {
              opacity: 3.000000e-02;
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8491;
              stroke-miterlimit: 10;
              enable-background: new; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg4 .st2 {
              opacity: 0.1;
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8491;
              stroke-miterlimit: 10;
              enable-background: new; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg5 .st0 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8749;
              stroke-miterlimit: 10; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg5 .st1 {
              fill: #6F623F; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box #svg6 {
              fill: none;
              stroke: #6F623F;
              stroke-width: 0.8727;
              stroke-miterlimit: 10; }
          .category-brief002 .hos-develop .inner-layout .icon-container ul li .num {
            font-size: 0.7rem;
            line-height: 1;
            color: #333333;
            margin-top: 0.7rem; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li .num span {
              font-size: 1.6rem;
              line-height: 1;
              color: #12B8A0; }
          .category-brief002 .hos-develop .inner-layout .icon-container ul li p {
            text-align: center;
            font-size: 0.7rem;
            line-height: 1;
            color: #333;
            margin-top: 0.5rem; }
  .category-brief002 .hos-honor {
    padding-top: 2rem;
    padding-bottom: 3rem;
    background-color: #fff;
    position: relative; }
    .category-brief002 .hos-honor h1 {
      display: flex;
      flex-direction: column;
      align-items: center;
      font-weight: normal; }
      .category-brief002 .hos-honor h1 a.tit {
        font-size: 1.6rem;
        line-height: 1;
        color: #333;
        margin-bottom: 1rem; }
      .category-brief002 .hos-honor h1 a.more {
        display: flex;
        align-items: center; }
        .category-brief002 .hos-honor h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .category-brief002 .hos-honor h1 a.more i {
          color: #9CC301;
          font-size: 1rem;
          line-height: 1;
          margin-left: 0.5rem; }
    .category-brief002 .hos-honor .honor-container {
      width: 86rem;
      margin: 1rem auto 0; }
      .category-brief002 .hos-honor .honor-container .honor-slider {
        padding-bottom: 3rem;
        margin-bottom: 0; }
        .category-brief002 .hos-honor .honor-container .honor-slider .honor-item {
          box-sizing: border-box;
          border: 1px solid #D7D7D7;
          height: 12.5rem;
          padding: 0.5rem;
          display: block; }
          .category-brief002 .hos-honor .honor-container .honor-slider .honor-item .img {
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .category-brief002 .hos-honor .honor-container .honor-slider .honor-item .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
          .category-brief002 .hos-honor .honor-container .honor-slider .honor-item:hover {
            border-color: #12B8A0;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
            .category-brief002 .hos-honor .honor-container .honor-slider .honor-item:hover .img img {
              transform: scale(1.1); }
        .category-brief002 .hos-honor .honor-container .honor-slider a.tit {
          margin-top: 1rem;
          font-size: 0.9rem;
          line-height: 0.9rem;
          max-height: 0.9rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          text-align: center; }
          .category-brief002 .hos-honor .honor-container .honor-slider a.tit:hover {
            color: #1D9D9A; }
        .category-brief002 .hos-honor .honor-container .honor-slider .slick-arrow {
          width: 2rem;
          height: 2rem;
          line-height: 2rem;
          text-align: center;
          box-sizing: border-box;
          border-radius: 50%;
          border: 1px solid #AC9354;
          color: #AC9354;
          font-size: 0.8rem;
          cursor: pointer;
          position: absolute;
          bottom: 0; }
          .category-brief002 .hos-honor .honor-container .honor-slider .slick-arrow:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #AC9354;
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(0);
            transition: transform 0.5s;
            z-index: -1; }
          .category-brief002 .hos-honor .honor-container .honor-slider .slick-arrow.prev {
            right: 50%;
            transform: translateX(-5px); }
          .category-brief002 .hos-honor .honor-container .honor-slider .slick-arrow.next {
            left: 50%;
            transform: translateX(5px); }
          .category-brief002 .hos-honor .honor-container .honor-slider .slick-arrow:hover {
            color: #fff; }
            .category-brief002 .hos-honor .honor-container .honor-slider .slick-arrow:hover:before {
              transform: scale(1); }
    .category-brief002 .hos-honor .inner-layout {
      position: relative; }
      .category-brief002 .hos-honor .inner-layout .pc-line, .category-brief002 .hos-honor .inner-layout .m-line {
        width: calc((100% - 7.95rem) / 2);
        border-bottom: 1px solid #D7D7D7;
        position: absolute;
        top: -1rem; }
        .category-brief002 .hos-honor .inner-layout .pc-line.prev, .category-brief002 .hos-honor .inner-layout .m-line.prev {
          left: 0; }
        .category-brief002 .hos-honor .inner-layout .pc-line.next, .category-brief002 .hos-honor .inner-layout .m-line.next {
          right: 0; }
      .category-brief002 .hos-honor .inner-layout .m-line {
        display: none; }
  .category-brief002 .hos-info {
    height: 32rem;
    box-sizing: border-box;
    padding-top: 4rem;
    background-color: rgba(0, 0, 0, 0.5);
    position: sticky;
    top: 0; }
    .category-brief002 .hos-info .inner-layout h1 {
      font-size: 1.6rem;
      line-height: 1;
      color: #fff;
      text-align: center;
      font-weight: normal; }
    .category-brief002 .hos-info .inner-layout .info-container {
      margin-top: 2rem; }
      .category-brief002 .hos-info .inner-layout .info-container ul {
        display: flex;
        flex-wrap: wrap; }
        .category-brief002 .hos-info .inner-layout .info-container ul li {
          width: 16.66%;
          height: 9rem;
          position: relative;
          box-sizing: border-box;
          padding: 1.5rem 1.4rem 1.5rem 1.6rem;
          background-size: cover; }
          .category-brief002 .hos-info .inner-layout .info-container ul li p {
            font-size: 0.8rem;
            line-height: 1.5;
            height: 2.4rem;
            color: #fff;
            position: relative; }
            .category-brief002 .hos-info .inner-layout .info-container ul li p:after {
              content: "";
              position: absolute;
              bottom: -1.5rem;
              left: 0;
              background-color: rgba(255, 255, 255, 0.5);
              width: 2rem;
              height: 2px; }
          .category-brief002 .hos-info .inner-layout .info-container ul li .num-box {
            margin-top: 2rem;
            font-size: 0;
            position: relative; }
            .category-brief002 .hos-info .inner-layout .info-container ul li .num-box span {
              font-size: 0.7rem;
              line-height: 1;
              color: #fff; }
            .category-brief002 .hos-info .inner-layout .info-container ul li .num-box .num {
              font-size: 1.6rem;
              margin-right: 0.5rem; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item6:before, .category-brief002 .hos-info .inner-layout .info-container ul li.item5:before, .category-brief002 .hos-info .inner-layout .info-container ul li.item2:before, .category-brief002 .hos-info .inner-layout .info-container ul li.item10:before, .category-brief002 .hos-info .inner-layout .info-container ul li.item11:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.4);
            position: absolute;
            left: 0;
            top: 0; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item6 {
            background-image: url(../images/hxsy/brief/ky.jpg); }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item5 {
            background-image: url(../images/hxsy/brief/gccrc.jpg); }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item2 {
            background-image: url(../images/hxsy/brief/wjw.jpg); }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item10 {
            background-image: url(../images/hxsy/brief/jl.jpg); }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item11 {
            background-image: url(../images/hxsy/brief/yfyx.jpg); }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item0 {
            background-color: #12B8A0; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item1 {
            background-color: #9CC301; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item4 {
            background-color: #DFB728; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item3 {
            background-color: #4DA7E3; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item7 {
            background-color: #12B8A0; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item8 {
            background-color: #DFB728; }
          .category-brief002 .hos-info .inner-layout .info-container ul li.item9 {
            background-color: #D5513F; }
  .category-brief002 .organization-leader {
    position: relative;
    overflow: hidden;
    background-color: #fff; }
    .category-brief002 .organization-leader > img {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%; }
  .category-brief002 .hos-organization {
    padding-bottom: 4rem;
    position: relative; }
    .category-brief002 .hos-organization .inner-layout a {
      display: flex;
      height: 6rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      position: relative;
      box-sizing: border-box;
      padding: 0 2rem;
      justify-content: space-between;
      align-items: center;
      z-index: 1; }
      .category-brief002 .hos-organization .inner-layout a:after {
        width: 100%;
        height: 0.45rem;
        background-color: #9CC301;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0; }
      .category-brief002 .hos-organization .inner-layout a > img {
        transform: rotateY(-180deg);
        position: absolute;
        right: 0;
        top: 0;
        height: 100%; }
      .category-brief002 .hos-organization .inner-layout a p {
        font-size: 1.6rem;
        line-height: 1;
        color: #333; }
      .category-brief002 .hos-organization .inner-layout a .more {
        display: flex;
        align-items: center; }
        .category-brief002 .hos-organization .inner-layout a .more span {
          font-size: 0.8rem;
          color: #7F7F7F; }
        .category-brief002 .hos-organization .inner-layout a .more i {
          font-size: 1rem;
          color: #9CC301;
          margin-left: 0.5rem; }
      .category-brief002 .hos-organization .inner-layout a:hover:after {
        background-color: #12B8A0; }
      .category-brief002 .hos-organization .inner-layout a:hover .more i {
        color: #12B8A0; }
  .category-brief002 .leader-container {
    position: relative;
    padding-bottom: 4rem;
    padding-top: 4rem; }
    .category-brief002 .leader-container .inner-leader {
      display: flex;
      justify-content: space-between;
      position: relative; }
      .category-brief002 .leader-container .inner-leader .leader-item {
        width: 29rem;
        height: 16.5rem;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 2rem 0 0 2rem;
        box-sizing: border-box;
        position: relative;
        cursor: pointer; }
        .category-brief002 .leader-container .inner-leader .leader-item::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.2);
          position: absolute;
          left: 0;
          top: 0; }
        .category-brief002 .leader-container .inner-leader .leader-item h2 {
          font-weight: normal;
          position: relative; }
          .category-brief002 .leader-container .inner-leader .leader-item h2 a {
            font-size: 1.6rem;
            line-height: 1;
            color: #fff; }
          .category-brief002 .leader-container .inner-leader .leader-item h2:after {
            content: "";
            display: block;
            width: 3.6rem;
            height: 0.15rem;
            background-color: #9CC301;
            position: absolute;
            left: 0;
            bottom: -1.2rem; }
        .category-brief002 .leader-container .inner-leader .leader-item a.more {
          position: absolute;
          left: 0;
          bottom: -2rem;
          width: 24rem;
          height: 4rem;
          background-color: #DFB728;
          background-repeat: no-repeat;
          background-size: auto 100%;
          display: flex;
          align-items: center;
          justify-content: flex-end;
          padding-right: 2rem;
          box-sizing: border-box;
          transition: all 0.5s;
          color: #fff;
          transition: all 0.5s; }
          .category-brief002 .leader-container .inner-leader .leader-item a.more span {
            font-size: 0.8rem; }
          .category-brief002 .leader-container .inner-leader .leader-item a.more i {
            font-size: 1rem;
            margin-left: 0.5rem; }
          .category-brief002 .leader-container .inner-leader .leader-item a.more:hover {
            background-color: #1D9D9A; }
        .category-brief002 .leader-container .inner-leader .leader-item + .leader-item a.more {
          background-color: #9CC301; }
          .category-brief002 .leader-container .inner-leader .leader-item + .leader-item a.more:hover {
            background-color: #1D9D9A; }

@media (max-width: 1720px) {
  .category-brief002 .hos-honor .honor-container {
    width: 68rem; } }
@media (max-width: 1360px) {
  .category-brief002 .hos-honor .honor-container {
    width: 60rem; } }
@media (max-width: 1280px) {
  .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .mask img {
    width: 926px; } }
@media (max-width: 960px) {
  .category-brief002 {
    padding-top: 60px; }
    .category-brief002 a.center-more {
      margin-top: 20px; }
    .category-brief002 .hos-brief {
      height: 400px; }
      .category-brief002 .hos-brief .path .inner-layout {
        padding: 0 20px; }
      .category-brief002 .hos-brief .inner-brief {
        padding: 0 20px; }
        .category-brief002 .hos-brief .inner-brief h1 {
          font-size: 20px; }
          .category-brief002 .hos-brief .inner-brief h1:after {
            bottom: -22px; }
        .category-brief002 .hos-brief .inner-brief .intro {
          margin-top: 42px;
          line-height: 28px;
          max-height: 168px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 14px; }
    .category-brief002 .next-container {
      background-image: none; }
    .category-brief002 .hos-history {
      padding-top: 40px; }
      .category-brief002 .hos-history .inner-layout {
        padding: 0 20px; }
        .category-brief002 .hos-history .inner-layout .title {
          padding-top: 40px; }
          .category-brief002 .hos-history .inner-layout .title span {
            font-size: 40px; }
          .category-brief002 .hos-history .inner-layout .title h1 {
            font-size: 18px; }
        .category-brief002 .hos-history .inner-layout .info {
          margin-top: 20px; }
          .category-brief002 .hos-history .inner-layout .info p {
            font-size: 14px; }
        .category-brief002 .hos-history .inner-layout .img-container {
          padding: 5px; }
          .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .ctrl {
            width: 40px;
            height: 40px;
            margin-right: -20px;
            margin-top: -20px; }
            .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .ctrl i.prev {
              margin-right: 10px; }
            .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .ctrl i {
              font-size: 12px; }
          .category-brief002 .hos-history .inner-layout .img-container .img-slider .img-item .mask img {
            width: calc(100vw - 50px); }
      .category-brief002 .hos-history .img-dot-container {
        margin-top: 14px; }
        .category-brief002 .hos-history .img-dot-container:before {
          display: none; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide.m-img-dot-slide {
          display: flex; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide.pc-img-dot-slide {
          display: none; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot {
          height: auto; }
          .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .img-dot:after {
            display: none; }
        .category-brief002 .hos-history .img-dot-container .inner-layout .img-dot-slide .slick-arrow {
          bottom: -6px; }
    .category-brief002 .hos-develop {
      padding-top: 40px; }
      .category-brief002 .hos-develop .inner-layout {
        padding: 0 20px; }
        .category-brief002 .hos-develop .inner-layout h1 {
          font-size: 18px; }
        .category-brief002 .hos-develop .inner-layout .info {
          margin-top: 20px;
          font-size: 14px;
          line-height: 2; }
        .category-brief002 .hos-develop .inner-layout .icon-container {
          margin-top: 20px; }
          .category-brief002 .hos-develop .inner-layout .icon-container ul {
            margin-right: -10px; }
            .category-brief002 .hos-develop .inner-layout .icon-container ul li {
              width: 30%;
              margin-right: 10px; }
              .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box {
                width: 60px;
                height: 60px;
                align-items: center;
                opacity: 1;
                border: 1px dashed #6F623F; }
                .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box:after {
                  width: 60px;
                  height: 60px; }
                .category-brief002 .hos-develop .inner-layout .icon-container ul li .svg-box svg {
                  width: 50px;
                  height: 50px; }
              .category-brief002 .hos-develop .inner-layout .icon-container ul li .num {
                font-size: 12px;
                margin-top: 10px; }
                .category-brief002 .hos-develop .inner-layout .icon-container ul li .num span {
                  font-size: 20px; }
              .category-brief002 .hos-develop .inner-layout .icon-container ul li p {
                font-size: 12px;
                line-height: 18px;
                margin-top: 10px; }
    .category-brief002 .hos-honor {
      padding: 30px 20px 40px;
      box-sizing: border-box;
      overflow: hidden; }
      .category-brief002 .hos-honor h1 a.tit {
        font-size: 18px; }
      .category-brief002 .hos-honor h1 a.more {
        display: none; }
      .category-brief002 .hos-honor .honor-container {
        width: auto;
        margin-top: 20px; }
        .category-brief002 .hos-honor .honor-container .honor-slider .honor-item {
          padding: 5px;
          height: calc(22vw + 10px); }
      .category-brief002 .hos-honor .inner-layout .pc-line {
        display: none; }
      .category-brief002 .hos-honor .inner-layout .m-line {
        display: block; }
    .category-brief002 .hos-info {
      background-color: #fff;
      padding-top: 0;
      height: auto; }
      .category-brief002 .hos-info .inner-layout {
        padding: 0 20px; }
        .category-brief002 .hos-info .inner-layout h1 {
          font-size: 18px;
          color: #333; }
        .category-brief002 .hos-info .inner-layout .info-container {
          margin-top: 20px; }
          .category-brief002 .hos-info .inner-layout .info-container ul li {
            width: 50%;
            height: 80px;
            padding: 10px; }
            .category-brief002 .hos-info .inner-layout .info-container ul li.item10 {
              width: 100%; }
            .category-brief002 .hos-info .inner-layout .info-container ul li p {
              font-size: 12px;
              line-height: 18px;
              height: 36px; }
              .category-brief002 .hos-info .inner-layout .info-container ul li p:after {
                display: none; }
            .category-brief002 .hos-info .inner-layout .info-container ul li .num-box {
              position: absolute;
              bottom: 10px;
              left: 10px;
              font-size: 12px; }
              .category-brief002 .hos-info .inner-layout .info-container ul li .num-box .num {
                font-size: 20px; }
    .category-brief002 .hos-organization {
      padding-bottom: 40px; }
      .category-brief002 .hos-organization .inner-layout {
        padding: 0 20px; }
        .category-brief002 .hos-organization .inner-layout a {
          height: 90px;
          flex-direction: column;
          justify-content: center; }
          .category-brief002 .hos-organization .inner-layout a p {
            font-size: 18px; }
          .category-brief002 .hos-organization .inner-layout a .more {
            margin-top: 20px; }
            .category-brief002 .hos-organization .inner-layout a .more span {
              font-size: 12px; }
            .category-brief002 .hos-organization .inner-layout a .more i {
              font-size: 16px; }
    .category-brief002 .leader-container {
      padding-top: 40px;
      padding-bottom: 40px; }
      .category-brief002 .leader-container .inner-leader {
        padding: 0 20px;
        flex-wrap: wrap; }
        .category-brief002 .leader-container .inner-leader .leader-item {
          width: 100%;
          height: 51vw;
          padding: 20px 0 0 20px; }
          .category-brief002 .leader-container .inner-leader .leader-item h2 a {
            font-size: 18px; }
          .category-brief002 .leader-container .inner-leader .leader-item h2:after {
            bottom: -12px; }
          .category-brief002 .leader-container .inner-leader .leader-item a.more {
            width: calc(100% - 54px);
            height: 40px;
            bottom: -20px;
            padding-right: 20px; }
            .category-brief002 .leader-container .inner-leader .leader-item a.more span {
              font-size: 12px; }
            .category-brief002 .leader-container .inner-leader .leader-item a.more i {
              font-size: 16px; }
          .category-brief002 .leader-container .inner-leader .leader-item + .leader-item {
            margin-top: 42px; } }
.show-doctor003 .inner-layout {
  padding: 3rem 0; }
  .show-doctor003 .inner-layout .inner-basic-msg {
    display: flex;
    position: relative;
    z-index: 1; }
    .show-doctor003 .inner-layout .inner-basic-msg .doc-header {
      height: 10rem;
      width: 7.5rem;
      margin-right: 2rem;
      flex-shrink: 0; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-header img {
        width: 100%;
        height: 100%; }
    .show-doctor003 .inner-layout .inner-basic-msg .doc-detail {
      position: relative;
      width: 100%; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-detail h3 {
        font-size: 1.6rem;
        color: #333333;
        font-weight: normal;
        line-height: 1; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .position-box {
        display: flex; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .position-box span {
          display: block;
          margin-left: 0.5rem;
          padding: 0 0.5rem;
          border: 1px solid #9CC301;
          border-radius: 0.25rem;
          height: 1.6rem;
          line-height: 1.6rem;
          font-size: 0.8rem;
          color: #9CC301;
          margin-top: 1rem; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
          margin-left: 0; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-dec {
        font-size: 0; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-dec u {
          font-size: 0.8rem;
          color: rgba(51, 51, 51, 0.6); }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-dec span {
          color: #333333;
          font-size: 0.8rem; }
          .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-dec span a {
            color: #333333; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-position-depart {
        display: flex; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-position-depart .doc-dec:nth-child(1) {
          margin-left: 0; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
          margin-left: 1.5rem;
          margin-top: 1.5rem; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .good-at {
        margin-top: 1.25rem;
        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;
        color: #333333; }
      .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more {
        height: 1.6rem;
        line-height: 1.6rem;
        background-color: #9CC301;
        color: #fff;
        font-size: 0.8rem;
        position: absolute;
        width: 8rem;
        right: 0;
        top: 0;
        border-radius: 0.25rem;
        transition: all 0.5s;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more:before {
          content: "";
          position: absolute;
          width: 8rem;
          height: 8rem;
          border-radius: 50% 50% 0px 0px;
          left: 0;
          top: 100%;
          -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
          background-color: #1D9D9A; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #fff;
          transition: all 0.5s; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more i {
          color: rgba(255, 255, 255, 0.15);
          font-size: 2.9rem;
          line-height: 1;
          position: absolute;
          top: -0.65rem;
          right: 0;
          transition: all 0.5s;
          width: 2.3rem; }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more:hover {
          background-color: #12B8A0; }
      @media (any-hover: hover) {
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more:hover:before {
          top: -3.2rem;
          transform: scale(1.2); }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more:hover span {
          transform: translateX(-0.25rem); }
        .show-doctor003 .inner-layout .inner-basic-msg .doc-detail .show-more:hover i {
          transform: scale(0.3);
          right: 0.25rem;
          color: #fff; } }
  .show-doctor003 .inner-layout .inner-main-msg {
    margin-top: 2rem;
    border-top: 1px solid rgba(156, 195, 1, 0.45);
    padding-top: 2rem; }
    .show-doctor003 .inner-layout .inner-main-msg p {
      font-size: 0.8rem;
      line-height: 2; }

.category-leader001 .leader-container h1.center-tit {
  font-size: 1.3rem;
  line-height: 1.55rem;
  text-align: center;
  margin-bottom: 1.5rem; }
  .category-leader001 .leader-container h1.center-tit a {
    color: #1D9D9A;
    cursor: auto; }
.category-leader001 .leader-container .leader-content {
  box-shadow: 8px 8px 10px rgba(170, 170, 170, 0.35);
  background-color: #fff;
  box-sizing: border-box;
  padding-left: 2rem;
  position: relative;
  margin-bottom: 1rem; }
  .category-leader001 .leader-container .leader-content .left-border {
    height: 100%;
    width: 2rem;
    background-color: #1D9D9A;
    background-image: url("../images/hxsy/leader/left_bg.png");
    position: absolute;
    left: 0;
    top: 0; }
    .category-leader001 .leader-container .leader-content .left-border img {
      position: absolute;
      opacity: 0.25;
      left: 50%;
      margin-left: -16.5px; }
      .category-leader001 .leader-container .leader-content .left-border img.top {
        top: 0;
        transform: rotate(180deg); }
      .category-leader001 .leader-container .leader-content .left-border img.bottom {
        bottom: 0; }
  .category-leader001 .leader-container .leader-content .right-list {
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 1rem; }
    .category-leader001 .leader-container .leader-content .right-list .right-list-item {
      display: flex;
      align-items: center; }
      .category-leader001 .leader-container .leader-content .right-list .right-list-item h2 {
        text-align: left;
        font-weight: normal;
        color: #1D9D9A;
        font-size: 1rem;
        width: 10rem;
        flex-shrink: 0; }
      .category-leader001 .leader-container .leader-content .right-list .right-list-item ul {
        display: flex;
        flex-wrap: wrap;
        position: relative;
        z-index: 1; }
        .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li {
          width: 6rem;
          height: 5rem;
          display: flex;
          align-items: center;
          justify-content: center; }
          .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li a, .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li div {
            color: #333333;
            font-size: 0;
            text-align: center; }
            .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li a p, .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li div p {
              font-size: 0.9rem;
              line-height: 1.05rem; }
            .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li a span, .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li div span {
              margin-top: 0.25rem;
              font-size: 10px;
              color: #7F7F7F;
              line-height: 1;
              display: inline-block; }
            .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li a:hover p, .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li div:hover p {
              color: #1D9D9A; }
    .category-leader001 .leader-container .leader-content .right-list > img {
      position: absolute;
      bottom: 0;
      right: 2rem; }
.category-leader001 .leader-container.container1 {
  margin-top: 5.5rem; }
.category-leader001 .leader-container .table-box table {
  min-width: 400px;
  border-collapse: collapse;
  border-color: #D6D6D6;
  margin: 0 auto; }
  .category-leader001 .leader-container .table-box table td {
    border-collapse: collapse;
    height: 2.8rem;
    padding-left: 1.9rem;
    width: 50%;
    color: #333;
    font-size: 1rem; }
  .category-leader001 .leader-container .table-box table tr:nth-child(odd) {
    background-color: #F8F8F8; }

@media (max-width: 1280px) {
  .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li {
    width: 7rem; } }
@media (max-width: 960px) {
  .category-leader001 .leader-container .leader-content .right-list {
    padding-right: 0; }
    .category-leader001 .leader-container .leader-content .right-list .right-list-item h2 {
      width: 90px; }
    .category-leader001 .leader-container .leader-content .right-list .right-list-item ul li {
      width: 98px; }
  .category-leader001 .leader-container .table-box table td {
    padding-left: 10px; } }
@media (max-width: 400px) {
  .category-leader001 .leader-container .table-box table {
    width: 100%;
    min-width: unset; } }
.dis-none {
  display: none !important; }

.list-visits001 .dep-container .search form {
  height: 2.25rem;
  position: relative;
  border: 1px solid #1D9D9A;
  border-radius: 4px;
  overflow: hidden; }
  .list-visits001 .dep-container .search form .keyword {
    height: 100%;
    box-sizing: border-box;
    padding: 0.35rem 3rem 0.35rem 1rem;
    width: 100%; }
  .list-visits001 .dep-container .search form .search-submit {
    background-color: transparent;
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%); }
    .list-visits001 .dep-container .search form .search-submit i {
      color: #1D9D9A;
      font-size: 1.7rem;
      line-height: 1; }
.list-visits001 .dep-container .dep-content {
  margin-top: 2rem; }
  .list-visits001 .dep-container .dep-content .loading {
    padding: 300px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .dep-container .dep-content .area {
    display: flex;
    margin-bottom: 1rem;
    border-left: 1px solid #ddd; }
    .list-visits001 .dep-container .dep-content .area .area-item {
      flex: 1;
      text-align: center;
      font-size: 0.9rem;
      display: flex;
      align-items: center;
      justify-content: center;
      height: 2.75rem;
      line-height: 1.2;
      color: #333;
      border: 1px solid #ddd;
      border-left: none;
      background-color: #f2f2f2;
      min-width: 134px; }
      .list-visits001 .dep-container .dep-content .area .area-item.cur {
        background-color: #1D9D9A;
        color: #fff; }
  .list-visits001 .dep-container .dep-content .department .depart-box-item {
    display: flex;
    border-bottom: 1px dashed #e5e7ea;
    margin-bottom: 1rem;
    padding: 1rem 0; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-class {
      width: 12%;
      font-size: 0.9rem;
      color: #999;
      box-sizing: border-box;
      padding-right: 0.5rem; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list {
      width: 88%;
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.5rem; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a {
        width: calc((100% - 2rem)/4);
        font-size: 0.7rem;
        margin-right: 0.5rem;
        margin-bottom: 1rem;
        line-height: 0.75rem;
        max-height: 0.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #1D9D9A; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a:hover {
          color: #9CC301; }
.list-visits001 .visits-doctor .visit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #AAAAAA; }
  .list-visits001 .visits-doctor .visit-header .left-back-name {
    display: flex;
    align-items: center; }
    .list-visits001 .visits-doctor .visit-header .left-back-name .goback {
      font-size: 0; }
      .list-visits001 .visits-doctor .visit-header .left-back-name .goback i {
        font-size: 0.8rem;
        line-height: 1;
        color: #9CC301;
        margin-right: 0.5rem; }
      .list-visits001 .visits-doctor .visit-header .left-back-name .goback span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
    .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name {
      font-size: 0.9rem;
      line-height: 1;
      color: #333;
      position: relative;
      margin-left: 1.05rem;
      display: none; }
      .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name:before {
        content: "";
        width: 1px;
        height: 0.9rem;
        background-color: #D7D7D7;
        position: absolute;
        left: -0.5rem;
        top: 0; }
  .list-visits001 .visits-doctor .visit-header .right-showway {
    display: flex; }
    .list-visits001 .visits-doctor .visit-header .right-showway a {
      color: #333;
      font-size: 0.9rem;
      line-height: 1;
      position: relative; }
      .list-visits001 .visits-doctor .visit-header .right-showway a:after {
        content: "";
        height: 0.2rem;
        width: 100%;
        background-color: #9CC301;
        position: absolute;
        left: 0;
        bottom: -0.4rem;
        opacity: 0; }
      .list-visits001 .visits-doctor .visit-header .right-showway a.cur {
        color: #1D9D9A;
        font-weight: bold; }
        .list-visits001 .visits-doctor .visit-header .right-showway a.cur:after {
          opacity: 1; }
      .list-visits001 .visits-doctor .visit-header .right-showway a + a {
        margin-left: 1.5rem; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item {
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item:last-child {
    border-bottom: none; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
    display: inline-block;
    width: 80px;
    margin-right: 1rem;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 0.4rem;
    height: 16px;
    flex-shrink: 0; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-right: 10px;
      margin-bottom: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li.cur a {
        background-color: #1D9D9A;
        color: #fff; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li.cur a:hover {
          background-color: #9CC301;
          color: #fff; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        display: block;
        border-radius: 4px;
        line-height: 32px;
        height: 32px;
        padding: 0 0.8rem;
        font-size: 16px; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a:hover {
          color: #9CC301; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .department-list {
  display: flex;
  padding-bottom: 10px; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
  display: flex;
  position: relative;
  padding-bottom: 10px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
    overflow: hidden;
    max-height: 42px;
    padding-right: 0.5rem; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box .list-item {
      margin-right: 0; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
      max-height: 150px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #1D9D9A;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 1.2rem;
    right: 0;
    display: none;
    cursor: pointer; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn i {
      font-size: 14px;
      color: #1D9D9A;
      transition: all 0.5s;
      display: inline-block;
      position: relative;
      top: -3px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn.active {
      border: none;
      background-color: #9CC301; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn.active i {
        transform: rotate(180deg);
        color: #fff; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list.over .toggle-btn {
    display: block; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer {
  display: flex;
  align-items: center;
  font-size: 0; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
    display: inline-block;
    width: 80px;
    margin-right: 1rem;
    font-size: 16px;
    color: #333333;
    line-height: 1; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .search-form {
    display: flex;
    align-items: center; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    outline: none;
    width: 12rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 16px;
      color: #D7D7D7; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name:focus {
      border-color: #9CC301; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
    background-color: #1D9D9A;
    color: #fff;
    margin-left: 60px;
    border: none;
    width: 80px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn:hover {
      border: none;
      background-color: #9CC301;
      color: #fff; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer button {
    height: 2rem;
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
    border-radius: 4px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
    border: 1px solid #1D9D9A;
    background-color: #fff;
    margin-left: 20px;
    width: 132px;
    text-align: center;
    height: 2rem;
    font-size: 16px;
    text-align: center;
    line-height: 2rem;
    border-radius: 4px;
    display: block;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i, .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn span {
      color: #1D9D9A;
      font-size: 16px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i {
      margin-right: 0.5rem; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover {
      border: none;
      background-color: #9CC301; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover i, .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover span {
        color: #fff; }
.list-visits001 .visits-doctor .doc-display .doc-container {
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 1rem;
  background-color: #fff;
  margin-top: 1rem;
  padding-bottom: 2rem; }
  .list-visits001 .visits-doctor .doc-display .doc-container .week-list {
    display: flex;
    align-items: center;
    padding: 2rem 2.5rem;
    border-bottom: 1px solid #D7D7D7;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap {
      width: 48rem;
      flex-shrink: 0;
      overflow: hidden; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide {
        display: flex;
        margin-bottom: 0; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li {
          width: 5rem;
          height: 3.2rem;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          border-radius: 6px;
          text-align: center;
          margin-right: 1rem;
          cursor: pointer;
          flex-shrink: 0; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.all {
            color: #1D9D9A;
            font-size: 0.8rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.all.cur {
              background-color: #1D9D9A;
              color: #fff; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur {
            border-color: #1D9D9A; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur .week {
              background-color: #1D9D9A;
              color: #fff; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur .date {
              color: #1D9D9A; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li .week {
            width: 100%;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.8rem;
            color: #1D9D9A;
            background-color: rgba(29, 157, 154, 0.2); }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li .date {
            width: 100%;
            height: 1.6rem;
            line-height: 1.6rem;
            font-size: 0.7rem;
            color: #7F7F7F; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week {
        display: none; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 5rem;
      height: 3rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        border: 1px solid #1D9D9A;
        box-sizing: border-box;
        line-height: 1.6rem;
        color: #1D9D9A;
        text-align: center;
        cursor: pointer;
        position: relative; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i:hover {
          color: #fff;
          background-color: #1D9D9A; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.prev {
          margin-right: 0.4rem; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.slick-disabled {
          border-color: #ccc;
          color: #ccc;
          cursor: no-drop; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.slick-disabled:hover {
            color: #ccc;
            background-color: #fff; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .loading {
    padding: 100px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
    display: flex;
    padding: 1rem 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img {
      display: block;
      width: 3rem;
      height: 4rem;
      flex-shrink: 0;
      margin-right: 0.5rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img img {
        width: 100%;
        height: 100%; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info {
      flex: 1; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more {
        display: flex;
        align-items: center; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.doc-name {
          font-size: 1rem;
          line-height: 1;
          color: #9CC301;
          margin-right: 1rem; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more .doc-level {
          font-size: 12px;
          color: #fff;
          font-weight: normal;
          display: inline-block;
          padding: 0 0.5rem;
          height: 1.1rem;
          line-height: 1.1rem;
          border-radius: 11px;
          background-color: #1D9D9A;
          text-align: center; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more {
          display: flex;
          align-items: center; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more:hover span {
            color: #1D9D9A; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more span {
            font-size: 0.7rem;
            line-height: 1;
            color: #7F7F7F; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more i {
            font-size: 0.8rem;
            line-height: 1;
            color: #9CC301;
            margin-left: 0.5rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart {
        margin-top: 0.5rem;
        font-size: 0; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart span {
          font-size: 0.7rem;
          line-height: 1;
          color: #000000;
          margin-right: 1rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .goodat {
        margin-top: 0.5rem;
        font-size: 0.7rem;
        color: #AAAAAA; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
    padding: 1rem 0;
    border-bottom: 1px solid #AAAAAA; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
      display: none; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table {
      width: 100%;
      border: 1px solid #D7D7D7;
      border-collapse: collapse;
      text-align: center;
      font-size: 0.7rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th, .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
        border: 1px solid #D7D7D7;
        height: 2rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th {
        background-color: rgba(29, 157, 154, 0.2);
        color: #1D9D9A; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th.visit-dep {
          width: 10rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table tr.more {
        display: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .depart {
        background-color: #F8F8F8; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box {
        width: fit-content;
        margin: 0 auto;
        position: relative; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .status-mode {
          padding: 0 4px;
          background-color: #1D9D9A;
          height: 1.1rem;
          line-height: 1.1rem;
          color: #fff;
          border-radius: 2px;
          cursor: pointer; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info {
          display: none;
          position: absolute;
          top: 1.75rem;
          white-space: nowrap;
          left: 50%;
          transform: translateX(-50%);
          min-width: 12.25rem;
          background: #fff;
          text-align: left;
          padding: 0.5rem;
          border: 1px solid #ddd;
          -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
          z-index: 4; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:before, .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:after {
            content: "◆";
            color: white;
            font-family: simsun;
            font-size: 1.5rem;
            line-height: 0;
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translateX(-50%); }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:before {
            color: #ddd;
            top: -1px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p {
            margin-bottom: 0.5rem;
            color: #333; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p:last-child {
              margin-bottom: 0; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p.visits-dp {
              color: #ea5a54; }
              .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p.visits-dp span {
                color: #333; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box:hover .visits-info {
          display: block; }
.list-visits001 .visits-doctor .date-display {
  margin-top: 1rem; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .loading {
    padding: 100px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows {
    display: flex;
    justify-content: flex-end; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i {
      width: 1.2rem;
      height: 1.2rem;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #9CC301;
      line-height: 1.2rem;
      text-align: center;
      color: #9CC301;
      font-size: 10px;
      cursor: pointer; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.prev {
        margin-right: 0.4rem; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i:hover {
        color: #fff;
        background-color: #9CC301; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled {
        border-color: #ccc;
        color: #ccc;
        cursor: no-drop; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled:hover {
          color: #ccc;
          background-color: #fff; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table {
    margin-top: 0.5rem; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head {
      display: flex;
      height: 3rem;
      box-sizing: border-box;
      border: 1px solid #8ECECD; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th {
        background-color: #1D9D9A;
        color: #fff;
        box-sizing: border-box;
        flex-shrink: 0;
        font-size: 0.8rem;
        height: 3rem;
        text-align: center; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.depart {
          width: 7.05rem;
          line-height: 3rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.time {
          width: 3.15rem;
          line-height: 3rem;
          border-left: 1px solid #8ECECD; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider {
        flex: 1;
        width: 49.7rem;
        margin-bottom: 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border-left: 1px solid #8ECECD; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th p {
            line-height: 1.2rem; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .visits-loading {
      width: 100%;
      border: 1px solid rgba(29, 157, 154, 0.5);
      min-height: 25rem;
      align-items: center;
      box-sizing: border-box; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table {
      width: 100%;
      border: 1px solid rgba(29, 157, 154, 0.5);
      border-collapse: collapse;
      text-align: center;
      font-size: 0.8rem;
      box-sizing: border-box; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table .first_tr td:nth-child(odd) {
        background-color: rgba(29, 157, 154, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table tr:not(.first_tr) td:nth-child(even) {
        background-color: rgba(29, 157, 154, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td {
        border: 1px solid rgba(29, 157, 154, 0.5);
        width: 7.1rem;
        box-sizing: border-box;
        min-height: 4rem;
        padding: 1rem 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title {
          width: 7.1rem;
          background-color: #F8F8F8 !important;
          color: #1D9D9A;
          line-height: 1.2rem;
          font-weight: bold; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title p + p {
            font-size: 0.7rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-time {
          width: 3.2rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item {
          margin-bottom: 1rem;
          position: relative; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:last-child {
            margin-bottom: 0; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .name {
            font-size: 0.8rem;
            color: #333;
            margin-bottom: 0.3rem; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .status-mode {
            font-size: 0.7rem;
            color: #AAAAAA; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info {
            display: none;
            position: absolute;
            top: 1.75rem;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            min-width: 12.25rem;
            background: #fff;
            text-align: left;
            padding: 0.5rem;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            z-index: 4; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:after {
              content: "◆";
              color: white;
              font-family: simsun;
              font-size: 1.5rem;
              line-height: 0;
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translateX(-50%); }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before {
              color: #ddd;
              top: -1px; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p {
              margin-bottom: 0.5rem;
              color: #333; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p:last-child {
                margin-bottom: 0; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp {
                color: #ea5a54; }
                .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp span {
                  color: #333; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:hover .visits-info {
            display: block; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
    display: none; }
.list-visits001 .visits-doctor .display-box {
  display: none; }
  .list-visits001 .visits-doctor .display-box.cur {
    display: block; }

.list-visits002 .visits-doctor .doc-display .doc-container {
  background-color: transparent; }
  .list-visits002 .visits-doctor .doc-display .doc-container .week-list {
    justify-content: flex-end;
    padding: 1rem 3rem 1rem 0;
    height: 3.95rem;
    box-sizing: border-box;
    overflow: hidden; }
    .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider {
      width: 21rem;
      margin-bottom: 0;
      position: relative; }
      .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-slide {
        font-size: 0.7rem;
        text-align: center;
        width: 3.75rem; }
      .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        border: 1px solid #1D9D9A;
        box-sizing: border-box;
        line-height: 1.6rem;
        color: #1D9D9A;
        text-align: center;
        cursor: pointer; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow:hover {
          color: #fff;
          background-color: #1D9D9A; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.prev {
          left: -2rem; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.next {
          right: -2rem; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.slick-disabled {
          border-color: #ccc;
          color: #ccc;
          cursor: no-drop; }
          .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.slick-disabled:hover {
            color: #ccc;
            background-color: #fff; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .m-doc-display-visits {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content {
    position: relative; }
    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
      display: flex;
      border-bottom: 1px solid #E4E4E4; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
        flex: 1;
        margin-right: 0.5rem;
        border-bottom: none; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
        border-bottom: none;
        padding: 0; }
        .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table {
          border: none; }
          .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table tr + tr td {
            border-top: 1px solid #D7D7D7; }
          .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
            width: 3rem;
            height: 3rem;
            border: none; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td.depart-title {
              width: 10rem; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box {
              border-bottom: none;
              position: relative;
              justify-content: center; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .status {
                display: inline-block;
                width: 1.8rem;
                height: 1.8rem;
                line-height: 1.8rem;
                color: #fff;
                border-radius: 50%;
                font-size: 12px;
                text-align: center;
                background-color: #1D9D9A; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info {
                display: none;
                position: absolute;
                top: 1.75rem;
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                min-width: 12.25rem;
                background: #fff;
                text-align: left;
                padding: 0.5rem;
                border: 1px solid #ddd;
                -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                z-index: 4; }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:before, .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:after {
                  content: "◆";
                  color: white;
                  font-family: simsun;
                  font-size: 1.5rem;
                  line-height: 0;
                  position: absolute;
                  top: 0px;
                  left: 50%;
                  transform: translateX(-50%); }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:before {
                  color: #ddd;
                  top: -1px; }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p {
                  margin-bottom: 0.5rem;
                  color: #333; }
                  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p:last-child {
                    margin-bottom: 0; }
                  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p.visits-dp {
                    color: #ea5a54; }
                    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p.visits-dp span {
                      color: #333; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box:hover .visits-info {
                display: block; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td:not(.depart-title):after {
              content: "";
              width: 0;
              height: calc(100% + 3.95rem);
              background-color: #f2f2f2;
              position: absolute;
              top: -3.95rem;
              display: block;
              z-index: -1; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td:hover:after {
              width: 3rem; }

@media (max-width: 1200px) {
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
      top: 25px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
    width: 70px;
    font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i, .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn span {
      color: #1D9D9A;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-visits-container {
    padding: 20px 20px 60px !important; }

  .list-visits001 .dep-container .dep-content .area {
    flex-wrap: wrap; }
  .list-visits001 .dep-container .dep-content .department .depart-box-item {
    flex-wrap: wrap; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-class {
      width: 100%; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list {
      margin-top: 20px;
      justify-content: space-between;
      margin-right: 0; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a {
        margin-right: 0;
        width: 48%; }
  .list-visits001 .visits-doctor .visit-header {
    flex-wrap: wrap;
    padding-bottom: 12px; }
    .list-visits001 .visits-doctor .visit-header .left-back-name {
      flex-wrap: wrap; }
      .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        font-size: 14px; }
        .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name:before {
          display: none; }
    .list-visits001 .visits-doctor .visit-header .right-showway {
      margin-top: 42px;
      width: 100%;
      justify-content: center; }
      .list-visits001 .visits-doctor .visit-header .right-showway a {
        font-size: 14px; }
        .list-visits001 .visits-doctor .visit-header .right-showway a + a {
          margin-left: 40px; }
        .list-visits001 .visits-doctor .visit-header .right-showway a:after {
          height: 2px;
          bottom: -12px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor {
    position: relative; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100%;
      font-size: 12px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px;
        padding: 0 10px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
        max-height: 110px; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-visits001 .visits-doctor .doc-display .doc-container {
    border: none;
    box-shadow: none;
    padding: 0; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list {
      padding: 10px 0 0;
      border-bottom: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows {
        display: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap {
        width: 100%; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .pc-week {
          display: none; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week {
          display: flex;
          overflow-x: auto;
          overflow-y: hidden;
          padding-bottom: 0.7rem; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar {
            height: 4px;
            background-color: #F2F2F2; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar-track {
            border-radius: 1000px;
            background-color: #F2F2F2; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar-thumb {
            border-radius: 1000px;
            background-color: #AAAAAA; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week li {
            width: 50px;
            height: 50px;
            margin-right: 4px; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box {
      margin-top: 20px; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
        margin-bottom: 10px;
        border: 1px solid #D7D7D7;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
          padding: 0 0 20px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img {
            width: 68px;
            height: 90px;
            margin-right: 20px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.doc-name {
            font-size: 14px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more {
            display: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart {
            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; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart span {
              font-size: 12px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .goodat {
            font-size: 12px; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
          padding: 0;
          border-bottom: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .pc-table {
            display: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
            display: table;
            margin-top: 10px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
            height: 30px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th.visit-dep {
            width: 100px; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .pc-table {
    display: none; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
    display: block; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table {
      width: 100%;
      border: 1px solid rgba(29, 157, 154, 0.5);
      border-collapse: collapse;
      text-align: center;
      font-size: 0.7rem;
      color: #333; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
        border: 1px solid rgba(29, 157, 154, 0.5);
        height: 2rem;
        width: 25%; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th.depart {
        background-color: #1D9D9A;
        color: #fff; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table tbody td:nth-child(even) {
        background-color: rgba(29, 157, 154, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
        min-height: 60px;
        padding: 20px 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item {
          margin-bottom: 20px;
          position: relative; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:last-child {
            margin-bottom: 0; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .name {
            font-size: 14px;
            color: #333;
            margin-bottom: 6px; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .status-mode {
            font-size: 12px;
            color: #AAAAAA; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info {
            display: none;
            position: absolute;
            top: 1.75rem;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            min-width: 12.25rem;
            background: #fff;
            text-align: left;
            padding: 0.5rem;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            z-index: 4; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:after {
              content: "◆";
              color: white;
              font-family: simsun;
              font-size: 1.5rem;
              line-height: 0;
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translateX(-50%); }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before {
              color: #ddd;
              top: -1px; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p {
              margin-bottom: 0.5rem;
              color: #333; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p:last-child {
                margin-bottom: 0; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp {
                color: #ea5a54; }
                .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp span {
                  color: #333; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:hover .visits-info {
            display: block; }

  .list-visits002 .visits-doctor .doc-display .doc-container .week-list {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .pc-doc-display-visits {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .m-doc-display-visits {
    display: block; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
    display: block; }
    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
      border: 1px solid #D7D7D7; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table td {
        width: auto;
        border: 1px solid #D7D7D7; }
        .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table td:after {
          display: none !important; } }
.category-health-management-center a.center-more {
  width: 6.3rem;
  height: 2rem;
  border-radius: 4px;
  background-color: #9CC301;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  transition: all 0.5s;
  overflow: hidden; }
  .category-health-management-center a.center-more:before {
    content: "";
    position: absolute;
    width: 6.3rem;
    height: 6.3rem;
    border-radius: 50% 50% 0px 0px;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    background-color: #1D9D9A; }
  .category-health-management-center a.center-more span {
    font-size: 0.8rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
    z-index: 11;
    transform: translateX(-0.75rem); }
  .category-health-management-center a.center-more i {
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    transition: all 0.5s;
    position: absolute;
    top: 0.5rem;
    right: 0.8rem; }
@media (any-hover: hover) {
  .category-health-management-center a.center-more:hover:before {
    top: -2.15rem;
    transform: scale(1.2); }
  .category-health-management-center a.center-more:hover span {
    transform: translateX(0); }
  .category-health-management-center a.center-more:hover i {
    color: rgba(255, 255, 255, 0.2);
    transform: scale(2.1);
    right: 0.65rem;
    top: 0.55rem; } }
.category-health-management-center .depart-intro {
  position: relative;
  height: 25rem;
  background-image: url(../images/hxsy/xxgk/xxgk_bg0.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat; }
  .category-health-management-center .depart-intro:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .category-health-management-center .depart-intro .path {
    position: absolute;
    color: #fff;
    left: 0;
    width: 100%;
    z-index: 1; }
    .category-health-management-center .depart-intro .path a {
      color: #fff; }
  .category-health-management-center .depart-intro .inner-dep-intro {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    .category-health-management-center .depart-intro .inner-dep-intro h1 {
      font-size: 1.6rem;
      line-height: 1;
      position: relative;
      font-weight: normal; }
      .category-health-management-center .depart-intro .inner-dep-intro h1 a {
        color: #fff; }
    .category-health-management-center .depart-intro .inner-dep-intro .dep-subtitle {
      max-width: 48rem;
      font-size: 0.8rem;
      line-height: 1.5;
      text-align: center;
      color: #fff;
      margin-top: 2rem; }
    @media (any-hover: hover) {
      .category-health-management-center .depart-intro .inner-dep-intro a.center-more:hover:before {
        top: -2.95rem; } }
.category-health-management-center .fwnr {
  padding: 3rem 0; }
  .category-health-management-center .fwnr .inner-layout h1 {
    font-weight: normal;
    text-align: center;
    font-size: 0; }
    .category-health-management-center .fwnr .inner-layout h1 a {
      color: #333;
      font-size: 1.6rem; }
    .category-health-management-center .fwnr .inner-layout h1 .reading {
      font-size: 0.8rem;
      line-height: 0.9rem;
      color: #7F7F7F;
      margin-top: 1rem; }
  .category-health-management-center .fwnr .inner-layout .column-list {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    .category-health-management-center .fwnr .inner-layout .column-list .column-item {
      width: 11rem;
      height: 13.5rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item i {
        font-size: 3.5rem;
        color: #fff;
        line-height: 1;
        transform: translateY(1.5rem);
        transition: transform 0.5s; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item .tit {
        margin-top: 1rem;
        font-size: 1.2rem;
        line-height: 1;
        position: relative;
        color: #fff;
        transform: translateY(1.5rem);
        transition: transform 0.5s; }
        .category-health-management-center .fwnr .inner-layout .column-list .column-item .tit:after {
          content: "";
          width: 0;
          height: 1px;
          background-color: #fff;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.05rem;
          transition: width 0.5s; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item .more {
        font-size: 0.8rem;
        color: #fff;
        line-height: 1;
        display: inline-block;
        margin-top: 2.05rem;
        opacity: 0;
        transform: translateY(-1.5rem);
        transition: all 0.5s; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item.item0 {
        background-color: #9CC301; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item.item1 {
        background-color: #1D9D9A; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item.item2 {
        background-color: #4DA7E3; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item.item3 {
        background-color: #F2D75D; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item.item4 {
        background-color: #12B8A0; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item:hover i {
        transform: translateY(0); }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item:hover .tit {
        transform: translateY(0); }
        .category-health-management-center .fwnr .inner-layout .column-list .column-item:hover .tit:after {
          width: 4.55rem; }
      .category-health-management-center .fwnr .inner-layout .column-list .column-item:hover .more {
        opacity: 1;
        transform: translateY(0); }
.category-health-management-center .page-column {
  background-color: #F9F7F0;
  padding: 2.5rem 0;
  position: relative;
  overflow: hidden; }
  .category-health-management-center .page-column > img {
    position: absolute;
    right: 0;
    bottom: 0; }
  .category-health-management-center .page-column .inner-layout {
    position: relative; }
    .category-health-management-center .page-column .inner-layout .column-list {
      display: flex;
      justify-content: space-between; }
      .category-health-management-center .page-column .inner-layout .column-list a.column-item {
        display: block;
        width: 19rem;
        height: 17.5rem;
        transition: all 0.5s; }
        .category-health-management-center .page-column .inner-layout .column-list a.column-item .img {
          width: 100%;
          height: 12rem;
          overflow: hidden; }
          .category-health-management-center .page-column .inner-layout .column-list a.column-item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
        .category-health-management-center .page-column .inner-layout .column-list a.column-item .bottom {
          text-align: center;
          font-size: 0; }
          .category-health-management-center .page-column .inner-layout .column-list a.column-item .bottom .tit {
            font-size: 1.6rem;
            color: #000;
            line-height: 1;
            margin: 1rem 0; }
          .category-health-management-center .page-column .inner-layout .column-list a.column-item .bottom span {
            font-size: 0.8rem;
            line-height: 1;
            color: #7f7f7f;
            display: inline-block; }
        .category-health-management-center .page-column .inner-layout .column-list a.column-item:hover {
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          .category-health-management-center .page-column .inner-layout .column-list a.column-item:hover .img img {
            transform: scale(1.1); }
.category-health-management-center .depart-news {
  padding-top: 3rem;
  padding-bottom: 6rem; }
  .category-health-management-center .depart-news .inner-layout h1 {
    font-weight: normal;
    font-size: 0; }
    .category-health-management-center .depart-news .inner-layout h1 a {
      font-size: 1.6rem;
      color: #333;
      line-height: 1; }
  .category-health-management-center .depart-news .inner-layout .inner-news-content {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between; }
    .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img {
      margin-right: 2rem;
      width: 27.5rem; }
      .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item {
        display: block;
        width: 27.5rem;
        height: 25rem;
        background-color: #F2F2F2;
        box-sizing: border-box;
        padding: 2rem 2.5rem;
        position: relative; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .img {
          width: 22.5rem;
          height: 12.5rem;
          overflow: hidden; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .tit {
          margin-top: 1.5rem;
          color: #000;
          font-size: 1.1rem;
          line-height: 1.65rem;
          max-height: 3.3rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .bottom {
          position: absolute;
          width: calc(100% - 5rem);
          left: 2.5rem;
          bottom: 2rem;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .bottom .more {
            display: flex;
            align-items: center; }
            .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .bottom .more span {
              font-size: 0.8rem;
              line-height: 1;
              color: #000000; }
            .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .bottom .more i {
              font-size: 1rem;
              line-height: 1;
              color: #9CC301;
              margin-left: 0.5rem; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .bottom .time {
            font-size: 0.8rem;
            line-height: 1;
            color: #7F7F7F; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item:hover .img img {
          transform: scale(1.1); }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item:hover .tit {
          color: #9CC301; }
    .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list {
      width: 30rem; }
      .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot {
        border-bottom: 1px solid #D7D7D7;
        padding: 1rem 0;
        font-size: 0; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot:first-child {
          padding-top: 0; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot a.tit {
          font-size: 1.1rem;
          color: #000;
          line-height: 1.65rem;
          max-height: 3.3rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 3.3rem;
          margin-bottom: 1.5rem; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot a.tit:hover {
            color: #9CC301; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot .time {
          font-size: 0.8rem;
          color: #AAAAAA;
          line-height: 1;
          display: inline-block; }
    .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more a.center-more {
      margin-top: 1rem; }

@media (max-width: 960px) {
  .category-health-management-center {
    padding-top: 60px; }
    .category-health-management-center a.center-more {
      margin-top: 30px; }
    .category-health-management-center .depart-intro {
      height: 250px; }
      .category-health-management-center .depart-intro .path {
        display: none; }
      .category-health-management-center .depart-intro .inner-dep-intro h1 {
        font-size: 18px; }
      .category-health-management-center .depart-intro .inner-dep-intro .dep-subtitle {
        margin-top: 30px;
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        line-height: 18px;
        max-height: 72px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .category-health-management-center .fwnr {
      padding-top: 40px;
      padding-bottom: 20px; }
      .category-health-management-center .fwnr .inner-layout h1 a.tit {
        font-size: 18px;
        line-height: 1;
        display: inline-block; }
      .category-health-management-center .fwnr .inner-layout h1 .reading {
        font-size: 12px;
        line-height: 1.5;
        margin-top: 10px; }
      .category-health-management-center .fwnr .inner-layout .column-list {
        margin-top: 10px;
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative; }
        .category-health-management-center .fwnr .inner-layout .column-list .column-item {
          width: calc((100% - 20px) / 3);
          height: calc((100vw - 80px) / 3);
          margin-bottom: 10px;
          margin-right: 10px; }
          .category-health-management-center .fwnr .inner-layout .column-list .column-item i {
            font-size: 40px;
            transform: translateY(0); }
          .category-health-management-center .fwnr .inner-layout .column-list .column-item .tit {
            font-size: 12px;
            margin-top: 5px;
            transform: translateY(0); }
          .category-health-management-center .fwnr .inner-layout .column-list .column-item .more {
            display: none; }
          .category-health-management-center .fwnr .inner-layout .column-list .column-item:hover .tit:after {
            width: 0; }
          .category-health-management-center .fwnr .inner-layout .column-list .column-item.item4 {
            height: calc((100vw - 80px) / 3 * 2 + 10px);
            position: absolute;
            right: 0;
            top: 0;
            margin-right: 0; }
    .category-health-management-center .page-column {
      padding: 20px 0 10px; }
      .category-health-management-center .page-column .inner-layout .column-list {
        flex-wrap: wrap; }
        .category-health-management-center .page-column .inner-layout .column-list a.column-item {
          width: 100%;
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
          background-color: #fff;
          margin-bottom: 10px;
          height: auto; }
          .category-health-management-center .page-column .inner-layout .column-list a.column-item .img {
            height: 53vw; }
          .category-health-management-center .page-column .inner-layout .column-list a.column-item .bottom {
            padding-bottom: 15px; }
            .category-health-management-center .page-column .inner-layout .column-list a.column-item .bottom .tit {
              font-size: 18px;
              margin: 15px 0 10px; }
            .category-health-management-center .page-column .inner-layout .column-list a.column-item .bottom span {
              font-size: 12px; }
    .category-health-management-center .depart-news {
      padding-top: 20px;
      padding-bottom: 40px; }
      .category-health-management-center .depart-news .inner-layout h1 {
        display: none; }
      .category-health-management-center .depart-news .inner-layout .inner-news-content {
        flex-wrap: wrap;
        margin-top: 0; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img {
          width: 100%;
          margin-right: 0; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider {
            margin-bottom: 0; }
            .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item {
              padding: 10px;
              height: auto; }
              .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .img {
                width: 100%;
                height: 42vw; }
              .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .tit {
                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;
                font-size: 16px;
                height: 48px;
                margin: 10px 0 42px; }
              .category-health-management-center .depart-news .inner-layout .inner-news-content .left-news-img .news-img-slider a.news-img-item .bottom {
                width: calc(100% - 20px);
                left: 10px;
                bottom: 10px; }
        .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more {
          width: 100%; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list {
            width: 100%; }
            .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot {
              padding: 10px 0; }
              .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot:first-child {
                padding-top: 10px; }
              .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot a.tit {
                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;
                font-size: 16px;
                height: 48px;
                margin-bottom: 10px; }
              .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more .right-news-list .home-news-dot .time {
                font-size: 12px; }
          .category-health-management-center .depart-news .inner-layout .inner-news-content .right-news-more a.center-more {
            margin: 30px auto 0; } }
.category-health001 {
  padding: 10.5rem 0 15rem; }
  .category-health001 .layout {
    display: flex;
    flex-wrap: wrap;
    padding: 0 11.95rem;
    box-sizing: border-box; }
    .category-health001 .layout .column-item {
      display: block;
      width: 14rem;
      height: 9.95rem;
      position: relative;
      box-sizing: border-box;
      padding: 1.5rem 0 0 0.9rem;
      margin: 0 0.7rem 0.7rem 0; }
      .category-health001 .layout .column-item h2 {
        font-weight: normal;
        font-size: 1.1rem;
        line-height: 1.55rem;
        color: #fff;
        position: relative; }
        .category-health001 .layout .column-item h2:after {
          content: "";
          width: 2.9rem;
          border-bottom: 1px solid #fff;
          position: absolute;
          left: 0;
          bottom: -0.35rem; }
      .category-health001 .layout .column-item > img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover; }
      .category-health001 .layout .column-item .img-wrap {
        display: none;
        position: absolute;
        bottom: 9.95rem;
        left: 50%;
        margin-left: -5rem;
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 0.5rem;
        font-size: 0;
        flex-direction: column;
        align-items: center;
        z-index: 2001;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .category-health001 .layout .column-item .img-wrap:before {
          content: "";
          width: 0;
          height: 0;
          font-size: 0;
          border: 10px solid transparent;
          border-top-color: #fff;
          position: absolute;
          bottom: -20px;
          left: 50%;
          transform: translateX(-50%); }
        .category-health001 .layout .column-item .img-wrap img {
          width: 9rem;
          margin-bottom: 0.5rem;
          object-fit: cover; }
        .category-health001 .layout .column-item .img-wrap span {
          font-size: 14px;
          line-height: 1;
          color: #333333; }
      .category-health001 .layout .column-item:hover .img-wrap {
        animation: popFadeInUp .5S;
        display: flex; }
      .category-health001 .layout .column-item.tit-item {
        padding: 0.95rem 0 0; }
        .category-health001 .layout .column-item.tit-item h1 {
          font-weight: normal;
          font-size: 1.6rem;
          line-height: 1.85rem;
          color: #1D9D9A;
          position: relative; }
          .category-health001 .layout .column-item.tit-item h1:after {
            content: "";
            width: 4rem;
            border-bottom: 5px solid #9CC301;
            position: absolute;
            left: 0;
            bottom: -0.75rem; }

@media (max-width: 1440px) {
  .category-health001 .layout {
    padding: 0 7.95rem; } }
@media (max-width: 960px) {
  .category-health001 {
    padding: 190px 0 100px; }
    .category-health001 .layout {
      padding: 0 1rem;
      justify-content: space-between; }
      .category-health001 .layout .column-item {
        width: 49%;
        height: 32vw;
        margin: 0 0 14px 0; }
        .category-health001 .layout .column-item .img-wrap {
          bottom: 32vw; } }
.list-kypt ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .list-kypt ul li {
    width: 48%;
    height: 4rem;
    margin-bottom: 1rem; }
    .list-kypt ul li a {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      padding: 0 1rem;
      border: 1px solid #e4e4e4;
      background-color: #fff; }
      .list-kypt ul li a p {
        font-size: 0.9rem;
        margin-right: 0.5rem; }
      .list-kypt ul li a i {
        display: none; }
      .list-kypt ul li a.islink:hover p {
        color: #1D9D9A; }
      .list-kypt ul li a.islink i {
        display: block;
        font-size: 1rem;
        color: #1D9D9A; }
@media (max-width: 960px) {
  .list-kypt ul li {
    width: 100%; } }

.index-block {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-block.show-header .header-001 {
    opacity: 1;
    transform: translateY(0); }
  .index-block .header-001 {
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-out 0s;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), transparent); }
    .index-block .header-001 .header-wrap {
      transition: all 0.4s;
      background: transparent;
      box-shadow: none; }
      .index-block .header-001 .header-wrap .header-layout .nav .nav-ul > li > a,
      .index-block .header-001 .header-wrap .header-layout .nav .nav-ul > li.cur > a {
        color: #FFF; }
      .index-block .header-001 .header-wrap .header-layout .is-top-img {
        display: inline-block; }
      .index-block .header-001 .header-wrap .header-layout .no-top-img {
        display: none; }
      .index-block .header-001 .header-wrap .header-layout .right-btn .search-btn i,
      .index-block .header-001 .header-wrap .header-layout .right-btn a.en,
      .index-block .header-001 .header-wrap .header-layout .right-btn .top-qr-btn i,
      .index-block .header-001 .header-wrap .header-layout .right-btn a.pc-menu i {
        color: #FFF; }
      .index-block .header-001 .header-wrap .header-layout .right-btn a.pc-menu span, .index-block .header-001 .header-wrap .header-layout .right-btn a.pc-menu:after, .index-block .header-001 .header-wrap .header-layout .right-btn a.pc-menu:before {
        background-color: #fff; }
      .index-block .header-001 .header-wrap.no-top {
        background: #fff;
        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
        .index-block .header-001 .header-wrap.no-top .header-layout .right-btn .search-btn i {
          color: #9CC301; }
        .index-block .header-001 .header-wrap.no-top .header-layout .right-btn a.en,
        .index-block .header-001 .header-wrap.no-top .header-layout .right-btn .top-qr-btn i,
        .index-block .header-001 .header-wrap.no-top .header-layout .right-btn a.pc-menu i {
          color: #333; }
        .index-block .header-001 .header-wrap.no-top .header-layout .right-btn a.pc-menu span, .index-block .header-001 .header-wrap.no-top .header-layout .right-btn a.pc-menu:after, .index-block .header-001 .header-wrap.no-top .header-layout .right-btn a.pc-menu:before {
          background-color: #333; }
        .index-block .header-001 .header-wrap.no-top .header-layout .is-top-img {
          display: none; }
        .index-block .header-001 .header-wrap.no-top .header-layout .no-top-img {
          display: inline-block; }
@keyframes infinite_move {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(10px);
    opacity: 1; } }
  .index-block .bottom-mark {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 6rem;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5)); }
  .index-block .push-home {
    position: absolute;
    bottom: 12px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .index-block .push-home i.shubiao {
      font-size: 30px;
      color: #fff;
      position: relative;
      top: 0.5rem;
      cursor: pointer; }
    .index-block .push-home a {
      display: block;
      animation-name: infinite_move;
      animation-duration: 1s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      animation-fill-mode: backwards; }
      .index-block .push-home a i {
        font-size: 40px;
        color: #fff; }

.index-content {
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 100;
  overflow: auto; }
  .index-content.show-div {
    top: 0; }
  .index-content.show-header .header-001 {
    opacity: 1;
    transform: translateY(0); }
    .index-content.show-header .header-001.scroll {
      transform: translateY(-2rem); }
  .index-content .header-001 {
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    transform: translateY(-100%); }
  .index-content .container {
    padding-top: 3rem; }

@media (max-width: 960px) {
  .push-home {
    display: none; }

  .index-block {
    height: 50vw; }
    .index-block .header-001.index-header {
      opacity: 1;
      transform: translateY(0); }

  .index-content {
    position: relative;
    top: 0;
    overflow-x: hidden; }
    .index-content .header-001 {
      opacity: 0 !important;
      transform: translateY(-100%) !important; }
    .index-content .container {
      padding-top: 0; } }
.home-banner001 {
  width: 100%;
  height: 100%; }
  .home-banner001 .banner-slick {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative; }
    .home-banner001 .banner-slick .index-slider-item {
      display: block;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center; }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt {
        position: absolute; }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt img {
          transition: all 1s ease-out 0.3s;
          opacity: 0;
          max-width: 100vw; }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-left {
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-left img {
          transform: translateX(-150px); }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-right {
        right: 0;
        top: 50%;
        transform: translateY(-50%); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-right img {
          transform: translateX(150px); }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-top {
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-top img {
          transform: translateY(-150px); }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-bottom {
        bottom: 0;
        left: 50%;
        transform: translateX(-50%); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-bottom img {
          transform: translateX(150px); }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-center {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-center img {
          transform: translateY(150px); }
    .home-banner001 .banner-slick .slick-current .index-slider-item div.slide-txt img {
      transform: translate(0, 0);
      opacity: 1; }
    .home-banner001 .banner-slick .slick-dots {
      bottom: 4rem;
      z-index: 1; }
      .home-banner001 .banner-slick .slick-dots li {
        height: auto;
        width: auto;
        background: none; }
        .home-banner001 .banner-slick .slick-dots li button {
          color: #fff;
          font-size: 0.9rem;
          line-height: 1;
          width: 1.05rem;
          height: auto;
          position: relative;
          padding: 0;
          text-align: left;
          transition: all 0.5s; }
          .home-banner001 .banner-slick .slick-dots li button:before {
            display: none; }
          .home-banner001 .banner-slick .slick-dots li button:after {
            content: '';
            display: block;
            width: 0;
            height: 2px;
            background-color: #fff;
            transition: all 0.5s;
            position: absolute;
            left: 1.5rem;
            top: 50%;
            margin-top: -1px; }
        .home-banner001 .banner-slick .slick-dots li.slick-active button {
          width: 5.55rem;
          font-weight: bold; }
          .home-banner001 .banner-slick .slick-dots li.slick-active button:after {
            width: 4rem; }
    .home-banner001 .banner-slick .slick-arrow {
      position: absolute;
      top: 50%;
      margin-top: -1rem;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.29);
      text-align: center;
      line-height: 2rem;
      font-size: 1rem;
      color: #fff;
      z-index: 1;
      cursor: pointer; }
      .home-banner001 .banner-slick .slick-arrow.prev {
        left: calc(50% - 840px); }
      .home-banner001 .banner-slick .slick-arrow.next {
        right: calc(50% - 840px); }

@media (max-width: 1680px) {
  .home-banner001 .banner-slick .slick-arrow.prev {
    left: 1rem; }
  .home-banner001 .banner-slick .slick-arrow.next {
    right: 1rem; } }
@media (max-width: 960px) {
  .home-banner001 {
    height: 50vw; }
    .home-banner001 .banner-slick {
      height: 50vw; }
      .home-banner001 .banner-slick .index-slider-item {
        height: 50vw; }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt img {
          max-height: 50vw; }
      .home-banner001 .banner-slick .slick-dots {
        bottom: 20px; } }
.home-news001 {
  padding: 5rem 0 4rem;
  background-image: linear-gradient(to bottom, #F9F7F0, #fff);
  position: relative; }
  .home-news001 > img {
    position: absolute;
    right: 0;
    bottom: -1rem;
    width: 48rem;
    opacity: 0.2; }
  .home-news001 h1.left-tit-more a.tit {
    font-size: 1.2rem; }
  .home-news001 .layout .inner-news {
    display: flex;
    justify-content: space-between;
    margin-top: 2.2rem; }
    .home-news001 .layout .inner-news .left-news {
      width: 30%; }
      .home-news001 .layout .inner-news .left-news .left-news-item h1.left-tit-more {
        height: 2rem;
        padding: 0 1rem;
        background-color: #1D9D9A; }
      .home-news001 .layout .inner-news .left-news .left-news-item:first-child {
        margin-bottom: 1rem; }
        .home-news001 .layout .inner-news .left-news .left-news-item:first-child h1.left-tit-more {
          background-color: #D5513F; }
        .home-news001 .layout .inner-news .left-news .left-news-item:first-child .news-list a:hover p {
          color: #D5513F; }
      .home-news001 .layout .inner-news .left-news .left-news-item .news-list a {
        display: flex;
        align-items: center;
        padding: 0.925rem 0;
        border-bottom: 1px dashed #DBCEBA; }
        .home-news001 .layout .inner-news .left-news .left-news-item .news-list a .img {
          width: 30%;
          height: 3.4rem;
          flex-shrink: 0;
          margin-right: 0.5rem;
          overflow: hidden; }
          .home-news001 .layout .inner-news .left-news .left-news-item .news-list a .img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
        .home-news001 .layout .inner-news .left-news .left-news-item .news-list a p {
          font-size: 0.9rem;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.7rem; }
        .home-news001 .layout .inner-news .left-news .left-news-item .news-list a span {
          font-size: 0.8rem;
          color: #7F7F7F; }
        .home-news001 .layout .inner-news .left-news .left-news-item .news-list a:hover .img img {
          transform: scale(1.1); }
        .home-news001 .layout .inner-news .left-news .left-news-item .news-list a:hover p {
          color: #12B8A0; }
    .home-news001 .layout .inner-news .right-news {
      width: 64.9%; }
      .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 {
        align-items: flex-start; }
        .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 .tit-box {
          display: flex; }
        .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 a.more span {
          color: #7F7F7F; }
        .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 a.more i {
          color: #9CC301; }
        .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 a.more:hover span {
          color: #12B8A0; }
      .home-news001 .layout .inner-news .right-news .tab-pannel-wrap {
        margin-top: 2rem;
        background: #fdfdfd; }
        .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel {
          display: none; }
          .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel:first-child {
            display: block; }
          .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news {
            display: flex;
            background-color: #f9f7f0;
            position: relative; }
            .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news > img {
              position: absolute;
              right: 0;
              top: 0;
              width: 25%; }
            .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news a.img {
              width: 59%;
              display: block;
              flex-shrink: 0; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news a.img .inner-img {
                padding-bottom: 56%;
                position: relative;
                overflow: hidden;
                background-color: #1D9D9A; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news a.img .inner-img img {
                  position: absolute;
                  top: 0;
                  left: 0;
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news a.img .inner-img p {
                  font-size: 1.2rem;
                  color: rgba(255, 255, 255, 0.6);
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, -50%); }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news a.img:hover .inner-img img {
                transform: scale(1.1); }
            .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
              flex: 1;
              width: 41%;
              box-sizing: border-box;
              padding: 2rem 2rem 0; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a {
                position: relative;
                z-index: 1; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time {
                  width: 3.5rem;
                  height: 3.5rem;
                  border: #d3d0cb 1px solid;
                  display: flex;
                  flex-direction: column;
                  align-items: center;
                  justify-content: center;
                  color: #333;
                  flex-shrink: 0; }
                  .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time span.day {
                    font-size: 1.4rem;
                    line-height: 1;
                    position: relative;
                    margin-bottom: 0.6rem; }
                    .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time span.day:after {
                      content: '';
                      position: absolute;
                      width: 1.7rem;
                      height: 0.05rem;
                      background-color: #333;
                      left: 50%;
                      transform: translateX(-50%);
                      bottom: -0.4rem; }
                  .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time span.month {
                    font-size: 0.8rem; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .tit {
                  font-size: 1rem;
                  color: #333;
                  line-height: 1.5rem;
                  max-height: 3rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  display: -webkit-box;
                  margin: 0.5rem 0px; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .content {
                  font-size: 0.7rem;
                  color: #888;
                  line-height: 1.1rem;
                  max-height: 3.3rem;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  display: -webkit-box; }
          .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul {
            padding: 1rem 0 0 0;
            box-sizing: border-box; }
            .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul li {
              display: flex;
              align-items: center;
              justify-content: space-between;
              margin-top: 0.1rem; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul li a.tit {
                font-size: 0.9rem;
                height: 2.25rem;
                color: #333333;
                line-height: 2.25rem;
                max-height: 2.25rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                transition: all 0.3s; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul li a.tit:hover {
                  color: #12B8A0; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul li span {
                font-size: 0.8rem;
                line-height: 1;
                color: rgba(17, 17, 17, 0.549);
                margin-left: 1rem;
                display: inline-block; }
  .home-news001 .layout .home-special {
    position: relative;
    margin-top: 1rem; }
    .home-news001 .layout .home-special h1.left-tit-more a.tit {
      font-size: 1.2rem; }
    .home-news001 .layout .home-special h1.left-tit-more a.more span {
      font-size: 0.8rem; }
    .home-news001 .layout .home-special .inner-special {
      margin-top: 1rem; }
      .home-news001 .layout .home-special .inner-special .special-slider {
        display: flex;
        margin-right: -4%; }
        .home-news001 .layout .home-special .inner-special .special-slider .special-item {
          width: 29.3%;
          height: 7.05rem;
          margin-right: 4%; }
          .home-news001 .layout .home-special .inner-special .special-slider .special-item a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .home-news001 .layout .home-special .inner-special .special-slider .special-item a img {
              width: 100%;
              height: 100%;
              transition: all 0.5s; }
            .home-news001 .layout .home-special .inner-special .special-slider .special-item a:hover img {
              transform: scale(1.1); }

@media (max-width: 1440px) {
  .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
    padding-top: 0.75rem; }
    .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .tit {
      font-size: 0.9rem;
      line-height: 1.35rem;
      max-height: 2.7rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; } }
@media (max-width: 960px) {
  .home-news001 {
    padding: 40px 0 40px;
    overflow: hidden;
    margin-top: 0; }
    .home-news001 .layout {
      padding: 0 20px; }
      .home-news001 .layout .inner-news {
        display: block; }
        .home-news001 .layout .inner-news .left-news {
          width: 100%;
          margin-top: 0; }
          .home-news001 .layout .inner-news .left-news .left-news-item .news-list a {
            flex-wrap: wrap; }
            .home-news001 .layout .inner-news .left-news .left-news-item .news-list a .img {
              width: 100%;
              height: auto;
              margin-right: 0;
              margin-bottom: 5px; }
        .home-news001 .layout .inner-news .right-news {
          margin-right: 0;
          width: 100%; }
          .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 .tit-box {
            flex-wrap: wrap;
            justify-content: center; }
          .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 .tab-tit {
            margin: 20px 7px 0;
            font-size: 16px; }
            .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 .tab-tit + .tab-tit {
              margin-left: 7px; }
              .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 .tab-tit + .tab-tit:before {
                left: -8px; }
          .home-news001 .layout .inner-news .right-news h2.left-tab-tit002 a.more {
            display: none; }
          .home-news001 .layout .inner-news .right-news .tab-pannel-wrap {
            background-color: transparent;
            margin-top: 23px;
            padding-bottom: 0; }
            .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news {
              display: block; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news > img {
                display: none; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news a.img {
                width: 100%;
                flex-shrink: 0; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
                width: 100%;
                height: auto;
                padding: 10px 20px; }
                .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time, .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .content {
                  display: none; }
            .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul {
              padding-right: 0; }
              .home-news001 .layout .inner-news .right-news .tab-pannel-wrap .tab-pannel ul li {
                margin-top: 5px; }
      .home-news001 .layout .home-special .inner-special .special-slider {
        margin-right: 0;
        flex-wrap: wrap; }
        .home-news001 .layout .home-special .inner-special .special-slider .special-item {
          width: 100%;
          margin-right: 0;
          height: 25vw;
          margin-bottom: 10px; } }
.home-news004 {
  padding: 3.5rem 0 4rem;
  background-color: #F9F7F0;
  position: relative; }
  .home-news004.patient {
    margin-top: 10rem; }
  .home-news004.staff {
    margin-bottom: 0; }
  .home-news004 > img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48rem;
    opacity: 0.2; }
  .home-news004 h1.left-tit-more a.tit {
    font-size: 1.2rem; }
  .home-news004 .jdgz {
    margin-top: 2rem;
    max-height: 26rem;
    overflow: hidden; }
    .home-news004 .jdgz .tab-pannel-wrap {
      margin-top: 1.5rem; }
      .home-news004 .jdgz .tab-pannel-wrap .tab-pannel {
        display: none;
        opacity: 0; }
        .home-news004 .jdgz .tab-pannel-wrap .tab-pannel:first-child {
          display: block;
          opacity: 1; }
      .home-news004 .jdgz .tab-pannel-wrap .inner-news-content {
        display: flex;
        justify-content: space-between; }
        .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list {
          margin-top: -0.5rem;
          width: 53%; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot {
            width: 100%;
            padding: 0 0.5rem;
            box-sizing: border-box;
            position: relative; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot:last-child a {
              border-bottom: none; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot:after {
              content: "";
              height: 2px;
              width: 0;
              display: block;
              background-color: #1D9D9A;
              transition: all 0.5s;
              position: absolute;
              left: 0;
              bottom: 0; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot a {
              width: 100%;
              padding: 0.6rem 0;
              position: relative;
              border-bottom: 1px solid #E4E4E4;
              display: flex;
              justify-content: space-between;
              align-items: flex-start; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot a .bg {
                position: absolute;
                top: -0.1rem;
                bottom: 0;
                left: -0.5rem;
                right: -0.5rem;
                background-color: #fff;
                box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
                opacity: 0;
                visibility: hidden;
                transition: all 0.5s; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot a p {
                font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 0.9rem;
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                color: #555555;
                margin-bottom: 0;
                height: 2.7rem;
                margin-right: 1.5rem;
                z-index: 1;
                flex: 1; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot a span {
                font-family: 'Arial Normal', 'Arial', sans-serif;
                font-weight: 400;
                font-style: normal;
                font-size: 0.8rem;
                line-height: 1;
                color: #AAAAAA;
                margin-top: 0.3rem;
                z-index: 1; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot:hover:after {
              width: 100%; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot:hover a .bg {
              opacity: 1;
              visibility: visible; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot:hover a span, .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot:hover a p {
              color: #1D9D9A; }
        .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img {
          width: 45%;
          position: relative;
          overflow: hidden; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-slider {
            margin-bottom: 0; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img {
            display: block;
            width: 100%;
            padding-bottom: 56%;
            position: relative;
            overflow: hidden; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img img {
              width: 100%;
              height: 100%;
              transition: all 0.5s;
              position: absolute;
              left: 0;
              top: 0; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img:hover img {
              transform: scale(1.1); }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask {
            width: 100%;
            height: 6rem;
            background-color: #fff;
            box-sizing: border-box;
            padding: 1rem;
            font-size: 0; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask a {
              color: #333;
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.7rem;
              margin-bottom: 0.5rem; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask a:hover {
                color: #12B8A0; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              line-height: 1;
              color: #AAAAAA;
              z-index: 1; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination {
            position: absolute;
            bottom: 1rem;
            right: 1rem;
            width: 3.6rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow {
              position: absolute;
              width: 100%;
              top: 0;
              left: 0; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow {
                cursor: pointer;
                position: absolute;
                font-size: 0.8rem;
                color: rgba(170, 170, 170, 0.9); }
                .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow.prev {
                  left: 0; }
                .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow.next {
                  right: 0; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination .count {
              font-size: 0.8rem;
              line-height: 1;
              color: #AAAAAA; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .slick-dots {
            bottom: 7rem;
            text-align: right;
            padding-right: 1rem;
            box-sizing: border-box; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .slick-dots li {
              width: 1.25rem;
              height: 0.25rem;
              background-color: #ccc; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .slick-dots li button {
                display: none; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .slick-dots li.slick-active {
                background-color: #9CC301; }
  .home-news004 .news-special {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
    position: relative;
    z-index: 1; }
    @media (max-width: 1450px) and (min-width: 960px) {
      .home-news004 .news-special h2.left-tab-tit002 .tab-tit a {
        font-size: 1rem; }
      .home-news004 .news-special h1.left-tit-more a.tit {
        font-size: 1rem; } }
    .home-news004 .news-special .right-news {
      width: 69.8%; }
      .home-news004 .news-special .right-news h2.left-tab-tit002 {
        align-items: flex-start; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 .tit-box {
          display: flex; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 a.more span {
          color: #7F7F7F; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 a.more i {
          color: #9CC301; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 a.more:hover span {
          color: #12B8A0; }
      .home-news004 .news-special .right-news .tab-pannel-wrap {
        margin-top: 1.75rem; }
        .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel {
          display: none; }
          .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel:first-child {
            display: block; }
          .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1.1rem; }
            .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel ul li:last-child {
              border-bottom: none; }
            .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel ul li a {
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.9rem;
              line-height: 1rem;
              max-height: 1rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #555555;
              margin-right: 1rem;
              z-index: 1; }
              .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel ul li a:hover {
                color: #12B8A0; }
            .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel ul li span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              line-height: 1rem;
              color: #AAAAAA;
              z-index: 1; }
    .home-news004 .news-special .home-special .inner-special {
      margin-top: 2rem; }
      .home-news004 .news-special .home-special .inner-special .special-item {
        width: 19rem;
        height: 6rem;
        margin-bottom: 0.75rem; }
        .home-news004 .news-special .home-special .inner-special .special-item a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .home-news004 .news-special .home-special .inner-special .special-item a img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .home-news004 .news-special .home-special .inner-special .special-item a:hover img {
            transform: scale(1.1); }
  @media (any-hover: hover) {
    .home-news004 a.center-more001:hover span {
      transform: translateX(-0.75rem); }
    .home-news004 a.center-more001:hover i {
      right: 0.5rem; } }

@media (max-width: 1440px) {
  .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot a {
    padding: 0.4rem 0; }
  .home-news004 .news-special .right-news .tab-pannel-wrap .tab-pannel ul li {
    margin-bottom: 0.805rem; }
  .home-news004 .news-special .home-special .inner-special .special-item {
    width: 16rem;
    height: 5rem; } }
@media (max-width: 1280px) {
  .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .pagination {
    display: none; } }
@media (max-width: 960px) {
  .home-news004 {
    padding: 20px 0;
    margin-bottom: 0; }
    .home-news004.patient {
      margin-top: 56px; }
    .home-news004 > .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .home-news004 h1.left-tit-more a.tit {
      font-size: 18px; }
    .home-news004 .jdgz {
      margin-top: 20px;
      max-height: unset; }
      .home-news004 .jdgz .tab-pannel-wrap {
        margin-top: 0; }
        .home-news004 .jdgz .tab-pannel-wrap .inner-news-content {
          flex-wrap: wrap; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list {
            width: 100%;
            margin-left: 0; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot {
              width: 100%;
              padding: 0; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .left-news-list .home-news-dot a p {
                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;
                font-weight: normal;
                height: 48px;
                margin-right: 20px; }
          .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img {
            width: 100%;
            height: auto;
            margin-top: 10px; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-slider {
              margin-bottom: 10px; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item {
              height: auto; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask p {
                font-size: 14px;
                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;
                height: auto; }
              .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask {
                height: auto; }
                .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask a {
                  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;
                  height: auto; }
                .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .news-mask span {
                  font-size: 14px; }
            .home-news004 .jdgz .tab-pannel-wrap .inner-news-content .right-news-img .slick-dots {
              bottom: 90px; }
    .home-news004 .news-special {
      flex-wrap: wrap;
      margin-top: 10px; }
      .home-news004 .news-special .right-news {
        width: 100%; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 .tit-box {
          flex-wrap: wrap;
          justify-content: center; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 .tab-tit {
          margin: 20px 7px 0;
          font-size: 16px; }
          .home-news004 .news-special .right-news h2.left-tab-tit002 .tab-tit + .tab-tit {
            margin-left: 7px; }
            .home-news004 .news-special .right-news h2.left-tab-tit002 .tab-tit + .tab-tit:before {
              left: -8px; }
        .home-news004 .news-special .right-news h2.left-tab-tit002 a.more {
          display: none; }
      .home-news004 .news-special .home-special {
        width: 100%;
        margin-top: 20px; }
        .home-news004 .news-special .home-special .inner-special {
          margin-top: 20px; }
          .home-news004 .news-special .home-special .inner-special .special-item {
            width: 100%;
            height: 30vw; }
    .home-news004 a.center-more001 {
      width: 110px;
      height: 34px; }
      .home-news004 a.center-more001 span {
        font-size: 12px; } }
.home-special001 {
  padding-top: 3rem;
  overflow: hidden;
  position: relative; }
  .home-special001 > img {
    position: absolute;
    right: 0;
    bottom: -10rem; }
  .home-special001 .layout {
    position: relative;
    z-index: 1; }
  .home-special001 .inner-special {
    margin-top: 3.2rem; }
    .home-special001 .inner-special .special-slider {
      margin-right: -1.75rem;
      display: flex; }
      .home-special001 .inner-special .special-slider .special-item {
        width: 21.5rem;
        height: 12.2rem;
        overflow: hidden;
        margin-right: 1.75rem; }
        .home-special001 .inner-special .special-slider .special-item a {
          display: block;
          width: 100%;
          height: 100%; }
        .home-special001 .inner-special .special-slider .special-item img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .home-special001 .inner-special .special-slider .special-item:hover img {
          transform: scale(1.1); }

@media (max-width: 1440px) {
  .home-special001 .inner-special .special-slider .special-item {
    width: 18.8rem;
    height: 10.65rem; } }
@media (max-width: 960px) {
  .home-special001 {
    padding: 0 10px;
    margin-top: 20px; }
    .home-special001 .inner-special {
      margin-top: 20px; }
      .home-special001 .inner-special .special-slider {
        margin-right: 0;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .home-special001 .inner-special .special-slider .special-item {
          height: 50vw;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
.home-column-entry004 {
  position: relative;
  padding-bottom: 5rem; }
  .home-column-entry004 > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 31.05rem;
    height: 23.25rem;
    opacity: 0.3; }
  .home-column-entry004 .inner-entry {
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between; }
    .home-column-entry004 .inner-entry .left-dep {
      width: 35rem;
      height: 28rem;
      background-repeat: no-repeat;
      background-size: cover;
      box-sizing: border-box;
      padding: 3rem 0 0 2rem;
      position: relative;
      display: block; }
      .home-column-entry004 .inner-entry .left-dep:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
        position: absolute;
        top: 0;
        left: 0; }
      .home-column-entry004 .inner-entry .left-dep h2.tit {
        display: flex;
        align-items: center;
        font-weight: normal;
        position: relative; }
        .home-column-entry004 .inner-entry .left-dep h2.tit i {
          font-size: 3rem;
          line-height: 1;
          color: #fff;
          margin-right: 1rem; }
        .home-column-entry004 .inner-entry .left-dep h2.tit p {
          color: #fff;
          font-size: 1.4rem;
          line-height: 1; }
      .home-column-entry004 .inner-entry .left-dep ul {
        margin-top: 2.5rem;
        padding-left: 4rem;
        display: flex;
        flex-direction: column;
        position: relative; }
        .home-column-entry004 .inner-entry .left-dep ul li a {
          display: flex;
          align-items: center;
          margin-bottom: 2.5rem;
          width: 20.15rem; }
          .home-column-entry004 .inner-entry .left-dep ul li a:hover p {
            letter-spacing: 4px;
            font-weight: bold; }
        .home-column-entry004 .inner-entry .left-dep ul li p {
          font-size: 1.1rem;
          line-height: 1;
          color: #fff;
          transition: all 0.5s; }
        .home-column-entry004 .inner-entry .left-dep ul li .line {
          flex: 1;
          margin: 0 1rem 0 2rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(255, 255, 255, 0.6); }
        .home-column-entry004 .inner-entry .left-dep ul li .arrow {
          font-size: 0;
          height: 0;
          width: 0;
          border: 0.4rem solid transparent;
          border-left-color: #fff; }
    .home-column-entry004 .inner-entry .right-column {
      width: 32.5rem; }
      .home-column-entry004 .inner-entry .right-column .column-list {
        display: flex;
        justify-content: space-between; }
      .home-column-entry004 .inner-entry .right-column .column-item {
        display: block;
        width: 16rem;
        height: 9rem;
        display: flex;
        align-items: center;
        box-sizing: border-box;
        padding-left: 1rem;
        margin-bottom: 0.5rem;
        color: #fff;
        flex-shrink: 0;
        position: relative; }
        .home-column-entry004 .inner-entry .right-column .column-item img {
          position: absolute;
          top: 0;
          right: 0;
          max-height: 70%;
          height: 6rem;
          opacity: 0.15;
          transform: rotate(-90deg); }
        .home-column-entry004 .inner-entry .right-column .column-item .svg {
          width: 4rem;
          height: 4rem;
          z-index: 1; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg0 .cls-1, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg0 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-linejoin: round;
            stroke-width: 8px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg0 .cls-2 {
            stroke-linecap: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-1, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-2, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-1, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-2 {
            stroke-miterlimit: 10; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-2, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-3 {
            stroke-linecap: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-3 {
            stroke-linejoin: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg2 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg3 .st0 {
            fill: none;
            stroke: #fff;
            stroke-width: 6px;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg3 .st1 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px;
            stroke-linejoin: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg3 .st2 {
            fill: none;
            stroke: #fff;
            stroke-width: 6px;
            stroke-linejoin: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg4 .cls-1, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg4 .cls-2 {
            fill: none;
            stroke: #333;
            stroke-width: 7px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg4 .cls-1 {
            stroke-miterlimit: 10; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg4 .cls-2 {
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-1, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-2, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-1, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-2 {
            stroke-miterlimit: 10; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-2, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-3 {
            stroke-linecap: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-3 {
            stroke-linejoin: round; }
        .home-column-entry004 .inner-entry .right-column .column-item .info {
          font-size: 0;
          z-index: 1;
          transition: all 0.5s; }
          .home-column-entry004 .inner-entry .right-column .column-item .info p {
            font-size: 1.1rem;
            margin-bottom: 0.75rem;
            line-height: 1; }
          .home-column-entry004 .inner-entry .right-column .column-item .info span {
            font-size: 0.7rem;
            line-height: 1; }
        .home-column-entry004 .inner-entry .right-column .column-item.item5:after {
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          position: absolute;
          left: 0;
          top: 0; }
        .home-column-entry004 .inner-entry .right-column .column-item.item5 {
          background-color: #61a2dc;
          background-image: none !important; }
        .home-column-entry004 .inner-entry .right-column .column-item.item1 {
          background-color: #DFB728;
          background-image: none !important; }
        .home-column-entry004 .inner-entry .right-column .column-item.item3 {
          background-color: #12B8A0;
          background-image: none !important; }
        .home-column-entry004 .inner-entry .right-column .column-item.item4 {
          background-color: #FDF8EB;
          color: #333;
          background-image: none !important; }
        .home-column-entry004 .inner-entry .right-column .column-item.item0 {
          background-color: #9CC301;
          background-image: none !important; }

@media (max-width: 1440px) {
  .home-column-entry004 .inner-entry .left-dep {
    width: 32.25rem;
    height: 25.8rem; }

  .home-column-entry004 .inner-entry .right-column {
    width: 27.25rem; }

  .home-column-entry004 .inner-entry .right-column .column-item {
    width: 13.375rem;
    height: 8.265rem; } }
@media (max-width: 960px) {
  .home-column-entry004 {
    margin-top: 20px; }
    .home-column-entry004 .inner-entry {
      margin-top: 30px;
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 0 20px; }
      .home-column-entry004 .inner-entry .left-dep {
        width: 100%;
        padding: 20px 0 0 10px; }
        .home-column-entry004 .inner-entry .left-dep h2.tit a {
          font-size: 1.2rem; }
        .home-column-entry004 .inner-entry .left-dep h2.tit i {
          font-size: 30px; }
        .home-column-entry004 .inner-entry .left-dep ul {
          padding-left: 0;
          align-items: center; }
          .home-column-entry004 .inner-entry .left-dep ul li {
            width: 100%; }
            .home-column-entry004 .inner-entry .left-dep ul li a {
              width: calc(100% - 20px); }
      .home-column-entry004 .inner-entry .right-column {
        margin-top: 10px;
        width: 100%; }
        .home-column-entry004 .inner-entry .right-column .column-item {
          width: 49%;
          padding-left: 10px; }
          .home-column-entry004 .inner-entry .right-column .column-item .info span {
            display: none; } }
.home-student {
  background-color: #FAF6EB;
  background-image: url("../images/hxsy/student_bg.jpg");
  padding: 5rem 0 6.5rem;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .home-student .intro {
    margin-top: 3.2rem;
    padding: 0 8.95rem; }
    .home-student .intro p {
      color: #90704B;
      text-align: center;
      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;
      font-size: 0.8rem;
      font-weight: 600; }
  .home-student .count-box {
    border-bottom: 1px solid #C6C6C6;
    margin-top: 2rem;
    padding-bottom: 2rem; }
    .home-student .count-box .icon-container ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .home-student .count-box .icon-container ul li {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 18rem; }
        .home-student .count-box .icon-container ul li .svg-box {
          width: 6rem;
          height: 6rem;
          border-radius: 50%;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: flex-end;
          position: relative;
          opacity: 0; }
          .home-student .count-box .icon-container ul li .svg-box:after {
            content: "";
            width: 6rem;
            height: 6rem;
            border-radius: 50%;
            background-color: rgba(111, 98, 63, 0.15);
            position: absolute;
            top: 0.5rem;
            transform: scale(0);
            transition: transform 0.3s; }
          .home-student .count-box .icon-container ul li .svg-box:hover:after {
            transform: scale(1); }
          .home-student .count-box .icon-container ul li .svg-box.active .left-border:before {
            animation: ring_left 0.5s forwards linear; }
          .home-student .count-box .icon-container ul li .svg-box.active .right-border:before {
            animation: ring_right 0.5s 0.5s forwards linear; }
          .home-student .count-box .icon-container ul li .svg-box .left-border, .home-student .count-box .icon-container ul li .svg-box .right-border {
            width: 50%;
            height: 100%;
            position: absolute;
            background-color: transparent;
            overflow: hidden;
            top: 0; }
            .home-student .count-box .icon-container ul li .svg-box .left-border:before, .home-student .count-box .icon-container ul li .svg-box .right-border:before {
              content: "";
              position: absolute;
              width: calc(200% - 2px);
              height: calc(100% - 2px);
              border-radius: 50%;
              border-top: 1px dashed #6F623F;
              border-left: 1px dashed #6F623F;
              border-bottom: 1px dashed transparent;
              border-right: 1px dashed transparent;
              transform: translate(-50%, 0) rotate(-45deg); }
          .home-student .count-box .icon-container ul li .svg-box .left-border {
            right: 0; }
          .home-student .count-box .icon-container ul li .svg-box .right-border {
            left: 0; }
            .home-student .count-box .icon-container ul li .svg-box .right-border:before {
              border-bottom: 1px dashed #6F623F;
              border-right: 1px dashed #6F623F;
              border-top: 1px dashed transparent;
              border-left: 1px dashed transparent;
              transform: rotate(-45deg); }
@keyframes ring_left {
  100% {
    transform: translate(-50%, 0) rotate(135deg); } }
@keyframes ring_right {
  100% {
    transform: rotate(135deg); } }
          .home-student .count-box .icon-container ul li .svg-box svg {
            width: 5.5rem;
            height: 5.5rem; }
          .home-student .count-box .icon-container ul li .svg-box #svg20 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8083;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg20 .st1 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.9046;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg20 .st2 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.9046;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-student .count-box .icon-container ul li .svg-box #svg21 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.9459;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg22 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8871;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg23 .st0 {
            fill: #6F623F; }
          .home-student .count-box .icon-container ul li .svg-box #svg23 .st1 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8768;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg4 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8491;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg4 .st1 {
            opacity: 3.000000e-02;
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8491;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-student .count-box .icon-container ul li .svg-box #svg4 .st2 {
            opacity: 0.1;
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8491;
            stroke-miterlimit: 10;
            enable-background: new; }
          .home-student .count-box .icon-container ul li .svg-box #svg5 .st0 {
            fill: none;
            stroke: #6F623F;
            stroke-width: 0.8749;
            stroke-miterlimit: 10; }
          .home-student .count-box .icon-container ul li .svg-box #svg5 .st1 {
            fill: #6F623F; }
        .home-student .count-box .icon-container ul li .num {
          font-size: 0.7rem;
          line-height: 1;
          color: #333333;
          margin-top: 0.7rem; }
          .home-student .count-box .icon-container ul li .num span {
            font-size: 1.6rem;
            line-height: 1;
            color: #12B8A0; }
        .home-student .count-box .icon-container ul li p {
          text-align: center;
          font-size: 0.7rem;
          line-height: 1;
          color: #333;
          margin-top: 0.5rem;
          font-weight: 600; }
  .home-student .column-list {
    margin-top: 2.8rem;
    display: flex; }
    .home-student .column-list li {
      flex: 1;
      height: 12rem; }
      .home-student .column-list li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-repeat: no-repeat;
        background-size: cover; }
        .home-student .column-list li a .svg {
          width: 5rem;
          height: 5rem;
          z-index: 1; }
          .home-student .column-list li a .svg #svg6 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .home-student .column-list li a .svg #svg7 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .home-student .column-list li a .svg #svg8 .cls-1, .home-student .column-list li a .svg #svg8 .cls-2, .home-student .column-list li a .svg #svg8 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .home-student .column-list li a .svg #svg8 .cls-1, .home-student .column-list li a .svg #svg8 .cls-2 {
            stroke-miterlimit: 10; }
          .home-student .column-list li a .svg #svg8 .cls-2, .home-student .column-list li a .svg #svg8 .cls-3 {
            stroke-linecap: round; }
          .home-student .column-list li a .svg #svg8 .cls-3 {
            stroke-linejoin: round; }
          .home-student .column-list li a .svg #svg8 .cls-4 {
            fill: #fff;
            stroke: #fff; }
          .home-student .column-list li a .svg #svg9 .cls-1 {
            fill: none;
            stroke: #FFE178;
            stroke-miterlimit: 10;
            stroke-width: 7px; }
          .home-student .column-list li a .svg #svg10 .cls-1, .home-student .column-list li a .svg #svg10 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .home-student .column-list li a .svg #svg10 .cls-1 {
            stroke-miterlimit: 10; }
          .home-student .column-list li a .svg #svg10 .cls-2 {
            stroke-linecap: round;
            stroke-linejoin: round; }
        .home-student .column-list li a p {
          font-size: 1.1rem;
          line-height: 1;
          color: #fff;
          margin-top: 1.5rem;
          z-index: 1;
          transition: all 0.5s; }
      .home-student .column-list li.xxgk {
        background-color: #9CC301; }
      .home-student .column-list li.item0 {
        background-color: #DFB728; }
      .home-student .column-list li.item1 {
        position: relative; }
        .home-student .column-list li.item1 a::before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4); }
      .home-student .column-list li.item2 {
        background-color: #D5513F; }
  .home-student a.center-more001 {
    margin-top: 2rem; }

@media (max-width: 960px) {
  .home-student {
    padding: 20px 0; }
    .home-student > .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .home-student .intro {
      padding: 0 30px;
      margin-top: 30px; }
    .home-student .count-box .icon-container {
      margin-top: 20px; }
      .home-student .count-box .icon-container ul {
        margin-right: -10px; }
        .home-student .count-box .icon-container ul li {
          width: 30%;
          margin-right: 10px; }
          .home-student .count-box .icon-container ul li .svg-box {
            width: 60px;
            height: 60px;
            align-items: center;
            opacity: 1;
            border: 1px dashed #6F623F; }
            .home-student .count-box .icon-container ul li .svg-box:after {
              width: 60px;
              height: 60px; }
            .home-student .count-box .icon-container ul li .svg-box svg {
              width: 50px;
              height: 50px; }
          .home-student .count-box .icon-container ul li .num {
            font-size: 12px;
            margin-top: 10px; }
            .home-student .count-box .icon-container ul li .num span {
              font-size: 20px; }
          .home-student .count-box .icon-container ul li p {
            font-size: 12px;
            line-height: 18px;
            margin-top: 10px; }
    .home-student .column-list {
      flex-wrap: wrap; }
      .home-student .column-list li {
        flex: none; }
        .home-student .column-list li a p {
          margin-top: 0.5rem; }
        .home-student .column-list li.xxgk, .home-student .column-list li.item0, .home-student .column-list li.item1, .home-student .column-list li.item2, .home-student .column-list li.item3 {
          width: 50%;
          height: 41vw; } }
.home-column-entry005 {
  background-color: #F9F9F9;
  padding: 5rem 0 4.45rem; }
  .home-column-entry005 .inner-entry {
    margin-top: 3.2rem;
    display: flex;
    justify-content: space-between; }
    .home-column-entry005 .inner-entry .left-box {
      width: 33rem;
      height: 25rem;
      box-sizing: border-box;
      padding: 1.5rem;
      background-color: #D5513F;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
      position: relative; }
      .home-column-entry005 .inner-entry .left-box .inner-column {
        display: flex;
        flex-wrap: wrap; }
        .home-column-entry005 .inner-entry .left-box .inner-column .column-item {
          width: 33.3%;
          padding: 2.65rem 0;
          box-sizing: border-box; }
          .home-column-entry005 .inner-entry .left-box .inner-column .column-item a {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            color: #fff; }
            .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg {
              width: 4rem;
              height: 4rem;
              z-index: 1; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg11 .cls-1 {
                fill: none;
                stroke: #fff;
                stroke-linecap: round;
                stroke-linejoin: round;
                stroke-width: 10px; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg12 .cls-1, .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg12 .cls-2 {
                fill: none;
                stroke: #fff;
                stroke-linecap: round;
                stroke-width: 10px; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg12 .cls-1 {
                stroke-linejoin: round; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg12 .cls-2 {
                stroke-miterlimit: 10; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg13 .st0 {
                fill: none;
                stroke: #fff;
                stroke-width: 10px;
                stroke-linecap: round;
                stroke-linejoin: round; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg13 .st1 {
                fill: none;
                stroke: #fff;
                stroke-width: 10px;
                stroke-miterlimit: 10; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg14 .cls-1, .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg14 .cls-2 {
                fill: none;
                stroke: #fff;
                stroke-width: 10px; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg14 .cls-1 {
                stroke-miterlimit: 10; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg14 .cls-2 {
                stroke-linecap: round;
                stroke-linejoin: round; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg15 .st0 {
                fill: none;
                stroke: #fff;
                stroke-width: 10px;
                stroke-linecap: round;
                stroke-linejoin: round; }
              .home-column-entry005 .inner-entry .left-box .inner-column .column-item a .svg #svg15 .st1 {
                fill: none;
                stroke: #fff;
                stroke-width: 10px;
                stroke-linecap: round;
                stroke-miterlimit: 10; }
            .home-column-entry005 .inner-entry .left-box .inner-column .column-item a p {
              font-size: 1.1rem;
              line-height: 1;
              margin-top: 0.75rem;
              margin-bottom: 0;
              transition: all 0.5s; }
      .home-column-entry005 .inner-entry .left-box > img {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 14rem; }
    .home-column-entry005 .inner-entry .right-box {
      width: 33rem;
      height: 25.55rem;
      box-sizing: border-box;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
      padding: 2rem 0 0;
      margin-top: 2rem;
      background-color: #fff;
      position: relative; }
      .home-column-entry005 .inner-entry .right-box h1.left-tit-more {
        padding: 0 2rem; }
        .home-column-entry005 .inner-entry .right-box h1.left-tit-more a.tit {
          font-size: 1.6rem; }
        .home-column-entry005 .inner-entry .right-box h1.left-tit-more a.more span {
          font-size: 0.8rem; }
        .home-column-entry005 .inner-entry .right-box h1.left-tit-more a.more i {
          font-size: 1.2rem; }
      .home-column-entry005 .inner-entry .right-box ul {
        margin-top: 1rem;
        box-sizing: border-box;
        padding: 0 2rem; }
        .home-column-entry005 .inner-entry .right-box ul li {
          border-bottom: 1px solid #D7D7D7; }
          .home-column-entry005 .inner-entry .right-box ul li:last-child {
            border-bottom: none; }
          .home-column-entry005 .inner-entry .right-box ul li a {
            padding: 1rem 0;
            font-size: 0;
            display: block; }
            .home-column-entry005 .inner-entry .right-box ul li a:hover p {
              color: #12B8A0; }
            .home-column-entry005 .inner-entry .right-box ul li a p {
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              color: #555555;
              font-size: 0.9rem;
              margin-bottom: 0;
              line-height: 0.9rem;
              max-height: 0.9rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              transition: all 0.5s;
              margin-bottom: 0.5rem; }
            .home-column-entry005 .inner-entry .right-box ul li a span {
              color: #AAAAAA;
              font-size: 0.8rem;
              line-height: 1; }
      .home-column-entry005 .inner-entry .right-box .column-list {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        display: flex;
        height: 8rem; }
        .home-column-entry005 .inner-entry .right-box .column-list .column-item {
          flex: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%; }
          .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg {
            width: 4rem;
            height: 4rem;
            z-index: 1; }
            .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg #svg17 .cls-1, .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg #svg17 .cls-2 {
              fill: none;
              stroke: #fff;
              stroke-width: 5px; }
            .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg #svg17 .cls-1 {
              stroke-miterlimit: 10; }
            .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg #svg17 .cls-2 {
              stroke-linecap: round;
              stroke-linejoin: round; }
            .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg #svg16 .cls-1 {
              fill: none;
              stroke: #fff;
              stroke-linecap: round;
              stroke-linejoin: round;
              stroke-width: 5px; }
          .home-column-entry005 .inner-entry .right-box .column-list .column-item p {
            color: #fff;
            font-size: 1.2rem; }
          .home-column-entry005 .inner-entry .right-box .column-list .column-item.item0 {
            background-color: #12B8A0; }
          .home-column-entry005 .inner-entry .right-box .column-list .column-item.item1 {
            background-color: #9CC301; }

@media (max-width: 1440px) {
  .home-column-entry005 .inner-entry .left-box {
    width: 29rem;
    height: 21.95rem; }
    .home-column-entry005 .inner-entry .left-box .inner-column .column-item {
      padding: 1.9rem 0; }

  .home-column-entry005 .inner-entry .right-box {
    width: 29rem;
    height: 22.45rem;
    padding-top: 1.75rem; }
    .home-column-entry005 .inner-entry .right-box ul li a {
      padding: 0.75rem 0; }
    .home-column-entry005 .inner-entry .right-box .column-list {
      height: 7rem; } }
@media (max-width: 960px) {
  .home-column-entry005 {
    padding: 20px 0; }
    .home-column-entry005 .inner-entry {
      flex-wrap: wrap;
      margin-top: 30px;
      box-sizing: border-box;
      padding: 0 20px; }
      .home-column-entry005 .inner-entry .left-box {
        width: 100%; }
        .home-column-entry005 .inner-entry .left-box .inner-column .column-item a i {
          font-size: 40px; }
        .home-column-entry005 .inner-entry .left-box .inner-column .column-item a p {
          font-size: 16px; }
      .home-column-entry005 .inner-entry .right-box {
        width: 100%;
        height: auto; }
        .home-column-entry005 .inner-entry .right-box ul {
          width: 100%; }
        .home-column-entry005 .inner-entry .right-box .column-list {
          position: static;
          height: 25vw;
          margin-top: 10px; }
          .home-column-entry005 .inner-entry .right-box .column-list .column-item .svg {
            height: 60px;
            width: 60px; }
          .home-column-entry005 .inner-entry .right-box .column-list .column-item p {
            font-size: 16px; } }
.home-notice004-tab {
  padding-top: 4rem;
  padding-bottom: 6.2rem;
  position: relative; }
  .home-notice004-tab > img {
    position: absolute;
    right: 0;
    top: 0;
    height: 15rem;
    opacity: 0.4; }
  .home-notice004-tab h2.left-tab-tit002 {
    margin-top: 3.2rem;
    align-items: center; }
    .home-notice004-tab h2.left-tab-tit002 .tit-box {
      display: flex; }
    .home-notice004-tab h2.left-tab-tit002 a.more span {
      color: #7F7F7F; }
    .home-notice004-tab h2.left-tab-tit002 a.more i {
      color: #9CC301; }
    .home-notice004-tab h2.left-tab-tit002 a.more:hover span {
      color: #12B8A0; }
  .home-notice004-tab .inner-notice {
    border-bottom: 1px solid #DBCEBA;
    height: 14.9rem;
    margin-top: 1.5rem; }
    .home-notice004-tab .inner-notice .tab-pannel {
      display: none; }
      .home-notice004-tab .inner-notice .tab-pannel:first-child {
        display: block; }
      .home-notice004-tab .inner-notice .tab-pannel .other {
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 13.5rem; }
        .home-notice004-tab .inner-notice .tab-pannel .other .tit {
          font-size: 0.9rem;
          color: #333; }
        .home-notice004-tab .inner-notice .tab-pannel .other a {
          margin-top: 1rem;
          padding: 0.5rem 1.5rem;
          background: #1D9D9A;
          color: white;
          font-size: 0.9rem; }
    .home-notice004-tab .inner-notice .notice-slider {
      margin-bottom: 0; }
      .home-notice004-tab .inner-notice .notice-slider .notice-box {
        position: relative;
        height: 15.6rem;
        padding-top: 0.5rem; }
        .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item {
          display: block;
          width: 16rem;
          box-sizing: border-box;
          padding: 2rem 0.9rem 3rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          border: 1px solid #E4E4E4;
          margin: 0 0.5rem;
          transition: transform 0.5s;
          font-size: 0;
          position: relative;
          overflow: hidden; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .time {
            font-size: 0.8rem;
            color: #1D9D9A;
            line-height: 1;
            display: inline-block;
            margin-bottom: 1rem;
            transition: transform 0.5s;
            transform: translateY(0); }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .info {
            z-index: 1;
            position: relative;
            transition: transform 0.5s;
            transform: translateY(0); }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .info p {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 5.4rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              margin-bottom: 0;
              transition: all 0.5s; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .more {
            display: flex;
            justify-content: flex-end;
            transition: transform 0.5s, opacity 0.5s;
            transform: translateY(0);
            position: absolute;
            left: 1rem;
            bottom: -2.7rem;
            width: calc(100% - 2rem);
            align-items: center;
            padding: 1rem 0;
            border-top: 1px solid #E4E4E4;
            opacity: 0; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .more i {
              color: #9CC301;
              font-size: 1.2rem;
              line-height: 0.4rem;
              height: 0.4rem;
              margin-right: 0.5rem; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item .more span {
              color: #7F7F7F;
              font-size: 0.7rem;
              line-height: 1; }
          .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover {
            transform: translateY(-0.5rem); }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .time {
              opacity: 0;
              transform: translateY(-1.8rem); }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .info {
              transform: translateY(-1.8rem); }
              .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .info p {
                color: #1D9D9A; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover .more {
              transform: translateY(-2.7rem);
              opacity: 1; }
            .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item:hover + .circle {
              background-image: url("../images/hxsy/notice_ico_a.png"); }
        .home-notice004-tab .inner-notice .notice-slider .notice-box .circle {
          width: 2.4rem;
          height: 2.4rem;
          box-sizing: border-box;
          position: absolute;
          left: 50%;
          margin-left: -1.2rem;
          bottom: 0;
          transition: background-image 0.5s;
          background-image: url("../images/hxsy/notice_ico.png");
          background-repeat: no-repeat;
          background-size: cover; }
      .home-notice004-tab .inner-notice .notice-slider .slick-arrow {
        position: absolute;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #fff;
        color: #DBCEBA;
        font-size: 1rem;
        bottom: 0.65rem;
        margin-bottom: -0.5rem;
        text-align: center;
        line-height: 2rem;
        cursor: pointer;
        z-index: 10;
        box-sizing: border-box;
        border: 1px solid #DBCEBA; }
        .home-notice004-tab .inner-notice .notice-slider .slick-arrow.prev {
          left: 0; }
        .home-notice004-tab .inner-notice .notice-slider .slick-arrow.next {
          right: 0; }
        .home-notice004-tab .inner-notice .notice-slider .slick-arrow:hover {
          background-color: #DBCEBA;
          color: #fff; }
  .home-notice004-tab a.center-more001 {
    margin-top: 4rem; }

@media (max-width: 1440px) {
  .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item {
    width: 14rem; } }
@media (max-width: 960px) {
  .home-notice004-tab {
    padding-top: 20px;
    padding-bottom: 20px; }
    .home-notice004-tab .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .home-notice004-tab h2.left-tab-tit002 {
      margin-top: 10px; }
      .home-notice004-tab h2.left-tab-tit002 .tit-box {
        flex-wrap: wrap;
        justify-content: center; }
      .home-notice004-tab h2.left-tab-tit002 .tab-tit {
        font-size: 14px;
        margin-top: 20px; }
        .home-notice004-tab h2.left-tab-tit002 .tab-tit:before {
          height: 14px; }
        .home-notice004-tab h2.left-tab-tit002 .tab-tit + .tab-tit {
          margin-left: 9px; }
          .home-notice004-tab h2.left-tab-tit002 .tab-tit + .tab-tit:before {
            left: -4px; }
      .home-notice004-tab h2.left-tab-tit002 a.more {
        display: none; }
    .home-notice004-tab .inner-notice {
      margin-top: 1rem; }
      .home-notice004-tab .inner-notice .notice-slider .notice-box .notice-item {
        width: auto; } }
.home-party002 {
  position: relative;
  padding: 4rem 0; }
  .home-party002 .left-bg,
  .home-party002 .right-bg {
    position: absolute;
    top: 0;
    height: 100%;
    background-size: cover;
    overflow: hidden; }
  .home-party002 .left-bg {
    width: calc(50% + 160px);
    left: 0;
    background-color: #fff5dc; }
    .home-party002 .left-bg img {
      position: absolute;
      top: 0;
      right: 0; }
  .home-party002 .right-bg {
    width: calc(50% - 160px);
    right: 0;
    background-color: #d4513f; }
    .home-party002 .right-bg i {
      font-size: 8rem;
      line-height: 1;
      color: rgba(255, 205, 34, 0.2);
      position: absolute;
      top: 1rem;
      left: 1rem; }
    .home-party002 .right-bg img {
      position: absolute; }
      .home-party002 .right-bg img.rt {
        left: 0;
        top: 0; }
      .home-party002 .right-bg img.rb {
        bottom: 0;
        right: 0;
        opacity: 0.5; }
  .home-party002 > .layout {
    position: relative;
    z-index: 1; }
  .home-party002 h1.center-tit001 {
    font-size: 2rem; }
    .home-party002 h1.center-tit001 a {
      color: #AC3532;
      display: inline-block; }
  .home-party002 .inner-party {
    margin-top: 2rem;
    display: flex;
    justify-content: space-between; }
    .home-party002 .inner-party .left-box {
      width: 50.65rem;
      overflow: hidden; }
      .home-party002 .inner-party .left-box h2.left-tab-tit002 {
        align-items: center; }
        .home-party002 .inner-party .left-box h2.left-tab-tit002 .tit-box {
          display: flex;
          align-items: center; }
          .home-party002 .inner-party .left-box h2.left-tab-tit002 .tit-box .tab-tit.cur a {
            color: #AC3532; }
          .home-party002 .inner-party .left-box h2.left-tab-tit002 .tit-box .tab-tit.cur:after {
            border-top-color: #AC3532; }
        .home-party002 .inner-party .left-box h2.left-tab-tit002 a.more {
          height: 14px; }
          .home-party002 .inner-party .left-box h2.left-tab-tit002 a.more span {
            color: #fff; }
          .home-party002 .inner-party .left-box h2.left-tab-tit002 a.more i {
            color: #DFBE4B; }
      .home-party002 .inner-party .left-box .inner-party-content {
        margin-top: 1.5rem; }
        .home-party002 .inner-party .left-box .inner-party-content .party-slider {
          margin-right: -1.35rem;
          position: relative;
          margin-bottom: 3rem; }
          .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item {
            width: 16rem;
            height: 19.1rem;
            background-color: #fff;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
            margin: 0.25rem 1.35rem 0.25rem 0;
            font-size: 0;
            position: relative; }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item .bottom-info {
              padding: 3rem 1rem 0;
              box-sizing: border-box;
              height: calc(100% - 55px);
              margin-bottom: 1rem; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item .bottom-info .party-info {
                height: 100%;
                font-size: 0;
                border-bottom: 1px solid #E4E4E4; }
                .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item .bottom-info .party-info .time {
                  font-size: 0.7rem;
                  line-height: 1;
                  color: #AC3532; }
                .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item .bottom-info .party-info a {
                  font-size: 0.8rem;
                  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;
                  color: #333;
                  margin-top: 1rem;
                  z-index: 1; }
                  .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item .bottom-info .party-info a:hover {
                    color: #AC3532; }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item a.more {
              display: flex;
              align-items: flex-end;
              margin-right: 1rem; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item a.more i {
                display: inline-block;
                font-size: 1.05rem;
                line-height: 0.5rem;
                vertical-align: middle;
                margin-right: 0.5rem;
                color: #AC3532; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item a.more span {
                font-size: 0.7rem;
                color: #7f7f7f;
                line-height: 1; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item a.more:hover i {
                animation: toShow 0.8s; }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item > img {
              position: absolute; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item > img.yxy {
                transform: rotate(-90deg);
                position: absolute;
                right: 0;
                top: 0;
                opacity: 0.1;
                height: 6rem; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item > img.zl {
                position: absolute;
                left: 1rem;
                bottom: 0;
                width: 5.85rem;
                opacity: 0.1; }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb a.img {
              width: 100%;
              height: 12rem;
              display: block;
              overflow: hidden; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb a.img img {
                width: 100%;
                height: 100%;
                transition: all 0.5s; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb a.img:hover img {
                transform: scale(1.1); }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb .bottom-info {
              height: auto;
              padding: 1rem 1rem 0; }
              .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb .bottom-info .party-info {
                border-bottom: 0; }
                .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb .bottom-info .party-info a {
                  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;
                  margin-top: 0.5rem; }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb > img {
              display: none; }
          .home-party002 .inner-party .left-box .inner-party-content .party-slider .slick-arrow {
            width: 2rem;
            height: 2rem;
            line-height: 2rem;
            text-align: center;
            background-color: rgba(0, 0, 0, 0.29);
            border-radius: 50%;
            color: #fff;
            font-size: 1.1rem;
            position: absolute;
            left: 0;
            bottom: -3rem;
            cursor: pointer; }
            .home-party002 .inner-party .left-box .inner-party-content .party-slider .slick-arrow.next {
              left: 2.5rem; }
    .home-party002 .inner-party ul {
      width: 15rem; }
      .home-party002 .inner-party ul li {
        width: 100%;
        height: 2.5rem;
        border-radius: 0.2rem;
        border: 1px solid rgba(255, 255, 255, 0.6);
        margin-bottom: 0.7rem;
        box-sizing: border-box; }
        .home-party002 .inner-party ul li a {
          display: block;
          width: 100%;
          height: 100%;
          box-sizing: border-box;
          padding: 0 1rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .home-party002 .inner-party ul li a p {
            font-size: 1.1rem;
            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;
            color: #fff; }
          .home-party002 .inner-party ul li a i {
            font-size: 12px;
            color: #E5C572; }
        .home-party002 .inner-party ul li:hover {
          background-color: rgba(255, 255, 255, 0.2); }

@media (max-width: 1440px) {
  .home-party002 .inner-party .left-box {
    width: 43.8rem; }

  .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item {
    width: 13.7rem;
    height: 16.35rem; }

  .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb a.img {
    height: 10.25rem; }

  .home-party002 .inner-party .left-box .inner-party-content .party-slider .party-item.hasthumb .bottom-info .party-info a {
    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; }

  .home-party002 .inner-party ul {
    width: 13.7rem; }

  .home-party002 .inner-party ul li {
    height: 2.125rem; } }
@media (max-width: 960px) {
  .home-party002 {
    padding: 20px 0;
    margin-top: 20px; }
    .home-party002 > .layout {
      padding: 0 20px;
      box-sizing: border-box; }
    .home-party002 .left-bg {
      display: none; }
    .home-party002 .right-bg {
      width: 100%; }
    .home-party002 h1.center-tit001 {
      font-size: 18px; }
    .home-party002 h2.left-tab-tit002 .tab-tit {
      font-size: 14px; }
      .home-party002 h2.left-tab-tit002 .tab-tit + .tab-tit:before {
        height: 14px; }
    .home-party002 h1.center-tit001 a,
    .home-party002 h2.left-tab-tit002 .tab-tit a {
      color: #fff; }
    .home-party002 .inner-party {
      flex-wrap: wrap; }
      .home-party002 .inner-party .left-box {
        width: 100%;
        padding-top: 5px; }
        .home-party002 .inner-party .left-box h2.left-tab-tit002 .tit-box .tab-tit.cur a {
          color: #fff; }
        .home-party002 .inner-party .left-box h2.left-tab-tit002 .tit-box .tab-tit.cur:after {
          background-color: transparent; }
      .home-party002 .inner-party ul {
        width: 100%;
        margin-top: 20px; }
        .home-party002 .inner-party ul li a 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; } }
.home-wsyg {
  padding: 4rem 0;
  background-color: #F9F9F9; }
  .home-wsyg .layout ul {
    margin-top: 3.2rem;
    display: flex; }
    .home-wsyg .layout ul li {
      width: 20%;
      height: 12.5rem; }
      .home-wsyg .layout ul li a {
        width: 100%;
        height: 100%;
        background-color: #1D9D9A;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff; }
        .home-wsyg .layout ul li a .svg {
          width: 4rem;
          height: 4rem;
          z-index: 1; }
          .home-wsyg .layout ul li a .svg #svg11 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 10px; }
          .home-wsyg .layout ul li a .svg #svg12 .cls-1, .home-wsyg .layout ul li a .svg #svg12 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-width: 10px; }
          .home-wsyg .layout ul li a .svg #svg12 .cls-1 {
            stroke-linejoin: round; }
          .home-wsyg .layout ul li a .svg #svg12 .cls-2 {
            stroke-miterlimit: 10; }
          .home-wsyg .layout ul li a .svg #svg13 .st0 {
            fill: none;
            stroke: #fff;
            stroke-width: 10px;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-wsyg .layout ul li a .svg #svg13 .st1 {
            fill: none;
            stroke: #fff;
            stroke-width: 10px;
            stroke-miterlimit: 10; }
          .home-wsyg .layout ul li a .svg #svg14 .cls-1, .home-wsyg .layout ul li a .svg #svg14 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-width: 10px; }
          .home-wsyg .layout ul li a .svg #svg14 .cls-1 {
            stroke-miterlimit: 10; }
          .home-wsyg .layout ul li a .svg #svg14 .cls-2 {
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-wsyg .layout ul li a .svg #svg15 .st0 {
            fill: none;
            stroke: #fff;
            stroke-width: 10px;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-wsyg .layout ul li a .svg #svg15 .st1 {
            fill: none;
            stroke: #fff;
            stroke-width: 10px;
            stroke-linecap: round;
            stroke-miterlimit: 10; }
        .home-wsyg .layout ul li a p {
          font-size: 1.1rem;
          line-height: 1;
          margin-top: 0.75rem;
          margin-bottom: 0;
          transition: all 0.5s; }
  @media (max-width: 960px) {
    .home-wsyg {
      padding: 40px 0; } }

.home-hoslink {
  background-color: #FAF6EB;
  padding: 5rem 0 6.5rem;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .home-hoslink .column-list {
    margin-top: 2.8rem;
    display: flex; }
    .home-hoslink .column-list li {
      flex: 1;
      height: 12rem;
      background-color: #12b8a0; }
      .home-hoslink .column-list li a {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        box-sizing: border-box;
        padding: 2.5rem 0.5rem 0.5rem; }
        .home-hoslink .column-list li a .svg {
          width: 4rem;
          height: 4rem;
          z-index: 1;
          margin-bottom: 1.5rem; }
          .home-hoslink .column-list li a .svg #svg1 .cls-1,
          .home-hoslink .column-list li a .svg #svg1 .cls-2,
          .home-hoslink .column-list li a .svg #svg1 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .home-hoslink .column-list li a .svg #svg6 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .home-hoslink .column-list li a .svg #svg7 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .home-hoslink .column-list li a .svg #svg8 .cls-1,
          .home-hoslink .column-list li a .svg #svg8 .cls-2,
          .home-hoslink .column-list li a .svg #svg8 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .home-hoslink .column-list li a .svg #svg8 .cls-1,
          .home-hoslink .column-list li a .svg #svg8 .cls-2 {
            stroke-miterlimit: 10; }
          .home-hoslink .column-list li a .svg #svg8 .cls-2,
          .home-hoslink .column-list li a .svg #svg8 .cls-3 {
            stroke-linecap: round; }
          .home-hoslink .column-list li a .svg #svg8 .cls-3 {
            stroke-linejoin: round; }
          .home-hoslink .column-list li a .svg #svg8 .cls-4 {
            fill: #fff;
            stroke: #fff; }
          .home-hoslink .column-list li a .svg #svg9 .cls-1 {
            fill: none;
            stroke: #FFE178;
            stroke-miterlimit: 10;
            stroke-width: 7px; }
          .home-hoslink .column-list li a .svg #svg10 .cls-1,
          .home-hoslink .column-list li a .svg #svg10 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .home-hoslink .column-list li a .svg #svg10 .cls-1 {
            stroke-miterlimit: 10; }
          .home-hoslink .column-list li a .svg #svg10 .cls-2 {
            stroke-linecap: round;
            stroke-linejoin: round; }
        .home-hoslink .column-list li a p {
          font-size: 1rem;
          line-height: 1.2;
          color: #fff;
          z-index: 1;
          transition: all 0.5s;
          text-align: center; }
      .home-hoslink .column-list li.item0 {
        background-color: #9CC301; }
        .home-hoslink .column-list li.item0 a .svg {
          width: 5rem; }
      .home-hoslink .column-list li.item1 {
        position: relative;
        background-image: url("../images/hxsy/index/3.jpg");
        background-size: 100% 100%;
        background-repeat: no-repeat; }
        .home-hoslink .column-list li.item1 a::before {
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.4); }
      .home-hoslink .column-list li.item2 {
        background-color: #DFB728; }
      .home-hoslink .column-list li.item3 {
        background-color: #4DA7E3; }
      .home-hoslink .column-list li.item4 {
        background-color: #D5513F; }
      .home-hoslink .column-list li.item6 {
        background-color: #DFB728; }
  .home-hoslink a.center-more001 {
    margin-top: 2rem; }

@media (max-width: 1440px) {
  .home-hoslink .column-list li {
    height: 10rem; }
    .home-hoslink .column-list li a .svg {
      height: 3rem;
      width: 3rem;
      margin-bottom: 0.75rem; }
    .home-hoslink .column-list li a p {
      font-size: 1rem; }
    .home-hoslink .column-list li.item0 a .svg {
      width: 3.5rem; } }
@media (max-width: 960px) {
  .home-hoslink {
    padding: 20px 0; }
    .home-hoslink > .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .home-hoslink .column-list {
      flex-wrap: wrap; }
      .home-hoslink .column-list li {
        flex: none;
        width: 50%; }
        .home-hoslink .column-list li a {
          box-sizing: border-box;
          padding: 0 5px;
          justify-content: center; }
          .home-hoslink .column-list li a .svg {
            width: 50px;
            height: 60px;
            margin-bottom: 10px; }
          .home-hoslink .column-list li a p {
            font-size: 16px;
            text-align: center; } }
.patient-content .version-nav h2:before {
  background-color: #B0CE3A; }

.patient-column-entry001 {
  height: 19.2rem;
  margin-top: 4rem;
  position: relative; }
  .patient-column-entry001 .toptit {
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    margin-bottom: 2.5rem;
    font-weight: normal;
    position: relative; }
    .patient-column-entry001 .toptit::after {
      content: '';
      position: absolute;
      bottom: -0.5rem;
      left: 50%;
      transform: translateX(-50%);
      width: 3.6rem;
      height: 0.2rem;
      background-color: #B0CE3A; }
  .patient-column-entry001 .bj {
    position: absolute;
    bottom: -10rem;
    left: 0;
    width: 31.05rem;
    height: 23.25rem;
    opacity: 0.3;
    bottom: -200px;
    z-index: 0; }
  .patient-column-entry001 ul {
    position: relative;
    margin-top: 3.2rem; }
    .patient-column-entry001 ul li {
      position: absolute;
      width: 15rem;
      height: 18rem; }
      .patient-column-entry001 ul li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .patient-column-entry001 ul li a {
        display: block;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative; }
        .patient-column-entry001 ul li a .yxy {
          display: none; }
        .patient-column-entry001 ul li a .svg {
          width: 5rem;
          height: 5rem;
          z-index: 1; }
          .patient-column-entry001 ul li a .svg #svg0 .cls-1, .patient-column-entry001 ul li a .svg #svg0 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-linejoin: round;
            stroke-width: 8px; }
          .patient-column-entry001 ul li a .svg #svg0 .cls-2 {
            stroke-linecap: round; }
          .patient-column-entry001 ul li a .svg #svg1 .cls-1, .patient-column-entry001 ul li a .svg #svg1 .cls-2, .patient-column-entry001 ul li a .svg #svg1 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .patient-column-entry001 ul li a .svg #svg1 .cls-1, .patient-column-entry001 ul li a .svg #svg1 .cls-2 {
            stroke-miterlimit: 10; }
          .patient-column-entry001 ul li a .svg #svg1 .cls-2, .patient-column-entry001 ul li a .svg #svg1 .cls-3 {
            stroke-linecap: round; }
          .patient-column-entry001 ul li a .svg #svg1 .cls-3 {
            stroke-linejoin: round; }
          .patient-column-entry001 ul li a .svg #svg2 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 7px; }
          .patient-column-entry001 ul li a .svg #svg3 .st0 {
            fill: none;
            stroke: #fff;
            stroke-width: 6px;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .patient-column-entry001 ul li a .svg #svg3 .st1 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px;
            stroke-linejoin: round; }
          .patient-column-entry001 ul li a .svg #svg3 .st2 {
            fill: none;
            stroke: #fff;
            stroke-width: 6px;
            stroke-linejoin: round; }
          .patient-column-entry001 ul li a .svg #svg4 .cls-1, .patient-column-entry001 ul li a .svg #svg4 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-width: 7px; }
          .patient-column-entry001 ul li a .svg #svg4 .cls-1 {
            stroke-miterlimit: 10; }
          .patient-column-entry001 ul li a .svg #svg4 .cls-2 {
            stroke-linecap: round;
            stroke-linejoin: round; }
        .patient-column-entry001 ul li a .tit {
          font-size: 1rem;
          line-height: 1;
          color: #fff;
          position: relative;
          margin-bottom: 2rem;
          transition: all 0.5s; }
      .patient-column-entry001 ul li.li0 {
        left: 0;
        top: 0;
        z-index: 4;
        background-color: #B0CE3A;
        background-image: url("../images/hxsy/service/czxx.jpg"); }
      .patient-column-entry001 ul li.li1 {
        left: 13.25rem;
        top: 2rem;
        z-index: 3;
        background-color: #dfb728;
        background-image: url("../images/hxsy/service/yyfs.jpg"); }
        .patient-column-entry001 ul li.li1 .yxy {
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          opacity: 0.15;
          height: 6rem;
          transform: rotate(-90deg); }
        .patient-column-entry001 ul li.li1 .tit:after {
          background-color: #aaa; }
      .patient-column-entry001 ul li.li2 {
        left: 26.55rem;
        top: 0px;
        z-index: 2; }
      .patient-column-entry001 ul li.li3 {
        right: 12.6rem;
        top: 2rem;
        z-index: 1;
        background: url(../images/hxsy/brief/hzfw_bg.jpg);
        background-repeat: no-repeat;
        background-size: cover; }
        .patient-column-entry001 ul li.li3:before {
          background-color: rgba(0, 0, 0, 0.3); }
      .patient-column-entry001 ul li.li4 {
        right: 0;
        top: 0;
        background-color: rgba(18, 184, 160, 0.8); }

@media (max-width: 1440px) {
  .patient-column-entry001 ul li {
    width: 13.1rem;
    height: 16.1rem; }
    .patient-column-entry001 ul li a span i {
      margin-right: 5px; }
    .patient-column-entry001 ul li.li1 {
      left: 11.7rem; }
    .patient-column-entry001 ul li.li2 {
      left: 23.4rem;
      top: 0px;
      z-index: 2; }
    .patient-column-entry001 ul li.li3 {
      right: 11.7rem; } }
@media (max-width: 960px) {
  .patient-column-entry001 {
    height: auto;
    margin-top: 20px; }
    .patient-column-entry001 .toptit {
      margin-top: 2.4rem; }
    .patient-column-entry001 ul {
      display: flex;
      flex-wrap: wrap;
      padding: 0px 10px;
      margin-top: 23px; }
      .patient-column-entry001 ul li {
        height: 12rem;
        background-position: center; }
        .patient-column-entry001 ul li.li0, .patient-column-entry001 ul li.li1 {
          width: 50%; }
        .patient-column-entry001 ul li.li2, .patient-column-entry001 ul li.li3, .patient-column-entry001 ul li.li4 {
          width: 33.3%; }
        .patient-column-entry001 ul li.li0, .patient-column-entry001 ul li.li1, .patient-column-entry001 ul li.li2, .patient-column-entry001 ul li.li3, .patient-column-entry001 ul li.li4 {
          position: relative;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0; } }
.patient-department {
  padding-top: 3rem;
  position: relative;
  z-index: 1; }
  .patient-department .yxy {
    width: 360px;
    height: 360px;
    position: absolute;
    right: 0;
    bottom: -10rem;
    transform: rotate(-90deg);
    background-color: transparent;
    opacity: 0.3; }
  .patient-department .dep_bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 25rem;
    width: 100%;
    background-color: #1D9D9A; }
  .patient-department .center-tit001 {
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    font-weight: normal;
    position: relative; }
    .patient-department .center-tit001::after {
      content: '';
      position: absolute;
      bottom: -0.9rem;
      left: 50%;
      transform: translateX(-50%);
      width: 3.6rem;
      height: 0.2rem;
      background-color: #B0CE3A; }
  .patient-department .inner-dep {
    margin-top: 2.5rem; }
    .patient-department .inner-dep .dep-nav {
      display: flex;
      justify-content: center;
      position: relative;
      top: -0.5rem; }
      .patient-department .inner-dep .dep-nav a.tab-tit {
        position: relative;
        color: #fff;
        font-size: 0.9rem;
        margin: 0 1.25rem;
        transition: all .3s; }
      .patient-department .inner-dep .dep-nav a.tab-tit.cur {
        color: #FBD572; }
        .patient-department .inner-dep .dep-nav a.tab-tit.cur::after {
          content: " ";
          position: absolute;
          border: 1rem solid transparent;
          border-top: 0.5rem solid #C4DB5F;
          top: 1.6rem;
          left: 50%;
          transform: translateX(-50%); }
    .patient-department .inner-dep .box {
      position: relative; }
      .patient-department .inner-dep .box > img {
        position: absolute; }
        .patient-department .inner-dep .box > img.lt {
          top: -0.5rem;
          left: -0.5rem; }
        .patient-department .inner-dep .box > img.rb {
          bottom: -0.5rem;
          right: -0.5rem;
          transform: rotate(180deg); }
    .patient-department .inner-dep .tab-pannel-wrap {
      margin-top: 1rem;
      background-color: #12B8A0;
      height: 21rem;
      position: relative;
      overflow: hidden; }
      .patient-department .inner-dep .tab-pannel-wrap .tab-pannel {
        padding: 2rem 3rem;
        box-sizing: border-box;
        display: none; }
        .patient-department .inner-dep .tab-pannel-wrap .tab-pannel:first-child {
          display: block; }
        .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul {
          display: flex;
          flex-wrap: wrap;
          align-items: center; }
          .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul li {
            width: 25%;
            padding: 10px 0px; }
            .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul li a {
              display: flex;
              align-items: center;
              width: 100%; }
              .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul li a p {
                font-size: 0.8rem;
                color: #fff;
                width: 270px;
                height: 32px;
                display: flex;
                align-items: center; }
                .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul li a p::before {
                  content: "";
                  display: inline-block;
                  margin-right: 0.5rem;
                  position: relative;
                  top: 0.2rem;
                  width: 0.2rem;
                  height: 1rem;
                  background: #FBD572;
                  border-radius: 0.1rem;
                  transform: translateY(-15%);
                  flex-shrink: 0; }
    .patient-department .inner-dep .nav-bottom {
      display: flex;
      margin-top: 2rem;
      justify-content: space-between; }
      .patient-department .inner-dep .nav-bottom a {
        display: block;
        width: 33rem;
        height: 6rem;
        position: relative;
        background: #fff;
        box-shadow: 0 0 0.5rem rgba(175, 175, 175, 0.7);
        z-index: 1; }
        .patient-department .inner-dep .nav-bottom a > img {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          width: 100%; }
        .patient-department .inner-dep .nav-bottom a .text span {
          font-size: 1.1rem;
          color: #333;
          position: absolute;
          top: 50%;
          left: 2.5rem;
          transform: translateY(-50%); }
        .patient-department .inner-dep .nav-bottom a .text b {
          position: absolute;
          top: 50%;
          right: 3.5rem;
          transform: translateY(-50%);
          font-size: 0.7rem;
          color: #7F7F7F;
          font-weight: normal; }
          .patient-department .inner-dep .nav-bottom a .text b i {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-left: 3.5rem;
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 50%;
            background: #fff;
            color: #B0CE3A;
            font-size: 0.8rem; }
        .patient-department .inner-dep .nav-bottom a .text .nr::after {
          background: #4DA7E3; }
        .patient-department .inner-dep .nav-bottom a i {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          height: 0.5rem;
          background: #B0CE3A; }
@keyframes showLine {
  from {
    width: 0; }
  to {
    width: 100%; } }
        .patient-department .inner-dep .nav-bottom a:hover > i {
          animation: showLine 1s; }
      .patient-department .inner-dep .nav-bottom .nb2 i {
        background: #4DA7E3; }

@media (max-width: 1440px) {
  .patient-department .inner-dep .nav-bottom a {
    width: 29rem; }

  .patient-department .inner-dep .nav-bottom i {
    width: 29rem; } }
@media (max-width: 1200px) {
  .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul li {
    padding: 0.25rem 0; } }
@media (max-width: 960px) {
  .patient-department {
    margin-bottom: 20px;
    padding: 20px 10px 0px; }
    .patient-department .inner-dep {
      margin-top: 10px; }
      .patient-department .inner-dep .dep-nav {
        flex-wrap: wrap;
        top: 1.5rem; }
        .patient-department .inner-dep .dep-nav a.tab-tit + a.tab-tit {
          margin-left: 0; }
        .patient-department .inner-dep .dep-nav:before {
          display: none; }
        .patient-department .inner-dep .dep-nav a.tab-tit:before, .patient-department .inner-dep .dep-nav a.tab-tit:after {
          display: none; }
      .patient-department .inner-dep .tab-pannel-wrap {
        height: 30rem;
        margin-top: 2rem; }
        .patient-department .inner-dep .tab-pannel-wrap .tab-pannel {
          padding: 15px; }
          .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul {
            flex-wrap: wrap;
            justify-content: space-between; }
            .patient-department .inner-dep .tab-pannel-wrap .tab-pannel ul li {
              width: calc(50% - 5px);
              padding: 0.3rem 0px; }
      .patient-department .inner-dep .nav-bottom {
        flex-wrap: wrap; }
        .patient-department .inner-dep .nav-bottom > a {
          width: 100%;
          margin-bottom: 10px; }
          .patient-department .inner-dep .nav-bottom > a .text {
            width: 100%; }
            .patient-department .inner-dep .nav-bottom > a .text b {
              font-size: 0.7rem; }
              .patient-department .inner-dep .nav-bottom > a .text b i {
                font-size: 18px;
                margin-left: 4rem;
                margin-bottom: 1px; }
          .patient-department .inner-dep .nav-bottom > a i {
            width: 100%; } }
.patient-doctor {
  padding: 4.5rem 0 3.5rem;
  position: relative; }
  .patient-doctor > img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 51rem; }
  .patient-doctor .layout {
    position: relative;
    z-index: 1; }
  .patient-doctor h3 {
    font-size: 1.4rem;
    color: #333;
    text-align: center;
    font-weight: normal;
    position: relative;
    line-height: 1; }
    .patient-doctor h3::after {
      content: '';
      position: absolute;
      bottom: -0.7rem;
      left: 50%;
      transform: translateX(-50%);
      width: 3.6rem;
      height: 0.2rem;
      background-color: #B0CE3A; }
  .patient-doctor .doctorlist {
    margin: 2.7rem -0.7rem 0; }
    .patient-doctor .doctorlist .doc-item {
      width: 12.5rem;
      height: 19rem;
      box-sizing: border-box;
      text-align: center;
      background-color: #F9F9F9;
      border: 0.05rem solid #D7D7D7;
      padding-top: 1.8rem;
      margin: 10px 0.7rem;
      cursor: pointer; }
      .patient-doctor .doctorlist .doc-item .img {
        width: 7.5rem;
        height: 10rem;
        display: inline-block;
        overflow: hidden;
        vertical-align: middle; }
        .patient-doctor .doctorlist .doc-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .patient-doctor .doctorlist .doc-item .img:hover img {
          transform: scale(1.1); }
      .patient-doctor .doctorlist .doc-item .doc-info {
        margin-top: 0.9rem; }
        .patient-doctor .doctorlist .doc-item .doc-info .name {
          font-size: 1rem;
          color: #12B8A0; }
          .patient-doctor .doctorlist .doc-item .doc-info .name a {
            color: #12B8A0; }
        .patient-doctor .doctorlist .doc-item .doc-info .protit {
          font-size: 0.7rem;
          line-height: 1.8rem;
          color: #7F7F7F;
          margin-bottom: 0.35rem; }
        .patient-doctor .doctorlist .doc-item .doc-info .depart {
          font-size: 0.8rem;
          color: #555555; }
      .patient-doctor .doctorlist .doc-item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .patient-doctor .doctorlist .slick-arrow {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 2rem;
      height: 2rem;
      text-align: center;
      line-height: 2rem;
      color: #1D9D9A;
      border-radius: 50%;
      border: 1px solid #1D9D9A;
      cursor: pointer;
      transition: all 0.5s; }
      .patient-doctor .doctorlist .slick-arrow.prev {
        left: -2.5rem; }
      .patient-doctor .doctorlist .slick-arrow.next {
        right: -2.5rem; }
      .patient-doctor .doctorlist .slick-arrow:hover {
        background-color: #1D9D9A;
        color: #fff; }
    .patient-doctor .doctorlist .slick-dots li {
      width: 2rem;
      height: 0.4rem;
      background-color: #D7D7D7;
      border-radius: 0.4rem; }
      .patient-doctor .doctorlist .slick-dots li.slick-active {
        background-color: #EAB660; }
      .patient-doctor .doctorlist .slick-dots li button {
        display: none; }
  .patient-doctor .more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    height: 2rem;
    border-radius: 0.2rem;
    color: #fff;
    font-size: 0.7rem;
    text-align: center;
    line-height: 2rem;
    background: #B0CE3A;
    margin: 1.65rem auto; }
    .patient-doctor .more i {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 0.5rem;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      background: #b0ce3a;
      color: #fff;
      font-size: 0.8rem; }
  .patient-doctor a.center-more001 {
    margin-top: 2rem; }

@media (max-width: 1440px) {
  .patient-doctor .layout .doctorlist .doc-item {
    width: 11rem; } }
@media (max-width: 960px) {
  .patient-doctor {
    padding-top: 20px; }
    .patient-doctor > img {
      height: 1050px; }
    .patient-doctor .layout {
      padding: 0 10px;
      box-sizing: border-box; }
      .patient-doctor .layout .doctorlist {
        margin: 20px -5px 0; }
        .patient-doctor .layout .doctorlist .doc-item {
          margin-top: 10px;
          width: 28vw;
          height: auto;
          padding: 20px 0;
          margin: 10px 5px 0; }
          .patient-doctor .layout .doctorlist .doc-item .img {
            width: 18vw;
            height: 24vw; }
          .patient-doctor .layout .doctorlist .doc-item .doc-info .protit {
            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;
            height: 36px; }
        .patient-doctor .layout .doctorlist .slick-dots {
          margin-bottom: -24px; } }
@media (max-width: 485px) {
  .patient-doctor .layout .doctorlist .doc-item {
    height: 15.5rem; }

  .patient-doctor .layout .doctorlist .doc-item .doc-info .protit {
    line-height: 1.8rem; } }
.patient-news h2.left-tab-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  .patient-news h2.left-tab-tit a {
    position: relative; }
  .patient-news h2.left-tab-tit.black a.tit {
    color: #000000; }
    .patient-news h2.left-tab-tit.black a.tit:after {
      background-color: #1D9D9A; }
  .patient-news h2.left-tab-tit a.tit {
    font-size: 1.4rem;
    line-height: 2rem;
    color: #333;
    position: relative; }
    .patient-news h2.left-tab-tit a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #B0CE3A;
      position: absolute;
      left: 0;
      bottom: -0.7rem;
      border-radius: 7.5rem; }
  .patient-news h2.left-tab-tit .tab-tit {
    flex: 1;
    font-size: 0; }
    .patient-news h2.left-tab-tit .tab-tit a {
      margin-left: 1.5rem;
      font-size: 1rem;
      line-height: 0.9rem;
      color: #999;
      position: relative;
      transition: all .3s; }
      .patient-news h2.left-tab-tit .tab-tit a.cur {
        color: #12B8A0; }
        .patient-news h2.left-tab-tit .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.65rem solid transparent;
          border-top-color: #C4DB5F;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.8rem;
          border-top-width: 0.55rem; }
  .patient-news h2.left-tab-tit a.more {
    display: flex;
    align-items: center; }
    .patient-news h2.left-tab-tit a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #7F7F7F; }
    .patient-news h2.left-tab-tit a.more i {
      background-color: #fff;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      color: #B0CE3A;
      text-align: center;
      line-height: 0.8rem;
      margin-left: 0.5rem;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 0.9rem; }

.patient-news {
  overflow: hidden;
  padding-top: 5rem;
  position: relative;
  height: 37.5rem;
  box-sizing: border-box; }
  .patient-news .news-bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FAF6EB;
    background-image: url("../images/hxsy/student_bg.jpg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover; }
  .patient-news .left-bg {
    left: 0;
    background-color: #1D9D9A; }
  .patient-news .right-bg {
    right: 0;
    background-color: #F2F2F2; }
  .patient-news .tab-pannel-wrap {
    position: relative; }
  .patient-news .tab-pannel {
    display: none !important; }
    .patient-news .tab-pannel.cur {
      display: block !important; }
@keyframes toShrink {
  from {
    width: 110%; }
  to {
    width: 100%; } }
      .patient-news .tab-pannel.cur .inner-news .left-img .img-item a.img img {
        transition: all 0.5s;
        animation: toShrink linear 0.5s; }
  .patient-news .inner-news {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    .patient-news .inner-news .time {
      font-size: 0.7rem;
      line-height: 2rem;
      color: #AAAAAA; }
    .patient-news .inner-news .rtime {
      font-size: 0.7rem;
      color: #AAAAAA; }
    .patient-news .inner-news .left-img {
      display: flex;
      justify-content: space-between;
      width: 44.75rem; }
      .patient-news .inner-news .left-img .img-item {
        width: 22rem;
        height: 25rem;
        background-color: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
        .patient-news .inner-news .left-img .img-item a.img {
          display: block;
          width: 100%;
          height: 16rem;
          overflow: hidden; }
          .patient-news .inner-news .left-img .img-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 1s; }
          .patient-news .inner-news .left-img .img-item a.img:hover img {
            transform: scale(1.1); }
        .patient-news .inner-news .left-img .img-item .bottom-info {
          width: 100%;
          height: 8.5rem;
          box-sizing: border-box;
          padding: 1rem;
          position: relative;
          font-size: 0; }
          .patient-news .inner-news .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;
            height: 2.7rem;
            font-size: 0.8rem;
            margin-bottom: 1.25rem; }
            .patient-news .inner-news .left-img .img-item .bottom-info p a {
              color: #333; }
              .patient-news .inner-news .left-img .img-item .bottom-info p a:hover {
                color: #12B8A0; }
          .patient-news .inner-news .left-img .img-item .bottom-info .ltime {
            line-height: 1rem;
            font-size: 0.7rem;
            color: #AAAAAA; }
          .patient-news .inner-news .left-img .img-item .bottom-info a.more {
            position: absolute;
            right: 1rem;
            bottom: 1rem;
            display: flex;
            align-items: flex-end;
            width: 4.9rem;
            overflow: hidden; }
            .patient-news .inner-news .left-img .img-item .bottom-info a.more i {
              display: inline-block;
              font-size: 1.05rem;
              line-height: 0.55rem;
              vertical-align: middle;
              margin-right: 0.5rem;
              color: #F59A23;
              margin-bottom: 0.1rem; }
            .patient-news .inner-news .left-img .img-item .bottom-info a.more span {
              font-size: 0.7rem;
              color: #7f7f7f; }
            .patient-news .inner-news .left-img .img-item .bottom-info a.more:hover i {
              animation: toShow 0.8s; }
    .patient-news .inner-news .right-news-list {
      width: 22rem;
      height: 25rem;
      background-color: #fff;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      padding: 40px 30px 40px; }
      .patient-news .inner-news .right-news-list li {
        box-sizing: border-box;
        padding: 10px 0px;
        font-size: 0; }
        .patient-news .inner-news .right-news-list li:hover a {
          color: #12B8A0; }
        .patient-news .inner-news .right-news-list li a {
          font-size: 0.8rem;
          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;
          color: #000000;
          height: 2.4rem;
          transition: all .3s; }
      .patient-news .inner-news .right-news-list li + li {
        border-top: 1px solid #E4E4E4; }

@media (max-width: 1440px) {
  .patient-news {
    padding-top: 4rem;
    height: 29.2rem; }
    .patient-news .inner-news .left-img {
      width: 39.5rem; }
      .patient-news .inner-news .left-img .img-item {
        width: 19rem;
        height: 20rem; }
        .patient-news .inner-news .left-img .img-item a.img {
          height: 14.1rem; }
        .patient-news .inner-news .left-img .img-item .bottom-info {
          height: 4.9rem; }
          .patient-news .inner-news .left-img .img-item .bottom-info p {
            margin-bottom: 0.1rem; }
    .patient-news .inner-news .right-news-list {
      width: 19rem;
      height: 20rem;
      padding: 0px 20px; }
      .patient-news .inner-news .right-news-list li {
        padding: 0;
        padding-top: 10px; }
        .patient-news .inner-news .right-news-list li .rtime {
          line-height: 0px; } }
@media (max-width: 1200px) {
  .patient-news .inner-news .left-img .img-item .bottom-info a.more {
    bottom: 12px; }

  .patient-news .inner-news .left-img .img-item .bottom-info p {
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px; }

  .patient-news .inner-news .right-news-list li a {
    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;
    font-size: 14px; } }
@media (max-width: 960px) {
  h2.left-tab-tit {
    display: block !important; }
    h2.left-tab-tit a.tit {
      color: #1D9D9A;
      font-size: 18px;
      display: block;
      text-align: center;
      margin-bottom: 2rem; }
      h2.left-tab-tit a.tit:after {
        left: 50% !important;
        transform: translateX(-50%);
        background-color: #1D9D9A; }
    h2.left-tab-tit .tab-tit {
      text-align: center; }
      h2.left-tab-tit .tab-tit a:first-child {
        color: #1D9D9A;
        margin-left: 0px !important; }
    h2.left-tab-tit a.more {
      display: none !important; }

  .patient-news {
    height: auto;
    background-color: #F2F2F2;
    padding: 20px 0; }
    .patient-news > .layout {
      box-sizing: border-box;
      padding: 0 10px; }
    .patient-news .left-bg, .patient-news .right-bg {
      display: none; }
    .patient-news .inner-news {
      flex-wrap: wrap; }
      .patient-news .inner-news .time {
        line-height: 1.8rem; }
      .patient-news .inner-news .left-img {
        width: 100%;
        flex-wrap: wrap; }
        .patient-news .inner-news .left-img .img-item {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
          .patient-news .inner-news .left-img .img-item a.img {
            height: 52vw; }
      .patient-news .inner-news .right-news-list {
        width: 100%;
        margin-top: 10px; } }
.patient-notice-container {
  position: relative;
  padding: 3rem 0 5rem;
  overflow: hidden; }
  .patient-notice-container > img {
    position: absolute; }
    .patient-notice-container > img.lt {
      left: 0;
      top: 0; }
    .patient-notice-container > img.rb {
      bottom: 0;
      right: 0; }

.patient-notice {
  z-index: 1;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 30rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
  .patient-notice > div {
    width: 33.5rem;
    height: 100%;
    padding: 2rem;
    box-sizing: border-box; }
    .patient-notice > div .top-tit {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      font-weight: normal;
      margin-bottom: 1.5rem; }
      .patient-notice > div .top-tit .tit {
        font-size: 2rem;
        line-height: 1; }
      .patient-notice > div .top-tit .more {
        display: flex;
        align-items: center; }
        .patient-notice > div .top-tit .more span {
          font-size: 0.8rem;
          line-height: 0.8rem;
          color: #7F7F7F; }
        .patient-notice > div .top-tit .more i {
          color: #B0CE3A;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 1.2rem;
          line-height: 1;
          margin-left: 0.5rem; }
    .patient-notice > div .news-list {
      width: 100%; }
      .patient-notice > div .news-list li {
        box-sizing: border-box;
        padding: 1rem 0px; }
        .patient-notice > div .news-list li .time {
          font-size: 0.8rem;
          line-height: 0.8rem;
          color: #AAAAAA;
          display: block;
          margin-bottom: 0.5rem; }
        .patient-notice > div .news-list li:hover a {
          color: #12B8A0; }
        .patient-notice > div .news-list li a {
          font-size: 0.9rem;
          color: #333;
          line-height: 1.2rem;
          max-height: 2.4rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.4rem;
          transition: all .3s; }
      .patient-notice > div .news-list li + li {
        border-top: 0.05rem solid #E4E4E4; }

@media (max-width: 960px) {
  .patient-notice {
    flex-wrap: wrap;
    height: auto; }
    .patient-notice div:nth-child(1) {
      padding-bottom: 0px; }
    .patient-notice > div {
      padding: 1rem;
      height: auto;
      width: 100%; }
      .patient-notice > div .top-tit {
        margin-bottom: 0.4rem; }
        .patient-notice > div .top-tit .tit {
          font-size: 1.2rem; }
      .patient-notice > div .news-list li {
        height: 4.4rem;
        padding-top: 7px; }
        .patient-notice > div .news-list li a {
          margin-top: 0.3rem; } }
.student-content .version-nav h2:before {
  background-color: #DFBE4B; }

.student-banner001 {
  width: 100%;
  height: 500px;
  background-color: skyblue;
  display: block;
  position: relative; }
  .student-banner001 span {
    width: 254px;
    height: 56px;
    font-size: 56px;
    color: #fff;
    position: absolute;
    top: 300px;
    left: 200px; }
    .student-banner001 span::before {
      content: "";
      width: 10px;
      height: 56px;
      background-color: #DFBE4B;
      display: inline-block;
      margin-right: 20px; }

.student-news003 {
  padding: 4.4rem 0 4.4rem;
  background-color: #FAF6EB;
  height: 40rem;
  overflow: hidden;
  box-sizing: border-box;
  background-image: url("../images/hxsy/student/news_bg.jpg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% auto; }
  .student-news003 .inner-news h2.left-tab-tit002 a.tit {
    font-size: 1.6rem;
    height: 1.6rem;
    line-height: 1;
    color: #333333;
    position: relative; }
    .student-news003 .inner-news h2.left-tab-tit002 a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #DFBE4B;
      position: absolute;
      left: 0;
      bottom: -0.7rem; }
  .student-news003 .inner-news h2.left-tab-tit002 .tit-box {
    display: flex;
    flex: 1;
    margin-left: 1rem;
    margin-top: 0.4rem; }
    .student-news003 .inner-news h2.left-tab-tit002 .tit-box .tab-tit a {
      color: #999999; }
    .student-news003 .inner-news h2.left-tab-tit002 .tit-box .cur {
      color: #12B8A0; }
      .student-news003 .inner-news h2.left-tab-tit002 .tit-box .cur a {
        color: #12B8A0; }
  .student-news003 .inner-news h2.left-tab-tit002 a.more span {
    color: #7F7F7F; }
  .student-news003 .inner-news h2.left-tab-tit002 a.more i {
    color: #1D9D9A; }
  .student-news003 .tab-pannel-wrap {
    margin-top: 0.3rem; }
    .student-news003 .tab-pannel-wrap .tab-pannel {
      display: none; }
      .student-news003 .tab-pannel-wrap .tab-pannel:first-child {
        display: block; }
    .student-news003 .tab-pannel-wrap .inner-news-content {
      display: flex; }
      .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list {
        height: 28rem;
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot:nth-of-type(3) {
          margin-top: 0.5rem; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot:nth-of-type(4) {
          margin-top: 0.5rem; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot:nth-of-type(5) {
          margin-top: 0.5rem; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot:nth-of-type(6) {
          margin-top: 0.5rem; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot {
          width: 16rem;
          height: 9rem;
          background-color: #fff;
          margin-left: 0.5rem;
          transition: all .5s; }
          .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            box-sizing: border-box;
            padding: 1.5rem 1.5rem 0;
            font-size: 0; }
            .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a p {
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-style: normal;
              font-size: 0.9rem;
              line-height: 27px;
              max-height: 108px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              height: 5.4rem;
              margin-bottom: 0.65rem; }
            .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              line-height: 1;
              color: #AAAAAA; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .cur {
          background-image: url("../images/hxsy/student/news_item_bg.jpg");
          background-size: cover; }
          .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .cur a p, .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .cur a span {
            color: #fff; }
      .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img {
        flex-shrink: 0;
        width: 35rem;
        position: relative;
        overflow: hidden; }
        .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-slider {
          margin-bottom: 0; }
        .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img {
          display: block;
          width: 100%;
          height: 19.7rem;
          position: relative;
          overflow: hidden; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img:hover img {
            transform: scale(1.1); }
        .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark {
          width: 100%;
          height: 8.3rem;
          background-color: #fff;
          box-sizing: border-box;
          padding: 1.5rem 1.5rem 0;
          font-size: 0; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark p {
            color: #333;
            font-size: 1.1rem;
            cursor: pointer;
            line-height: 36px;
            max-height: 72px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark .time {
            font-size: 0.8rem;
            line-height: 1;
            color: #797979;
            position: absolute;
            bottom: 1.5rem;
            left: 1rem; }
        .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination {
          position: absolute;
          bottom: 1.5rem;
          right: 1rem;
          color: #797979;
          width: 3.6rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0; }
            .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow {
              cursor: pointer;
              position: absolute;
              color: #9CC301; }
              .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow.prev {
                left: 0; }
              .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow.next {
                right: 0; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .count {
            font-size: 0.8rem;
            line-height: 1; }
  .student-news003 a.center-more001 {
    background-color: #1D9D9A; }
    .student-news003 a.center-more001 span {
      color: #fff; }
    .student-news003 a.center-more001 i {
      background-color: #fff;
      color: #1D9D9A; }

@media (max-width: 1440px) {
  .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list {
    height: 24.9rem; }

  .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img {
    width: 29.5rem;
    height: auto; }

  .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item {
    height: auto; }
    .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img {
      height: 16.6rem; }

  .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot {
    width: 14.75rem;
    height: 7.965rem; }
    .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a p {
      line-height: 29px;
      max-height: 58px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      height: 2.9rem; } }
@media (max-width: 1200px) {
  .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a p {
    font-size: 16px;
    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; }

  .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark p {
    font-size: 16px;
    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; } }
@media (max-width: 960px) {
  .student-news003 {
    padding: 20px 0;
    height: auto; }
    .student-news003 > .layout {
      box-sizing: border-box;
      padding: 0 10px; }
    .student-news003 .inner-news h2.left-tab-tit002 {
      flex-direction: column;
      align-items: center; }
      .student-news003 .inner-news h2.left-tab-tit002 a.tit {
        font-size: 20px;
        height: 20px; }
        .student-news003 .inner-news h2.left-tab-tit002 a.tit:after {
          width: 32px;
          height: 2px;
          left: 50%;
          margin-left: -16px;
          bottom: -10px; }
      .student-news003 .inner-news h2.left-tab-tit002 .tit-box {
        margin-top: 20px;
        margin-left: 0; }
        .student-news003 .inner-news h2.left-tab-tit002 .tit-box .tab-tit {
          font-size: 14px;
          height: 30px; }
          .student-news003 .inner-news h2.left-tab-tit002 .tit-box .tab-tit:after {
            border-width: 9px;
            border-top-width: 6px;
            border-bottom-width: 6px; }
      .student-news003 .inner-news h2.left-tab-tit002 a.more {
        display: none; }
    .student-news003 .tab-pannel-wrap {
      margin-top: 4px; }
      .student-news003 .tab-pannel-wrap .inner-news-content {
        flex-wrap: wrap; }
        .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list {
          width: 100%;
          justify-content: space-between;
          height: auto; }
          .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot {
            margin-top: 0.5rem;
            width: 49%;
            height: 114px;
            margin-left: 0; }
            .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a {
              padding: 10px; }
              .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a 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;
                font-size: 16px;
                margin-bottom: 10px;
                height: 72px; }
              .student-news003 .tab-pannel-wrap .inner-news-content .left-news-list .news-dot a span {
                font-size: 12px; }
        .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img {
          width: 100%;
          height: auto; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item {
            width: 100%;
            height: auto; }
            .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item a.img {
              height: 53vw; }
            .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark {
              height: 90px;
              padding: 10px; }
              .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark p {
                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;
                height: 48px; }
              .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .news-img-item .mark .time {
                right: 10px;
                bottom: 10px; }
          .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination {
            position: static; }
            .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow {
              width: calc(100% - 8px);
              left: 4px;
              top: 23vw; }
              .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .slick-news-arrow .slick-arrow {
                width: 24px;
                height: 24px;
                background-color: rgba(0, 0, 0, 0.5);
                color: #fff;
                border-radius: 50%;
                text-align: center;
                line-height: 24px;
                font-size: 12px; }
            .student-news003 .tab-pannel-wrap .inner-news-content .right-news-img .pagination .count {
              position: absolute;
              right: 10px;
              bottom: 10px; } }
.student-notice003-tab {
  padding-top: 4rem;
  padding-bottom: 1rem;
  position: relative; }
  .student-notice003-tab > img {
    transform: rotateY(180deg);
    position: absolute;
    top: 0;
    right: 0; }
  .student-notice003-tab h1.center-tit-line001 a:after {
    background-color: #DFBE4B; }
  .student-notice003-tab h2.left-tab-tit002 {
    margin-top: 3.2rem;
    align-items: center; }
    .student-notice003-tab h2.left-tab-tit002 .tit-box {
      display: flex; }
    .student-notice003-tab h2.left-tab-tit002 a.more span {
      color: #7F7F7F; }
    .student-notice003-tab h2.left-tab-tit002 a.more i {
      color: #9CC301; }
    .student-notice003-tab h2.left-tab-tit002 a.more:hover span {
      color: #12B8A0; }
  .student-notice003-tab .inner-notice {
    border-bottom: 1px solid #DBCEBA;
    height: 14.9rem;
    margin-top: 1.5rem; }
    .student-notice003-tab .inner-notice .tab-pannel {
      display: none; }
      .student-notice003-tab .inner-notice .tab-pannel:first-child {
        display: block; }
    .student-notice003-tab .inner-notice .notice-slider {
      margin-bottom: 0; }
      .student-notice003-tab .inner-notice .notice-slider .notice-box {
        position: relative;
        height: 15.6rem;
        padding-top: 0.5rem; }
        .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item {
          display: block;
          width: 16rem;
          box-sizing: border-box;
          padding: 2rem 0.9rem 3rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          border: 1px solid #E4E4E4;
          margin: 0 0.5rem;
          transition: transform 0.5s;
          font-size: 0;
          position: relative;
          overflow: hidden; }
          .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item .time {
            font-size: 0.8rem;
            color: #1D9D9A;
            line-height: 1;
            display: inline-block;
            margin-bottom: 1rem;
            transition: transform 0.5s;
            transform: translateY(0); }
          .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item .info {
            z-index: 1;
            position: relative;
            transition: transform 0.5s;
            transform: translateY(0); }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item .info p {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 5.4rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              margin-bottom: 0;
              transition: all 0.5s; }
          .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item .more {
            display: flex;
            justify-content: flex-end;
            transition: transform 0.5s,opacity 0.5s;
            transform: translateY(0);
            position: absolute;
            left: 1rem;
            bottom: -2.7rem;
            width: calc(100% - 2rem);
            align-items: center;
            padding: 1rem 0;
            border-top: 1px solid #E4E4E4;
            opacity: 0; }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item .more i {
              color: #9CC301;
              font-size: 1.2rem;
              line-height: 0.4rem;
              height: 0.4rem;
              margin-right: 0.5rem; }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item .more span {
              color: #7F7F7F;
              font-size: 0.7rem;
              line-height: 1; }
          .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item:hover {
            transform: translateY(-0.5rem); }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item:hover .time {
              opacity: 0;
              transform: translateY(-1.8rem); }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item:hover .info {
              transform: translateY(-1.8rem); }
              .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item:hover .info p {
                color: #1D9D9A; }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item:hover .more {
              transform: translateY(-2.7rem);
              opacity: 1; }
            .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item:hover + .circle {
              background-image: url("../images/hxsy/notice_ico_a.png"); }
        .student-notice003-tab .inner-notice .notice-slider .notice-box .circle {
          width: 2.4rem;
          height: 2.4rem;
          box-sizing: border-box;
          position: absolute;
          left: 50%;
          margin-left: -1.2rem;
          bottom: 0;
          transition: background-image 0.5s;
          background-image: url("../images/hxsy/notice_ico.png");
          background-repeat: no-repeat;
          background-size: cover; }
      .student-notice003-tab .inner-notice .notice-slider .slick-arrow {
        position: absolute;
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: #fff;
        color: #DBCEBA;
        font-size: 1rem;
        bottom: 0.65rem;
        margin-bottom: -0.5rem;
        text-align: center;
        line-height: 2rem;
        cursor: pointer;
        z-index: 10;
        box-sizing: border-box;
        border: 1px solid #DBCEBA; }
        .student-notice003-tab .inner-notice .notice-slider .slick-arrow.prev {
          left: 0; }
        .student-notice003-tab .inner-notice .notice-slider .slick-arrow.next {
          right: 0; }
        .student-notice003-tab .inner-notice .notice-slider .slick-arrow:hover {
          background-color: #DBCEBA;
          color: #fff; }
  .student-notice003-tab a.center-more001 {
    margin-top: 4rem; }

@media (max-width: 1440px) {
  .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item {
    width: 14rem; } }
@media (max-width: 960px) {
  .student-notice003-tab {
    padding-top: 20px; }
    .student-notice003-tab .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .student-notice003-tab h2.left-tab-tit002 {
      margin-top: 30px; }
      .student-notice003-tab h2.left-tab-tit002 .tab-tit {
        font-size: 14px; }
        .student-notice003-tab h2.left-tab-tit002 .tab-tit:before {
          height: 14px; }
        .student-notice003-tab h2.left-tab-tit002 .tab-tit + .tab-tit {
          margin-left: 9px; }
          .student-notice003-tab h2.left-tab-tit002 .tab-tit + .tab-tit:before {
            left: -4px; }
      .student-notice003-tab h2.left-tab-tit002 a.more {
        display: none; }
    .student-notice003-tab .inner-notice {
      margin-top: 1rem; }
      .student-notice003-tab .inner-notice .notice-slider .notice-box .notice-item {
        width: auto; } }
.student-department {
  height: 43.9rem;
  position: relative; }
  .student-department .layout {
    padding-top: 5rem;
    position: relative;
    z-index: 10; }
    .student-department .layout h2.title {
      text-align: center;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.6rem;
      margin-bottom: 3rem; }
      .student-department .layout h2.title a {
        position: relative; }
        .student-department .layout h2.title a::after {
          content: "";
          display: block;
          width: 3.6rem;
          height: 0.2rem;
          background-color: #DFBE4B;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -0.7rem; }
    .student-department .layout .inner-department {
      height: 31rem;
      width: 100%;
      margin: 0 auto 1.5rem; }
      .student-department .layout .inner-department .left-nav {
        background-color: #fff;
        width: 18rem;
        height: 100%;
        position: relative;
        float: left; }
        .student-department .layout .inner-department .left-nav > i {
          position: absolute;
          font-size: 20px;
          line-height: 1;
          color: #E5C572; }
          .student-department .layout .inner-department .left-nav > i.lt {
            left: 0.25rem;
            top: 0.25rem;
            transform: rotate(-90deg); }
          .student-department .layout .inner-department .left-nav > i.rt {
            right: 0.25rem;
            top: 0.25rem; }
          .student-department .layout .inner-department .left-nav > i.lb {
            left: 0.25rem;
            bottom: 0.25rem;
            transform: rotate(180deg); }
          .student-department .layout .inner-department .left-nav > i.rb {
            right: 0.25rem;
            bottom: 0.25rem;
            transform: rotate(90deg); }
        .student-department .layout .inner-department .left-nav .nav-content {
          width: 18rem;
          height: 28rem;
          padding: 1.5rem 0;
          box-shadow: 0 1px 12px #ccc; }
          .student-department .layout .inner-department .left-nav .nav-content .tab-tit {
            position: relative; }
            .student-department .layout .inner-department .left-nav .nav-content .tab-tit a {
              display: block;
              width: 20rem;
              height: 2.8rem;
              line-height: 2.8rem;
              padding-right: 2rem;
              box-sizing: border-box;
              border-radius: 0 100px 100px 0;
              color: #797979;
              font-size: 16px;
              text-align: center;
              transition: all .3s;
              position: relative; }
              .student-department .layout .inner-department .left-nav .nav-content .tab-tit a.cur {
                background-color: #9CC301;
                font-weight: bold;
                color: #fff;
                z-index: 10; }
                .student-department .layout .inner-department .left-nav .nav-content .tab-tit a.cur::before {
                  content: "";
                  display: block;
                  width: 4rem;
                  height: 3.2rem;
                  position: absolute;
                  top: -0.45rem;
                  left: 0;
                  background-image: url(../images/yinxing80_64.png);
                  background-repeat: no-repeat; }
              .student-department .layout .inner-department .left-nav .nav-content .tab-tit a i {
                position: absolute;
                font-size: 0.65rem;
                top: 0.15rem;
                right: 0.75rem;
                color: #fff; }
      .student-department .layout .inner-department .right-dep {
        width: 50rem;
        height: 100%;
        position: relative;
        float: right; }
        .student-department .layout .inner-department .right-dep:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0; }
        .student-department .layout .inner-department .right-dep .dep-pannel {
          display: none;
          height: 100%;
          background-size: 100%;
          background-repeat: no-repeat; }
          .student-department .layout .inner-department .right-dep .dep-pannel:first-child {
            display: block; }
        .student-department .layout .inner-department .right-dep .dep-list {
          width: 50rem;
          position: absolute;
          top: 0;
          left: 0; }
          .student-department .layout .inner-department .right-dep .dep-list .dep-list-item {
            width: 29rem;
            height: 15rem;
            text-align: center;
            line-height: 15rem;
            background-color: rgba(0, 0, 0, 0.5);
            color: red;
            position: absolute;
            right: 0;
            top: 13.25rem; }
            .student-department .layout .inner-department .right-dep .dep-list .dep-list-item .dep-tit {
              height: 1.2rem;
              display: flex;
              justify-content: space-between;
              padding: 1.5rem;
              align-items: center; }
              .student-department .layout .inner-department .right-dep .dep-list .dep-list-item .dep-tit a.dep-item-tit {
                font-size: 1.2rem;
                color: #fff;
                font-weight: normal; }
              .student-department .layout .inner-department .right-dep .dep-list .dep-list-item .dep-tit a.more span {
                color: #53BB66;
                font-size: 0.8rem;
                font-weight: normal; }
              .student-department .layout .inner-department .right-dep .dep-list .dep-list-item .dep-tit a.more i {
                background-color: #797979;
                font-size: 0.85rem;
                border-radius: 50%;
                color: #fff;
                text-align: center;
                font-weight: 500; }
            .student-department .layout .inner-department .right-dep .dep-list .dep-list-item .dep-item {
              width: 26rem;
              height: 8.4rem;
              padding: 0 1.5rem;
              font-size: 0.8rem;
              color: #fff;
              line-height: 24px;
              max-height: 168px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 7;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              line-height: 1.2rem; }
              .student-department .layout .inner-department .right-dep .dep-list .dep-list-item .dep-item p {
                text-align: left; }
  .student-department .stone-box {
    width: 30rem;
    height: 25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../images/600_500.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: .1; }

@media (max-width: 1440px) {
  .student-department .layout .inner-department .right-dep,
  .student-department .layout .inner-department .right-dep .dep-list {
    width: 42rem; } }
@media (max-width: 1200px) {
  .student-department .layout .inner-department .left-nav .nav-content .tab-tit a.cur::before {
    display: none; } }
@media (max-width: 960px) {
  .student-department {
    height: auto;
    margin-top: 70px; }
    .student-department .layout {
      box-sizing: border-box;
      padding: 0 10px; }
      .student-department .layout h2.title {
        font-size: 20px;
        line-height: 1; }
        .student-department .layout h2.title:after {
          width: 32px;
          height: 2px; }
      .student-department .layout .inner-department .left-nav {
        width: 100%; }
        .student-department .layout .inner-department .left-nav .nav-content {
          width: 100%; }
          .student-department .layout .inner-department .left-nav .nav-content .tab-tit a {
            width: 100%;
            padding-right: 0;
            padding-left: 24px;
            text-align: left;
            color: #555; }
            .student-department .layout .inner-department .left-nav .nav-content .tab-tit a.cur {
              background-color: #fff;
              font-weight: normal;
              color: #555; }
              .student-department .layout .inner-department .left-nav .nav-content .tab-tit a.cur::before {
                display: none; }
            .student-department .layout .inner-department .left-nav .nav-content .tab-tit a i {
              display: none; }
      .student-department .layout .inner-department .right-dep {
        display: none; } }
.student-department002 {
  padding: 3rem 0; }
  .student-department002 .layout {
    position: relative;
    z-index: 10; }
    .student-department002 .layout h1.center-tit-line001 a:after {
      background-color: #DFBE4B; }
    .student-department002 .layout h2.title {
      text-align: center;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.6rem;
      margin-bottom: 3rem; }
      .student-department002 .layout h2.title a {
        position: relative; }
        .student-department002 .layout h2.title a::after {
          content: "";
          display: block;
          width: 3.6rem;
          height: 0.2rem;
          background-color: #DFBE4B;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -0.7rem; }
    .student-department002 .layout .inner-department {
      display: flex;
      margin-right: -0.75rem;
      padding-top: 3.2rem;
      flex-wrap: wrap; }
      .student-department002 .layout .inner-department li {
        width: 22.15rem;
        height: 4rem;
        margin-right: 0.75rem;
        margin-bottom: 0.75rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
        .student-department002 .layout .inner-department li a {
          width: 100%;
          height: 100%;
          background-color: #fff;
          position: relative;
          box-sizing: border-box;
          padding-left: 1.5rem;
          transition: all 0.5s;
          display: flex;
          align-items: center; }
          .student-department002 .layout .inner-department li a:before {
            content: "";
            display: block;
            width: 0.2rem;
            height: 50%;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            background-color: #1D9D9A; }
          .student-department002 .layout .inner-department li a p {
            color: #1D9D9A;
            font-size: 0.9rem;
            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;
            transition: all 0.5s; }
          .student-department002 .layout .inner-department li a:hover {
            background-color: #1D9D9A; }
            .student-department002 .layout .inner-department li a:hover:before {
              background-color: #fff; }
            .student-department002 .layout .inner-department li a:hover p {
              color: #fff; }

@media (max-width: 1440px) {
  .student-department002 .layout .inner-department li {
    width: 19.5rem; } }
@media (max-width: 960px) {
  .student-department002 {
    padding: 20px 0; }
    .student-department002 .layout {
      box-sizing: border-box;
      padding: 0 10px; }
      .student-department002 .layout h2.title {
        font-size: 20px;
        line-height: 1; }
        .student-department002 .layout h2.title:after {
          width: 32px;
          height: 2px; }
      .student-department002 .layout .inner-department {
        flex-wrap: wrap;
        justify-content: space-between;
        margin-right: 0; }
        .student-department002 .layout .inner-department li {
          width: 49%;
          margin-right: 0; } }
.students-column-entry002 {
  height: 23rem;
  margin-top: 4rem;
  position: relative; }
  .students-column-entry002 .science-bg {
    width: 100%;
    height: 27rem;
    background-color: #E5F9F4;
    position: absolute;
    top: -4rem;
    left: 0; }
  .students-column-entry002 .science-box {
    width: 18rem;
    height: 18rem;
    background-color: #E5F9F4;
    position: absolute;
    top: -2.5rem;
    left: 0; }
  .students-column-entry002 .layout {
    position: relative; }
    .students-column-entry002 .layout .column-item {
      position: absolute;
      width: 34rem;
      height: 19rem;
      box-sizing: border-box;
      padding-top: 1.2rem; }
      .students-column-entry002 .layout .column-item h2 {
        font-weight: normal;
        font-size: 0;
        margin-left: 40px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .students-column-entry002 .layout .column-item h2 a {
          font-size: 1.6rem;
          line-height: 1;
          color: #fff; }
        .students-column-entry002 .layout .column-item h2 a.add {
          width: 2rem;
          height: 2rem;
          margin-right: 1.5rem;
          text-align: center;
          line-height: 2rem;
          border-radius: 0.2rem;
          background-color: rgba(255, 255, 255, 0.2);
          color: #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.5s;
          overflow: hidden; }
          .students-column-entry002 .layout .column-item h2 a.add i {
            font-size: 1.3rem; }
      .students-column-entry002 .layout .column-item ul {
        height: 10.2rem;
        margin-left: 2rem;
        margin-top: 1.75rem;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
        flex-direction: column; }
        .students-column-entry002 .layout .column-item ul::after {
          content: "";
          width: 14rem; }
        .students-column-entry002 .layout .column-item ul li {
          width: 14rem;
          height: 2.4rem;
          box-sizing: border-box;
          border: 1px solid rgba(255, 255, 255, 0.3);
          border-radius: 4px;
          margin-bottom: 1rem; }
          .students-column-entry002 .layout .column-item ul li:hover {
            background-color: rgba(255, 255, 255, 0.3); }
          .students-column-entry002 .layout .column-item ul li a {
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 0 1rem;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .students-column-entry002 .layout .column-item ul li a p.tit {
              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;
              font-size: 0.8rem;
              color: #fff;
              margin: 0; }
            .students-column-entry002 .layout .column-item ul li a i {
              font-size: 12px;
              line-height: 12px;
              color: #fff; }
      .students-column-entry002 .layout .column-item:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-size: cover; }
      .students-column-entry002 .layout .column-item.item0 {
        left: 0;
        top: 0;
        z-index: 5;
        background-color: #12B8A0; }
        .students-column-entry002 .layout .column-item.item0 h2 a {
          color: #fff; }
        .students-column-entry002 .layout .column-item.item0 ul li {
          border-color: rgba(255, 255, 255, 0.3); }
          .students-column-entry002 .layout .column-item.item0 ul li a p,
          .students-column-entry002 .layout .column-item.item0 ul li a i {
            color: #fff; }
      .students-column-entry002 .layout .column-item.item1 {
        left: 34rem;
        top: 0rem;
        z-index: 4;
        background-color: #D9B536;
        background-image: url(../images/jiaoyu320_240.png);
        background-repeat: no-repeat;
        background-position: 18.15rem 6.95rem;
        background-size: 16rem 12rem; }
      .students-column-entry002 .layout .column-item.item2 {
        left: 0rem;
        top: 19rem;
        z-index: 3;
        background-image: url(../images/xuesheng600_380.jpg);
        background-size: 100%;
        background-repeat: no-repeat;
        background-size: cover; }
        .students-column-entry002 .layout .column-item.item2:before {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3); }
      .students-column-entry002 .layout .column-item.item3 {
        left: 34rem;
        top: 19rem;
        z-index: 2;
        background-color: #D5513F;
        background-image: url(../images/tuanwei320_240.png);
        background-repeat: no-repeat;
        background-position: 18.15rem 6.95rem;
        background-size: 16rem 12rem; }
        .students-column-entry002 .layout .column-item.item3 h2 a {
          color: #fff; }
        .students-column-entry002 .layout .column-item.item3 ul li {
          border-color: rgba(255, 255, 255, 0.2); }
          .students-column-entry002 .layout .column-item.item3 ul li a p {
            color: #fff; }
          .students-column-entry002 .layout .column-item.item3 ul li a i {
            color: #fff; }
      .students-column-entry002 .layout .column-item.item4 {
        right: 0;
        top: 0;
        z-index: 1;
        background-color: #019D77; }

@media (max-width: 1440px) {
  .students-column-entry002 .layout .column-item {
    width: 30rem;
    height: 19rem; }
    .students-column-entry002 .layout .column-item ul {
      margin-left: 1rem;
      height: 13rem; }
    .students-column-entry002 .layout .column-item.item1 {
      left: 30rem;
      background-position: 14.15rem 6.9rem; }
    .students-column-entry002 .layout .column-item.item2 {
      left: 0rem; }
    .students-column-entry002 .layout .column-item.item3 {
      left: 30rem;
      background-position: 14.15rem 6.9rem; } }
@media (max-width: 960px) {
  .students-column-entry002 {
    margin-top: 0;
    height: auto;
    margin-bottom: 0; }
    .students-column-entry002 .science-bg {
      height: 100%;
      top: 0; }
    .students-column-entry002 .layout {
      padding: 20px 10px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      box-sizing: border-box; }
      .students-column-entry002 .layout .column-item {
        width: 100%;
        height: 216px;
        padding: 10px 20px;
        margin-bottom: 10px; }
        .students-column-entry002 .layout .column-item h2 {
          margin-left: 0; }
          .students-column-entry002 .layout .column-item h2 a {
            font-size: 20px; }
          .students-column-entry002 .layout .column-item h2 a.add {
            margin-right: 0;
            width: 20px;
            height: 20px; }
        .students-column-entry002 .layout .column-item ul {
          width: 100%;
          height: 166px;
          margin-top: 1rem;
          margin-left: 0; }
          .students-column-entry002 .layout .column-item ul li {
            width: 140px;
            height: 32px;
            margin-right: 15px; }
        .students-column-entry002 .layout .column-item.item0, .students-column-entry002 .layout .column-item.item1, .students-column-entry002 .layout .column-item.item2, .students-column-entry002 .layout .column-item.item3, .students-column-entry002 .layout .column-item.item4 {
          left: 0;
          top: 0;
          position: inherit; }
        .students-column-entry002 .layout .column-item.item1, .students-column-entry002 .layout .column-item.item3 {
          background-position: right bottom; } }
.students-column-entry003 {
  background-color: #E5F9F4;
  padding: 3rem 0; }
  .students-column-entry003 .layout {
    display: flex;
    justify-content: space-between; }
    .students-column-entry003 .layout .column-box {
      width: 32%;
      height: 21.35rem; }
      .students-column-entry003 .layout .column-box .column-item {
        width: 100%;
        height: 100%;
        padding: 2rem;
        box-sizing: border-box;
        position: relative; }
        .students-column-entry003 .layout .column-box .column-item h2 {
          position: relative;
          z-index: 1;
          font-weight: normal;
          font-size: 0;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .students-column-entry003 .layout .column-box .column-item h2 a {
            font-size: 1.6rem;
            line-height: 1;
            color: #fff; }
          .students-column-entry003 .layout .column-box .column-item h2 a.more {
            width: 2rem;
            height: 2rem;
            text-align: center;
            line-height: 2rem;
            border-radius: 0.2rem;
            background-color: rgba(255, 255, 255, 0.2);
            color: #fff;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.5s;
            overflow: hidden; }
            .students-column-entry003 .layout .column-box .column-item h2 a.more i {
              font-size: 1.3rem; }
        .students-column-entry003 .layout .column-box .column-item ul {
          margin-top: 1.75rem;
          position: relative;
          z-index: 1; }
          .students-column-entry003 .layout .column-box .column-item ul li {
            width: 14rem;
            height: 2.4rem;
            box-sizing: border-box;
            border: 1px solid rgba(255, 255, 255, 0.3);
            border-radius: 4px;
            margin-bottom: 1rem; }
            .students-column-entry003 .layout .column-box .column-item ul li:hover {
              background-color: rgba(255, 255, 255, 0.3); }
            .students-column-entry003 .layout .column-box .column-item ul li a {
              display: block;
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              padding: 0 1rem;
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .students-column-entry003 .layout .column-box .column-item ul li a p.tit {
                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;
                font-size: 0.8rem;
                color: #fff;
                margin: 0; }
              .students-column-entry003 .layout .column-box .column-item ul li a i {
                font-size: 12px;
                line-height: 12px;
                color: #fff; }
        .students-column-entry003 .layout .column-box .column-item.item0 {
          z-index: 5;
          background-color: #12B8A0; }
          .students-column-entry003 .layout .column-box .column-item.item0 h2 a {
            color: #fff; }
          .students-column-entry003 .layout .column-box .column-item.item0 ul li {
            border-color: rgba(255, 255, 255, 0.3); }
            .students-column-entry003 .layout .column-box .column-item.item0 ul li a p,
            .students-column-entry003 .layout .column-box .column-item.item0 ul li a i {
              color: #fff; }
        .students-column-entry003 .layout .column-box .column-item.item1 {
          z-index: 4;
          background-color: #D9B536;
          background-image: url(../images/jiaoyu320_240.png);
          background-repeat: no-repeat;
          background-position: 18.15rem 6.95rem;
          background-size: 16rem 12rem; }
          .students-column-entry003 .layout .column-box .column-item.item1 ul li {
            display: none; }
            .students-column-entry003 .layout .column-box .column-item.item1 ul li:nth-child(1), .students-column-entry003 .layout .column-box .column-item.item1 ul li:nth-child(2), .students-column-entry003 .layout .column-box .column-item.item1 ul li:nth-child(3) {
              display: block; }
        .students-column-entry003 .layout .column-box .column-item.column-btn {
          height: 48%;
          padding: 0;
          display: flex;
          align-items: center;
          justify-content: center; }
          .students-column-entry003 .layout .column-box .column-item.column-btn .svg {
            width: 4rem;
            height: 4rem;
            position: relative;
            z-index: 1; }
            .students-column-entry003 .layout .column-box .column-item.column-btn .svg #svg9 .cls-1 {
              fill: none;
              stroke: #FFE178;
              stroke-miterlimit: 10;
              stroke-width: 7px; }
            .students-column-entry003 .layout .column-box .column-item.column-btn .svg #svg10 .cls-1,
            .students-column-entry003 .layout .column-box .column-item.column-btn .svg #svg10 .cls-2 {
              fill: none;
              stroke: #fff;
              stroke-width: 7px; }
            .students-column-entry003 .layout .column-box .column-item.column-btn .svg #svg10 .cls-1 {
              stroke-miterlimit: 10; }
            .students-column-entry003 .layout .column-box .column-item.column-btn .svg #svg10 .cls-2 {
              stroke-linecap: round;
              stroke-linejoin: round; }
          .students-column-entry003 .layout .column-box .column-item.column-btn p {
            font-size: 1.6rem;
            color: #fff;
            line-height: 1;
            margin-left: 1rem;
            position: relative;
            z-index: 1; }
        .students-column-entry003 .layout .column-box .column-item.item2 {
          z-index: 2;
          background-image: url(../images/tuanwei320_240.png);
          background-repeat: no-repeat;
          background-position: right bottom;
          background-size: 20%;
          background-color: #fcf9f4;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
          .students-column-entry003 .layout .column-box .column-item.item2 p {
            color: #333; }
        .students-column-entry003 .layout .column-box .column-item.item3 {
          margin-top: 4%;
          z-index: 3;
          background-image: url(../images/xuesheng600_380.jpg);
          background-size: 100%;
          background-repeat: no-repeat;
          background-size: cover; }
          .students-column-entry003 .layout .column-box .column-item.item3:before {
            content: "";
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.3); }
          .students-column-entry003 .layout .column-box .column-item.item3 h2 a {
            color: #fff; }
          .students-column-entry003 .layout .column-box .column-item.item3 ul li {
            border-color: rgba(255, 255, 255, 0.2); }
            .students-column-entry003 .layout .column-box .column-item.item3 ul li a p {
              color: #fff; }
            .students-column-entry003 .layout .column-box .column-item.item3 ul li a i {
              color: #fff; }
  @media (max-width: 960px) {
    .students-column-entry003 .layout {
      display: block;
      padding: 0 20px; }
      .students-column-entry003 .layout .column-box {
        width: 100%; }
        .students-column-entry003 .layout .column-box .column-item {
          height: auto !important; }
          .students-column-entry003 .layout .column-box .column-item h2 a {
            font-size: 18px; }
          .students-column-entry003 .layout .column-box .column-item.item3 {
            padding: 20px;
            margin-top: 0; }
            .students-column-entry003 .layout .column-box .column-item.item3 p {
              font-size: 18px; } }

.student-columns {
  padding-bottom: 4rem;
  padding-top: 4rem; }
  .student-columns .layout {
    display: flex;
    justify-content: space-between; }
    .student-columns .layout .column-box {
      width: 64%; }
      .student-columns .layout .column-box + .column-box {
        width: 32%; }
      .student-columns .layout .column-box h1 a.tit {
        position: relative; }
        .student-columns .layout .column-box h1 a.tit:after {
          content: "";
          width: 3rem;
          height: 0.2rem;
          background-color: #DFBE4B;
          position: absolute;
          bottom: -1.2rem;
          left: 0; }
      .student-columns .layout .column-box h2.left-tab-tit002 {
        margin-top: 2.3rem; }
        .student-columns .layout .column-box h2.left-tab-tit002 .tit-box {
          display: flex;
          align-items: center; }
        .student-columns .layout .column-box h2.left-tab-tit002 a.more i {
          color: #9CC301; }
      .student-columns .layout .column-box .tab-pannel-wrap {
        margin-top: 1.75rem; }
        .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel {
          display: none; }
          .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel:first-child {
            display: block; }
          .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            justify-content: space-between;
            margin-bottom: 1.25rem; }
            .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel ul li:last-child {
              border-bottom: none; }
            .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel ul li a {
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.9rem;
              line-height: 1rem;
              max-height: 1rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #555555;
              margin-right: 1rem;
              z-index: 1; }
              .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel ul li a:hover {
                color: #12B8A0; }
            .student-columns .layout .column-box .tab-pannel-wrap .tab-pannel ul li span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              line-height: 1rem;
              color: #AAAAAA;
              z-index: 1; }
  @media (max-width: 960px) {
    .student-columns {
      padding: 40px 0; }
      .student-columns .layout {
        padding: 0 20px;
        display: block; }
        .student-columns .layout .column-box {
          width: 100% !important; }
          .student-columns .layout .column-box h2.left-tab-tit002 .tit-box .tab-tit {
            font-size: 14px; }
            .student-columns .layout .column-box h2.left-tab-tit002 .tit-box .tab-tit + .tab-tit {
              margin-left: 9px; }
              .student-columns .layout .column-box h2.left-tab-tit002 .tit-box .tab-tit + .tab-tit:before {
                left: -4px;
                height: 14px; } }

.student-columns .young {
  margin: 0 auto;
  margin-top: 40px; }
  .student-columns .young a {
    display: inline-block;
    width: 100%; }
    .student-columns .young a img {
      width: 100%;
      height: 181px; }
      @media (max-width: 960px) {
        .student-columns .young a img {
          height: 150px; } }
      @media (max-width: 660px) {
        .student-columns .young a img {
          height: 106px; } }

.student-special001 {
  margin-top: 3rem;
  padding-bottom: 3rem;
  position: relative; }
  .student-special001 > img {
    position: absolute;
    bottom: 0;
    right: 0; }
  .student-special001 .left-tit-more a.tit {
    position: relative;
    font-size: 2rem; }
    .student-special001 .left-tit-more a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #DFBE4B;
      position: absolute;
      left: 0;
      bottom: -1.2rem; }
  .student-special001 .inner-special {
    margin-top: 2rem;
    z-index: 1;
    position: relative; }
    .student-special001 .inner-special .special-slider {
      margin-right: -1.75rem;
      display: flex; }
      .student-special001 .inner-special .special-slider .special-item {
        width: 21.5rem;
        height: 12.2rem;
        overflow: hidden;
        margin-right: 1.75rem; }
        .student-special001 .inner-special .special-slider .special-item a {
          display: block;
          width: 100%;
          height: 100%; }
        .student-special001 .inner-special .special-slider .special-item img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .student-special001 .inner-special .special-slider .special-item:hover img {
          transform: scale(1.1); }

@media (max-width: 1440px) {
  .student-special001 .inner-special .special-slider .special-item {
    width: 18.8rem;
    height: 10.65rem; } }
@media (max-width: 960px) {
  .student-special001 {
    padding: 0 10px;
    margin-top: 10px; }
    .student-special001 h1.left-tit-more {
      flex-direction: column;
      align-items: center; }
      .student-special001 h1.left-tit-more a.tit {
        font-size: 20px;
        height: 20px; }
        .student-special001 h1.left-tit-more a.tit:after {
          width: 32px;
          height: 2px;
          left: 50%;
          margin-left: -16px;
          bottom: -10px; }
      .student-special001 h1.left-tit-more a.more {
        display: none; }
    .student-special001 .inner-special {
      margin-top: 20px; }
      .student-special001 .inner-special .special-slider {
        margin-right: 0;
        flex-wrap: wrap;
        margin-bottom: 0; }
        .student-special001 .inner-special .special-slider .special-item {
          height: 50vw;
          width: 100%;
          margin-right: 0;
          margin-bottom: 10px; } }
h1.center-tit-line001.staff-tit a:after {
  background-color: #12B8A0; }

.staff-news {
  padding: 3rem 0 4.4rem;
  position: relative; }
  .staff-news > img {
    position: absolute; }
    .staff-news > img.left {
      top: 0;
      left: 0; }
    .staff-news > img.right {
      bottom: 0;
      right: 0; }
  .staff-news .inner-news {
    margin-top: 3.2rem; }
    .staff-news .inner-news h2.left-tab-tit002 .tit-box {
      display: flex; }
    .staff-news .inner-news h2.left-tab-tit002 a.more span {
      color: #7F7F7F; }
    .staff-news .inner-news h2.left-tab-tit002 a.more i {
      color: #9CC301; }
  .staff-news .tab-pannel-wrap {
    margin-top: 2rem; }
    .staff-news .tab-pannel-wrap .tab-pannel {
      display: none; }
      .staff-news .tab-pannel-wrap .tab-pannel:first-child {
        display: block; }
    .staff-news .tab-pannel-wrap .inner-news-content {
      display: flex;
      justify-content: space-between; }
      .staff-news .tab-pannel-wrap .inner-news-content .left-news-img {
        width: 32rem;
        height: 24rem;
        position: relative;
        overflow: hidden; }
        .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item {
          width: 32rem;
          height: 24rem; }
          .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img {
            display: block;
            width: 100%;
            height: 100%;
            position: relative;
            overflow: hidden; }
            .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img img {
              width: 100%;
              height: 100%;
              transition: all 0.5s; }
            .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img:hover img {
              transform: scale(1.1); }
            .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img .mark {
              width: 100%;
              height: 8.8rem;
              background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
              box-sizing: border-box;
              padding: 2.8rem 1rem 0;
              position: absolute;
              bottom: 0;
              left: 0;
              font-size: 0; }
              .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img .mark p {
                color: #fff;
                font-size: 0.9rem;
                line-height: 32px;
                max-height: 64px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 3.2rem;
                margin-bottom: 0.5rem; }
              .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img .mark .time {
                font-size: 0.8rem;
                line-height: 1;
                color: #fff;
                position: absolute;
                bottom: 1.5rem;
                left: 1rem; }
        .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination {
          position: absolute;
          bottom: 1.5rem;
          right: 1rem;
          color: #fff;
          width: 3.6rem;
          display: flex;
          justify-content: center;
          align-items: center; }
          .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination .slick-news-arrow {
            position: absolute;
            width: 100%;
            top: 0;
            left: 0; }
            .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination .slick-news-arrow .slick-arrow {
              cursor: pointer;
              position: absolute; }
              .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination .slick-news-arrow .slick-arrow.prev {
                left: 0; }
              .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination .slick-news-arrow .slick-arrow.next {
                right: 0; }
          .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination .count {
            font-size: 0.8rem;
            line-height: 1; }
      .staff-news .tab-pannel-wrap .inner-news-content .right-news-list {
        width: 34rem; }
        .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .slick-list {
          height: auto !important; }
        .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot {
          width: 100%;
          box-sizing: border-box;
          padding-right: 0.5rem;
          position: relative; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot:first-child .bg {
            top: -0.85rem; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot:first-child a {
            padding-top: 0; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot:last-child a {
            border-bottom: none; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot .bg {
            opacity: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: -1rem;
            right: -1rem;
            background-image: url("../images/hxsy/staff/news_item_bg.jpg");
            transition: all 0.3s; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a {
            width: 100%;
            border-bottom: 1px solid #E4E4E4;
            padding: 0.85rem 0;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            position: relative;
            z-index: 1; }
            .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a .time {
              height: 3.3rem;
              width: 3rem;
              text-align: center;
              background-color: #fff;
              box-sizing: border-box;
              border: 1px solid #12B8A0;
              flex-shrink: 0;
              border-radius: 4px;
              overflow: hidden; }
              .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a .time .day {
                height: 2.25rem;
                width: 100%;
                line-height: 2.25rem;
                font-size: 1.4rem;
                color: #12B8A0;
                font-weight: bold; }
              .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a .time .year {
                height: 1.05rem;
                width: 100%;
                background-color: #12B8A0;
                line-height: 1.05rem;
                font-size: 0.7rem;
                color: #fff; }
            .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a p {
              margin-left: 1rem;
              font-size: 0.9rem;
              line-height: 32px;
              max-height: 64px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              height: 3.2rem; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot.cur .bg {
            opacity: 1; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot.cur a {
            border-bottom: none; }
            .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot.cur a .time {
              background-color: #F9F7F0;
              border: none; }
              .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot.cur a .time .day {
                color: #E5C572; }
              .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot.cur a .time .year {
                background-color: #E5C572; }
            .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot.cur a p {
              color: #fff; }
  .staff-news a.center-more {
    display: none; }

@media (max-width: 1440px) {
  .staff-news .tab-pannel-wrap {
    margin-top: 1rem; }

  .staff-news .tab-pannel-wrap .inner-news-content .left-news-img {
    width: 29.5rem;
    height: 22.1rem; }

  .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item {
    height: 22.1rem; }

  .staff-news .tab-pannel-wrap .inner-news-content .right-news-list {
    width: 29.5rem; }

  .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a {
    padding: 0.6rem 0; } }
@media (max-width: 1280px) {
  .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img .mark p,
  .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a p {
    font-size: 16px;
    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;
    height: 40px; } }
@media (max-width: 960px) {
  .staff-news {
    padding: 20px 0; }
    .staff-news h2.left-tab-tit002 .tab-tit {
      font-size: 14px; }
      .staff-news h2.left-tab-tit002 .tab-tit + .tab-tit {
        margin-left: 10px; }
        .staff-news h2.left-tab-tit002 .tab-tit + .tab-tit:before {
          left: -5px; }
    .staff-news h2.left-tab-tit002 a.more {
      display: none; }
    .staff-news .inner-news {
      box-sizing: border-box;
      padding: 0 10px;
      margin-top: 30px; }
    .staff-news .tab-pannel-wrap {
      margin-top: 20px; }
      .staff-news .tab-pannel-wrap .inner-news-content {
        flex-wrap: wrap; }
        .staff-news .tab-pannel-wrap .inner-news-content .left-news-img {
          width: 100%;
          height: 70vw;
          margin-top: 0; }
          .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item {
            height: 70vw; }
            .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .news-img-item a.img .mark p {
              font-size: 14px;
              line-height: 16px;
              max-height: 32px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 32px; }
          .staff-news .tab-pannel-wrap .inner-news-content .left-news-img .pagination .slick-news-arrow .slick-arrow {
            line-height: 13px; }
        .staff-news .tab-pannel-wrap .inner-news-content .right-news-list {
          width: 100%;
          margin-top: 20px;
          margin-bottom: 0; }
          .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot {
            padding-right: 0; }
            .staff-news .tab-pannel-wrap .inner-news-content .right-news-list .staff-news-dot a p {
              font-size: 14px;
              line-height: 16px;
              max-height: 32px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 32px; }
    .staff-news a.center-more {
      width: 7.3rem;
      height: 2rem;
      border-radius: 4px;
      background-color: #9CC301;
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 2rem auto 0;
      transition: all 0.5s;
      overflow: hidden; }
      .staff-news a.center-more span {
        font-size: 0.8rem;
        line-height: 1;
        color: #fff;
        transition: all 0.5s;
        z-index: 11;
        transform: translateX(-0.75rem); }
      .staff-news a.center-more i {
        font-size: 1rem;
        line-height: 1;
        color: #fff;
        transition: all 0.5s;
        position: absolute;
        top: 0.5rem;
        right: 0.8rem; } }
.staff-column-entry {
  background-color: #F9F7F0;
  background-image: url(../images/hxsy/staff_bg.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  padding: 4rem 0; }
  .staff-column-entry > .layout {
    position: relative; }
  .staff-column-entry .entry-box {
    width: 21.5rem;
    height: 25.3rem;
    background-color: #1D9D9A;
    position: absolute;
    top: 7.8rem;
    left: 0;
    box-sizing: border-box;
    padding: 2rem 0 0 2rem; }
    .staff-column-entry .entry-box h1.tit-line a {
      font-size: 2rem; }
    .staff-column-entry .entry-box .zl {
      width: 9rem;
      height: 15.55rem;
      position: absolute;
      left: 2rem;
      bottom: 0;
      opacity: 0.2; }
  .staff-column-entry ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 2.5rem;
    margin-right: -2%;
    justify-content: center; }
    .staff-column-entry ul li {
      width: 23%;
      height: 14.5rem;
      margin-right: 2%; }
      .staff-column-entry ul li a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff; }
        .staff-column-entry ul li a .svg {
          width: 5rem;
          height: 5rem;
          z-index: 1; }
        .staff-column-entry ul li a p {
          margin-top: 1.5rem;
          font-size: 1.2rem;
          line-height: 1;
          z-index: 1;
          transition: all 0.5s; }
      .staff-column-entry ul li.item0 {
        background-color: #D5513F; }
      .staff-column-entry ul li.item1 {
        background-color: #B0CE3A; }
      .staff-column-entry ul li.item3 {
        background-color: #4DA7E3; }
      .staff-column-entry ul li.item4 a:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3); }
  .staff-column-entry #svg11 .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px; }
  .staff-column-entry #svg12 .cls-1, .staff-column-entry #svg12 .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 10px; }
  .staff-column-entry #svg12 .cls-1 {
    stroke-linejoin: round; }
  .staff-column-entry #svg12 .cls-2 {
    stroke-miterlimit: 10; }
  .staff-column-entry #svg13 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .staff-column-entry #svg13 .st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-miterlimit: 10; }
  .staff-column-entry #svg14 .cls-1, .staff-column-entry #svg14 .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px; }
  .staff-column-entry #svg14 .cls-1 {
    stroke-miterlimit: 10; }
  .staff-column-entry #svg14 .cls-2 {
    stroke-linecap: round;
    stroke-linejoin: round; }
  .staff-column-entry #svg15 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .staff-column-entry #svg15 .st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-miterlimit: 10; }

@media (max-width: 960px) {
  .staff-column-entry {
    padding: 40px 0; }
    .staff-column-entry > .layout {
      padding: 0 10px; }
    .staff-column-entry ul {
      justify-content: space-between;
      margin-right: 0; }
      .staff-column-entry ul li {
        margin-right: 0;
        width: 48%;
        height: 150px;
        margin-bottom: 20px; }
        .staff-column-entry ul li a p {
          margin-top: 10px; }
        .staff-column-entry ul li:last-child {
          width: 100%; } }
.staff-column-entry001 {
  background-color: #F9F7F0;
  height: 45rem;
  background-image: url(../images/hxsy/staff_bg.jpg);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .staff-column-entry001 > .layout {
    position: relative; }
  .staff-column-entry001 .entry-box {
    width: 21.5rem;
    height: 25.3rem;
    background-color: #1D9D9A;
    position: absolute;
    top: 7.8rem;
    left: 0;
    box-sizing: border-box;
    padding: 2rem 0 0 2rem; }
    .staff-column-entry001 .entry-box h1.tit-line a {
      font-size: 2rem; }
    .staff-column-entry001 .entry-box .zl {
      width: 9rem;
      height: 15.55rem;
      position: absolute;
      left: 2rem;
      bottom: 0;
      opacity: 0.2; }
  .staff-column-entry001 ul {
    width: 51rem;
    position: absolute;
    display: flex;
    right: 0; }
    .staff-column-entry001 ul li {
      width: 16.5rem;
      height: 14.5rem;
      margin-bottom: 0.7rem;
      margin-right: 0.75rem; }
      .staff-column-entry001 ul li a {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff; }
        .staff-column-entry001 ul li a .svg {
          width: 5rem;
          height: 5rem;
          z-index: 1; }
        .staff-column-entry001 ul li a p {
          margin-top: 1.5rem;
          font-size: 1.2rem;
          line-height: 1;
          z-index: 1;
          transition: all 0.5s; }
        .staff-column-entry001 ul li a span {
          margin-top: 0.5rem;
          font-size: 1.2rem;
          line-height: 1;
          z-index: 1;
          transition: all 0.5s;
          display: block; }
      .staff-column-entry001 ul li.item0 {
        background-color: #D5513F;
        margin-top: 7.6rem;
        position: absolute;
        left: 0; }
      .staff-column-entry001 ul li.item1 {
        background-color: #B0CE3A;
        margin-right: 17.25rem;
        position: absolute;
        left: 17.25rem; }
      .staff-column-entry001 ul li.item2 {
        margin-top: 7.6rem; }
      .staff-column-entry001 ul li.item3 {
        background-color: #4DA7E3; }
        .staff-column-entry001 ul li.item3 a {
          background-image: url(../images/hxsy/home/zgzj.jpg) !important; }
      .staff-column-entry001 ul li.item4 {
        position: relative;
        margin-right: 0; }
        .staff-column-entry001 ul li.item4 a {
          background-image: url(../images/hxsy/home/zywm.jpg) !important; }
        .staff-column-entry001 ul li.item4 a:before {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.3); }
  .staff-column-entry001 ul.box1 {
    top: 4rem;
    z-index: 1; }
  .staff-column-entry001 ul.box2 {
    top: 19.2rem; }
  .staff-column-entry001 #svg11 .cls-1 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 10px; }
  .staff-column-entry001 #svg12 .cls-1, .staff-column-entry001 #svg12 .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-width: 10px; }
  .staff-column-entry001 #svg12 .cls-1 {
    stroke-linejoin: round; }
  .staff-column-entry001 #svg12 .cls-2 {
    stroke-miterlimit: 10; }
  .staff-column-entry001 #svg13 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .staff-column-entry001 #svg13 .st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-miterlimit: 10; }
  .staff-column-entry001 #svg14 .cls-1, .staff-column-entry001 #svg14 .cls-2 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px; }
  .staff-column-entry001 #svg14 .cls-1 {
    stroke-miterlimit: 10; }
  .staff-column-entry001 #svg14 .cls-2 {
    stroke-linecap: round;
    stroke-linejoin: round; }
  .staff-column-entry001 #svg15 .st0 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-linejoin: round; }
  .staff-column-entry001 #svg15 .st1 {
    fill: none;
    stroke: #fff;
    stroke-width: 10px;
    stroke-linecap: round;
    stroke-miterlimit: 10; }

@media (max-width: 1440px) {
  .staff-column-entry001 ul {
    width: 46.5rem; }

  .staff-column-entry001 ul li {
    width: 15rem;
    height: 13.15rem; }

  .staff-column-entry001 ul.box2 {
    top: 17.85rem; }

  .staff-column-entry001 ul li.item1 {
    margin-right: 15.75rem;
    left: 15.75rem; } }
@media (max-width: 960px) {
  .staff-column-entry001 {
    height: calc(126vw + 180px); }
    .staff-column-entry001 .entry-box {
      top: 40px;
      width: 100%; }
      .staff-column-entry001 .entry-box h1.tit-line a {
        font-size: 18px; }
    .staff-column-entry001 ul {
      width: 100%;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0 10px;
      box-sizing: border-box; }
      .staff-column-entry001 ul.box1 {
        top: 120px; }
      .staff-column-entry001 ul.box2 {
        top: calc(42vw + 131px); }
      .staff-column-entry001 ul li {
        height: 42vw;
        width: 49%;
        margin-right: 0; }
        .staff-column-entry001 ul li a {
          background-repeat: no-repeat;
          background-size: cover; }
          .staff-column-entry001 ul li a i {
            font-size: 50px; }
          .staff-column-entry001 ul li a .svg {
            width: 60px;
            height: 50px; }
          .staff-column-entry001 ul li a p {
            margin-top: 15px; }
        .staff-column-entry001 ul li.item0 {
          margin-top: 0;
          width: calc(100% - 20px );
          left: 10px; }
        .staff-column-entry001 ul li.item1 {
          margin-right: 0;
          left: 10px;
          top: calc(42vw + 11px);
          width: calc(49% - 10px); }
        .staff-column-entry001 ul li.item2 {
          margin-top: 0;
          margin-left: 51%; }
        .staff-column-entry001 ul li.item3 a .svg, .staff-column-entry001 ul li.item4 a .svg {
          width: 50px; } }
.staff-notice {
  padding: 4rem 0;
  background-image: url("../images/hxsy/staff/notice_bg.jpg");
  background-size: cover; }
  .staff-notice .inner-notice {
    display: flex;
    justify-content: space-between; }
    .staff-notice .inner-notice .left-notice {
      display: flex;
      justify-content: space-between;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      padding: 2.4rem 1.5rem 1.5rem;
      width: 44rem;
      height: 24.05rem; }
    .staff-notice .inner-notice .notice-content {
      flex: 1; }
      .staff-notice .inner-notice .notice-content + .notice-content {
        margin-left: 3rem; }
      .staff-notice .inner-notice .notice-content h1.left-tit-more a.tit {
        font-size: 1.6rem;
        position: relative; }
        .staff-notice .inner-notice .notice-content h1.left-tit-more a.tit:after {
          content: "";
          position: absolute;
          width: 3rem;
          height: 3px;
          background-color: #12B8A0;
          bottom: -0.65rem;
          left: 0; }
      .staff-notice .inner-notice .notice-content h1.left-tit-more span {
        font-size: 0.7rem; }
      .staff-notice .inner-notice .notice-content ul {
        margin-top: 1.2rem; }
        .staff-notice .inner-notice .notice-content ul li {
          padding: 0.95rem 0;
          border-bottom: 1px solid #D7D7D7;
          font-size: 0; }
          .staff-notice .inner-notice .notice-content ul li:last-child {
            border-bottom: none; }
          .staff-notice .inner-notice .notice-content ul li span {
            font-size: 0.7rem;
            line-height: 1;
            color: #AAAAAA; }
          .staff-notice .inner-notice .notice-content ul li a {
            font-size: 0.8rem;
            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;
            color: #333;
            margin-bottom: 0.5rem; }
            .staff-notice .inner-notice .notice-content ul li a:hover {
              color: #12B8A0; }
    .staff-notice .inner-notice .speical-job {
      width: 22.5rem;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .staff-notice .inner-notice .speical-job > img {
        width: 100%;
        height: 17.5rem; }
      .staff-notice .inner-notice .speical-job .notice-box {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        box-sizing: border-box;
        padding: 2rem; }
        .staff-notice .inner-notice .speical-job .notice-box h1 {
          font-weight: normal;
          font-size: 1.6rem;
          position: relative;
          line-height: 1; }
          .staff-notice .inner-notice .speical-job .notice-box h1:after {
            content: "";
            position: absolute;
            width: 3rem;
            height: 3px;
            background-color: #12B8A0;
            bottom: -0.65rem;
            left: 0; }
        .staff-notice .inner-notice .speical-job .notice-box .btn-box {
          display: flex;
          flex-direction: column;
          align-items: center;
          margin-top: 2.5rem; }
          .staff-notice .inner-notice .speical-job .notice-box .btn-box p {
            color: #aaa;
            font-size: 0.8rem;
            line-height: 1; }
          .staff-notice .inner-notice .speical-job .notice-box .btn-box a.btn {
            padding: 0 1rem;
            border-radius: 4px;
            background-color: #9CC301;
            color: #fff;
            text-align: center;
            height: 1.6rem;
            line-height: 1.6rem;
            margin-top: 1.5rem;
            transition: all 0.3s; }
            .staff-notice .inner-notice .speical-job .notice-box .btn-box a.btn:hover {
              background-color: #1D9D9A; }
      .staff-notice .inner-notice .speical-job a.img {
        width: 100%;
        height: 10rem;
        position: relative;
        box-sizing: border-box;
        padding: 1.5rem 0 0 2rem;
        background-color: #12B8A0; }
        .staff-notice .inner-notice .speical-job a.img .zl {
          position: absolute;
          width: 6rem;
          bottom: -0.75rem;
          left: 1rem;
          opacity: 0.5; }
          .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-1, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-2, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-3, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-4, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-5 {
            fill: none;
            stroke: #fff;
            stroke-linejoin: round;
            stroke-width: 0.75px; }
          .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-2, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-3, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-4, .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-5 {
            stroke-linecap: round; }
          .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-3 {
            stroke-dasharray: 2.76 1.84 0.92 1.84; }
          .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-4 {
            stroke-dasharray: 11.05 0.92 2.76 1.84 0.92 1.84; }
          .staff-notice .inner-notice .speical-job a.img .zl #svg .cls-5 {
            stroke-dasharray: 12 1 3 2 1 2; }
        .staff-notice .inner-notice .speical-job a.img p {
          font-size: 1.6rem;
          line-height: 1;
          color: #fff;
          position: relative; }
          .staff-notice .inner-notice .speical-job a.img p:before {
            content: "";
            width: 3rem;
            height: 3px;
            background-color: #fff;
            position: absolute;
            bottom: -0.65rem;
            left: 0; }
        .staff-notice .inner-notice .speical-job a.img .more {
          position: absolute;
          right: 1.5rem;
          bottom: 1.5rem;
          width: 8rem;
          height: 2rem;
          line-height: 2rem;
          text-align: center;
          box-sizing: border-box;
          border-radius: 2px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          font-size: 0.8rem;
          color: #fff;
          overflow: hidden; }
          .staff-notice .inner-notice .speical-job a.img .more:before {
            content: "";
            position: absolute;
            width: 8rem;
            height: 8rem;
            border-radius: 50% 50% 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #1D9D9A; }
          .staff-notice .inner-notice .speical-job a.img .more:hover:before {
            top: -3rem;
            transform: scale(1.2); }
          .staff-notice .inner-notice .speical-job a.img .more:hover span {
            transform: translateX(-0.5rem); }
          .staff-notice .inner-notice .speical-job a.img .more:hover i {
            transform: scale(0.4);
            right: 1rem;
            color: #fff; }
          .staff-notice .inner-notice .speical-job a.img .more span {
            position: relative;
            z-index: 1;
            transition: all 0.5s;
            display: inline-block; }
          .staff-notice .inner-notice .speical-job a.img .more i {
            color: rgba(255, 255, 255, 0.2);
            font-size: 1.85rem;
            line-height: 1;
            position: absolute;
            top: 0;
            right: 0;
            transition: all 0.5s;
            transform: translateZ(0);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }

@media (max-width: 1440px) {
  .staff-notice .inner-notice .left-notice {
    width: 36rem; } }
@media (max-width: 1200px) {
  .staff-notice .inner-notice .notice-content ul li a {
    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;
    height: 40px; } }
@media (max-width: 960px) {
  .staff-notice {
    padding: 20px 0; }
    .staff-notice > .layout {
      padding: 0 10px;
      box-sizing: border-box; }
    .staff-notice .inner-notice {
      flex-wrap: wrap; }
      .staff-notice .inner-notice .left-notice {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        padding-bottom: 20px; }
      .staff-notice .inner-notice .notice-content {
        width: 100%;
        flex: none;
        margin-right: 0; }
        .staff-notice .inner-notice .notice-content h1.left-tit-more a.tit {
          font-size: 18px; }
        .staff-notice .inner-notice .notice-content + .notice-content {
          margin-left: 0;
          margin-top: 10px; }
        .staff-notice .inner-notice .notice-content ul li a {
          font-size: 14px;
          line-height: 16px;
          max-height: 32px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 32px; }
      .staff-notice .inner-notice .speical-job {
        width: 100%;
        height: auto;
        margin-top: 20px; }
        .staff-notice .inner-notice .speical-job .notice-box h1 {
          font-size: 18px; }
        .staff-notice .inner-notice .speical-job > img {
          height: 65vw; }
        .staff-notice .inner-notice .speical-job a.img {
          margin-top: 10px; }
          .staff-notice .inner-notice .speical-job a.img p {
            font-size: 18px; } }
.staff-party {
  margin-top: 3.5rem;
  padding-bottom: 5rem;
  position: relative; }
  .staff-party .bg {
    width: 100%;
    height: 24rem;
    background-color: #F9F6EF;
    position: absolute;
    left: 0;
    bottom: 0; }
  .staff-party .inner-party {
    background-color: #fff;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    height: 29rem;
    display: flex;
    position: relative;
    z-index: 1; }
    .staff-party .inner-party .left-party {
      width: 50%;
      box-sizing: border-box;
      padding: 2rem 1.5rem 0; }
      .staff-party .inner-party .left-party .party-item h1.left-tit-more > i {
        color: #4DA7E3;
        font-size: 1.6rem;
        line-height: 1;
        margin-right: 0.5rem;
        top: 0.1rem;
        position: relative; }
      .staff-party .inner-party .left-party .party-item h1.left-tit-more .tit-box {
        flex: 1;
        font-size: 0; }
        .staff-party .inner-party .left-party .party-item h1.left-tit-more .tit-box a.tit {
          font-size: 1.6rem; }
      .staff-party .inner-party .left-party .party-item h1.left-tit-more a.more i {
        color: #4DA7E3; }
      .staff-party .inner-party .left-party .party-item ul {
        margin-top: 1.5rem; }
        .staff-party .inner-party .left-party .party-item ul li {
          margin-bottom: 1.5rem; }
          .staff-party .inner-party .left-party .party-item ul li a {
            font-size: 0;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .staff-party .inner-party .left-party .party-item ul li a p {
              font-size: 0.8rem;
              line-height: 19px;
              max-height: 19px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-right: 1rem;
              color: #333; }
            .staff-party .inner-party .left-party .party-item ul li a span {
              font-size: 0.7rem;
              line-height: 1;
              color: #AAAAAA;
              flex-shrink: 0; }
            .staff-party .inner-party .left-party .party-item ul li a:hover p {
              color: #4DA7E3; }
      .staff-party .inner-party .left-party .party-item + .party-item {
        margin-top: 0.5rem; }
      .staff-party .inner-party .left-party .party-item.item0 h1.left-tit-more > i {
        color: #FFCD22; }
      .staff-party .inner-party .left-party .party-item.item0 h1.left-tit-more .tit-box a.tit {
        color: #AC3532; }
      .staff-party .inner-party .left-party .party-item.item0 h1.left-tit-more a.more i {
        color: #AC3532; }
      .staff-party .inner-party .left-party .party-item.item0 ul li a span {
        color: #AC3532; }
      .staff-party .inner-party .left-party .party-item.item0 ul li a:hover p {
        color: #AC3532; }
    .staff-party .inner-party .right-special {
      width: 50%;
      display: flex;
      flex-wrap: wrap; }
      .staff-party .inner-party .right-special .special-item {
        width: 50%;
        height: 9.7rem; }
        .staff-party .inner-party .right-special .special-item.item0 {
          width: 100%;
          height: 19.3rem;
          position: relative; }
          .staff-party .inner-party .right-special .special-item.item0 .mark {
            width: 100%;
            height: 9.65rem;
            background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.4));
            box-sizing: border-box;
            padding: 6.95rem 1rem 0;
            position: absolute;
            bottom: 0;
            left: 0; }
            .staff-party .inner-party .right-special .special-item.item0 .mark p {
              font-weight: bold;
              font-size: 1.2rem;
              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;
              color: #fff; }
        .staff-party .inner-party .right-special .special-item a {
          display: block;
          width: 100%;
          height: 100%;
          overflow: hidden; }
          .staff-party .inner-party .right-special .special-item a img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .staff-party .inner-party .right-special .special-item a:hover img {
            transform: scale(1.1); }

@media (max-width: 1440px) {
  .staff-party .inner-party {
    height: 25.55rem; }

  .staff-party .inner-party .right-special .special-item.item0 {
    height: 17rem; }

  .staff-party .inner-party .right-special .special-item {
    height: 8.55rem; }

  .staff-party .inner-party .left-party .party-item ul li {
    margin-bottom: 1rem; } }
@media (max-width: 1200px) {
  .staff-party .inner-party .left-party {
    padding-top: 1rem; } }
@media (max-width: 960px) {
  .staff-party {
    margin-top: 20px; }
    .staff-party .inner-party {
      flex-wrap: wrap;
      height: auto; }
      .staff-party .inner-party .left-party {
        width: 100%;
        padding: 20px 10px 0; }
        .staff-party .inner-party .left-party .party-item h1.left-tit-more .tit-box a.tit {
          font-size: 18px; }
        .staff-party .inner-party .left-party .party-item h1.left-tit-more a.more span {
          font-size: 12px; }
      .staff-party .inner-party .right-special {
        width: 100%;
        margin-top: 10px; }
        .staff-party .inner-party .right-special .special-item {
          height: 28vw; }
          .staff-party .inner-party .right-special .special-item.item0 {
            height: 56vw; } }
.staff-ynlj {
  padding: 4rem 0 0; }
  .staff-ynlj .layout ul {
    display: flex; }
    .staff-ynlj .layout ul li {
      width: 20%;
      height: 10rem; }
      .staff-ynlj .layout ul li a {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #1D9D9A; }
        .staff-ynlj .layout ul li a p {
          margin-top: 1rem;
          font-size: 0.9rem;
          line-height: 1;
          color: #fff; }
  .staff-ynlj .layout ul li:nth-child(1) a {
    background-image: url("../images/hxsy/index/2.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .staff-ynlj .layout ul li:nth-child(2) a {
    background-image: url("../images/hxsy/index/1.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
    .staff-ynlj .layout ul li:nth-child(2) a p {
      color: #8a7752; }
  .staff-ynlj .layout ul li:nth-child(4) a {
    background-image: url("../images/hxsy/index/3.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  .staff-ynlj .layout ul li:nth-child(5) a {
    background-image: url("../images/hxsy/index/4.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat; }
  @media (max-width: 960px) {
    .staff-ynlj {
      padding: 40px 0 0; }
      .staff-ynlj .layout {
        padding: 0 10px; }
        .staff-ynlj .layout ul {
          flex-wrap: wrap; }
          .staff-ynlj .layout ul li {
            width: 50%;
            height: 150px; }
            .staff-ynlj .layout ul li a {
              background-color: #35c8b3; }
            .staff-ynlj .layout ul li:last-child {
              width: 100%; } }

.rczp-content .link-container .layout {
  display: flex;
  justify-content: space-between; }
  .rczp-content .link-container .layout .img {
    width: 40rem;
    height: 22.5rem; }
    .rczp-content .link-container .layout .img img {
      width: 100%;
      height: 100%; }
  .rczp-content .link-container .layout .right-link {
    width: 27rem;
    height: 22.5rem;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 1.5rem;
    box-sizing: border-box;
    position: relative; }
    .rczp-content .link-container .layout .right-link h2 {
      font-weight: normal;
      position: relative; }
      .rczp-content .link-container .layout .right-link h2 a {
        font-size: 1.6rem;
        line-height: 1;
        color: #fff; }
      .rczp-content .link-container .layout .right-link h2:after {
        content: "";
        display: block;
        width: 3.6rem;
        height: 0.2rem;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: -0.7rem; }
    .rczp-content .link-container .layout .right-link span {
      font-size: 0.8rem;
      line-height: 1;
      color: #fff;
      display: inline-block;
      margin-top: 1.6rem; }
    .rczp-content .link-container .layout .right-link a.more {
      position: absolute;
      right: 1.5rem;
      bottom: 2rem;
      width: 6rem;
      height: 2rem;
      border-radius: 4px;
      background-color: #AFD05A;
      text-align: center;
      line-height: 2rem;
      font-size: 0.8rem;
      color: #fff; }
      .rczp-content .link-container .layout .right-link a.more:hover {
        background-color: #1D9D9A; }
.rczp-content .info-container {
  margin-top: 3rem; }
  .rczp-content .info-container h2 {
    font-weight: normal;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .rczp-content .info-container h2 a.tit {
      font-size: 1.6rem;
      line-height: 1;
      color: #333; }
      .rczp-content .info-container h2 a.tit:after {
        content: "";
        display: block;
        width: 3.6rem;
        height: 0.2rem;
        background-color: #F2D254;
        position: absolute;
        left: 0;
        bottom: -0.7rem; }
    .rczp-content .info-container h2 a.more {
      display: flex;
      align-items: center; }
      .rczp-content .info-container h2 a.more span {
        color: #7F7F7F;
        font-size: 0.7rem; }
        .rczp-content .info-container h2 a.more span:hover {
          color: #12B8A0; }
      .rczp-content .info-container h2 a.more i {
        color: #9CC301;
        font-size: 0.7rem;
        margin-left: 0.5rem; }
  .rczp-content .info-container ul {
    box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
    background-color: #fff;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
    margin-bottom: 1rem; }
    .rczp-content .info-container ul li {
      width: 29.45rem;
      padding: 1rem 0;
      border-bottom: 1px solid #D7D7D7; }
      .rczp-content .info-container ul li:last-child, .rczp-content .info-container ul li:nth-last-child(2) {
        border-bottom: 0; }
      .rczp-content .info-container ul li span {
        color: #AAAAAA;
        font-size: 0.8rem;
        line-height: 1; }
      .rczp-content .info-container ul li p {
        color: #333333;
        font-size: 0.9rem;
        line-height: 27px;
        max-height: 54px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        height: 2.7rem;
        margin-top: 0.5rem; }
        .rczp-content .info-container ul li p:hover {
          color: #12B8A0; }

@media (max-width: 1440px) {
  .rczp-content .link-container .layout .img {
    width: 31.5rem; }

  .rczp-content .info-container ul li {
    width: 26.5rem; } }
@media (max-width: 1200px) {
  .rczp-content .info-container ul li p {
    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;
    height: 40px; } }
@media (max-width: 960px) {
  .rczp-container {
    padding-top: 82px; }

  .rczp-content .layout {
    box-sizing: border-box;
    padding: 0 10px; }
  .rczp-content .link-container .layout {
    flex-wrap: wrap; }
    .rczp-content .link-container .layout .img {
      width: 100%;
      height: 55vw; }
    .rczp-content .link-container .layout .right-link {
      width: 100%;
      margin-top: 10px; }
  .rczp-content .info-container ul li {
    width: 100%; }
    .rczp-content .info-container ul li:nth-last-child(2) {
      border-bottom: 1px solid #D7D7D7; } }
.pub-nav2002 {
  height: 24rem;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right; }
  .pub-nav2002.party .layout h1 {
    color: #D5513F; }
  .pub-nav2002.party .layout .second-nav-list ul li a:after {
    border-top-color: #D5513F; }
  .pub-nav2002.party .layout .second-nav-list ul li:hover a {
    background-color: #D5513F; }
  .pub-nav2002.party .layout .second-nav-list ul li.cur a {
    background-color: #D5513F; }
  .pub-nav2002:before {
    content: "";
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%); }
  .pub-nav2002 .layout {
    position: relative;
    height: 100%; }
    .pub-nav2002 .layout h1 {
      text-align: center;
      line-height: 24rem;
      color: #fff;
      font-size: 2rem;
      font-weight: normal; }
    .pub-nav2002 .layout .second-nav-list {
      position: absolute;
      bottom: 60px;
      width: 100%; }
      .pub-nav2002 .layout .second-nav-list ul {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        .pub-nav2002 .layout .second-nav-list ul li {
          margin: 1rem 0.5rem 0; }
          .pub-nav2002 .layout .second-nav-list ul li a {
            min-width: 5.6rem;
            height: 2rem;
            line-height: 2rem;
            padding: 0 1rem;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 4px;
            color: #fff;
            font-size: 0.9rem;
            display: block;
            box-sizing: border-box;
            position: relative;
            text-align: center;
            white-space: nowrap; }
            .pub-nav2002 .layout .second-nav-list ul li a:after {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 0.5rem solid transparent;
              border-top-color: #1D9D9A;
              border-top-width: 0.4rem;
              border-bottom-width: 0;
              position: absolute;
              top: 2rem;
              left: 50%;
              margin-left: -0.5rem;
              opacity: 0;
              transform: translateY(-100%);
              transition: transform 0.3s; }
            .pub-nav2002 .layout .second-nav-list ul li a:hover {
              background-color: #1D9D9A; }
              .pub-nav2002 .layout .second-nav-list ul li a:hover:after {
                opacity: 1;
                transform: translateY(0); }
          .pub-nav2002 .layout .second-nav-list ul li.cur a {
            background-color: #1D9D9A; }
            .pub-nav2002 .layout .second-nav-list ul li.cur a:after {
              opacity: 1;
              transform: translateY(0); }
    .pub-nav2002 .layout .m-second-nav {
      display: none; }

@media (max-width: 960px) {
  .pub-nav2002 {
    padding-top: 60px;
    height: 230px; }
    .pub-nav2002 .layout h1 {
      line-height: 200px; }
    .pub-nav2002 .layout .second-nav-list {
      bottom: 20px; }
      .pub-nav2002 .layout .second-nav-list ul li a {
        font-size: 14px;
        min-width: 76px;
        padding: 0 10px;
        height: 26px;
        line-height: 26px; }
        .pub-nav2002 .layout .second-nav-list ul li a:after {
          top: 26px; }
    .pub-nav2002 .layout .pc-second-nav {
      display: none; }
    .pub-nav2002 .layout .m-second-nav {
      display: block;
      box-sizing: border-box;
      padding: 0 22px; }
      .pub-nav2002 .layout .m-second-nav .second-nav-swiper {
        overflow: hidden; }
        .pub-nav2002 .layout .m-second-nav .second-nav-swiper.no-swiper {
          display: flex;
          justify-content: center; }
      .pub-nav2002 .layout .m-second-nav ul {
        flex-wrap: nowrap;
        width: fit-content;
        padding-bottom: 10px; }
        .pub-nav2002 .layout .m-second-nav ul li {
          margin: 0;
          width: auto !important; }
          .pub-nav2002 .layout .m-second-nav ul li + li {
            margin-left: 3px; }
      .pub-nav2002 .layout .m-second-nav .swiper_btn {
        color: #fff;
        position: absolute;
        top: 4px;
        font-size: 10px;
        display: none; }
        .pub-nav2002 .layout .m-second-nav .swiper_btn i {
          font-size: 10px; }
        .pub-nav2002 .layout .m-second-nav .swiper_btn.swiper-button-prev {
          left: 8px; }
        .pub-nav2002 .layout .m-second-nav .swiper_btn.swiper-button-next {
          right: 8px; } }
.pub-nav3002 {
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  position: relative; }
  .pub-nav3002 ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .pub-nav3002 ul li {
      margin: 0 1.5rem;
      line-height: 3rem;
      position: relative; }
      .pub-nav3002 ul li a {
        font-size: 0.8rem;
        color: #222; }
        .pub-nav3002 ul li a:hover {
          color: #1D9D9A; }
      .pub-nav3002 ul li:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 0.2rem;
        bottom: 0;
        left: 0;
        background-color: #9CC301;
        opacity: 0; }
      .pub-nav3002 ul li.cur:after {
        opacity: 1; }
      .pub-nav3002 ul li.cur a {
        color: #1D9D9A; }

.category-entrances001 .inner-layout .inner-entrances {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.3rem;
  justify-content: center; }
  .category-entrances001 .inner-layout .inner-entrances a {
    margin-right: 1.3rem;
    width: 14rem;
    height: 7.9rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff; }
    .category-entrances001 .inner-layout .inner-entrances a .svg {
      width: 4rem;
      height: 3rem;
      z-index: 1; }
      .category-entrances001 .inner-layout .inner-entrances a .svg svg {
        margin-top: -0.5rem; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg11 .cls-1 {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 10px; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg12 .cls-1, .category-entrances001 .inner-layout .inner-entrances a .svg #svg12 .cls-2 {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-width: 10px; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg12 .cls-1 {
        stroke-linejoin: round; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg12 .cls-2 {
        stroke-miterlimit: 10; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg13 .st0 {
        fill: none;
        stroke: #fff;
        stroke-width: 10px;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg13 .st1 {
        fill: none;
        stroke: #fff;
        stroke-width: 10px;
        stroke-miterlimit: 10; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg14 .cls-1, .category-entrances001 .inner-layout .inner-entrances a .svg #svg14 .cls-2 {
        fill: none;
        stroke: #fff;
        stroke-width: 10px; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg14 .cls-1 {
        stroke-miterlimit: 10; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg14 .cls-2 {
        stroke-linecap: round;
        stroke-linejoin: round; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg15 .st0 {
        fill: none;
        stroke: #fff;
        stroke-width: 10px;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .category-entrances001 .inner-layout .inner-entrances a .svg #svg15 .st1 {
        fill: none;
        stroke: #fff;
        stroke-width: 10px;
        stroke-linecap: round;
        stroke-miterlimit: 10; }
    .category-entrances001 .inner-layout .inner-entrances a p {
      margin-top: 1rem;
      font-size: 1.2rem;
      line-height: 1;
      z-index: 1;
      transition: all 0.5s; }
    .category-entrances001 .inner-layout .inner-entrances a.item0 {
      background-color: #D5513F; }
    .category-entrances001 .inner-layout .inner-entrances a.item1 {
      background-color: #B0CE3A; }
    .category-entrances001 .inner-layout .inner-entrances a.item3 {
      background-color: #4DA7E3; }
    .category-entrances001 .inner-layout .inner-entrances a.item4 {
      position: relative; }
      .category-entrances001 .inner-layout .inner-entrances a.item4:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.3); }
@media (max-width: 960px) {
  .category-entrances001 .inner-layout .inner-entrances {
    margin-right: 0;
    justify-content: space-between; }
    .category-entrances001 .inner-layout .inner-entrances a {
      margin-right: 0;
      width: 48%; }
      .category-entrances001 .inner-layout .inner-entrances a:last-child {
        width: 100%; } }

.category-kxyj h1.left-tit-more a.tit {
  font-size: 1.2rem; }
.category-kxyj.student-columns .btn-box .layout a p {
  font-size: 1.6rem; }
.category-kxyj .btn-box {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .category-kxyj .btn-box .layout {
    display: flex;
    justify-content: space-between; }
    .category-kxyj .btn-box .layout a {
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      width: 48%;
      height: 5rem;
      position: relative; }
      .category-kxyj .btn-box .layout a:after {
        content: "";
        width: 100%;
        border-bottom: 5px solid #1D9D9A;
        position: absolute;
        bottom: 0;
        left: 0; }
      .category-kxyj .btn-box .layout a i {
        font-size: 2rem;
        color: #1D9D9A;
        margin-right: 1rem; }
      .category-kxyj .btn-box .layout a .svg {
        width: 3rem;
        height: 3rem;
        position: relative;
        z-index: 1; }
        .category-kxyj .btn-box .layout a .svg #svg9 .cls-1 {
          fill: none;
          stroke: #1D9D9A;
          stroke-miterlimit: 10;
          stroke-width: 7px; }
        .category-kxyj .btn-box .layout a .svg #svg10 .cls-1, .category-kxyj .btn-box .layout a .svg #svg10 .cls-2 {
          fill: none;
          stroke: #9cc301;
          stroke-width: 7px; }
        .category-kxyj .btn-box .layout a .svg #svg10 .cls-1 {
          stroke-miterlimit: 10; }
        .category-kxyj .btn-box .layout a .svg #svg10 .cls-2 {
          stroke-linecap: round;
          stroke-linejoin: round; }
      .category-kxyj .btn-box .layout a p {
        font-size: 1.2rem; }
      .category-kxyj .btn-box .layout a + a:after {
        border-bottom-color: #9cc301; }
      .category-kxyj .btn-box .layout a + a i {
        color: #9cc301; }
@keyframes line {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
      .category-kxyj .btn-box .layout a:hover:after {
        animation: line 0.5s; }
  @media (max-width: 960px) {
    .category-kxyj .btn-box .layout {
      display: block;
      padding: 0 20px; }
      .category-kxyj .btn-box .layout a {
        width: 100%;
        margin-bottom: 20px; }
      .category-kxyj .btn-box .layout p {
        font-size: 18px !important; } }
@media (max-width: 960px) {
  .category-kxyj h1.left-tit-more a.tit {
    font-size: 18px; } }

.home-news015-03 {
  padding-top: 2rem; }
  .home-news015-03 .layout {
    display: flex;
    justify-content: space-between; }
    .home-news015-03 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-news015-03 .layout .left-news {
      width: 59%;
      padding-top: 1.5rem; }
      .home-news015-03 .layout .left-news ul {
        margin-top: 1rem;
        padding: 0;
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-content: space-between; }
        .home-news015-03 .layout .left-news ul li {
          border-radius: 1px;
          box-sizing: border-box;
          width: calc(50% - 12.5px);
          margin-top: 1.25rem; }
          .home-news015-03 .layout .left-news ul li a {
            padding-bottom: 1rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
            box-sizing: border-box;
            position: relative;
            z-index: 1;
            overflow: hidden; }
            .home-news015-03 .layout .left-news ul li a .img {
              width: 100%;
              height: 9.5rem;
              overflow: hidden;
              margin-right: 1.5rem;
              flex-shrink: 0; }
              .home-news015-03 .layout .left-news ul li a .img .inner-img {
                height: 100%; }
              .home-news015-03 .layout .left-news ul li a .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .home-news015-03 .layout .left-news ul li a .bottom-tit {
              position: relative;
              display: flex; }
              .home-news015-03 .layout .left-news ul li a .bottom-tit .more {
                width: 2.5rem;
                height: 2.5rem;
                background-color: #1D9D9A;
                display: flex;
                justify-content: center;
                align-items: center; }
                .home-news015-03 .layout .left-news ul li a .bottom-tit .more i {
                  color: white;
                  font-size: 1.6rem; }
              .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info {
                width: 100%;
                height: 5rem;
                padding: 0.5rem 0.75rem;
                box-sizing: border-box;
                background: #1D9D9A;
                top: -1.5rem;
                right: 0; }
                .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info .tit {
                  height: 3rem;
                  display: flex;
                  color: #fff; }
                  .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info .tit span {
                    height: auto;
                    font-size: 0.9rem;
                    line-height: 1.35rem;
                    max-height: 2.7rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    word-wrap: break-word;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    margin-bottom: 0.25rem; }
                .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info .time {
                  font-size: 0.8rem;
                  color: #fff; }
            .home-news015-03 .layout .left-news ul li a:hover .img img {
              transform: scale(1.1); }
            .home-news015-03 .layout .left-news ul li a:hover:after {
              opacity: 1; }
    .home-news015-03 .layout .right-news {
      width: 38.07%; }
      .home-news015-03 .layout .right-news .top, .home-news015-03 .layout .right-news .bottom {
        box-shadow: 0 1px 40px 0 rgba(78, 78, 78, 0.1); }
      .home-news015-03 .layout .right-news .top ul {
        margin-top: 2rem; }
      .home-news015-03 .layout .right-news .bottom {
        margin-top: 2rem; }
        .home-news015-03 .layout .right-news .bottom ul {
          margin-top: 1rem; }
      .home-news015-03 .layout .right-news h1 {
        padding: 1.5rem 1.5rem 0; }
      .home-news015-03 .layout .right-news ul {
        margin-top: 1.5rem; }
        .home-news015-03 .layout .right-news ul li a {
          padding: 0.6rem 0;
          position: relative;
          z-index: 1;
          display: -webkit-flex;
          display: flex;
          align-items: center; }
          .home-news015-03 .layout .right-news ul li a .bg {
            position: absolute;
            left: -0.7rem;
            top: 0;
            right: 0;
            height: 0;
            background-color: #1D9D9A;
            -webkit-background-size: cover;
            background-size: cover;
            z-index: -1;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .home-news015-03 .layout .right-news ul li a .bg:after {
              content: '';
              position: absolute;
              left: 0;
              bottom: -0.6rem;
              height: 0;
              width: 0;
              font-size: 0;
              border: 0.35rem solid transparent;
              border-top-color: #1D9D9A;
              border-right-color: #1D9D9A;
              -webkit-background-size: cover;
              background-size: cover;
              opacity: 0;
              -webkit-transition: opacity .5s;
              -o-transition: opacity .5s;
              transition: opacity .5s; }
              @media (max-width: 1280px) {
                .home-news015-03 .layout .right-news ul li a .bg:after {
                  bottom: -0.6rem; } }
          .home-news015-03 .layout .right-news ul li a .time {
            width: 5.7rem;
            text-align: center;
            color: #333;
            line-height: 1.1;
            flex-shrink: 0;
            -webkit-transition: all .5s;
            -o-transition: all .5s;
            transition: all .5s; }
            .home-news015-03 .layout .right-news ul li a .time .day {
              margin-bottom: 0.4rem;
              font-size: 1.4rem;
              line-height: 1; }
            .home-news015-03 .layout .right-news ul li a .time .year {
              font-size: 0.7rem;
              line-height: 1; }
          .home-news015-03 .layout .right-news ul li a .right-info {
            padding-right: 1rem; }
            .home-news015-03 .layout .right-news ul li a .right-info .tit {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 1.35rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.5rem; }
            .home-news015-03 .layout .right-news ul li a .right-info .content {
              font-size: 0.65rem;
              line-height: 1rem;
              max-height: 2rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #999; }
          .home-news015-03 .layout .right-news ul li a:hover .bg {
            height: 100%;
            opacity: 1; }
            .home-news015-03 .layout .right-news ul li a:hover .bg:after {
              opacity: 1; }
          .home-news015-03 .layout .right-news ul li a:hover .time {
            color: #fff; }
          .home-news015-03 .layout .right-news ul li a:hover .right-info .tit {
            color: #fff; }
          .home-news015-03 .layout .right-news ul li a:hover .right-info .content {
            color: rgba(255, 255, 255, 0.8); }

@media (max-width: 960px) {
  .home-news015-03 {
    padding-top: 40px; }
    .home-news015-03 .layout {
      flex-direction: column;
      padding: 0 15px; }
      .home-news015-03 .layout .left-news {
        width: 100%; }
        .home-news015-03 .layout .left-news ul {
          margin-top: 10px; }
          .home-news015-03 .layout .left-news ul li {
            width: 100%;
            margin-top: 0; }
            .home-news015-03 .layout .left-news ul li a {
              padding: 0.7rem;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              position: relative;
              z-index: 1;
              overflow: hidden;
              flex-direction: column; }
              .home-news015-03 .layout .left-news ul li a .img {
                width: 100%;
                height: 50vw;
                overflow: hidden;
                margin: 0; }
                .home-news015-03 .layout .left-news ul li a .img .inner-img {
                  height: 100%; }
                .home-news015-03 .layout .left-news ul li a .img img {
                  width: 100%;
                  height: 100%;
                  transition: all 0.3s; }
              .home-news015-03 .layout .left-news ul li a .bottom-tit {
                width: 100%;
                height: 5rem; }
                .home-news015-03 .layout .left-news ul li a .bottom-tit .more {
                  display: none; }
                .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info {
                  width: 100%;
                  height: 4.5rem;
                  top: 0;
                  background: #1D9D9A;
                  padding: 0.5rem;
                  border: none; }
                  .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info .tit {
                    height: 3rem;
                    margin-top: -0.75rem;
                    display: flex !important;
                    justify-content: center;
                    align-items: center;
                    font-size: 0.9rem;
                    line-height: 1.35rem;
                    max-height: 2.7rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    word-wrap: break-word;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    transform: translateY(15px);
                    color: white; }
                  .home-news015-03 .layout .left-news ul li a .bottom-tit .right-info .time {
                    font-size: 0.8rem;
                    display: none;
                    color: #999; }
      .home-news015-03 .layout .right-news {
        width: 100%; }
        .home-news015-03 .layout .right-news ul {
          margin-top: 10px; }
          .home-news015-03 .layout .right-news ul li a {
            padding: 0.75rem 0; }
            .home-news015-03 .layout .right-news ul li a .right-info .tit {
              font-size: 0.9rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .home-news015-03 .layout .right-news ul li a .right-info .content {
              display: none; } }
.category-gccrc .inner-layout .list-item {
  margin-bottom: 1rem; }
  .category-gccrc .inner-layout .list-item h2 {
    color: #1D9D9A;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(29, 157, 154, 0.4);
    font-size: 1.2rem; }
  .category-gccrc .inner-layout .list-item ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem; }
    .category-gccrc .inner-layout .list-item ul li {
      margin-bottom: 1rem;
      width: 16.66%; }
      .category-gccrc .inner-layout .list-item ul li a {
        font-size: 0.9rem;
        line-height: 1; }
        .category-gccrc .inner-layout .list-item ul li a:hover {
          color: #1D9D9A; }
@media (max-width: 960px) {
  .category-gccrc .inner-layout .list-item ul li {
    width: 25%; } }

.category-gccrc2 .inner-layout .list-item {
  margin-bottom: 1rem; }
  .category-gccrc2 .inner-layout .list-item h2 {
    color: #1D9D9A;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(29, 157, 154, 0.4);
    font-size: 1.2rem; }
  .category-gccrc2 .inner-layout .list-item .group-divider {
    border-top: 1px dashed #1D9D9A;
    margin: 15px 0;
    padding-top: 15px; }
  .category-gccrc2 .inner-layout .list-item ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem; }
    .category-gccrc2 .inner-layout .list-item ul li {
      margin-bottom: 1rem;
      width: 16.66%; }
      .category-gccrc2 .inner-layout .list-item ul li a {
        font-size: 0.9rem;
        line-height: 1; }
        .category-gccrc2 .inner-layout .list-item ul li a:hover {
          color: #1D9D9A; }
@media (max-width: 960px) {
  .category-gccrc2 .inner-layout .list-item ul li {
    width: 25%; } }

.category-jkkp {
  background-color: #FAF6EB;
  padding: 5rem 0 6.5rem;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .category-jkkp.kskp {
    padding: 0 0 4rem;
    background: url(../images/hxsy/index_bg_lt.jpg) no-repeat left top, url(../images/hxsy/index_bg_rb.jpg) no-repeat right bottom; }
  .category-jkkp .column-list {
    margin-top: 2.8rem; }
    .category-jkkp .column-list .left {
      height: max-content;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .category-jkkp .column-list .left .item {
        flex: 1;
        height: 9rem;
        background-color: #12b8a0;
        position: relative; }
        .category-jkkp .column-list .left .item a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          background-repeat: no-repeat;
          background-size: cover;
          box-sizing: border-box;
          padding: 0.5rem; }
          .category-jkkp .column-list .left .item a .icon-box {
            z-index: 1;
            margin-bottom: 0.5rem; }
            .category-jkkp .column-list .left .item a .icon-box i {
              font-size: 3.5rem;
              color: white;
              transition: all 1s; }
          .category-jkkp .column-list .left .item a .tit-box {
            height: 2.4rem; }
            .category-jkkp .column-list .left .item a .tit-box p {
              font-size: 1rem;
              line-height: 1.2;
              color: #fff;
              z-index: 1;
              transition: all 0.5s;
              text-align: center; }
        .category-jkkp .column-list .left .item.item0 {
          background-color: #9CC301; }
          .category-jkkp .column-list .left .item.item0 a .svg {
            width: 5rem; }
        .category-jkkp .column-list .left .item.item1 {
          background-color: #40ccc7; }
        .category-jkkp .column-list .left .item.item2 {
          background-color: #eab600; }
        .category-jkkp .column-list .left .item.item3 {
          background-color: #4DA7E3; }
        .category-jkkp .column-list .left .item.item4 {
          background-color: #D5513F; }
        .category-jkkp .column-list .left .item .show-img {
          position: absolute;
          top: -8.95rem;
          left: 50%;
          transform: translateX(-50%);
          width: 7.5rem;
          height: max-content;
          padding: 0.5rem;
          box-sizing: border-box;
          background: white;
          display: flex;
          justify-content: space-between;
          display: none;
          transition: all .5s;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
          .category-jkkp .column-list .left .item .show-img::after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: -1rem;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            font-size: 0;
            border: 0.5rem solid transparent;
            border-top-color: white; }
          .category-jkkp .column-list .left .item .show-img img {
            width: 6.5rem;
            height: 6.5rem; }
          .category-jkkp .column-list .left .item .show-img p {
            margin-top: 0.25rem;
            font-size: 0.8rem;
            color: #333;
            text-align: center;
            line-height: 0.9rem; }
        .category-jkkp .column-list .left .item:hover a .icon-box {
          transition: all 1s;
          transform: rotateY(360deg); }
        .category-jkkp .column-list .left .item:hover .show-img {
          display: block; }
    .category-jkkp .column-list .depkp-tit {
      margin-top: 2rem; }
      .category-jkkp .column-list .depkp-tit a {
        width: 100%;
        height: max-content;
        display: flex;
        justify-content: center; }
        .category-jkkp .column-list .depkp-tit a p {
          font-size: 1.2rem;
          color: #1D9D9A; }
    .category-jkkp .column-list .list-department003 {
      margin-top: 1rem; }
      .category-jkkp .column-list .list-department003 .dep-class {
        align-items: start;
        width: 100%; }
        .category-jkkp .column-list .list-department003 .dep-class span {
          height: max-content;
          margin-top: 0.375rem; }
        .category-jkkp .column-list .list-department003 .dep-class .tab-tit a {
          transition: all .5s; }
        .category-jkkp .column-list .list-department003 .dep-class .tab-tit a:hover {
          background: #1D9D9A;
          color: white; }
      .category-jkkp .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li {
        height: 2.8rem;
        background: white; }
        .category-jkkp .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li a {
          background: linear-gradient(#1d9d9a, #1d9d9a) no-repeat left bottom;
          background-size: 0 100%;
          transition: background-size .3s; }
          .category-jkkp .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li a:hover {
            background-size: 100% 100%; }
            .category-jkkp .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li a:hover p {
              color: white; }

@media (max-width: 1440px) {
  .category-jkkp .column-list li {
    height: 10rem; }
    .category-jkkp .column-list li a .svg {
      height: 3rem;
      width: 3rem;
      margin-bottom: 0.75rem; }
    .category-jkkp .column-list li a p {
      font-size: 1rem; }
    .category-jkkp .column-list li.item0 a .svg {
      width: 3.5rem; } }
@media (max-width: 960px) {
  .category-jkkp {
    padding: 20px 0; }
    .category-jkkp > .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .category-jkkp .column-list {
      flex-wrap: wrap; }
      .category-jkkp .column-list .left {
        width: 100%; }
      .category-jkkp .column-list .right {
        width: 100%;
        height: 50vw;
        background-size: 100% auto; }
      .category-jkkp .column-list .list-department003 {
        margin-top: 0; } }
.category-jkkp2 {
  background-color: #faf6eb;
  padding: 5rem 0 6.5rem;
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat; }
  .category-jkkp2.kskp {
    padding: 0 0 4rem;
    background: url(../images/hxsy/index_bg_lt.jpg) no-repeat left top, url(../images/hxsy/index_bg_rb.jpg) no-repeat right bottom; }
  .category-jkkp2 .column-list {
    margin-top: 2.8rem; }
    .category-jkkp2 .column-list .left {
      height: max-content;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .category-jkkp2 .column-list .left .item {
        flex: 33%;
        height: 9rem;
        background-color: #12b8a0;
        position: relative; }
        .category-jkkp2 .column-list .left .item.item-special {
          flex: 35%; }
        .category-jkkp2 .column-list .left .item.special {
          flex: 33%; }
        .category-jkkp2 .column-list .left .item a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          background-repeat: no-repeat;
          background-size: cover;
          box-sizing: border-box;
          padding: 0.5rem; }
          .category-jkkp2 .column-list .left .item a .icon-box {
            z-index: 1;
            margin-bottom: 0.5rem; }
            .category-jkkp2 .column-list .left .item a .icon-box i {
              font-size: 3.5rem;
              color: white;
              transition: all 1s; }
          .category-jkkp2 .column-list .left .item a .tit-box {
            height: 2.4rem; }
            .category-jkkp2 .column-list .left .item a .tit-box p {
              font-size: 1.3rem;
              line-height: 1.2;
              color: #fff;
              z-index: 1;
              transition: all 0.5s;
              text-align: center; }
        .category-jkkp2 .column-list .left .item.item0 {
          background-color: #9cc301; }
          .category-jkkp2 .column-list .left .item.item0 a .svg {
            width: 5rem; }
        .category-jkkp2 .column-list .left .item.item1 {
          background-color: #40ccc7; }
        .category-jkkp2 .column-list .left .item.item2 {
          background-color: #eab600; }
        .category-jkkp2 .column-list .left .item.item3 {
          background-color: #4da7e3; }
        .category-jkkp2 .column-list .left .item.item4 {
          background-color: #d5513f; }
        .category-jkkp2 .column-list .left .item.item6 {
          background-color: #1d9d9a; }
        .category-jkkp2 .column-list .left .item .show-img {
          position: absolute;
          top: -8.95rem;
          left: 50%;
          transform: translateX(-50%);
          width: 7.5rem;
          height: max-content;
          padding: 0.5rem;
          box-sizing: border-box;
          background: white;
          display: flex;
          justify-content: space-between;
          display: none;
          transition: all 0.5s;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12); }
          .category-jkkp2 .column-list .left .item .show-img::after {
            content: "";
            position: absolute;
            left: 50%;
            bottom: -1rem;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            font-size: 0;
            border: 0.5rem solid transparent;
            border-top-color: white; }
          .category-jkkp2 .column-list .left .item .show-img img {
            width: 6.5rem;
            height: 6.5rem; }
          .category-jkkp2 .column-list .left .item .show-img p {
            margin-top: 0.25rem;
            font-size: 0.8rem;
            color: #333;
            text-align: center;
            line-height: 0.9rem; }
        .category-jkkp2 .column-list .left .item:hover a .icon-box {
          transition: all 1s;
          transform: rotateY(360deg); }
        .category-jkkp2 .column-list .left .item:hover .show-img {
          display: block; }
    .category-jkkp2 .column-list .depkp-tit {
      margin: 2rem 0; }
      .category-jkkp2 .column-list .depkp-tit a {
        width: 100%;
        height: max-content;
        display: flex;
        justify-content: center; }
        .category-jkkp2 .column-list .depkp-tit a p {
          font-size: 1.2rem;
          color: #1D9D9A; }
    .category-jkkp2 .column-list .list-department003 {
      margin-top: 1rem; }
      .category-jkkp2 .column-list .list-department003 .dep-class {
        align-items: start;
        width: 100%; }
        .category-jkkp2 .column-list .list-department003 .dep-class span {
          height: max-content;
          margin-top: 0.375rem; }
        .category-jkkp2 .column-list .list-department003 .dep-class .tab-tit a {
          transition: all 0.5s; }
        .category-jkkp2 .column-list .list-department003 .dep-class .tab-tit a:hover {
          background: #1D9D9A;
          color: white; }
      .category-jkkp2 .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li {
        height: 2.8rem;
        background: white; }
        .category-jkkp2 .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li a {
          background: linear-gradient(#1d9d9a, #1d9d9a) no-repeat left bottom;
          background-size: 0 100%;
          transition: background-size 0.3s; }
          .category-jkkp2 .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li a:hover {
            background-size: 100% 100%; }
            .category-jkkp2 .column-list .list-department003 .tab-pannel-wrap .tab-pannel .department-list .dep-content ul li a:hover p {
              color: white; }
  .category-jkkp2 .reward {
    width: 100%; }

@media (max-width: 1440px) {
  .category-jkkp .column-list li {
    height: 10rem; }
    .category-jkkp .column-list li a .svg {
      height: 3rem;
      width: 3rem;
      margin-bottom: 0.75rem; }
    .category-jkkp .column-list li a p {
      font-size: 1rem; }
    .category-jkkp .column-list li.item0 a .svg {
      width: 3.5rem; } }
@media (max-width: 960px) {
  .category-jkkp {
    padding: 20px 0; }
    .category-jkkp > .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .category-jkkp .column-list {
      flex-wrap: wrap; }
      .category-jkkp .column-list .left {
        width: 100%; }
      .category-jkkp .column-list .right {
        width: 100%;
        height: 50vw;
        background-size: 100% auto; }
      .category-jkkp .column-list .list-department003 {
        margin-top: 0; } }

        .home-floatwin001 {
        z-index: 999;
       position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    img {
        width: 13.15rem;
    }
    i {
        right: 5px;
    color: rgba(143, 137, 137, 0.856);
    position: absolute;
    font-style: normal;
    }
}
/*# sourceMappingURL=style_new.css.map */
