@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; }

.mt10 {
  margin-top: 0.5rem !important; }

.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; }

.pb40 {
  padding-bottom: 2rem !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 3588687 */
  src: url("//at.alicdn.com/t/c/font_3588687_okjb50rxp6n.woff2?t=1700217528233") format("woff2"), url("//at.alicdn.com/t/c/font_3588687_okjb50rxp6n.woff?t=1700217528233") format("woff"), url("//at.alicdn.com/t/c/font_3588687_okjb50rxp6n.ttf?t=1700217528233") format("truetype"); }
@font-face {
  font-family: "iconynzyy";
  src: url("./font/ynzyy_font/iconfont.woff2") format("woff2"), url("./font/ynzyy_font/iconfont.woff") format("woff"), url("./font/ynzyy_font/iconfont.ttf") 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"); }
.iconynzyy {
  font-family: "iconynzyy" !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; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 5rem 0; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

body {
  overflow-x: hidden; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto; }

.inner-container {
  background: url(../images/innerbg1.png) left 0px no-repeat, url(../images/innerbg2.png) right bottom no-repeat;
  min-height: 30rem;
  overflow: hidden; }
  .inner-container.show-leader001 {
    background: none; }

@media (max-width: 960px) {
  .inner-container {
    background-size: 60%; } }
.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 360px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .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.party a.on {
    background-color: #c50c11;
    border-color: #c50c11; }
  .pager.party a:hover {
    color: #c50c11; }
  .pager.party button {
    background-color: #c50c11; }
    .pager.party button:hover {
      background-color: #c50c11; }
  .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: #4FA27A; }
    .pager a.on {
      background-color: #4FA27A;
      border-color: #4FA27A;
      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: #4FA27A;
    cursor: pointer; }
    .pager button:hover {
      background-color: #4FA27A; }
  .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: 1200px) {
  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: 360px; }

  .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 10px; }

  .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 */
/* 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: -18px;
  display: block;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    border-radius: 15px;
    cursor: pointer;
    background-color: #D9CCB9;
    transition: .38s; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      width: 50px;
      background-color: #DBCA7B; }
    .slick-dots li:hover {
      background-color: #335C4E; }

@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 toShow {
  0% {
    opacity: 0;
    transform: translateX(-80px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
h1.center-tit001 {
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  position: relative; }
  h1.center-tit001 a {
    color: #fff; }
  h1.center-tit001.black a {
    color: #333; }

h1.center-tit002 {
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center; }
  h1.center-tit002 i {
    color: #88B7A7;
    font-size: 2rem;
    line-height: 1; }
  h1.center-tit002 a {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    margin: 0 1.5rem; }
  h1.center-tit002.black a {
    color: #333; }

h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  z-index: 1;
  position: relative; }
  h1.left-tit-more.white a.tit {
    color: #fff; }
  h1.left-tit-more a.tit {
    font-size: 2rem;
    line-height: 1;
    color: #333; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.9rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #A49887;
      font-size: 1.5rem;
      margin-left: 0.4rem; }
    h1.left-tit-more a.more:hover span {
      color: #4FA27A; }

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: #335C4E; }
  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: #335C4E; }
        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: #4FA27A;
          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.9rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #A49887;
      font-size: 1.5rem;
      margin-left: 0.4rem; }
    h1.left-tab-tit001 a.more:hover span {
      color: #4FA27A; }

h2.left-tab-tit002 {
  display: flex;
  justify-content: space-between;
  font-weight: normal; }
  h2.left-tab-tit002 .tab-tit {
    font-size: 1rem;
    line-height: 1;
    position: relative;
    height: 2.5rem; }
    h2.left-tab-tit002 .tab-tit a {
      color: #333; }
    h2.left-tab-tit002 .tab-tit.cur a {
      color: #335C4E; }
    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: #4FA27A;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      border-top-width: 0.5rem;
      border-bottom-width: 0.5rem; }
    h2.left-tab-tit002 .tab-tit + .tab-tit {
      margin-left: 1.05rem;
      position: relative; }
      h2.left-tab-tit002 .tab-tit + .tab-tit:before {
        display: block;
        content: "";
        width: 1px;
        height: 1rem;
        background-color: #E4E4E4;
        position: absolute;
        left: -0.5rem;
        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: #335C4E;
      transition: all 0.5s; }
    h2.left-tab-tit002 a.more i {
      color: #4FA27A;
      font-size: 0.8rem;
      margin-left: 0.4rem; }
    h2.left-tab-tit002 a.more:hover span {
      color: #4FA27A; }

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: #335C4E;
    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.6rem;
    line-height: 1;
    color: #fff; }

a.center-more001 {
  width: 9rem;
  height: 2.5rem;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  left: 50%;
  margin-left: -4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: all 0.5s; }
  a.center-more001 span {
    font-size: 0.9rem;
    line-height: 1;
    color: #333; }
  a.center-more001 i {
    color: #4FA27A;
    font-size: 0.9rem;
    margin-left: 0.4rem; }

a.center-more002 {
  width: 9.8rem;
  height: 2.65rem;
  position: relative;
  left: 50%;
  margin-left: -4.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  transition: all 0.5s;
  overflow: hidden; }
  a.center-more002 .svg {
    position: absolute;
    left: 0;
    top: -130%;
    width: 100%; }
    a.center-more002 .svg .st0,
    a.center-more002 .svg .st1 {
      fill: none;
      stroke: #D9CCB9;
      stroke-miterlimit: 10;
      fill-opacity: 0;
      transition: fill-opacity 0.5s; }
  a.center-more002 span {
    font-size: 0.9rem;
    line-height: 1;
    color: #D9CCB9;
    z-index: 1; }
  a.center-more002 i {
    color: #D9CCB9;
    font-size: 1.5rem;
    margin-left: 0.25rem;
    z-index: 1; }
  a.center-more002:hover .svg .st1 {
    fill-opacity: 1;
    fill: #335C4E; }

@media (max-width: 960px) {
  body,
  html {
    max-width: 100%;
    overflow-x: hidden; }

  h1.center-tit001 {
    font-size: 18px; }

  h1.center-tit002 a {
    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; } }
.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: 7.3rem;
    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-image: url("../images/ynzyy/share.png");
    background-size: contain;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.5rem; }
    .show-share-box .share-ico.close {
      background-image: url("../images/ynzyy/share_close.png");
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-size: contain;
    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-image: url("../images/ynzyy/link.png"); }
    .show-share-box .share-container .share-btn.qr-btn {
      background-image: url("../images/ynzyy/qr-code.png"); }
    .show-share-box .share-container .share-btn.print-btn {
      background-image: url("../images/ynzyy/print.png"); }

@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; } }
.header-001 {
  width: 100%;
  background-color: #fff; }
  .header-001 .header-layout {
    width: 84rem;
    margin: 0 auto; }
  .header-001 .top-bar {
    height: 1.5rem;
    background-image: url("../images/ynzyy/top_bg.jpg");
    background-repeat: repeat; }
    .header-001 .top-bar > .layout {
      display: flex;
      justify-content: flex-end;
      height: 100%; }
    .header-001 .top-bar .link {
      display: flex;
      align-items: center; }
      .header-001 .top-bar .link i {
        color: #dac97b;
        font-size: 0.8rem;
        line-height: 1;
        margin-right: 0.5rem; }
      .header-001 .top-bar .link a {
        display: flex;
        align-items: center; }
        .header-001 .top-bar .link a span {
          font-size: 0.8rem;
          line-height: 1;
          color: #fff; }
        .header-001 .top-bar .link a + a {
          margin-left: 1rem; }
        .header-001 .top-bar .link a:last-child i {
          top: 1px;
          position: relative; }
        .header-001 .top-bar .link a:hover span {
          color: #cfb36d; }
  .header-001 .header-wrap {
    padding: 0.75rem 0 0;
    background-image: url("../images/ynzyy/nav_bg.jpg");
    background-repeat: repeat;
    position: relative; }
    .header-001 .header-wrap .logo-row {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .header-001 .header-wrap .logo-row a.logo {
        display: block;
        height: 2.9rem;
        margin-right: 3.45rem; }
        .header-001 .header-wrap .logo-row a.logo img {
          height: 100%; }
      .header-001 .header-wrap .logo-row .qr-search {
        display: flex;
        align-items: center; }
        .header-001 .header-wrap .logo-row .qr-search .link {
          margin-right: 0.5rem;
          line-height: 1;
          font-size: 0.8rem;
          height: 0.8rem; }
          .header-001 .header-wrap .logo-row .qr-search .link a:hover {
            color: #335C4E; }
        .header-001 .header-wrap .logo-row .qr-search a.qr {
          margin-right: 0.5rem;
          width: 1.6rem;
          height: 1.6rem;
          border-radius: 50%;
          box-sizing: border-box;
          border: 1px solid #91C341;
          position: relative;
          flex-shrink: 0; }
          .header-001 .header-wrap .logo-row .qr-search a.qr .icon {
            line-height: 1.5rem;
            text-align: center;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            overflow: hidden;
            -webkit-transition: all .45s; }
            .header-001 .header-wrap .logo-row .qr-search a.qr .icon i {
              font-size: 0.9rem;
              color: #91C341;
              position: relative;
              z-index: 11; }
            .header-001 .header-wrap .logo-row .qr-search a.qr .icon:before {
              content: "";
              position: absolute;
              width: 1.6rem;
              height: 1.6rem;
              border-radius: 1.6rem 1.6rem 0px 0px;
              left: 0;
              top: 100%;
              -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
              background-color: #91C341; }
          .header-001 .header-wrap .logo-row .qr-search a.qr .img-wrap {
            display: none;
            position: absolute;
            top: 2.25rem;
            left: 50%;
            margin-left: -55px;
            width: 110px;
            height: 134px;
            background-color: #fff;
            box-sizing: border-box;
            padding-top: 4px;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 11; }
            .header-001 .header-wrap .logo-row .qr-search 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%); }
            .header-001 .header-wrap .logo-row .qr-search a.qr .img-wrap img {
              width: 90px;
              height: 90px;
              margin-bottom: 10px; }
            .header-001 .header-wrap .logo-row .qr-search a.qr .img-wrap span {
              font-size: 14px;
              line-height: 1;
              color: #333333; }
          .header-001 .header-wrap .logo-row .qr-search a.qr:hover .icon i {
            color: #fff; }
          .header-001 .header-wrap .logo-row .qr-search a.qr:hover .icon:before {
            top: 0;
            -webkit-transform: scale(1.2); }
          .header-001 .header-wrap .logo-row .qr-search a.qr:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
        .header-001 .header-wrap .logo-row .qr-search .search-btn {
          width: 1.6rem;
          height: 1.6rem;
          border-radius: 50%;
          box-sizing: border-box;
          border: 1px solid #4FA27A;
          cursor: pointer;
          line-height: 1.5rem;
          text-align: center;
          position: relative;
          overflow: hidden;
          -webkit-transition: all .45s;
          flex-shrink: 0; }
          .header-001 .header-wrap .logo-row .qr-search .search-btn:before {
            content: "";
            position: absolute;
            width: 1.6rem;
            height: 1.6rem;
            border-radius: 1.6rem 1.6rem 0px 0px;
            left: 0;
            top: 100%;
            -webkit-transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
            background-color: #4FA27A; }
          .header-001 .header-wrap .logo-row .qr-search .search-btn i {
            color: #4FA27A;
            font-size: 0.9rem;
            position: relative;
            z-index: 11;
            transition: .3s;
            display: block; }
        @media (any-hover: hover) {
          .header-001 .header-wrap .logo-row .qr-search .search-btn:hover i {
            color: #fff;
            -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
            transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
            -webkit-animation-name: jello;
            animation-name: jello;
            transform-origin: center; }
          .header-001 .header-wrap .logo-row .qr-search .search-btn:hover:before {
            top: 0;
            -webkit-transform: scale(1.2); } }
      .header-001 .header-wrap .logo-row .mobile-nav {
        display: none;
        flex-shrink: 0; }
        .header-001 .header-wrap .logo-row .mobile-nav a {
          display: block; }
          .header-001 .header-wrap .logo-row .mobile-nav a i {
            font-size: 30px;
            color: #335C4E;
            position: relative; }
    .header-001 .header-wrap .nav {
      width: 100%; }
      .header-001 .header-wrap .nav .nav-ul {
        display: flex;
        justify-content: space-between;
        box-sizing: border-box;
        margin: 0 -1.25rem 0 -1.5rem; }
        .header-001 .header-wrap .nav .nav-ul > li {
          font-size: 0.9rem;
          line-height: 2.4rem;
          flex: 1;
          text-align: center;
          position: relative; }
          .header-001 .header-wrap .nav .nav-ul > li > a {
            color: #333333;
            position: relative; }
            .header-001 .header-wrap .nav .nav-ul > li > a:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -0.25rem;
              left: 50%;
              height: 0.1rem;
              width: 0;
              background-color: #ECB21D;
              transition: all 0.3s; }
          .header-001 .header-wrap .nav .nav-ul > li.cur > a {
            font-weight: bold; }
            .header-001 .header-wrap .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }
          .header-001 .header-wrap .nav .nav-ul > li > a:hover:after {
            width: 100%;
            left: 0; }
    .header-001 .header-wrap .search {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(51, 92, 78, 0.95);
      z-index: 2000; }
      .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: #335C4E;
              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; }

.subnav {
  display: none;
  position: absolute;
  top: 2.4rem;
  z-index: 3000;
  color: #333;
  font-size: 0.7rem;
  background-color: #fff;
  width: 110%;
  transform: translate(-5%);
  border-top: 3px solid #054905;
  left: 0;
  overflow: hidden;
  box-shadow: 0 1px 10px -3px #9f9c9c; }
  .subnav > img {
    position: absolute;
    opacity: 0.2; }
    .subnav > img.left {
      top: 4rem;
      left: 0; }
    .subnav > img.right {
      right: 0;
      bottom: 0; }
  .subnav .inner-subnav {
    display: flex;
    justify-content: space-between;
    margin: 0 -1.25rem 0 -1.5rem;
    position: relative; }
    .subnav .inner-subnav ul {
      display: flex;
      flex-direction: column;
      align-items: center;
      flex: 1; }
      .subnav .inner-subnav ul li {
        font-size: 0.8rem;
        line-height: 1; }
        .subnav .inner-subnav ul li a {
          color: #fff;
          white-space: nowrap; }
          .subnav .inner-subnav ul li a:hover {
            color: #DAC97B; }
  .subnav .dropMenu {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.4rem 0; }
    .subnav .dropMenu li {
      line-height: 1.8rem; }
      .subnav .dropMenu li a {
        display: block;
        box-sizing: border-box;
        line-height: 1.8rem;
        height: 1.8rem;
        font-size: 15px;
        text-align: center;
        color: #34584c; }
      .subnav .dropMenu li:hover {
        background-color: #ededed; }

@media (max-width: 1680px) {
  .header-001 .header-layout {
    width: 72rem; }
  .header-001 .header-wrap .nav .nav-ul {
    margin: 0 -0.65rem 0 -1rem; }

  .subnav .inner-subnav {
    margin: 0 -0.65rem 0 -1rem; }
    .subnav .inner-subnav ul li a {
      white-space: pre-wrap; } }
@media (max-width: 1440px) {
  .header-001 .header-layout {
    width: 60rem; }

  .header-001 .header-wrap .nav .nav-ul {
    margin: 0 -10px 0 -12px; }
    .header-001 .header-wrap .nav .nav-ul > li {
      font-size: 0.8rem; }

  .subnav .inner-subnav {
    margin: 0 -10px 0 -12px; }
    .subnav .inner-subnav ul li {
      font-size: 0.7rem; }

  .header-001 .header-wrap .logo-row {
    display: block;
    position: relative; }
    .header-001 .header-wrap .logo-row .qr-search {
      position: absolute;
      right: 0;
      top: 0.8rem; } }
@media (max-width: 1200px) {
  .header-001 .header-layout {
    width: 960px; } }
@media (max-width: 960px) {
  .header-001 .header-layout {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box; }

  .header-001 {
    height: auto; }
    .header-001 .top-bar {
      height: 10px; }
      .header-001 .top-bar > .layout .link {
        display: none; }
    .header-001 .header-wrap {
      padding: 10px 0; }
      .header-001 .header-wrap .layout {
        padding: 0 10px;
        box-sizing: border-box; }
      .header-001 .header-wrap .logo-row a.logo {
        height: 50px;
        margin-right: 0; }
      .header-001 .header-wrap .logo-row .qr-search .link {
        display: none; }
      .header-001 .header-wrap .logo-row .mobile-nav {
        display: block;
        margin-left: 10%;
        margin-top: -2px; }
      .header-001 .header-wrap .nav {
        display: none; }
      .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; } }
.dm-header001 {
  border-top: 1rem solid #335C4E; }
  .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: 3rem;
        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: #335C4E;
        border: 1px solid #335C4E;
        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: #335C4E;
          color: #fff; }
      .dm-header001 .logo-row .right-logo a.menu {
        color: #335C4E;
        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;
      justify-content: space-between; }
      .dm-header001 .nav ul li {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 18px;
        position: relative; }
        .dm-header001 .nav ul li a {
          color: #333; }
        .dm-header001 .nav ul li.cur a {
          color: #335C4E;
          font-weight: bold; }
        .dm-header001 .nav ul li.cur:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 4px;
          width: 100%;
          background-color: #DBCA7B; }

@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: 24px;
    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: #335C4E; } }
.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15rem;
    background-color: #335C4E;
    background-position: bottom; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15rem-3rem;
    line-height: 15rem-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: 15rem-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: #4FA27A; }
        .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: #DBCA7B; }

@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: 160px; }

  .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; } }
.index-container .container {
  padding: 0; }

.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: #4F4F4F; }
  .footer .links {
    position: relative;
    min-height: 3rem;
    line-height: 3rem;
    background-color: #6E6E6E; }
    .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 > a:hover {
          color: #4FA27A; }
    .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: #A49887; }
      .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: #424242; }
    .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: 750px;
      color: #fff; }
      .footer .footer-info .right-info .footer-columns {
        float: left; }
        .footer .footer-info .right-info .footer-columns ul {
          float: left; }
          .footer .footer-info .right-info .footer-columns ul li {
            font-family: 微软雅黑, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 16px; }
            .footer .footer-info .right-info .footer-columns ul li a {
              color: rgba(255, 255, 255, 0.6); }
              .footer .footer-info .right-info .footer-columns ul li 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; }
            .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: 5rem;
              height: 5rem;
              margin-bottom: 0.15rem; }
            .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: 3rem;
    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.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3001;
  width: 80px;
  opacity: 1; }
  .aside-s-001 > img {
    width: 4rem;
    line-height: 2rem;
    height: 2rem; }
    .aside-s-001 > img.next {
      transform: rotateX(180deg); }
  .aside-s-001 a {
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2EEE7;
    color: #333333;
    font-size: 0;
    transition: all 0.5s;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    border: 2px solid #A49887;
    position: relative; }
    .aside-s-001 a i {
      font-size: 1.5rem;
      color: #A49887; }
    .aside-s-001 a .svg {
      width: 2.5rem;
      height: 2.5rem;
      z-index: 1; }
      .aside-s-001 a .svg #svg0 .cls-1, .aside-s-001 a .svg #svg0 .cls-2 {
        fill: none;
        stroke: #A49887;
        stroke-linejoin: round;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg0 .cls-2 {
        stroke-linecap: round; }
      .aside-s-001 a .svg #svg1 .cls-1, .aside-s-001 a .svg #svg1 .cls-2, .aside-s-001 a .svg #svg1 .cls-3 {
        fill: none;
        stroke: #A49887;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg1 .cls-1, .aside-s-001 a .svg #svg1 .cls-2 {
        stroke-miterlimit: 10; }
      .aside-s-001 a .svg #svg1 .cls-2, .aside-s-001 a .svg #svg1 .cls-3 {
        stroke-linecap: round; }
      .aside-s-001 a .svg #svg1 .cls-3 {
        stroke-linejoin: round; }
      .aside-s-001 a .svg #svg2 .cls-1 {
        fill: none;
        stroke: #A49887;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg3 .cls-1, .aside-s-001 a .svg #svg3 .cls-2 {
        fill: none;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg3 .cls-1 {
        stroke: #A49887;
        stroke-miterlimit: 10; }
      .aside-s-001 a .svg #svg3 .cls-2 {
        stroke: #A49887;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .aside-s-001 a .svg #svg4 .cls-1 {
        fill: none;
        stroke: #A49887;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg5 .cls-1, .aside-s-001 a .svg #svg5 .cls-2 {
        fill: none;
        stroke: #A49887;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg5 .cls-1 {
        stroke-miterlimit: 10; }
      .aside-s-001 a .svg #svg5 .cls-2 {
        stroke-linecap: round;
        stroke-linejoin: round; }
    .aside-s-001 a span {
      font-size: 0.9rem;
      line-height: 1.2rem;
      display: none;
      color: #fff;
      width: 1.8rem; }
    .aside-s-001 a:hover {
      background-color: #335C4E; }
      .aside-s-001 a:hover .svg {
        display: none; }
      .aside-s-001 a:hover span {
        display: block; }
  .aside-s-001.show-aside {
    opacity: 1 !important; }

.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 .footer-nav {
    zoom: 0.8; }

  .footer .footer-info .left-info .site-info 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: 620px; }

  .footer .footer-info .right-info .footer-columns ul + ul {
    margin-left: 20px; }

  .aside-s-001 {
    display: none; }

  .footer .footer-info .left-info-content {
    width: 320px; }

  .footer .footer-info .left-info .site-info {
    width: calc(100% - 79px); } }
@media (max-width: 960px) {
  .footer {
    min-width: 720px; }

  .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-content {
    width: auto; }

  .footer .footer-info .left-info {
    margin-bottom: 10px;
    display: flex;
    justify-content: center; }
    .footer .footer-info .left-info .site-info {
      width: calc(100% - 130px);
      margin-left: 10px; }

  .footer .footer-info .footer-info-bottom .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 .footer-info .address-left {
    text-align: center;
    margin-bottom: 10px; } }
@media (max-width: 720px) {
  .footer {
    min-width: 360px; } }
.footer003 {
  background-color: #4F4F4F;
  z-index: 1;
  position: relative; }
  .footer003 .links {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: #6E6E6E; }
    .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 .info-item ul li {
          white-space: nowrap; }
      .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 .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.5rem 0.5rem 0;
          width: 4rem;
          height: 4rem;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item i {
            font-size: 40px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 8px; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item .svg {
            width: 3rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.5rem;
            margin-bottom: -0.3rem; }
          .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 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap {
            display: none;
            position: absolute;
            bottom: 4.9rem;
            left: 50%;
            margin-left: -70px;
            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); }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-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%); }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap img {
              width: 120px;
              height: 120px;
              margin-bottom: 10px; }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap span {
              font-size: 14px;
              line-height: 1;
              color: #333333; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item:hover {
            background-color: #335C4E; }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item:hover > span {
              color: #fff; }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item:hover .img-wrap {
              animation: popFadeInUp .5S;
              display: flex; }
  .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; } }
@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; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item > span {
    display: none; } }
@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-color: #335C4E;
  background-position: bottom; }
  .second-nav-wrap .second-nav {
    height: 15rem; }
  .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: relative; }
    .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: #DBCA7B; }
        .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: #DBCA7B; }

.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: #4FA27A; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.2rem;
        background-color: #DBCA7B; }
      .three-nav-wrap .three-nav li.cur a {
        color: #335C4E;
        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: #335C4E; }

@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 {
    min-height: 120px; }

  .second-nav-wrap .second-nav {
    height: 100%; }

  .second-nav-wrap h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    padding: 42px 0 30px; }
    .second-nav-wrap 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 {
    min-height: 46px; }

  .second-nav-wrap .second-nav-list ul li {
    height: 12px;
    margin-bottom: 15px; }

  .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; } }
.second-nav-wrap002 .second-nav-box {
  position: relative;
  z-index: 10; }
.second-nav-wrap002 .second-nav {
  height: 10rem;
  background-color: #335C4E;
  background-size: cover; }
  .second-nav-wrap002 .second-nav h1 {
    line-height: 10rem;
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    text-align: center; }
.second-nav-wrap002 .second-nav-box {
  position: relative;
  z-index: 1; }
.second-nav-wrap002 .second-nav-list {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -1.5rem;
  position: relative;
  min-height: 3rem;
  height: auto; }
  .second-nav-wrap002 .second-nav-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .second-nav-wrap002 .second-nav-list ul li {
      margin: 0 1rem;
      position: relative;
      font-size: 0; }
      .second-nav-wrap002 .second-nav-list ul li a {
        font-size: 0.8rem;
        color: #222222;
        line-height: 3rem;
        display: inline-block; }
      .second-nav-wrap002 .second-nav-list ul li:after {
        content: "";
        width: 0;
        height: 4px;
        background-color: #FFA943;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        transition: width 0.5s; }
      .second-nav-wrap002 .second-nav-list ul li.cur a {
        font-weight: bold; }
      .second-nav-wrap002 .second-nav-list ul li.cur:after {
        width: 100%; }
      .second-nav-wrap002 .second-nav-list ul li:hover:after {
        width: 100%; }

.three-nav-wrap002 .inner-three-nav {
  padding: 1rem 0;
  border-bottom: 1px solid #D7D7D7; }
.three-nav-wrap002 ul {
  display: flex;
  justify-content: center;
  margin: 0 -0.6rem;
  flex-wrap: wrap; }
  .three-nav-wrap002 ul li {
    width: 9rem;
    height: 2rem;
    margin: 0 0.6rem;
    border-radius: 4px;
    overflow: hidden;
    background-color: #F2F2F2; }
    .three-nav-wrap002 ul li a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
      .three-nav-wrap002 ul li a span {
        color: #333333;
        font-size: 0.7rem; }
    .three-nav-wrap002 ul li.cur {
      background-color: #335C4E; }
      .three-nav-wrap002 ul li.cur a span {
        color: #fff; }

@media (max-width: 960px) {
  .second-nav-wrap002 .map-second-nav-box:before {
    content: "";
    width: 100%;
    height: calc(100% - 1.5rem);
    bottom: 0;
    left: 0;
    position: absolute;
    background-color: #E8E9E3; }
  .second-nav-wrap002 .second-nav-list ul li {
    margin: 0 10px; }
    .second-nav-wrap002 .second-nav-list ul li a {
      line-height: 40px;
      font-size: 12px; }
    .second-nav-wrap002 .second-nav-list ul li:after {
      height: 2px; }

  .three-nav-wrap002 ul li {
    width: 100px;
    height: 30px; }
    .three-nav-wrap002 ul li a {
      font-size: 12px; }
      .three-nav-wrap002 ul li a span {
        line-height: 1; } }
.menu-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 10px; }
  .menu-header .inner-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .menu-header .inner-menu-header .left-logo a {
      height: 30px;
      display: block; }
      .menu-header .inner-menu-header .left-logo a img {
        height: 100%; }
    .menu-header .inner-menu-header .right-back i {
      font-size: 18px;
      font-weight: bold;
      color: #335C4E; }

.menu-container {
  padding-top: 60px; }
  .menu-container .menu-content .search {
    height: 40px;
    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(51, 92, 78, 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: #335C4E; }
  .menu-container .menu-content .point-nav {
    margin: 20px 0; }
    .menu-container .menu-content .point-nav ul {
      display: flex;
      flex-wrap: wrap;
      border-top: 1px solid #e4e4e4; }
      .menu-container .menu-content .point-nav ul li {
        width: 50%;
        border: 1px solid #e4e4e4;
        border-left: none;
        border-top: none;
        height: 40px;
        box-sizing: border-box; }
        .menu-container .menu-content .point-nav ul li:nth-child(2n) {
          border-right: none; }
        .menu-container .menu-content .point-nav ul li a {
          display: block;
          height: 100%;
          width: 100%;
          box-sizing: border-box;
          padding-left: 20px;
          line-height: 40px;
          color: #333333;
          font-size: 14px; }
  .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: #335C4E;
          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: #335C4E;
      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: #335C4E; }
  .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: #DBCA7B; }
    .inner-list-item .inner-list-content .mark {
      color: #335C4E; }
    .inner-list-item .inner-list-content .borderB {
      margin-bottom: 98px; }
    .inner-list-item .inner-list-content .list-news001.party li .info .mark .time,
    .inner-list-item .inner-list-content .list-news001.party .title a:hover, .inner-list-item .inner-list-content .list-video001.party li .info .mark .time,
    .inner-list-item .inner-list-content .list-video001.party .title a:hover {
      color: #c50c11; }
    .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: #4FA27A; }
      .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: #335C4E; }
          .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: #4FA27A; }
  .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: #335C4E; }
      .list-announce001 li .info .mark u {
        padding: 0 0.5rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.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: #4FA27A; }
  .list-service001 li span {
    color: #335C4E;
    font-size: 0.7rem;
    line-height: 1; }

.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: 2rem 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%;
        object-fit: contain; }
      .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 {
      text-align: center;
      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: #4FA27A; }
    .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 {
      display: block;
      width: 7rem; }
      .list-leader-image001 li .leader-photo img {
        width: 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: #335C4E;
        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: #335C4E;
      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 {
    margin: 0 10px; }

  .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; }

  .list-service001 li p {
    flex-grow: 0; }

  .list-service001 li i {
    display: none; }

  .list-service001 li p {
    margin: 0 0 10px 0; }

  .list-service001 li p 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; }

  .list-service001 li p:hover a {
    color: #333; }

  .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;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #DBC19E;
        background-color: #F8F5EB;
        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: #DBC19E;
          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: #DBC19E;
          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: #DBC19E;
          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: #DBC19E;
          left: 0;
          bottom: -1.1rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #AB6034; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #5F929D;
          border-color: #5F929D; }
          .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; }
        .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: 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; }
  .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; }
    .list-special001 li a {
      width: 100%;
      display: block;
      position: relative; }
      .list-special001 li a .img {
        width: 100%;
        height: 7.9rem; }
        .list-special001 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .list-special001 li a p {
        width: 100%;
        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;
        font-size: 16px;
        color: #333;
        height: 2rem;
        border-bottom: 1px solid #d7d7d7;
        transition: all 0.5s; }
      .list-special001 li a:after {
        content: "";
        height: 0.1rem;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #335C4E;
        transition: .3s ease; }
      .list-special001 li a:hover:after {
        width: 100%; }

@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; } }
.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: #335C4E;
      border-color: #335C4E;
      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 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 1rem;
          margin-top: 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 .news-content a:hover {
          color: #cfb36d; }
      .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: #335C4E;
            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: #335C4E;
            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: #4FA27A; }

.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; }

@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 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-show .list-item .content .news-content table {
    table-layout: auto;
    width: 100% !important; }
    .news-show .list-item .content .news-content table tr td p, .news-show .list-item .content .news-content table tr td span {
      white-space: pre-wrap; } }
.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: #335C4E; }
@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: #335C4E; }
          .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: #335C4E;
          color: #fff; }
        .filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
          color: #335C4E; }
        .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: #335C4E; }
    .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 #036F6F; }
      .haschosen .doc-count .check-list a i {
        font-size: 1rem;
        color: #036F6F; }
    .haschosen .doc-count .check-list a.cur {
      background-color: #036F6F; }
      .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: #335C4E;
    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;
    text-align: center;
    line-height: 40px; }
    .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.depart-filter {
      overflow: visible; }
      .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs {
        justify-content: space-between;
        display: flex; }
        .doctor-filter-mobile .filter-title .filter-content.depart-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 {
            display: block; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel {
          max-height: 50vh;
          overflow-y: auto;
          width: 70%; }
    .doctor-filter-mobile .filter-title.active .filter-name i {
      transform: rotate(180deg); }

@media (max-width: 960px) {
  .filter {
    display: none; }

  .haschosen {
    display: none; }

  .doctor-filter-mobile {
    display: flex; } }
.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: #335C4E;
    box-shadow: 0px 0.5rem 1.5rem rgba(51, 92, 78, 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: #335C4E; }
    .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: #335C4E; }
        .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: #335C4E; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info.depart-content {
          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; }
      .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: #335C4E; }
    .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;
        min-height: 10rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 10rem;
          width: 7.2rem; }
          .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 {
          min-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: #335C4E; }
            .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: #335C4E; }
          .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; } }

/* 新闻中心频道页start */
.category-news .news-container {
  background-color: #F8F5EB;
  padding: 3rem 0 2.2rem;
  overflow-x: hidden; }
  .category-news .news-container .inner-news .inner-news-content {
    display: flex;
    justify-content: space-between; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news {
      width: 36rem;
      height: 22rem;
      position: relative; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 36rem;
        height: 22rem;
        position: relative; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 0.8rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a img {
            display: block;
            width: 100%;
            height: 100%; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
            width: 100%;
            height: 11rem;
            background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            box-sizing: border-box;
            padding-left: 1.5rem; }
            .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
              width: 33rem;
              height: 3rem;
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1rem;
              color: #FFFFFF;
              line-height: 30px;
              max-height: 60px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              position: absolute;
              bottom: 3rem; }
            .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              color: #FFFFFF;
              line-height: 0.8rem;
              position: absolute;
              bottom: 1.3rem; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots {
        text-align: right;
        width: auto;
        padding: 0 1rem;
        bottom: 0.5rem;
        right: 0; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li {
          width: 2.5rem;
          height: 0.4rem;
          border-radius: 0;
          background-color: rgba(255, 255, 255, 0.6); }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li.slick-active {
            background-color: #ffb64a; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li button:before {
            content: none; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news-dots {
      width: 24rem;
      height: 22rem;
      background-color: #fff; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .slick-list {
        overflow: visible; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot {
        height: 5.5rem;
        display: block;
        position: relative;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
          width: 22rem;
          height: 2.4rem;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.8rem;
          letter-spacing: normal;
          color: #333333;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-bottom: 0.4rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot .news-dot-mark {
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.7rem;
          letter-spacing: normal;
          color: #5F929D;
          line-height: 0.7rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:after {
          content: "";
          display: block;
          width: 22rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 1rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          font-size: 0;
          border: 1rem solid transparent;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -2rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:last-child:after {
          display: none; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current {
          width: 25rem !important;
          transform: translateX(-10px);
          background-color: #C69B59;
          padding-left: 1.5rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current a .news-dot-title, .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current a .news-dot-mark {
            color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current:before {
            border-right-color: #C69B59; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li {
        position: relative;
        transition: width 0.3s;
        height: 5.5rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item {
          display: block;
          padding: 1rem;
          height: 100%; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item p {
            width: 22rem;
            height: 2.4rem;
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.8rem;
            letter-spacing: normal;
            color: #333333;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0.4rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item span {
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.7rem;
            letter-spacing: normal;
            color: #5F929D;
            line-height: 0.7rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:after {
          content: "";
          display: block;
          width: 22rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 1rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:last-child:after {
          display: none; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover {
          width: 500px;
          transform: translateX(-10px);
          background-color: #C69B59; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover .text-news-item {
            padding-left: 1.5rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover p {
            color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            font-size: 0;
            border: 1rem solid transparent;
            border-right-color: #C69B59;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -2rem; }
  .category-news .news-container .inner-news .mobile-news-list {
    display: none; }
    .category-news .news-container .inner-news .mobile-news-list a li {
      width: 100%;
      height: 80px;
      padding: 10px 0;
      box-sizing: border-box;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
      .category-news .news-container .inner-news .mobile-news-list a li p {
        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; }
      .category-news .news-container .inner-news .mobile-news-list a li span {
        font-size: 12px;
        color: #5F929D; }
  .category-news .news-container .inner-news .more {
    margin-top: 1rem;
    text-align: right;
    display: block; }
    .category-news .news-container .inner-news .more span {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.8rem;
      color: #5F929D;
      line-height: 0.8rem; }
    .category-news .news-container .inner-news .more i {
      color: #FFA943; }
    .category-news .news-container .inner-news .more:hover i {
      color: #5898A6; }
  @media (max-width: 960px) {
    .category-news .news-container .inner-news .inner-news-content .news-img-news {
      width: 100%;
      height: 57vw; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 100%;
        height: 57vw; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
          height: 50%;
          padding: 0 20px; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
            width: calc(100% - 60px);
            font-size: 14px;
            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;
            bottom: 40px; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
            bottom: 12px; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news-dots {
      visibility: hidden;
      width: 0;
      height: 0; }
    .category-news .news-container .inner-news .mobile-news-list {
      display: block; }
    .category-news .news-container .inner-news .more:hover i {
      color: #FFA943; } }
@media (max-width: 960px) {
  .category-news .news-container {
    height: auto;
    padding: 20px 10px; } }
.category-news .video-container {
  height: 38.5rem;
  padding-top: 3rem;
  box-sizing: border-box; }
  .category-news .video-container .video-top .top-news-list {
    display: flex;
    flex-wrap: wrap; }
    .category-news .video-container .video-top .top-news-list .top-news-item {
      margin-right: 1rem;
      width: 19rem;
      height: 5.5rem;
      box-sizing: border-box;
      padding: 1rem 0; }
      .category-news .video-container .video-top .top-news-list .top-news-item span {
        font-size: 0.7rem;
        color: #5F929D; }
      .category-news .video-container .video-top .top-news-list .top-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;
        font-size: 0.8rem; }
        .category-news .video-container .video-top .top-news-list .top-news-item p:hover a {
          color: #335C4E; }
    .category-news .video-container .video-top .top-news-list .top-news-item:nth-child(-n+3) {
      border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
    .category-news .video-container .video-top .top-news-list .top-news-item:nth-child(3n) {
      margin-right: 0; }
  .category-news .video-container .video-bottom .tab-tit {
    margin: 1rem 0 1.5rem; }
  .category-news .video-container .video-bottom .bottom-video-list {
    display: flex;
    justify-content: space-between; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item {
      display: block;
      width: 19rem;
      height: 14rem; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img {
        height: 10.7rem;
        width: 19rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover; }
        .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img .video-play {
          height: 3.5rem;
          width: 3.5rem;
          border: 0.4rem solid rgba(255, 255, 255, 0.7);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img .video-play i {
            font-size: 1.5rem;
            color: #fff;
            opacity: 0.7; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item p {
        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; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:hover p {
        color: #335C4E; }
@media (max-width: 960px) {
  .category-news .video-container {
    height: auto;
    padding: 30px 10px 0; }
    .category-news .video-container .video-top .top-news-list {
      display: block; }
      .category-news .video-container .video-top .top-news-list .top-news-item {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
        .category-news .video-container .video-top .top-news-list .top-news-item p:hover a {
          color: #333; }
      .category-news .video-container .video-top .top-news-list .top-news-item:nth-last-child(1) {
        border-bottom: none; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item {
      display: none;
      width: calc(50vw - 20px);
      height: auto; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img {
        height: 25vw;
        width: 100%; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:hover p {
        color: #333; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:nth-child(-n+2) {
      display: block; } }
.category-news .hos-report-container {
  height: 32.1rem;
  background: url("../images/sdzyy/news_category/report_bg.png"); }
  .category-news .hos-report-container .tab-tit {
    margin: 0 0 1.5rem;
    padding-top: 3rem; }
    .category-news .hos-report-container .tab-tit h2 a {
      color: #fff; }
    .category-news .hos-report-container .tab-tit a.get-more {
      color: #fff; }
      .category-news .hos-report-container .tab-tit a.get-more i {
        color: #fff; }
      .category-news .hos-report-container .tab-tit a.get-more:hover i {
        color: #fff; }
  .category-news .hos-report-container .report-list {
    display: flex; }
    .category-news .hos-report-container .report-list .report-item {
      display: block;
      height: 17.75rem;
      width: 11.05rem;
      margin-right: 1.2rem; }
      .category-news .hos-report-container .report-list .report-item img {
        height: 15.9rem;
        width: 11.05rem; }
      .category-news .hos-report-container .report-list .report-item p {
        text-align: center;
        color: #fff; }
@media (max-width: 960px) {
  .category-news .hos-report-container {
    height: auto;
    padding: 0 10px 60px; }
    .category-news .hos-report-container .report-list {
      justify-content: space-between; }
      .category-news .hos-report-container .report-list .report-item {
        display: none;
        height: auto;
        width: calc(50vw - 20px); }
        .category-news .hos-report-container .report-list .report-item img {
          height: 63.8vw;
          width: 100%; }
      .category-news .hos-report-container .report-list .report-item:nth-child(-n+2) {
        display: block; } }
.category-news .tab-tit {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between; }
  .category-news .tab-tit h2 a.cur {
    color: #5898A6; }
    .category-news .tab-tit h2 a.cur:after {
      content: '';
      display: block;
      position: absolute;
      height: 0.1rem;
      width: 3rem;
      background-color: #FFA943;
      left: 0;
      bottom: -0.5rem; }
  .category-news .tab-tit h2 a {
    font-size: 1.6rem;
    color: #555555;
    display: inline-block;
    position: relative;
    font-weight: normal; }
  .category-news .tab-tit h2 a + a {
    margin-left: 30px; }
    .category-news .tab-tit h2 a + a:before {
      content: '';
      display: block;
      position: absolute;
      height: 0.5rem;
      width: 0.5rem;
      background-color: #aaa;
      border-radius: 50%;
      left: -1rem;
      top: 50%;
      margin-top: -0.25rem; }
  .category-news .tab-tit a.get-more {
    font-size: 0.8rem;
    color: #5F929D;
    line-height: 1.6rem; }
    .category-news .tab-tit a.get-more i {
      display: inline-block;
      margin-left: 0.5rem;
      color: #FFA943; }
    .category-news .tab-tit a.get-more:hover i {
      color: #5F929D; }
@media (max-width: 960px) {
  .category-news .tab-tit h2 a {
    font-size: 20px; }
  .category-news .tab-tit h2 a + a {
    margin-left: 6px; }
    .category-news .tab-tit h2 a + a:before {
      height: 4px;
      width: 4px;
      left: -8px;
      margin-top: -2px; } }

@media (max-width: 1200px) {
  .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
    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; }

  .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
    font-size: 18px;
    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; } }
/* 新闻中心频道也end */
.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:hover span {
    color: #4FA27A; }
.category-news002 .news-img-content {
  padding-top: 4rem;
  padding-bottom: 2rem;
  position: relative;
  background-color: #F2EEE7;
  margin-top: -1.5rem;
  overflow: hidden; }
  .category-news002 .news-img-content .imgbg {
    position: absolute; }
    .category-news002 .news-img-content .imgbg.lm {
      left: -1.2rem;
      top: 0.5rem; }
    .category-news002 .news-img-content .imgbg.rm {
      right: -1.25rem;
      bottom: 0; }
      .category-news002 .news-img-content .imgbg.rm img {
        width: 18.75rem; }
  .category-news002 .news-img-content .inner-news {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative; }
    .category-news002 .news-img-content .inner-news .news-box-item {
      width: 19rem; }
      .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; }
        .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: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.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;
            height: 2.4rem;
            color: #333;
            margin-top: 0.3rem; }
            .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a:hover {
              color: #4FA27A; }
      .category-news002 .news-img-content .inner-news .news-box-item.right-list ul > li:nth-of-type(1) {
        background: url(../images/rnewsbg1.png) right no-repeat; }
      .category-news002 .news-img-content .inner-news .news-box-item.right-list ul > li:nth-of-type(2) {
        background: url(../images/rnewsbg2.png) right 1px no-repeat; }
      .category-news002 .news-img-content .inner-news .news-box-item.right-list ul > li:nth-of-type(4) {
        background: url(../images/rnewsbg3.png) right no-repeat; }
      .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li {
        width: 100%;
        height: 5.5rem;
        background-color: #fff !important;
        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.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;
            height: 2.4rem;
            color: #333;
            margin-top: 0.3rem; }
            .category-news002 .news-img-content .inner-news .news-box-item.right-list ul li a p:hover {
              color: #4FA27A; }
.category-news002 .news-list-content {
  background-color: #F8F8F8;
  padding: 3rem 0;
  position: relative; }
  .category-news002 .news-list-content .inner-layout {
    z-index: 1;
    position: relative; }
  .category-news002 .news-list-content .img {
    position: absolute; }
    .category-news002 .news-list-content .img.lc {
      left: -0.45rem;
      top: 2.1rem; }
    .category-news002 .news-list-content .img.rc {
      right: -0.25rem;
      top: 10.25rem; }
    .category-news002 .news-list-content .img.bc {
      bottom: -0.3rem; }
  .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.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-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 p {
          color: #4FA27A; }
      .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 {
  margin-top: 3rem; }
  .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: 1200px) {
  .category-news002 .news-img-content .inner-news .news-box-item.left-img-news ul li a {
    line-height: 19px;
    max-height: 38px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@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-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: #335C4E;
      border-color: #335C4E;
      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: #DBCA7B;
        transition: all 0.3s; }
      h2.left-tit-tab .news-type a.cur {
        color: #335C4E; }
        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: #335C4E;
      border-color: #335C4E;
      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 #4FA27A;
            color: #4FA27A; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(1) {
              border-top-color: #4FA27A;
              border-left-color: #4FA27A; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(2) {
              border-top-color: #4FA27A;
              border-right-color: #4FA27A; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(3) {
              border-bottom-color: #4FA27A;
              border-left-color: #4FA27A; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(4) {
              border-right-color: #4FA27A;
              border-bottom-color: #4FA27A; }
            .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; } }

.inner-container-map {
  background: url(../images/map-left.png) left 0px no-repeat, url(../images/map-right.png) right bottom no-repeat;
  min-height: 30rem;
  overflow: hidden;
  background-color: #E8E9E3;
  margin-top: -1.5rem;
  padding-top: 4.15rem; }

.map-search {
  width: 33.85rem;
  height: 3.1rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.5rem;
  justify-content: space-between;
  border: 1px dashed #317479;
  margin: 1.25rem auto 0; }
  .map-search a {
    display: flex;
    align-items: center; }
    .map-search a i {
      font-size: 2.5rem;
      color: #CCC4B9;
      margin-right: 0.25rem; }
    .map-search a span {
      font-size: 0.9rem;
      color: #000; }
    .map-search a:hover i, .map-search a.active i {
      color: #4FA27A; }

.map-box {
  margin-top: 2.5rem;
  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: #335C4E;
      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: #4FA27A; }
      .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: -2.5rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center; }
    .map-box .map-area-tab .map-area-name {
      padding: 0 0.8rem;
      position: relative; }
      .map-box .map-area-tab .map-area-name:before, .map-box .map-area-tab .map-area-name:after {
        content: "";
        display: block;
        width: 1.2rem;
        height: 1px;
        background-color: rgba(79, 162, 122, 0.4);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.5s;
        opacity: 0; }
      .map-box .map-area-tab .map-area-name:before {
        left: -1.2rem; }
      .map-box .map-area-tab .map-area-name:after {
        right: -1.2rem; }
      .map-box .map-area-tab .map-area-name i {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: #4FA27A;
        font-size: 0.7rem; }
        .map-box .map-area-tab .map-area-name i.prev {
          left: 0; }
        .map-box .map-area-tab .map-area-name i.next {
          right: 0; }
      .map-box .map-area-tab .map-area-name + .map-area-name {
        margin-left: 2.5rem; }
      .map-box .map-area-tab .map-area-name.cur:before, .map-box .map-area-tab .map-area-name.cur:after {
        opacity: 1; }
      .map-box .map-area-tab .map-area-name.cur i {
        display: block; }
      .map-box .map-area-tab .map-area-name.cur a {
        color: #4FA27A;
        font-weight: bold; }
        .map-box .map-area-tab .map-area-name.cur a:after, .map-box .map-area-tab .map-area-name.cur a:before {
          display: none; }
      .map-box .map-area-tab .map-area-name a {
        font-size: 1rem;
        line-height: 1;
        color: #335C4E;
        position: relative; }
        .map-box .map-area-tab .map-area-name a:before, .map-box .map-area-tab .map-area-name a:after {
          content: "";
          display: block;
          width: 0.35rem;
          height: 0.35rem;
          background-color: #366F54;
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          margin-top: -0.15rem; }
        .map-box .map-area-tab .map-area-name a:before {
          left: -0.6rem; }
        .map-box .map-area-tab .map-area-name a:after {
          right: -0.6rem; }

@media (max-width: 960px) {
  .map-search {
    width: 100%;
    padding: 5px 0;
    justify-content: space-around;
    height: auto; }
    .map-search a {
      flex-direction: column;
      align-content: center;
      justify-content: center; }
      .map-search a i {
        margin-right: 0;
        margin-bottom: 5px; }

  .page-content .news-content table {
    width: 100%; } }
.category-cooperation001 .ylt-container {
  background-color: #F8F5EB;
  height: 42.5rem;
  padding-top: 3rem;
  box-sizing: border-box;
  position: relative; }
  .category-cooperation001 .ylt-container > img {
    position: absolute;
    opacity: 0.4; }
    .category-cooperation001 .ylt-container > img.ylt_bg0 {
      top: 0;
      left: 0; }
    .category-cooperation001 .ylt-container > img.ylt_bg1 {
      bottom: 0;
      right: 0; }
  .category-cooperation001 .ylt-container .inner-ylt {
    height: 36.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 11; }
    .category-cooperation001 .ylt-container .inner-ylt .left-city {
      height: 100%;
      width: 27rem;
      background-color: #C89B5A;
      display: flex; }
      .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar {
        width: 2rem;
        border-right: 1px solid #fff; }
        .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item {
          width: 100%;
          height: 4.5rem;
          border-bottom: 1px solid #fff; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item:first-child, .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item:last-child {
            height: 6rem; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item:last-child {
            border-bottom: none; }
      .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content {
        box-sizing: border-box;
        padding: 2rem 0.9rem 4.6rem; }
        .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content h1 {
          font-size: 1.6rem;
          line-height: 1.6rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 1.2rem; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content h1 a {
            color: #fff; }
        .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul {
          height: 27.75rem;
          display: flex;
          flex-direction: column;
          flex-wrap: wrap; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li {
            width: 10rem;
            height: 2.3rem;
            display: flex;
            align-items: center;
            padding-left: 1.65rem;
            margin-right: 0.9rem;
            cursor: pointer; }
            .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li p {
              font-size: 0.8rem;
              line-height: 0.8rem;
              color: #fff;
              position: relative;
              margin-right: 0.2rem; }
              .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li p:before {
                content: "";
                display: block;
                position: absolute;
                width: 2px;
                height: 0.8rem;
                background-color: #fff;
                left: -0.6rem;
                top: 50%;
                transform: translateY(-50%); }
            .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li span {
              display: inline-block;
              padding: 0 0.2rem;
              background-color: rgba(255, 255, 255, 0.3);
              color: #fff;
              border-radius: 2px;
              font-size: 0.7rem;
              line-height: 0.9rem; }
            .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li.cur {
              background-color: #AB6034; }
    .category-cooperation001 .ylt-container .inner-ylt .right-hos {
      width: 32rem;
      height: 100%;
      overflow-y: auto; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos::-webkit-scrollbar {
        width: 0.8rem; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos::-webkit-scrollbar-track {
        box-shadow: 2px 2px 10px rgba(195, 195, 195, 0.35);
        background: rgba(215, 215, 215, 0.5);
        border-radius: 8px; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos::-webkit-scrollbar-thumb {
        height: 4.9rem;
        border-radius: 7px;
        box-shadow: 2px 2px 10px rgba(195, 195, 195, 0.35);
        background: #AAAAAA; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos ul {
        width: 100%;
        display: none; }
        .category-cooperation001 .ylt-container .inner-ylt .right-hos ul:first-child {
          display: block; }
        .category-cooperation001 .ylt-container .inner-ylt .right-hos ul li {
          width: 100%;
          height: 3rem;
          margin-bottom: 0.5rem;
          background-color: #fff;
          box-shadow: 2px 2px 10px rgba(195, 195, 195, 0.35);
          border-radius: 4px; }
          .category-cooperation001 .ylt-container .inner-ylt .right-hos ul li a {
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            line-height: 3rem;
            padding: 0 1rem;
            color: #333333;
            font-size: 0.8rem; }
            .category-cooperation001 .ylt-container .inner-ylt .right-hos ul li a:hover {
              color: #5898A6; }
.category-cooperation001 .specialist-container {
  padding: 3rem 0;
  position: relative; }
  .category-cooperation001 .specialist-container > img {
    position: absolute;
    right: 0;
    bottom: 0; }
  .category-cooperation001 .specialist-container .inner-specialist {
    position: relative;
    z-index: 11; }
  .category-cooperation001 .specialist-container h1.left-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    margin-bottom: 1.5rem; }
    .category-cooperation001 .specialist-container h1.left-tit a.col-tit {
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #000000; }
    .category-cooperation001 .specialist-container h1.left-tit a.more {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #5F929D; }
      .category-cooperation001 .specialist-container h1.left-tit a.more i {
        color: #FFA943;
        font-size: 0.7rem;
        margin-left: 0.5rem; }
  .category-cooperation001 .specialist-container .specialist-content {
    display: flex;
    justify-content: space-between;
    height: 24.35rem; }
    .category-cooperation001 .specialist-container .specialist-content .left-img-content {
      width: 29rem;
      height: 100%;
      box-shadow: 2px 2px 8px rgba(210, 210, 210, 0.35); }
      .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots {
        text-align: right;
        bottom: 9.35rem; }
        .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots li {
          width: 2.5rem;
          height: 0.4rem;
          background-color: #D7D7D7; }
          .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots li button:before {
            display: none; }
          .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots li.slick-active {
            background-color: #EAB660; }
    .category-cooperation001 .specialist-container .specialist-content .left-img {
      display: block;
      width: 29rem;
      height: 100%; }
      .category-cooperation001 .specialist-container .specialist-content .left-img:hover .img img {
        transform: scale(1.03); }
      .category-cooperation001 .specialist-container .specialist-content .left-img:hover .bottom-tit p {
        color: #5F929D; }
      .category-cooperation001 .specialist-container .specialist-content .left-img .img {
        width: 100%;
        height: 16.5rem;
        overflow: hidden; }
        .category-cooperation001 .specialist-container .specialist-content .left-img .img img {
          width: 100%;
          transition: all 0.3s; }
      .category-cooperation001 .specialist-container .specialist-content .left-img .bottom-tit {
        height: 7.85rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1.5rem 1.5rem 0; }
        .category-cooperation001 .specialist-container .specialist-content .left-img .bottom-tit p {
          font-size: 1rem;
          line-height: 1.5rem;
          color: #333333;
          line-height: 30px;
          max-height: 60px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-bottom: 1rem; }
        .category-cooperation001 .specialist-container .specialist-content .left-img .bottom-tit span {
          font-size: 0.8rem;
          line-height: 0.8rem;
          color: #5F929D; }
    .category-cooperation001 .specialist-container .specialist-content .info-list {
      width: 29rem; }
      .category-cooperation001 .specialist-container .specialist-content .info-list li {
        width: 100%;
        padding: 1rem 0 0.5rem;
        border-bottom: 1px solid #D4D4D4;
        font-size: 0; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li span {
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.7rem;
          color: #5f929d;
          line-height: 0.7rem; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li p {
          font-size: 0.8rem;
          margin-top: 0.5rem;
          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: 2.4rem; }
          .category-cooperation001 .specialist-container .specialist-content .info-list li p a {
            color: #000000; }
          .category-cooperation001 .specialist-container .specialist-content .info-list li p:hover a {
            color: #5F929D; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li:first-child {
          padding-top: 0; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li:last-child {
          border-bottom: none; }
.category-cooperation001 .video-top {
  background-color: #F0F3F4;
  padding: 2.9rem 4rem; }
  .category-cooperation001 .video-top .tab-tit {
    display: flex;
    margin-bottom: 0.5rem;
    justify-content: space-between; }
    .category-cooperation001 .video-top .tab-tit h2 {
      font-size: 0; }
      .category-cooperation001 .video-top .tab-tit h2 .tit-item {
        display: inline-block;
        position: relative; }
        .category-cooperation001 .video-top .tab-tit h2 .tit-item.cur a {
          color: #5898A6; }
          .category-cooperation001 .video-top .tab-tit h2 .tit-item.cur a:after {
            content: '';
            display: block;
            position: absolute;
            height: 0.1rem;
            width: 3rem;
            background-color: #FFA943;
            left: 0;
            bottom: -0.5rem; }
      .category-cooperation001 .video-top .tab-tit h2 a {
        font-size: 1.6rem;
        color: #555555;
        display: inline-block;
        position: relative;
        font-weight: normal; }
      .category-cooperation001 .video-top .tab-tit h2 .tit-item + .tit-item {
        margin-left: 30px; }
        .category-cooperation001 .video-top .tab-tit h2 .tit-item + .tit-item:before {
          content: '';
          display: block;
          position: absolute;
          height: 0.5rem;
          width: 0.5rem;
          background-color: #aaa;
          border-radius: 50%;
          left: -1rem;
          top: 50%;
          margin-top: -0.25rem; }
    .category-cooperation001 .video-top .tab-tit a.get-more {
      font-size: 0.8rem;
      color: #5F929D;
      line-height: 1.6rem; }
      .category-cooperation001 .video-top .tab-tit a.get-more i {
        display: inline-block;
        margin-left: 0.5rem;
        color: #FFA943; }
      .category-cooperation001 .video-top .tab-tit a.get-more:hover i {
        color: #5F929D; }
  .category-cooperation001 .video-top .top-news-list {
    display: flex;
    flex-wrap: wrap; }
    .category-cooperation001 .video-top .top-news-list .top-news-item {
      margin-right: 1rem;
      width: 19rem;
      height: 5.5rem;
      box-sizing: border-box;
      padding: 1rem 0; }
      .category-cooperation001 .video-top .top-news-list .top-news-item span {
        font-size: 0.7rem;
        color: #5F929D; }
      .category-cooperation001 .video-top .top-news-list .top-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;
        font-size: 0.8rem; }
        .category-cooperation001 .video-top .top-news-list .top-news-item p:hover a {
          color: #335C4E; }
    .category-cooperation001 .video-top .top-news-list .top-news-item:nth-child(-n+3) {
      border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
    .category-cooperation001 .video-top .top-news-list .top-news-item:nth-child(3n) {
      margin-right: 0; }

.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 table {
        table-layout: fixed; }
        .news-show003 .list-item .content table p {
          text-indent: 0 !important; }
      .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: #335C4E;
          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%;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
        .news-show003 .list-item .content .news-content table td {
          white-space: normal !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: #335C4E;
            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: #335C4E;
            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(51, 92, 78, 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 {
        color: #A49887;
        font-size: 1.5rem; }
      .news-show003 .news-right a.column-tit:hover {
        background-color: #335C4E;
        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; }
        .news-show003 .news-right ul li:nth-child(4n+1) {
          background: url(../images/rnewsbg1.png) right no-repeat; }
        .news-show003 .news-right ul li:nth-child(4n+2) {
          background: url(../images/rnewsbg2.png) right 1px no-repeat; }
        .news-show003 .news-right ul li:nth-child(4n) {
          background: url(../images/rnewsbg3.png) right no-repeat; }
        .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 a:hover p.title {
            color: #4FA27A; }
        .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;
          transition: all 0.5s; }
        .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-image: url("../images/ynzyy/share.png");
      background-size: contain;
      cursor: pointer; }
      .news-show003 .share-box .share-ico i {
        font-size: 1.5rem; }
      .news-show003 .share-box .share-ico.close {
        background-image: url("../images/ynzyy/share_close.png");
        color: #fff; }
    .news-show003 .share-box .share-container .share-btn {
      display: block;
      background-size: contain;
      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-image: url("../images/ynzyy/link.png"); }
      .news-show003 .share-box .share-container .share-btn.qr-btn {
        background-image: url("../images/ynzyy/qr-code.png"); }
      .news-show003 .share-box .share-container .share-btn.print-btn {
        background-image: url("../images/ynzyy/print.png"); }

@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; } }
.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: #335C4E;
        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: #4FA27A; }
          .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: #4FA27A;
            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 #4FA27A;
              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: #4FA27A;
            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: #4FA27A; }
          .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: #4FA27A; }
        .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: #335C4E; }

@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; } }
.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: #4FA27A; }

@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; } }
.list-department003 .area-tabs-box {
  display: flex;
  align-items: center;
  margin-bottom: 2rem; }
  .list-department003 .area-tabs-box span {
    font-size: 0.9rem;
    color: #333; }
  .list-department003 .area-tabs-box .area-tabs {
    display: flex;
    text-align: center;
    font-size: 0.9rem; }
    .list-department003 .area-tabs-box .area-tabs 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-department003 .area-tabs-box .area-tabs a.cur {
        background-color: #335C4E;
        color: #fff; }
.list-department003 .tab-pannel-wrap .tab-pannel {
  display: none; }
  .list-department003 .tab-pannel-wrap .tab-pannel:first-child {
    display: block; }
.list-department003 .dep-class {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem; }
  .list-department003 .dep-class .dep-tab-tit {
    display: flex; }
    .list-department003 .dep-class .dep-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; }
      .list-department003 .dep-class .dep-tab-tit a.cur {
        background-color: #335C4E;
        color: #fff; }
.list-department003 .dep-content .anchor-ele {
  position: relative;
  top: -7.3rem;
  visibility: hidden; }
.list-department003 .dep-content h2 {
  display: flex;
  justify-content: center;
  font-weight: normal;
  position: relative;
  font-size: 0; }
  .list-department003 .dep-content h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #335C4E; }
  .list-department003 .dep-content h2 .tit-box {
    padding: 0 0.3rem;
    background-color: #fff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center; }
    .list-department003 .dep-content h2 .tit-box i {
      display: block;
      width: 0.45rem;
      height: 0.45rem;
      box-sizing: border-box;
      background-color: #335C4E;
      border: 1px solid #fff;
      outline: 1px solid #335C4E;
      transform: rotate(45deg); }
    .list-department003 .dep-content h2 .tit-box span {
      font-size: 1rem;
      line-height: 1;
      color: #000000;
      margin: 0 0.6rem; }
.list-department003 .dep-content ul {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.8rem; }
  .list-department003 .dep-content ul li {
    margin-right: 0.8rem;
    width: 14.4rem;
    height: 2.8rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem; }
    .list-department003 .dep-content ul li a {
      display: block;
      width: 100%;
      height: 100%;
      box-sizing: border-box;
      padding: 0 1rem;
      position: relative; }
      .list-department003 .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;
        -webkit-transition: all 0.5s; }
      .list-department003 .dep-content ul li a > i {
        position: absolute;
        font-size: 12px;
        line-height: 1;
        color: #DDD4C4; }
        .list-department003 .dep-content ul li a > i.lt {
          left: 2px;
          top: 2px;
          transform: rotateY(180deg); }
        .list-department003 .dep-content ul li a > i.lb {
          left: 2px;
          bottom: 2px;
          transform: rotate(180deg); }
        .list-department003 .dep-content ul li a > i.rb {
          right: 2px;
          bottom: 2px;
          transform: rotateX(180deg); }
        .list-department003 .dep-content ul li a > i.rt {
          right: 2px;
          top: 2px; }
    .list-department003 .dep-content ul li:hover a p {
      color: #4FA27A; }
.list-department003 .dep-content + .dep-content {
  margin-top: 2.2rem; }

@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 .area-tabs-box {
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .list-department003 .area-tabs-box span {
      display: block;
      width: 100%; }
    .list-department003 .area-tabs-box .area-tabs a {
      font-size: 14px;
      margin-left: 0;
      margin-right: 5px;
      margin-top: 10px;
      padding: 0 5px; }
  .list-department003 .dep-class {
    flex-wrap: wrap; }
    .list-department003 .dep-class span {
      display: block;
      width: 100%; }
    .list-department003 .dep-class .dep-tab-tit a {
      margin-left: 0;
      margin-right: 5px;
      margin-top: 10px;
      padding: 0 5px; }
  .list-department003 .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .list-department003 .dep-content ul li {
      width: 49%;
      margin-right: 0; } }
.list-medicament001 .inner-medicament {
  display: flex;
  flex-wrap: wrap;
  margin-right: -4rem;
  padding-bottom: 1.5rem; }
  .list-medicament001 .inner-medicament a.medicament-item {
    display: block;
    width: 12rem;
    margin-right: 4rem;
    margin-top: 3rem; }
    .list-medicament001 .inner-medicament a.medicament-item .img {
      width: 100%;
      height: 9rem;
      display: flex;
      justify-content: center; }
      .list-medicament001 .inner-medicament a.medicament-item .img img {
        max-width: 100%;
        max-height: 100%; }
    .list-medicament001 .inner-medicament a.medicament-item .tit {
      font-size: 0.9rem;
      line-height: 1;
      text-align: center;
      color: #333;
      position: relative;
      margin-top: 1rem; }
      .list-medicament001 .inner-medicament a.medicament-item .tit:after {
        content: "";
        width: 0;
        height: 2px;
        background-color: #AC9354;
        position: absolute;
        bottom: -1rem;
        left: 50%;
        transform: translateX(-50%);
        transition: width 0.5s; }
    .list-medicament001 .inner-medicament a.medicament-item:hover p {
      color: #398964; }
      .list-medicament001 .inner-medicament a.medicament-item:hover p:after {
        width: 2rem; }

@media (max-width: 960px) {
  .list-medicament001 .inner-medicament {
    margin-right: 0;
    justify-content: space-between; }
    .list-medicament001 .inner-medicament a.medicament-item {
      margin-right: 0;
      width: 48%; } }
.show-medicament001 > .inner-layout {
  padding: 2rem 0 5rem; }
  .show-medicament001 > .inner-layout .inner-show-medicament {
    display: flex; }
    .show-medicament001 > .inner-layout .inner-show-medicament .left-img {
      width: 20rem;
      height: 15rem;
      margin-right: 2rem;
      flex-shrink: 0;
      display: flex;
      justify-content: center; }
      .show-medicament001 > .inner-layout .inner-show-medicament .left-img img {
        max-width: 100%;
        max-height: 100%; }
    .show-medicament001 > .inner-layout .inner-show-medicament .right-info h1.tit {
      font-weight: normal;
      font-size: 1.6rem;
      line-height: 1;
      color: #333; }
    .show-medicament001 > .inner-layout .inner-show-medicament .right-info .medicament-info {
      margin-top: 0.5rem;
      font-size: 0; }
      .show-medicament001 > .inner-layout .inner-show-medicament .right-info .medicament-info span {
        font-size: 0.7rem;
        line-height: 1;
        color: #aaa; }
        .show-medicament001 > .inner-layout .inner-show-medicament .right-info .medicament-info span + span {
          margin-left: 0.5rem; }
    .show-medicament001 > .inner-layout .inner-show-medicament .right-info ul li {
      margin-top: 1rem; }
      .show-medicament001 > .inner-layout .inner-show-medicament .right-info ul li .name {
        display: flex;
        align-items: center; }
        .show-medicament001 > .inner-layout .inner-show-medicament .right-info ul li .name i {
          color: #88B7A7;
          font-size: 1.2rem;
          line-height: 1rem; }
        .show-medicament001 > .inner-layout .inner-show-medicament .right-info ul li .name p {
          font-weight: bold;
          color: #398964;
          font-size: 1rem;
          line-height: 1;
          margin-left: 0.4rem; }
      .show-medicament001 > .inner-layout .inner-show-medicament .right-info ul li .desc {
        font-size: 0.8rem;
        line-height: 1.5;
        color: #555;
        margin-top: 0.5rem; }
  .show-medicament001 > .inner-layout .other-medicament {
    margin-top: 3rem; }
    .show-medicament001 > .inner-layout .other-medicament h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-medicament001 > .inner-layout .other-medicament h1 a.tit {
        font-size: 1.2rem;
        line-height: 1;
        color: #333; }
      .show-medicament001 > .inner-layout .other-medicament h1 a.more {
        display: flex;
        align-items: center; }
        .show-medicament001 > .inner-layout .other-medicament h1 a.more span {
          font-size: 0.9rem;
          line-height: 0.9rem;
          color: #7F7F7F; }
        .show-medicament001 > .inner-layout .other-medicament h1 a.more i {
          color: #A49887;
          font-size: 1.5rem;
          margin-left: 0.4rem; }
        .show-medicament001 > .inner-layout .other-medicament h1 a.more:hover span {
          color: #4FA27A; }

@media (max-width: 960px) {
  .show-medicament001 > .inner-layout {
    padding: 20px 20px 40px; }
    .show-medicament001 > .inner-layout .inner-show-medicament {
      flex-wrap: wrap; }
      .show-medicament001 > .inner-layout .inner-show-medicament .left-img {
        margin-right: 0;
        width: 100%; }
      .show-medicament001 > .inner-layout .inner-show-medicament .right-info {
        margin-top: 20px; } }
.home-banner001 {
  width: 100%;
  height: 40rem; }
  .home-banner001 .banner-slick {
    width: 100%;
    height: 40rem;
    margin-bottom: 0;
    position: relative; }
    .home-banner001 .banner-slick .slick-active .index-slider-item .slide-txt img {
      margin-left: 0;
      opacity: 1; }
    .home-banner001 .banner-slick .index-slider-item {
      display: block;
      height: 40rem;
      width: 100%;
      background-size: cover;
      background-position: center; }
      .home-banner001 .banner-slick .index-slider-item > .layout {
        position: relative; }
      .home-banner001 .banner-slick .index-slider-item .slide-txt {
        width: 68rem;
        height: 40rem; }
        .home-banner001 .banner-slick .index-slider-item .slide-txt img {
          max-height: 40rem;
          margin-left: -5rem;
          opacity: 0;
          transition: all 1s;
          width: 100%;
          height: 100%; }
        .home-banner001 .banner-slick .index-slider-item .slide-txt.slide-txt-right {
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0; }
    .home-banner001 .banner-slick .slick-dots {
      bottom: 5.6rem; }
      .home-banner001 .banner-slick .slick-dots li {
        height: auto;
        width: auto;
        background: none; }
        .home-banner001 .banner-slick .slick-dots li button {
          display: block;
          background: none;
          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: -1.5rem;
      width: 3rem;
      height: 3rem;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.29);
      text-align: center;
      line-height: 3rem;
      font-size: 1.65rem;
      color: #fff;
      z-index: 1;
      cursor: pointer; }
      .home-banner001 .banner-slick .slick-arrow.prev {
        left: calc(50% - 740px); }
      .home-banner001 .banner-slick .slick-arrow.next {
        right: calc(50% - 740px); }

@media (max-width: 960px) {
  .home-banner001 {
    height: 60vw; }
    .home-banner001 .banner-slick {
      height: 60vw; }
      .home-banner001 .banner-slick .slick-dots {
        bottom: calc(6vw + 25px); }
      .home-banner001 .banner-slick .index-slider-item {
        height: 60vw; }
        .home-banner001 .banner-slick .index-slider-item .slide-txt {
          width: 100%;
          height: 60vw; }
          .home-banner001 .banner-slick .index-slider-item .slide-txt img {
            max-height: 60vw; } }
.home-search001 .layout {
  position: relative; }
.home-search001 .inner-search {
  position: absolute;
  left: 0;
  top: -3.5rem;
  height: 5rem;
  width: 100%;
  border-radius: 0.5rem;
  background-color: #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  z-index: 1; }
  .home-search001 .inner-search .change-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative; }
    .home-search001 .inner-search .change-wrap .keyword {
      width: 55rem;
      height: 2rem;
      border: none;
      font-size: 1rem;
      color: #333; }
      .home-search001 .inner-search .change-wrap .keyword::placeholder {
        color: #AAAAAA;
        transition: color 0.5s; }
    .home-search001 .inner-search .change-wrap .keyword:focus::placeholder {
      color: transparent; }
    .home-search001 .inner-search .change-wrap .keyword:focus + span {
      animation: popFadeIn 1s;
      display: block; }
    .home-search001 .inner-search .change-wrap > span {
      display: none;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 55rem;
      height: 1px;
      background-color: #AAAAAA; }
    .home-search001 .inner-search .change-wrap .search-submit {
      width: 6rem;
      height: 2rem;
      border-radius: 1000px;
      background-color: #42916B;
      color: #fff;
      line-height: 2rem;
      text-align: center;
      font-size: 0;
      position: relative;
      overflow: hidden; }
      .home-search001 .inner-search .change-wrap .search-submit i, .home-search001 .inner-search .change-wrap .search-submit span {
        position: relative;
        z-index: 1; }
      .home-search001 .inner-search .change-wrap .search-submit i {
        font-size: 1rem;
        margin-right: 0.5rem; }
      .home-search001 .inner-search .change-wrap .search-submit span {
        font-size: 1rem;
        line-height: 2rem; }
      .home-search001 .inner-search .change-wrap .search-submit: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: #335C4E; }
    @media (any-hover: hover) {
      .home-search001 .inner-search .change-wrap .search-submit:hover:before {
        top: -2rem;
        -webkit-transform: scale(1.2); } }

@media (max-width: 1440px) {
  .home-search001 .inner-search .change-wrap .keyword,
  .home-search001 .inner-search .change-wrap > span {
    width: 47.5rem; } }
@media (max-width: 960px) {
  .home-search001 .inner-search {
    padding: 10px 20px;
    height: 52px;
    width: calc(100% - 20px);
    left: 10px;
    top: -40px; }
    .home-search001 .inner-search .change-wrap .keyword {
      width: calc(100% - 100px);
      font-size: 12px; }
    .home-search001 .inner-search .change-wrap > span {
      width: calc(100% - 100px); }
    .home-search001 .inner-search .change-wrap .search-submit {
      width: 80px; }
      .home-search001 .inner-search .change-wrap .search-submit span {
        font-size: 14px; } }
h2.left-tab-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h2.left-tab-tit.black a.tit {
    color: #000000; }
    h2.left-tab-tit.black a.tit:after {
      background-color: #335C4E; }
  h2.left-tab-tit a.tit {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    position: relative; }
  h2.left-tab-tit .tab-tit {
    flex: 1;
    font-size: 0; }
    h2.left-tab-tit .tab-tit a {
      margin-left: 1.5rem;
      font-size: 1.2rem;
      line-height: 1;
      color: rgba(255, 255, 255, 0.8);
      position: relative; }
      h2.left-tab-tit .tab-tit a.cur {
        color: #fff; }
        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: #DBCA7B;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.8rem;
          border-top-width: 0.55rem; }
  h2.left-tab-tit a.more {
    display: flex;
    align-items: center; }
    h2.left-tab-tit a.more span {
      font-size: 0.9rem;
      line-height: 0.9rem;
      color: #7F7F7F; }
    h2.left-tab-tit a.more i {
      color: #A49887;
      font-size: 1.5rem;
      margin-left: 0.4rem; }

.home-news002 {
  overflow: hidden;
  padding-top: 5rem;
  position: relative;
  height: 36.5rem;
  box-sizing: border-box;
  background-color: #335C4E; }
  .home-news002 > img {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: opacity 6s; }
  .home-news002 .right-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url("../images/ynzyy/news_bg.jpg");
    background-size: cover;
    transition: clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    backface-visibility: hidden;
    clip-path: inset(0 0 0 100vw); }
  .home-news002.active .right-bg {
    clip-path: inset(0 0 0 50vw); }
  .home-news002.active > img {
    opacity: 1; }
  .home-news002 .tab-pannel-wrap {
    position: relative; }
  .home-news002 .tab-pannel {
    display: none; }
    .home-news002 .tab-pannel.cur {
      display: block; }
@keyframes toShrink {
  from {
    width: 110%; }
  to {
    width: 100%; } }
      .home-news002 .tab-pannel.cur .inner-news .left-img .img-item a.img img {
        transition: all 0.5s;
        animation: toShrink linear 0.5s; }
  .home-news002 .inner-news {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    .home-news002 .inner-news .time {
      font-size: 0.7rem;
      line-height: 0.7rem;
      color: #AAAAAA; }
    .home-news002 .inner-news .left-img {
      display: flex;
      justify-content: space-between;
      width: 44.75rem; }
      .home-news002 .inner-news .left-img .img-item {
        width: 21.5rem;
        height: 24.3rem;
        background-color: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
        .home-news002 .inner-news .left-img .img-item a.img {
          display: block;
          width: 100%;
          height: 16rem;
          overflow: hidden; }
          .home-news002 .inner-news .left-img .img-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 1s; }
          .home-news002 .inner-news .left-img .img-item a.img:hover img {
            transform: scale(1.1); }
        .home-news002 .inner-news .left-img .img-item .bottom-info {
          width: 100%;
          height: 8.3rem;
          box-sizing: border-box;
          padding: 1rem;
          position: relative;
          font-size: 0; }
          .home-news002 .inner-news .left-img .img-item .bottom-info p {
            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;
            font-size: 0.9rem;
            margin-bottom: 0.5rem; }
            .home-news002 .inner-news .left-img .img-item .bottom-info p a {
              color: #333; }
              .home-news002 .inner-news .left-img .img-item .bottom-info p a:hover {
                color: #4FA27A; }
          .home-news002 .inner-news .left-img .img-item .bottom-info a.more {
            position: absolute;
            right: 1rem;
            bottom: 1rem;
            display: flex;
            align-items: flex-end; }
            .home-news002 .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: #4FA27A; }
            .home-news002 .inner-news .left-img .img-item .bottom-info a.more span {
              font-size: 0.7rem;
              color: #7f7f7f; }
            .home-news002 .inner-news .left-img .img-item .bottom-info a.more:hover i {
              animation: toShow 0.8s; }
    .home-news002 .inner-news .right-news-list {
      width: 21.5rem; }
      .home-news002 .inner-news .right-news-list li {
        margin-bottom: 1.2rem;
        font-size: 0; }
        .home-news002 .inner-news .right-news-list li a {
          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;
          color: #333;
          margin-bottom: 0.5rem;
          height: 2.7rem; }
          .home-news002 .inner-news .right-news-list li a:hover {
            color: #4FA27A; }

@media (max-width: 1440px) {
  .home-news002 {
    height: 34.6rem; }
    .home-news002 .inner-news .left-img {
      width: 39.5rem; }
      .home-news002 .inner-news .left-img .img-item {
        width: 19rem;
        height: 22.4rem; }
        .home-news002 .inner-news .left-img .img-item a.img {
          height: 14.1rem; }
        .home-news002 .inner-news .left-img .img-item .bottom-info {
          height: 8.3rem; }
    .home-news002 .inner-news .right-news-list {
      width: 19rem; }
      .home-news002 .inner-news .right-news-list li {
        margin-bottom: 0.25rem; } }
@media (max-width: 1200px) {
  .home-news002 .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; }

  .home-news002 .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 {
    flex-direction: column; }
    h2.left-tab-tit a.tit {
      font-size: 18px; }
    h2.left-tab-tit .tab-tit {
      margin-top: 20px; }
      h2.left-tab-tit .tab-tit a {
        margin-left: 20px;
        font-size: 14px; }
    h2.left-tab-tit a.more {
      display: none; }

  .home-news002 {
    height: auto;
    padding: 20px 0; }
    .home-news002 > .layout {
      box-sizing: border-box;
      padding: 0 10px; }
    .home-news002 .left-bg, .home-news002 .right-bg {
      display: none; }
    .home-news002 .inner-news {
      flex-wrap: wrap; }
      .home-news002 .inner-news .left-img {
        width: 100%;
        flex-wrap: wrap; }
        .home-news002 .inner-news .left-img .img-item {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
          .home-news002 .inner-news .left-img .img-item a.img {
            height: 52vw; }
      .home-news002 .inner-news .right-news-list {
        width: 100%;
        margin-top: 10px; }
        .home-news002 .inner-news .right-news-list li a {
          color: #fff; } }
h2.left-tab-tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h2.left-tab-tit.black a.tit {
    color: #000000; }
    h2.left-tab-tit.black a.tit:after {
      background-color: #335C4E; }
  h2.left-tab-tit a.tit {
    font-size: 2rem;
    line-height: 2rem;
    color: #333333;
    position: relative; }
  h2.left-tab-tit .tab-tit {
    flex: 1;
    font-size: 0; }
    h2.left-tab-tit .tab-tit a {
      margin-left: 1.5rem;
      font-size: 1.2rem;
      line-height: 1;
      color: rgba(51, 51, 51, 0.8);
      position: relative; }
      h2.left-tab-tit .tab-tit a.cur {
        color: #333333; }
        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: #DBCA7B;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.8rem;
          border-top-width: 0.55rem; }
  h2.left-tab-tit a.more {
    display: flex;
    align-items: center; }
    h2.left-tab-tit a.more span {
      font-size: 0.9rem;
      line-height: 0.9rem;
      color: #7F7F7F; }
    h2.left-tab-tit a.more i {
      color: #A49887;
      font-size: 1.5rem;
      margin-left: 0.4rem; }
    h2.left-tab-tit a.more:hover span {
      color: #4FA27A; }

.home-news003 {
  overflow: hidden;
  padding-top: 5rem;
  position: relative;
  box-sizing: border-box;
  background-image: url("../images/ynzyy/news_bg.jpg");
  background-size: cover;
  background-position: bottom; }
  .home-news003 .layout {
    position: relative;
    padding-bottom: 0.75rem; }
    .home-news003 .layout > img {
      position: absolute;
      right: -0.75rem;
      bottom: 0rem; }
    .home-news003 .layout .center-more002 {
      display: none; }
  .home-news003 .tab-pannel-wrap {
    position: relative; }
  .home-news003 .tab-pannel {
    display: none; }
    .home-news003 .tab-pannel.cur {
      display: block; }
@keyframes toShrink {
  from {
    width: 110%; }
  to {
    width: 100%; } }
      .home-news003 .tab-pannel.cur .inner-news .left-img .img-item a.img img {
        transition: all 0.5s; }
  .home-news003 .inner-news {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem; }
    .home-news003 .inner-news .time {
      font-size: 0.7rem;
      line-height: 0.7rem;
      color: #AAAAAA;
      z-index: 1;
      position: relative; }
    .home-news003 .inner-news .left-img {
      display: flex;
      justify-content: space-between;
      width: 44.75rem; }
      .home-news003 .inner-news .left-img .img-item {
        width: 21.5rem;
        height: 24.5rem;
        background-color: #fff;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1); }
        .home-news003 .inner-news .left-img .img-item a.img {
          display: block;
          width: 100%;
          height: 16rem;
          overflow: hidden; }
          .home-news003 .inner-news .left-img .img-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 1s; }
          .home-news003 .inner-news .left-img .img-item a.img:hover img {
            transform: scale(1.1); }
        .home-news003 .inner-news .left-img .img-item .bottom-info {
          width: 100%;
          height: 8.5rem;
          box-sizing: border-box;
          padding: 1rem;
          position: relative;
          font-size: 0;
          overflow: hidden; }
          .home-news003 .inner-news .left-img .img-item .bottom-info > img {
            position: absolute;
            bottom: 0;
            left: 0; }
          .home-news003 .inner-news .left-img .img-item .bottom-info p {
            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;
            font-size: 0.8rem;
            margin-bottom: 0.5rem;
            z-index: 1;
            position: relative; }
            .home-news003 .inner-news .left-img .img-item .bottom-info p a {
              color: #333; }
              .home-news003 .inner-news .left-img .img-item .bottom-info p a:hover {
                color: #4FA27A; }
          .home-news003 .inner-news .left-img .img-item .bottom-info a.more {
            position: absolute;
            right: 1rem;
            bottom: 1rem;
            display: flex;
            align-items: flex-end;
            z-index: 1; }
            .home-news003 .inner-news .left-img .img-item .bottom-info a.more i {
              display: inline-block;
              font-size: 1.05rem;
              line-height: 0.6rem;
              vertical-align: middle;
              margin-right: 0.5rem;
              color: #4FA27A; }
            .home-news003 .inner-news .left-img .img-item .bottom-info a.more span {
              font-size: 0.7rem;
              color: #7f7f7f; }
            .home-news003 .inner-news .left-img .img-item .bottom-info a.more:hover i {
              animation: toShow 0.5s; }
    .home-news003 .inner-news .right-news-list {
      width: 21.5rem;
      height: 24.5rem;
      background-color: #fff;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      box-sizing: border-box;
      padding: 1.25rem 1.55rem;
      position: relative;
      overflow: hidden; }
      .home-news003 .inner-news .right-news-list li {
        font-size: 0;
        padding: 0.75rem 0;
        border-bottom: 1px solid #EAEAEA;
        position: relative;
        z-index: 1; }
        .home-news003 .inner-news .right-news-list li:last-of-type {
          border-bottom: none; }
        .home-news003 .inner-news .right-news-list li a {
          font-size: 0.8rem;
          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;
          color: #333;
          margin-bottom: 0.5rem;
          height: 2.7rem; }
          .home-news003 .inner-news .right-news-list li a:hover {
            color: #4FA27A; }
      .home-news003 .inner-news .right-news-list > img {
        position: absolute;
        bottom: 0;
        left: 0; }

@media (max-width: 1440px) {
  .home-news003 {
    height: 34.6rem; }
    .home-news003 .inner-news .left-img {
      width: 39.5rem; }
      .home-news003 .inner-news .left-img .img-item {
        width: 19rem;
        height: 22.4rem; }
        .home-news003 .inner-news .left-img .img-item a.img {
          height: 14.1rem; }
        .home-news003 .inner-news .left-img .img-item .bottom-info {
          height: 8.3rem; }
    .home-news003 .inner-news .right-news-list {
      width: 19rem;
      height: 22.4rem; }
      .home-news003 .inner-news .right-news-list li {
        padding: 0.5rem 0; } }
@media (max-width: 1200px) {
  .home-news003 .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; }

  .home-news003 .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 {
    flex-direction: column; }
    h2.left-tab-tit a.tit {
      font-size: 18px; }
    h2.left-tab-tit .tab-tit {
      margin-top: 20px; }
      h2.left-tab-tit .tab-tit a {
        margin-left: 20px;
        font-size: 14px; }
    h2.left-tab-tit a.more {
      display: none; }

  .home-news003 {
    height: auto;
    padding: 40px 0 0;
    background-image: none; }
    .home-news003 > .layout {
      box-sizing: border-box;
      padding: 0 10px 15px; }
      .home-news003 > .layout > img {
        right: -10px;
        bottom: 75px; }
      .home-news003 > .layout .center-more002 {
        display: flex; }
    .home-news003 .left-bg, .home-news003 .right-bg {
      display: none; }
    .home-news003 .inner-news {
      flex-wrap: wrap; }
      .home-news003 .inner-news .left-img {
        width: 100%;
        flex-wrap: wrap; }
        .home-news003 .inner-news .left-img .img-item {
          width: 100%;
          height: auto;
          margin-bottom: 10px; }
          .home-news003 .inner-news .left-img .img-item a.img {
            height: 52vw; }
      .home-news003 .inner-news .right-news-list {
        width: 100%;
        margin-top: 10px;
        padding-right: 20px;
        padding-left: 20px; } }
.home-column-entry004 {
  margin-top: 3.5rem;
  position: relative;
  padding-bottom: 5rem; }
  .home-column-entry004 > img {
    position: absolute;
    opacity: 0.2; }
    .home-column-entry004 > img.lb {
      left: 0;
      bottom: 0;
      opacity: 0.1; }
    .home-column-entry004 > img.rb {
      right: 0;
      bottom: 0;
      width: 36rem;
      height: 20rem; }
  .home-column-entry004 .inner-entry {
    margin-top: 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; }
      .home-column-entry004 .inner-entry .left-dep > i {
        position: absolute;
        font-size: 1.2rem;
        line-height: 1;
        color: rgba(255, 255, 255, 0.6); }
        .home-column-entry004 .inner-entry .left-dep > i.lt {
          left: 0.3rem;
          top: 0.3rem;
          transform: rotateY(180deg); }
        .home-column-entry004 .inner-entry .left-dep > i.rb {
          right: 0.3rem;
          bottom: 0.3rem;
          transform: rotateX(180deg); }
      .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;
        z-index: 1;
        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 a {
          color: #fff;
          font-size: 1.6rem;
          line-height: 1; }
      .home-column-entry004 .inner-entry .left-dep ul {
        margin-top: 3.2rem;
        padding-left: 4rem;
        display: flex;
        flex-direction: column;
        z-index: 1;
        position: relative; }
        .home-column-entry004 .inner-entry .left-dep ul li a {
          display: flex;
          align-items: center;
          margin-bottom: 2rem;
          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.2rem;
          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 .left-dep a.center-more002 {
        margin-top: 3.9rem;
        left: 4rem;
        margin-left: 0; }
        .home-column-entry004 .inner-entry .left-dep a.center-more002 span, .home-column-entry004 .inner-entry .left-dep a.center-more002 i {
          color: #fff; }
    .home-column-entry004 .inner-entry .right-column {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 32.5rem; }
      .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 > i {
          position: absolute;
          font-size: 0.8rem;
          line-height: 1;
          color: rgba(255, 255, 255, 0.6); }
          .home-column-entry004 .inner-entry .right-column .column-item > i.lt {
            left: 0.2rem;
            top: 0.2rem;
            transform: rotateY(180deg); }
          .home-column-entry004 .inner-entry .right-column .column-item > i.lb {
            left: 0.2rem;
            bottom: 0.2rem;
            transform: rotate(180deg); }
          .home-column-entry004 .inner-entry .right-column .column-item > i.rt {
            right: 0.2rem;
            top: 0.2rem; }
          .home-column-entry004 .inner-entry .right-column .column-item > i.rb {
            right: 0.2rem;
            bottom: 0.2rem;
            transform: rotateX(180deg); }
        .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-3 {
            fill: none; }
          .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 {
            stroke: #fff; }
          .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, .home-column-entry004 .inner-entry .right-column .column-item .svg #svg0 .cls-3 {
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 3.5px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg0 .cls-2 {
            fill: none; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg0 .cls-3 {
            stroke: #fff; }
          .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 {
            fill: none;
            stroke: #000;
            stroke-width: 3.5px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-1 {
            stroke-miterlimit: 10; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg1 .cls-2 {
            stroke-linecap: round;
            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: 3.5px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg2 .cls-2 {
            fill: #fff; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg3 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 3.5px; }
          .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: #fff;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg4 .cls-1 {
            stroke-width: 3.5px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg4 .cls-2 {
            stroke-width: 5px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-1 {
            fill: none; }
          .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: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 3.5px; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-2 {
            fill: none; }
          .home-column-entry004 .inner-entry .right-column .column-item .svg #svg5 .cls-3 {
            fill: #fff; }
        .home-column-entry004 .inner-entry .right-column .column-item .info {
          font-size: 0;
          z-index: 1;
          transition: all 0.5s;
          margin-left: 15px; }
          .home-column-entry004 .inner-entry .right-column .column-item .info p {
            font-size: 1.2rem;
            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.item0 {
          background-color: #335C4E;
          background-image: url("../images/ynzyy/service/yygh.jpg"); }
        .home-column-entry004 .inner-entry .right-column .column-item.item1 {
          background-color: #F2EEE7;
          color: #333; }
          .home-column-entry004 .inner-entry .right-column .column-item.item1 > i {
            color: rgba(164, 152, 135, 0.6); }
        .home-column-entry004 .inner-entry .right-column .column-item.item3 {
          background-color: #4FA27A; }
        .home-column-entry004 .inner-entry .right-column .column-item.item4 {
          background-color: #DBCA7B; }
        .home-column-entry004 .inner-entry .right-column .column-item.item5:after {
          content: "";
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.3);
          position: absolute;
          left: 0;
          top: 0; }

@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 {
      flex-wrap: wrap;
      box-sizing: border-box;
      padding: 0 10px; }
      .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 a.center-more002 {
          left: 50%;
          margin-left: -4.9rem; }
      .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-column-entry005 {
  position: relative;
  margin-top: 3.8rem;
  padding-bottom: 4.2rem; }
  .home-column-entry005 > img {
    position: absolute; }
    .home-column-entry005 > img.lt {
      top: 0;
      left: 0;
      opacity: 0.06;
      width: 22.45rem; }
    .home-column-entry005 > img.rb {
      right: 0;
      bottom: 0;
      width: 29rem; }
    .home-column-entry005 > img.rt {
      right: 0;
      top: 3rem;
      width: 29rem; }
  .home-column-entry005 .inner-entry {
    margin-top: 8.8rem;
    position: relative; }
    .home-column-entry005 .inner-entry .left-dep {
      width: 34rem;
      height: 27rem;
      background-color: #335C4E;
      position: relative;
      box-sizing: border-box;
      padding: 9.45rem 0 0 4rem; }
      .home-column-entry005 .inner-entry .left-dep > i {
        position: absolute;
        font-size: 2rem;
        line-height: 1;
        color: #DBD5C7; }
        .home-column-entry005 .inner-entry .left-dep > i.lt {
          left: 1rem;
          top: 1rem;
          transform: rotateY(180deg); }
        .home-column-entry005 .inner-entry .left-dep > i.lb {
          left: 1rem;
          bottom: 1rem;
          transform: rotate(180deg); }
        .home-column-entry005 .inner-entry .left-dep > i.rb {
          right: 1rem;
          bottom: 1rem;
          transform: rotateX(180deg); }
        .home-column-entry005 .inner-entry .left-dep > i.rt {
          right: 1rem;
          top: 1rem;
          opacity: 0; }
      .home-column-entry005 .inner-entry .left-dep h2.tit {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: normal;
        margin-bottom: 1rem; }
        .home-column-entry005 .inner-entry .left-dep h2.tit a {
          color: #fff; }
      .home-column-entry005 .inner-entry .left-dep ul {
        position: relative;
        z-index: 1; }
        .home-column-entry005 .inner-entry .left-dep ul li {
          width: 12rem;
          position: relative; }
          .home-column-entry005 .inner-entry .left-dep ul li:after {
            content: '';
            display: block;
            width: 100%;
            height: 1px;
            background-color: rgba(255, 255, 255, 0.48);
            position: absolute;
            left: 0;
            bottom: 0;
            transition: transform 0.5s; }
          .home-column-entry005 .inner-entry .left-dep ul li:before {
            content: "\e63f";
            font-family: 'iconynzyy';
            font-size: 0.7rem;
            line-height: 1;
            position: absolute;
            left: 0;
            bottom: -0.35rem;
            color: rgba(255, 255, 255, 0.5);
            transition: all 0.5s;
            opacity: 0; }
          .home-column-entry005 .inner-entry .left-dep ul li a {
            display: flex;
            justify-content: space-between;
            padding: 1rem 0; }
            .home-column-entry005 .inner-entry .left-dep ul li a p {
              font-size: 1.2rem;
              line-height: 1;
              color: #fff;
              transition: all 0.5s; }
            .home-column-entry005 .inner-entry .left-dep ul li a i {
              color: rgba(255, 255, 255, 0.5);
              font-size: 1.5rem;
              line-height: 1;
              width: 1.25rem;
              transition: all 0.5s; }
          .home-column-entry005 .inner-entry .left-dep ul li:hover:after {
            transform: translateX(0.65rem); }
          .home-column-entry005 .inner-entry .left-dep ul li:hover:before {
            opacity: 1; }
          .home-column-entry005 .inner-entry .left-dep ul li:hover a p {
            font-weight: bold;
            color: #DBCA7B; }
          .home-column-entry005 .inner-entry .left-dep ul li:hover a i {
            transform: translateX(0.7rem);
            color: #fff; }
    .home-column-entry005 .inner-entry .right-column {
      width: 54rem;
      position: absolute;
      right: 0;
      top: -6.8rem;
      display: flex;
      flex-wrap: wrap; }
      .home-column-entry005 .inner-entry .right-column .empty-item {
        width: 13.5rem;
        height: 13.5rem;
        z-index: -11; }
      .home-column-entry005 .inner-entry .right-column a.column-item {
        width: 13.5rem;
        height: 13.5rem;
        background-size: cover;
        background-position: bottom;
        background-repeat: no-repeat;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; }
        .home-column-entry005 .inner-entry .right-column a.column-item .svg {
          width: 5rem;
          height: 4rem;
          margin-top: -1rem;
          z-index: 1; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg0 .cls-1, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg0 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-linejoin: round;
            stroke-width: 8px; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg0 .cls-2 {
            stroke-linecap: round; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-1, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-2, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-3 {
            fill: none;
            stroke: #fff;
            stroke-width: 8px; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-1, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-2 {
            stroke-miterlimit: 10; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-2, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-3 {
            stroke-linecap: round; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg1 .cls-3 {
            stroke-linejoin: round; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg2 .cls-1 {
            fill: none;
            stroke: #A49887;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 8px; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg3 .cls-1, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg3 .cls-2 {
            fill: none;
            stroke-width: 8px; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg3 .cls-1 {
            stroke: #fff;
            stroke-miterlimit: 10; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg3 .cls-2 {
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg4 .cls-1 {
            fill: none;
            stroke: #fff;
            stroke-linecap: round;
            stroke-linejoin: round;
            stroke-width: 8px; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg5 .cls-1, .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg5 .cls-2 {
            fill: none;
            stroke: #fff;
            stroke-width: 8px; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg5 .cls-1 {
            stroke-miterlimit: 10; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg #svg5 .cls-2 {
            stroke-linecap: round;
            stroke-linejoin: round; }
        .home-column-entry005 .inner-entry .right-column a.column-item p {
          font-size: 1.2rem;
          line-height: 1;
          color: #fff;
          margin-top: 1.5rem; }
        .home-column-entry005 .inner-entry .right-column a.column-item.item2 p {
          color: #333333; }

@media (max-width: 1440px) {
  .home-column-entry005 .inner-entry .right-column {
    width: 52rem; }
    .home-column-entry005 .inner-entry .right-column .empty-item,
    .home-column-entry005 .inner-entry .right-column a.column-item {
      width: 13rem;
      height: 13rem; } }
@media (max-width: 960px) {
  .home-column-entry005 {
    margin-top: 20px;
    padding-bottom: 20px; }
    .home-column-entry005 .layout {
      box-sizing: border-box;
      padding: 0 10px; }
    .home-column-entry005 .inner-entry {
      margin-top: 20px; }
      .home-column-entry005 .inner-entry .left-dep {
        width: 100%;
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 300px; }
        .home-column-entry005 .inner-entry .left-dep h2.tit {
          width: 12rem; }
        .home-column-entry005 .inner-entry .left-dep > i.rt {
          opacity: 1; }
      .home-column-entry005 .inner-entry .right-column {
        position: static;
        margin-top: 10px;
        width: 100%; }
        .home-column-entry005 .inner-entry .right-column .empty-item {
          display: none; }
        .home-column-entry005 .inner-entry .right-column a.column-item {
          width: calc(100% / 3);
          height: 32.6vw; }
          .home-column-entry005 .inner-entry .right-column a.column-item .svg {
            margin-top: 0;
            width: 15vw;
            height: 15vw; }
          .home-column-entry005 .inner-entry .right-column a.column-item p {
            font-size: 16px;
            margin-top: 5px; } }
.home-department003 {
  padding: 3.5rem 0 5rem;
  background-color: #335C4E;
  background-image: url("../images/ynzyy/dep_bg.jpg");
  background-repeat: repeat;
  position: relative;
  height: 40rem;
  box-sizing: border-box; }
  .home-department003 > .img {
    position: absolute;
    font-size: 0; }
    .home-department003 > .img.lb {
      left: 0;
      bottom: 0; }
    .home-department003 > .img.rt {
      right: 0;
      top: 4rem; }
    .home-department003 > .img.rb {
      right: 0;
      bottom: 0; }
  .home-department003 .tit-box {
    display: flex;
    justify-content: center;
    margin-top: 2rem; }
    .home-department003 .tit-box .tab-tit {
      padding: 0 1.15rem;
      position: relative; }
      .home-department003 .tit-box .tab-tit:before, .home-department003 .tit-box .tab-tit:after {
        content: "";
        display: block;
        width: 1.5rem;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.8);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: opacity 0.5s;
        opacity: 0; }
      .home-department003 .tit-box .tab-tit:before {
        left: -1.5rem; }
      .home-department003 .tit-box .tab-tit:after {
        right: -1.5rem; }
      .home-department003 .tit-box .tab-tit i {
        display: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: rgba(255, 255, 255, 0.8); }
        .home-department003 .tit-box .tab-tit i.prev {
          left: 0; }
        .home-department003 .tit-box .tab-tit i.next {
          right: 0; }
      .home-department003 .tit-box .tab-tit + .tab-tit {
        margin-left: 3.5rem; }
      .home-department003 .tit-box .tab-tit.cur:before, .home-department003 .tit-box .tab-tit.cur:after {
        opacity: 1; }
      .home-department003 .tit-box .tab-tit.cur i {
        display: block; }
      .home-department003 .tit-box .tab-tit.cur a {
        color: #fff;
        font-weight: bold; }
        .home-department003 .tit-box .tab-tit.cur a:before {
          display: none; }
        .home-department003 .tit-box .tab-tit.cur a:after {
          width: 100%;
          height: 2px;
          background-color: #DBCA7B;
          left: 0;
          bottom: -0.35rem;
          top: auto;
          transform: rotate(0); }
      .home-department003 .tit-box .tab-tit a {
        font-size: 1rem;
        line-height: 1;
        color: rgba(255, 255, 255, 0.75);
        position: relative; }
        .home-department003 .tit-box .tab-tit a:before, .home-department003 .tit-box .tab-tit a:after {
          content: "";
          display: block;
          width: 0.4rem;
          height: 0.4rem;
          background-color: rgba(255, 255, 255, 0.5);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          margin-top: -0.15rem; }
        .home-department003 .tit-box .tab-tit a:before {
          left: -0.85rem; }
        .home-department003 .tit-box .tab-tit a:after {
          right: -0.85rem; }
  .home-department003 .tab-pannel-wrap {
    margin-top: 2rem; }
    .home-department003 .tab-pannel-wrap .tab-pannel {
      display: none; }
      .home-department003 .tab-pannel-wrap .tab-pannel:first-child {
        display: block; }
      .home-department003 .tab-pannel-wrap .tab-pannel ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.4rem; }
        .home-department003 .tab-pannel-wrap .tab-pannel ul li {
          width: 8.5rem;
          height: 8.5rem;
          margin-right: 1.4rem;
          margin-bottom: 1.45rem; }
          .home-department003 .tab-pannel-wrap .tab-pannel ul li a {
            display: flex;
            width: 100%;
            height: 100%;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            box-sizing: border-box;
            padding: 0 1.1rem;
            position: relative; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a svg {
              width: 100%;
              height: 100%;
              position: absolute;
              top: 0;
              left: 0; }
              .home-department003 .tab-pannel-wrap .tab-pannel ul li a svg .cls-1 {
                fill: none;
                stroke: rgba(217, 204, 185, 0.5);
                stroke-miterlimit: 10;
                fill-opacity: 0;
                transition: fill-opacity 1s; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a i {
              font-size: 8.5rem;
              position: absolute;
              top: 0;
              left: 0;
              color: rgba(217, 204, 185, 0.5); }
              .home-department003 .tab-pannel-wrap .tab-pannel ul li a i.dep_ico_active {
                display: none; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a p {
              font-size: 1rem;
              line-height: 1;
              color: #fff;
              margin-bottom: 0.75rem;
              z-index: 1;
              transition: all 0.5s; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a span {
              font-size: 0.7rem;
              line-height: 0.9rem;
              color: rgba(255, 255, 255, 0.5);
              text-align: center;
              z-index: 1;
              transition: all 0.5s; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a:hover svg .cls-1 {
              fill: #DCD5C5;
              stroke: #A49887;
              stroke-miterlimit: 10;
              fill-opacity: 1; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a:hover i.dep_ico_active {
              display: block; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a:hover i.dep_ico {
              display: none; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a:hover p {
              color: #335C4E; }
            .home-department003 .tab-pannel-wrap .tab-pannel ul li a:hover span {
              color: rgba(51, 92, 78, 0.65); }

@media (max-width: 1440px) {
  .home-department003 .tab-pannel-wrap .tab-pannel ul li {
    width: 7.37rem;
    height: 7.37rem; } }
@media (max-width: 960px) {
  .home-department003 {
    height: auto; }
    .home-department003 > .img.rt, .home-department003 > .img.lb {
      display: none; }
    .home-department003 .tab-pannel-wrap .tab-pannel ul {
      justify-content: center; }
      .home-department003 .tab-pannel-wrap .tab-pannel ul li a p {
        margin-bottom: 4px; } }
.home-doctor001 {
  background-color: #FFFAF6;
  padding: 3rem 0;
  position: relative;
  overflow: hidden; }
  .home-doctor001 > img {
    position: absolute;
    transform: rotateY(180deg); }
    .home-doctor001 > img.yun_lt {
      top: 0;
      left: 0;
      width: 19.45rem; }
    .home-doctor001 > img.yun_rb {
      right: 0;
      bottom: -6rem;
      width: 21.75rem; }
  .home-doctor001 a.center-more002:hover .svg .st1 {
    fill-opacity: 1;
    fill: #335c4e; }
  .home-doctor001 .doc-content {
    margin-top: 2rem; }
    .home-doctor001 .doc-content .doc-slider {
      position: relative; }
      .home-doctor001 .doc-content .doc-slider .doc-list {
        display: flex;
        flex-wrap: wrap;
        margin-right: -1.5rem; }
        .home-doctor001 .doc-content .doc-slider .doc-list .doc-item {
          width: 21.65rem;
          height: 11.35rem;
          box-sizing: border-box;
          border: 1px solid #DBC19E;
          border-radius: 0.2rem;
          padding: 1rem;
          background-color: #fff;
          margin-right: 1.5rem;
          margin-bottom: 1.5rem;
          position: relative; }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item > i {
            position: absolute;
            font-size: 1.4rem;
            line-height: 1;
            color: rgba(219, 193, 158, 0.75); }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item > i.lt {
              left: 0.45rem;
              top: 0.45rem;
              transform: rotateX(180deg); }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item > i.lb {
              left: 0.45rem;
              bottom: 0.45rem; }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item > i.rt {
              right: 0.45rem;
              top: 0.45rem;
              transform: rotate(180deg); }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item > i.rb {
              right: 0.45rem;
              bottom: 0.45rem;
              transform: rotateY(180deg); }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info {
            display: flex;
            justify-content: space-between; }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info a.img {
              display: block;
              width: 4.5rem;
              height: 5.95rem;
              overflow: hidden;
              flex-shrink: 0; }
              .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info a.img img {
                width: 100%;
                height: 100%;
                transition: all 0.5s; }
              .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info a.img:hover img {
                transform: scale(1.1); }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info {
              width: 100%;
              height: 5.95rem;
              border-bottom: 1px solid #E1E1E1; }
              .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .name {
                font-size: 1rem;
                line-height: 1;
                margin-top: 0.5rem; }
                .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .name a {
                  color: #335C4E; }
                .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .name:hover a {
                  color: #4FA27A; }
              .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .protit {
                font-size: 0.7rem;
                line-height: 1;
                color: #7F7F7F;
                margin-top: 0.5rem; }
              .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .depart {
                font-size: 0.8rem;
                line-height: 1;
                margin-top: 1rem; }
                .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .depart a {
                  color: #555555; }
                  .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info .depart a:hover {
                    color: #4FA27A; }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info.hasthumb .doc-info {
              margin-left: 1rem;
              width: 14.15rem; }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .bottom-info {
            margin-top: 1rem;
            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;
            color: #AAAAAA; }
            .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .bottom-info span.goodat {
              color: #555555; }
      .home-doctor001 .doc-content .doc-slider .slick-arrow {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.29);
        text-align: center;
        line-height: 2rem;
        color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1rem;
        cursor: pointer;
        font-size: 1.2rem; }
        .home-doctor001 .doc-content .doc-slider .slick-arrow.prev {
          left: -2.5rem;
          transition: all 0.3s ease; }
          .home-doctor001 .doc-content .doc-slider .slick-arrow.prev:hover {
            background-color: #335C4E; }
        .home-doctor001 .doc-content .doc-slider .slick-arrow.next {
          right: -2.5rem;
          transition: all 0.3s ease; }
          .home-doctor001 .doc-content .doc-slider .slick-arrow.next:hover {
            background-color: #335C4E; }
    .home-doctor001 .doc-content .m-doc-slider {
      display: none; }

@media (max-width: 1440px) {
  .home-doctor001 .doc-content .doc-slider .doc-list .doc-item {
    width: 19rem;
    height: 9.95rem; }
    .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info.hasthumb .doc-info {
      width: 11.4rem;
      margin-left: 1rem; }
    .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .bottom-info {
      margin-top: 0.5rem; } }
@media (max-width: 1200px) {
  .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .bottom-info {
    line-height: 14px;
    max-height: 28px;
    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-doctor001 {
    padding: 20px 0; }
    .home-doctor001 > .yun_rb {
      display: none; }
    .home-doctor001 .doc-content {
      padding: 0 10px; }
      .home-doctor001 .doc-content .pc-doc-slider {
        display: none; }
      .home-doctor001 .doc-content .m-doc-slider {
        display: block; }
      .home-doctor001 .doc-content .doc-slider .doc-list {
        justify-content: space-between;
        margin-right: 0; }
        .home-doctor001 .doc-content .doc-slider .doc-list .doc-item {
          width: 48%;
          height: auto;
          margin-right: 0;
          padding: 5px; }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info a.img {
            width: 18vw;
            height: 24vw; }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info .doc-info {
            height: 24vw;
            border-bottom: none; }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .top-info.hasthumb .doc-info {
            margin-left: 10px; }
          .home-doctor001 .doc-content .doc-slider .doc-list .doc-item .bottom-info {
            display: none; }
      .home-doctor001 .doc-content .doc-slider .slick-dots li {
        width: 30px;
        height: 5px;
        background-color: #d7d7d7;
        border-radius: 0; }
        .home-doctor001 .doc-content .doc-slider .slick-dots li.slick-active {
          background-color: #DBCA7B; }
        .home-doctor001 .doc-content .doc-slider .slick-dots li button {
          display: none; } }
.home-notice002 {
  height: 32rem;
  margin-top: 3rem;
  position: relative;
  overflow: hidden; }
  .home-notice002 > img {
    position: absolute;
    top: 0; }
    .home-notice002 > img.lt {
      left: 0;
      top: 0;
      opacity: 0.06;
      width: 22.45rem; }
    .home-notice002 > img.rt {
      right: 0;
      top: 0;
      opacity: 0.1;
      width: 27.8rem;
      transform: rotate(180deg); }
  .home-notice002 .inner-notice {
    position: relative; }
    .home-notice002 .inner-notice .notice-item {
      width: 24rem;
      height: 30rem;
      padding: 2rem 4rem 0 2rem;
      box-sizing: border-box;
      position: absolute;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-position: bottom;
      background-size: cover;
      background-repeat: no-repeat; }
      .home-notice002 .inner-notice .notice-item h2.left-add-tit {
        font-weight: normal;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .home-notice002 .inner-notice .notice-item h2.left-add-tit a.tit {
          font-size: 2rem;
          line-height: 1;
          color: #fff; }
        .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add {
          width: 2rem;
          height: 2rem;
          text-align: center;
          line-height: 2rem;
          border-radius: 0.2rem;
          background-color: rgba(217, 204, 185, 0.2);
          color: #D4B690;
          display: flex;
          align-items: center;
          justify-content: center;
          transition: all 0.5s;
          overflow: hidden; }
          .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add:hover {
            background-color: #335C4E; }
          .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add i {
            font-size: 1.6rem; }
      .home-notice002 .inner-notice .notice-item ul {
        margin-top: 1rem; }
        .home-notice002 .inner-notice .notice-item ul li {
          border-bottom: 1px solid rgba(0, 0, 0, 0.15);
          font-size: 0;
          padding: 1rem 0; }
          .home-notice002 .inner-notice .notice-item ul li:last-child {
            border: none; }
          .home-notice002 .inner-notice .notice-item ul li a {
            display: block;
            font-size: 0.8rem;
            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;
            height: 2.7rem;
            margin-bottom: 0.5rem; }
            .home-notice002 .inner-notice .notice-item ul li a:hover {
              color: #BA9470; }
          .home-notice002 .inner-notice .notice-item ul li span {
            font-size: 0.7rem;
            line-height: 1;
            color: #333;
            opacity: 0.7; }
      .home-notice002 .inner-notice .notice-item.item0 {
        top: 0;
        left: 0;
        background-color: #3C7B60;
        background-image: url("../images/ynzyy/notice_bg.jpg"); }
        .home-notice002 .inner-notice .notice-item.item0 ul li {
          border-bottom-color: rgba(217, 204, 185, 0.4); }
          .home-notice002 .inner-notice .notice-item.item0 ul li a {
            color: #fff; }
            .home-notice002 .inner-notice .notice-item.item0 ul li a:hover {
              color: #D9CCB9; }
          .home-notice002 .inner-notice .notice-item.item0 ul li span {
            color: rgba(255, 255, 255, 0.6); }
      .home-notice002 .inner-notice .notice-item.item1 {
        top: 2rem;
        left: 22rem;
        background-color: #F2ECE3;
        background-image: url("../images/ynzyy/zbgg.jpg"); }
        .home-notice002 .inner-notice .notice-item.item1 .left-add-tit a.tit {
          color: #333333; }
        .home-notice002 .inner-notice .notice-item.item1 .left-add-tit a.add {
          color: #BA9470;
          background-color: rgba(186, 148, 112, 0.2); }
      .home-notice002 .inner-notice .notice-item.item2 {
        top: 0;
        right: 0;
        background-color: #DBCA7B;
        background-image: url("../images/ynzyy/zpgg.jpg"); }
        .home-notice002 .inner-notice .notice-item.item2 .left-add-tit a.tit {
          color: #333333; }
        .home-notice002 .inner-notice .notice-item.item2 .left-add-tit a.add {
          color: #A49887;
          background-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 1440px) {
  .home-notice002 .inner-notice .notice-item {
    width: 21.3rem;
    height: 26.6rem; }

  .home-notice002 .inner-notice .notice-item.item1 {
    left: 19.3rem; }

  .home-notice002 .inner-notice .notice-item ul li {
    padding: 0.5rem 0; } }
@media (max-width: 1200px) {
  .home-notice002 .inner-notice .notice-item h2.left-add-tit a.tit {
    font-size: 30px; }
  .home-notice002 .inner-notice .notice-item ul li a {
    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; } }
@media (max-width: 960px) {
  .home-notice002 {
    height: auto;
    margin-top: 20px; }
    .home-notice002 .inner-notice .notice-item {
      padding: 20px;
      height: 400px; }
      .home-notice002 .inner-notice .notice-item h2.left-add-tit a.tit {
        font-size: 18px; }
      .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add {
        width: 25px;
        height: 25px;
        line-height: 25px; }
        .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add i {
          font-size: 16px; }
        .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add:hover {
          width: 25px; }
          .home-notice002 .inner-notice .notice-item h2.left-add-tit a.add:hover span {
            display: none; }
      .home-notice002 .inner-notice .notice-item.item0, .home-notice002 .inner-notice .notice-item.item1, .home-notice002 .inner-notice .notice-item.item2 {
        position: relative;
        left: 0;
        top: 0;
        width: 100%; } }
.home-special001 {
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  padding-bottom: 5.1rem; }
  .home-special001 > img {
    position: absolute;
    opacity: 0.2;
    z-index: -1; }
    .home-special001 > img.lb {
      left: 0;
      bottom: 0;
      width: 43.8rem; }
    .home-special001 > img.rb {
      right: 0;
      bottom: 0;
      width: 48.95rem; }
  .home-special001 .inner-special {
    margin-top: 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 {
    margin-top: 20px;
    padding-bottom: 20px; }
    .home-special001 .layout {
      padding: 0 10px;
      box-sizing: border-box; }
    .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-party001 {
  position: relative;
  padding: 6.1rem 0; }
  .home-party001 h2.left-tab-tit {
    z-index: 1;
    position: relative; }
    .home-party001 h2.left-tab-tit a.tit {
      color: #AC3532; }
      .home-party001 h2.left-tab-tit a.tit:after {
        display: none; }
    .home-party001 h2.left-tab-tit .tab-tit a {
      color: #333333; }
      .home-party001 h2.left-tab-tit .tab-tit a.cur {
        color: #AC3532; }
        .home-party001 h2.left-tab-tit .tab-tit a.cur:after {
          border-top-color: #AC3532; }
    .home-party001 h2.left-tab-tit a.more span {
      color: #fff;
      transition: all 0.3s ease; }
    .home-party001 h2.left-tab-tit a.more i {
      color: #fff;
      font-size: 1.5rem;
      margin-left: 0.4rem; }
    .home-party001 h2.left-tab-tit a.more:hover span {
      color: #4FA27A; }
  .home-party001 .left-bg,
  .home-party001 .right-bg {
    position: absolute;
    top: 0;
    height: 100%;
    background-size: cover;
    overflow: hidden; }
  .home-party001 .left-bg {
    width: calc(50% + 160px);
    left: 0;
    background-color: #fff5dc; }
    .home-party001 .left-bg img {
      position: absolute;
      top: 0;
      right: 0; }
  .home-party001 .right-bg {
    width: calc(50% - 160px);
    right: 0;
    background-color: #d4513f; }
    .home-party001 .right-bg i {
      font-size: 8rem;
      line-height: 1;
      color: rgba(255, 205, 34, 0.2);
      position: absolute;
      top: 1rem;
      left: 1rem; }
    .home-party001 .right-bg img {
      position: absolute; }
      .home-party001 .right-bg img.rt {
        left: 0;
        top: 0; }
      .home-party001 .right-bg img.rb {
        bottom: 0;
        right: 0;
        opacity: 0.5; }
  .home-party001 .inner-party {
    margin-top: 2rem;
    display: flex;
    position: relative;
    z-index: 1; }
    .home-party001 .inner-party .party-item {
      width: 16rem;
      height: 21.5rem;
      background-color: #fff;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15); }
      .home-party001 .inner-party .party-item .bottom-info {
        padding: 1rem;
        font-size: 0;
        height: calc(100% - 2rem); }
        .home-party001 .inner-party .party-item .bottom-info .party-info {
          padding-top: 1rem;
          border-bottom: 1px solid #E4E4E4;
          padding-bottom: 1rem;
          margin-bottom: 1rem;
          height: calc(100% - 4rem);
          position: relative; }
          .home-party001 .inner-party .party-item .bottom-info .party-info a.party-tit {
            color: #333333;
            font-size: 0.8rem;
            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;
            height: 3.6rem;
            margin-bottom: 0.5rem; }
            .home-party001 .inner-party .party-item .bottom-info .party-info a.party-tit:hover {
              color: #AC3532; }
          .home-party001 .inner-party .party-item .bottom-info .party-info .time {
            font-size: 0.7rem;
            color: #AC3532;
            line-height: 1;
            position: absolute;
            left: 0;
            bottom: 1rem; }
          .home-party001 .inner-party .party-item .bottom-info .party-info i {
            position: absolute;
            font-size: 6rem;
            line-height: 1;
            color: #FFF5D3;
            bottom: 1rem;
            right: 0; }
        .home-party001 .inner-party .party-item .bottom-info a.more {
          display: flex;
          align-items: flex-end; }
          .home-party001 .inner-party .party-item .bottom-info a.more i {
            display: inline-block;
            font-size: 1.05rem;
            line-height: 0.5rem;
            vertical-align: middle;
            margin-right: 0.5rem;
            color: #AC3532; }
          .home-party001 .inner-party .party-item .bottom-info a.more span {
            font-size: 0.7rem;
            color: #7f7f7f;
            line-height: 1; }
          .home-party001 .inner-party .party-item .bottom-info a.more:hover i {
            animation: toShow 0.5s; }
      .home-party001 .inner-party .party-item.hasthumb a.img {
        width: 100%;
        height: 11.75rem;
        display: block;
        overflow: hidden; }
        .home-party001 .inner-party .party-item.hasthumb a.img > div {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .home-party001 .inner-party .party-item.hasthumb a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .home-party001 .inner-party .party-item.hasthumb a.img:hover div {
          transform: scale(1.1); }
      .home-party001 .inner-party .party-item.hasthumb .bottom-info {
        height: auto; }
        .home-party001 .inner-party .party-item.hasthumb .bottom-info .party-info {
          padding-top: 0;
          height: auto; }
          .home-party001 .inner-party .party-item.hasthumb .bottom-info .party-info .time {
            position: static; }
          .home-party001 .inner-party .party-item.hasthumb .bottom-info .party-info i {
            display: none; }
      .home-party001 .inner-party .party-item + .party-item {
        margin-left: 1.35rem; }

@media (max-width: 1440px) {
  .home-party001 .inner-party .party-item {
    height: 18.8rem; }
    .home-party001 .inner-party .party-item .bottom-info .party-info a.party-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;
      height: 48px; }
    .home-party001 .inner-party .party-item.hasthumb a.img {
      height: 10rem; } }
@media (max-width: 1200px) {
  .home-party001 .inner-party .party-item .bottom-info .party-info a.party-tit {
    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) {
  .home-party001 {
    padding: 20px 0;
    margin-top: 20px; }
    .home-party001 .left-bg {
      display: none; }
    .home-party001 .right-bg {
      width: 100%; }
    .home-party001 .layout {
      box-sizing: border-box;
      padding: 0 10px; }
    .home-party001 h2.left-tab-tit a.tit {
      color: #fff; }
    .home-party001 h2.left-tab-tit .tab-tit a {
      color: rgba(255, 255, 255, 0.7); }
      .home-party001 h2.left-tab-tit .tab-tit a.cur {
        color: #fff; }
        .home-party001 h2.left-tab-tit .tab-tit a.cur:after {
          border-top-color: #DBCA7B; }
      .home-party001 h2.left-tab-tit .tab-tit a:nth-of-type(1) {
        margin-left: 0; }
    .home-party001 .inner-party {
      justify-content: space-between;
      flex-wrap: wrap; }
      .home-party001 .inner-party .party-item {
        width: 48%;
        height: calc(34vw + 141px);
        flex: none;
        margin-bottom: 20px; }
        .home-party001 .inner-party .party-item .bottom-info .party-info i {
          font-size: 40px; }
        .home-party001 .inner-party .party-item.hasthumb a.img {
          height: 34vw; }
        .home-party001 .inner-party .party-item.hasthumb a.more {
          height: 15px; }
        .home-party001 .inner-party .party-item + .party-item {
          margin-left: 0; } }
@keyframes showItem {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes showliney {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 1.5rem; } }
@keyframes showlinex {
  from {
    opacity: 0;
    width: 0; }
  to {
    opacity: 1;
    width: 100%; } }
.category-zzjg001 .tit-item {
  width: 10rem;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid #42916B;
  text-align: center;
  line-height: 2rem;
  box-sizing: border-box;
  position: relative; }
.category-zzjg001 .first-layer {
  position: relative; }
  .category-zzjg001 .first-layer > .tit-item {
    background-color: #42916B;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    animation: showItem 0.5s linear 0s;
    width: fit-content;
    height: auto;
    line-height: 1.5;
    width: 400px; }
    .category-zzjg001 .first-layer > .tit-item:after {
      content: "";
      display: block;
      width: 1px;
      background-color: #42916B;
      position: absolute;
      top: 2.8rem;
      left: 50%;
      transform: translateX(-50%);
      animation: showliney 0.5s linear 0.5s forwards; }
  .category-zzjg001 .first-layer:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #42916B;
    position: absolute;
    top: 4.3rem;
    left: 50%;
    transform: translateX(-50%);
    animation: showlinex 0.5s linear 0.8s forwards; }
.category-zzjg001 .second-layer {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem;
  position: relative; }
  .category-zzjg001 .second-layer .mask:before, .category-zzjg001 .second-layer .mask:after {
    content: "";
    border-top: 2px solid #fff;
    position: absolute;
    top: -1.55rem;
    z-index: 1; }
  .category-zzjg001 .second-layer .mask:before {
    left: 0;
    width: 8.95rem; }
  .category-zzjg001 .second-layer .mask:after {
    right: 0;
    width: 4.95rem; }
  .category-zzjg001 .second-layer .second-item {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .category-zzjg001 .second-layer .second-item + .second-item {
      margin-left: 0.5rem; }
    .category-zzjg001 .second-layer .second-item > .tit-item {
      font-size: 0.9rem;
      color: #42916B;
      font-weight: bold;
      opacity: 0;
      animation: showItem 0.5s linear 0.8s forwards; }
      .category-zzjg001 .second-layer .second-item > .tit-item:before {
        content: "";
        display: block;
        width: 1px;
        background-color: #42916B;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        animation: showliney 0.5s linear 0.8s forwards;
        top: -1.5rem; }
    .category-zzjg001 .second-layer .second-item .third-layer {
      position: relative;
      margin-top: 1.5rem;
      display: flex;
      justify-content: center; }
      .category-zzjg001 .second-layer .second-item .third-layer .mask:before {
        width: 1.5rem; }
      .category-zzjg001 .second-layer .second-item .third-layer .mask:after {
        width: 1.5rem; }
      .category-zzjg001 .second-layer .second-item .third-layer > .tit-item {
        width: auto;
        height: auto;
        background-color: #ECF4F0;
        color: #333;
        font-size: 0.7rem;
        opacity: 0;
        animation: showItem 0.5s linear 1s forwards;
        margin: 0 0.25rem;
        padding: 0.25rem; }
        .category-zzjg001 .second-layer .second-item .third-layer > .tit-item:before {
          content: "";
          display: block;
          width: 1px;
          background-color: #42916B;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          animation: showliney 0.5s linear 1s forwards;
          top: -1.55rem; }
    .category-zzjg001 .second-layer .second-item.sitem0 > .tit-item:after {
      content: "";
      display: block;
      width: 1px;
      background-color: #42916B;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      animation: showliney 0.5s linear 1s forwards;
      top: 1.95rem; }
    .category-zzjg001 .second-layer .second-item.sitem0 .third-layer {
      margin-top: 3rem; }
      .category-zzjg001 .second-layer .second-item.sitem0 .third-layer:before {
        content: "";
        display: block;
        height: 1px;
        background-color: #42916B;
        position: absolute;
        top: -1.55rem;
        left: 50%;
        transform: translateX(-50%);
        animation: showlinex 0.5s linear 0.8s forwards; }

@media (max-width: 960px) {
  .category-zzjg001 .tit-item {
    width: auto;
    height: auto;
    margin: 0 !important;
    opacity: 1 !important; }
  .category-zzjg001 .first-layer {
    display: flex;
    align-items: center; }
    .category-zzjg001 .first-layer > .tit-item {
      writing-mode: vertical-lr;
      height: fit-content;
      line-height: 1;
      padding: 5px; }
      .category-zzjg001 .first-layer > .tit-item:after {
        width: 10px;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        right: -10px;
        left: auto;
        animation: none; }
    .category-zzjg001 .first-layer:after {
      width: 1px;
      height: 100%;
      animation: none !important;
      top: 0;
      left: 50px;
      transform: unset; }
  .category-zzjg001 .second-layer {
    display: block;
    margin-left: 19px;
    margin-top: 0; }
    .category-zzjg001 .second-layer .mask:before, .category-zzjg001 .second-layer .mask:after {
      border-top: none;
      border-left: 2px solid #fff;
      width: unset;
      left: -10px; }
    .category-zzjg001 .second-layer .mask:before {
      top: 0;
      height: 95px; }
    .category-zzjg001 .second-layer .mask:after {
      bottom: 0;
      height: 110px;
      top: unset; }
    .category-zzjg001 .second-layer .second-item {
      display: flex;
      flex-direction: row; }
      .category-zzjg001 .second-layer .second-item.second-item {
        margin-left: 0; }
      .category-zzjg001 .second-layer .second-item > .tit-item {
        writing-mode: vertical-lr;
        line-height: 1;
        padding: 5px; }
        .category-zzjg001 .second-layer .second-item > .tit-item:before {
          left: -10px;
          top: 50%;
          transform: translateY(-50%);
          width: 10px;
          height: 1px;
          animation: none; }
      .category-zzjg001 .second-layer .second-item .third-layer {
        display: flex;
        margin-top: 0;
        margin-left: 9px; }
        .category-zzjg001 .second-layer .second-item .third-layer > .tit-item {
          margin-bottom: 10px !important;
          margin-left: 0;
          line-height: 2; }
          .category-zzjg001 .second-layer .second-item .third-layer > .tit-item:before {
            left: -10px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 1px;
            animation: none; }
          .category-zzjg001 .second-layer .second-item .third-layer > .tit-item:after {
            left: 17px;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 1px;
            animation: none !important; }
        .category-zzjg001 .second-layer .second-item .third-layer .mask:before {
          height: 15px; }
        .category-zzjg001 .second-layer .second-item .third-layer .mask:after {
          height: 25px; }
      .category-zzjg001 .second-layer .second-item.sitem0 > .tit-item:after {
        width: 10px;
        height: 1px;
        left: unset;
        right: -10px;
        top: 50%;
        transform: translate(0, -50%);
        animation: none !important; }
      .category-zzjg001 .second-layer .second-item.sitem0 .third-layer {
        margin-top: 0;
        display: block;
        margin-left: 20px; }
        .category-zzjg001 .second-layer .second-item.sitem0 .third-layer:before {
          width: 1px;
          height: 100%;
          animation: none !important;
          top: 0;
          left: -10px;
          transform: unset; }
        .category-zzjg001 .second-layer .second-item.sitem0 .third-layer > .tit-item {
          writing-mode: inherit !important; } }
@keyframes showItem {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes showliney {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 1.5rem; } }
.category-zzjg .tit-item {
  width: 10rem;
  height: 2rem;
  border-radius: 4px;
  border: 1px solid #42916B;
  text-align: center;
  line-height: 2rem;
  box-sizing: border-box;
  position: relative; }
.category-zzjg .first-layer {
  position: relative; }
  .category-zzjg .first-layer > .tit-item {
    background-color: #42916B;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    animation: showItem 0.5s linear 0s; }
    .category-zzjg .first-layer > .tit-item:after {
      content: "";
      display: block;
      width: 1px;
      background-color: #42916B;
      position: absolute;
      top: 1.95rem;
      left: 50%;
      transform: translateX(-50%);
      animation: showliney 0.5s linear 0.5s forwards; }
  .category-zzjg .first-layer:after {
    content: "";
    display: block;
    height: 1px;
    background-color: #42916B;
    position: absolute;
    top: 3.5rem;
    left: 50%;
    transform: translateX(-50%);
    animation: showlinex 0.5s linear 0.8s forwards; }
.category-zzjg .second-layer {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem; }
  .category-zzjg .second-layer .second-item > .tit-item {
    font-size: 0.9rem;
    color: #42916B;
    font-weight: bold;
    opacity: 0;
    animation: showItem 0.5s linear 0.8s forwards; }
    .category-zzjg .second-layer .second-item > .tit-item:before {
      content: "";
      display: block;
      width: 1px;
      background-color: #42916B;
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      animation: showliney 0.5s linear 0.8s forwards;
      top: -1.5rem; }
  .category-zzjg .second-layer .second-item .third-layer {
    position: relative;
    margin-top: 1.5rem; }
    .category-zzjg .second-layer .second-item .third-layer > .tit-item {
      background-color: #ECF4F0;
      color: #333;
      font-size: 0.7rem;
      opacity: 0;
      animation: showItem 0.5s linear 1s forwards; }
      .category-zzjg .second-layer .second-item .third-layer > .tit-item:before {
        content: "";
        display: block;
        width: 1px;
        background-color: #42916B;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        animation: showliney 0.5s linear 1s forwards;
        top: -1.55rem; }
      .category-zzjg .second-layer .second-item .third-layer > .tit-item:after {
        content: "";
        display: block;
        width: 1px;
        background-color: #42916B;
        position: absolute;
        top: 1.95rem;
        left: 50%;
        transform: translateX(-50%); }
    .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .tit-item {
      background-color: #ECF4F0;
      color: #333;
      font-size: 0.7rem;
      opacity: 0;
      animation: showItem 0.5s linear 1.6s forwards; }
      .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .tit-item:before {
        content: "";
        display: block;
        width: 1px;
        background-color: #42916B;
        position: absolute;
        top: -1.5rem;
        left: 50%;
        transform: translateX(-50%);
        animation: showliney 0.5s linear 1.5s forwards; }
    .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .fifth-layer {
      width: 10rem;
      box-sizing: border-box;
      border: 1px solid #42916B;
      background-color: #ECF4F0;
      font-size: 0.7rem;
      color: #333;
      padding: 1rem;
      margin-top: 0.5rem;
      border-radius: 4px;
      opacity: 0;
      animation: showItem 0.8s linear 1.6s forwards; }
  .category-zzjg .second-layer .second-item.sitem0 {
    width: 100%; }
@keyframes showLeft {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 12.05rem; } }
    .category-zzjg .second-layer .second-item.sitem0 .third-layer > .tit-item:after {
      animation: showLeft 0.5s linear 1.2s forwards; }
    .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer {
      display: flex;
      justify-content: space-between;
      margin-top: 12.05rem;
      position: relative; }
      .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer:before {
        content: "";
        display: block;
        background-color: #42916B;
        position: absolute;
        top: -1.5rem;
        left: 5rem;
        height: 1px;
        animation: showlinex 0.5s linear 1.3s forwards; }
      .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer .fourth-item:first-child .tit-item:before {
        display: none; }
  .category-zzjg .second-layer .second-item.sitem1 {
    position: absolute;
    right: 0; }
@keyframes showRight {
  from {
    opacity: 0;
    height: 0; }
  to {
    opacity: 1;
    height: 3rem; } }
    .category-zzjg .second-layer .second-item.sitem1 .third-layer > .tit-item:after {
      animation: showRight 0.5s linear 1.2s forwards; }
    .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer {
      display: flex;
      justify-content: flex-end;
      position: absolute;
      top: 5rem;
      right: 0; }
@keyframes showline {
  from {
    opacity: 0;
    width: 0; }
  to {
    opacity: 1;
    width: 42rem; } }
      .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer:before {
        content: "";
        display: block;
        background-color: #42916B;
        position: absolute;
        top: -1.5rem;
        right: 5rem;
        height: 1px;
        animation: showline 0.5s linear 1.3s forwards; }
      .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fourth-item:last-child .tit-item:before {
        display: none; }
      .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fourth-item + .fourth-item {
        margin-left: 0.5rem; }
      .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fifth-layer {
        padding: 0;
        width: 10rem;
        height: 2rem;
        line-height: 2rem;
        text-align: center; }

@media (max-width: 960px) {
  .category-zzjg .tit-item {
    width: auto;
    height: auto;
    background-color: transparent !important;
    border: none;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #335C4E !important;
    margin: 0 !important;
    line-height: 1;
    height: fit-content;
    animation: none !important;
    opacity: 1 !important; }
  .category-zzjg .first-layer {
    display: flex;
    justify-content: center; }
    .category-zzjg .first-layer > .tit-item {
      writing-mode: vertical-lr;
      height: fit-content;
      top: 240px; }
      .category-zzjg .first-layer > .tit-item:after {
        width: 10px;
        height: 1px;
        top: 50%;
        transform: translateY(-50%);
        right: -15px;
        left: auto;
        animation: none; }
      .category-zzjg .first-layer > .tit-item:before {
        content: "";
        display: block;
        background-color: #42916B;
        position: absolute;
        left: 27px;
        top: -159px;
        width: 1px;
        height: 466px; }
    .category-zzjg .first-layer:after {
      display: none; }
  .category-zzjg .second-layer {
    display: block;
    margin-left: 27px;
    margin-top: 0;
    padding-bottom: 40px; }
    .category-zzjg .second-layer .second-item {
      display: flex; }
      .category-zzjg .second-layer .second-item > .tit-item {
        writing-mode: vertical-lr; }
        .category-zzjg .second-layer .second-item > .tit-item:before {
          left: -12px;
          top: 50%;
          transform: translateY(-50%);
          width: 10px;
          height: 1px;
          animation: none; }
      .category-zzjg .second-layer .second-item .third-layer {
        display: flex;
        margin-top: 0;
        margin-left: 12px; }
        .category-zzjg .second-layer .second-item .third-layer > .tit-item {
          writing-mode: vertical-lr; }
          .category-zzjg .second-layer .second-item .third-layer > .tit-item:before {
            left: -12px;
            top: 50%;
            transform: translateY(-50%);
            width: 10px;
            height: 1px;
            animation: none; }
          .category-zzjg .second-layer .second-item .third-layer > .tit-item:after {
            left: 17px;
            top: 50%;
            transform: translateY(-50%);
            width: 15px;
            height: 1px;
            animation: none !important; }
        .category-zzjg .second-layer .second-item .third-layer .fourth-layer {
          display: block !important;
          margin-left: 41px; }
          .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item {
            display: flex;
            align-items: center; }
            .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .tit-item {
              zoom: 0.8; }
              .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .tit-item:before {
                left: -25px;
                top: 50%;
                transform: translateY(-50%);
                width: 15px;
                height: 1px;
                animation: none; }
            .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .fifth-layer {
              margin-left: 30px;
              margin-top: 0;
              width: 150px;
              background-color: transparent;
              color: #335C4E;
              border-color: rgba(66, 145, 107, 0.3);
              padding: 10px;
              font-size: 12px;
              position: relative;
              opacity: 1;
              animation: none; }
              .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .fifth-layer p {
                zoom: 0.8; }
              .category-zzjg .second-layer .second-item .third-layer .fourth-layer .fourth-item .fifth-layer:before {
                content: "";
                display: block;
                position: absolute;
                left: -25px;
                top: 50%;
                transform: translateY(-50%);
                width: 25px;
                height: 1px;
                background-color: #42916B; }
      .category-zzjg .second-layer .second-item.sitem0 {
        position: relative;
        top: 401px; }
        .category-zzjg .second-layer .second-item.sitem0 > .tit-item {
          top: 134px; }
        .category-zzjg .second-layer .second-item.sitem0 .third-layer > .tit-item {
          top: 128px; }
        .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer {
          margin-top: 0;
          top: -250px; }
          .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer:before {
            width: 1px;
            height: 423px;
            left: -21px;
            top: 75px;
            animation: none;
            transform: none; }
          .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer .fourth-item:first-child .tit-item:before {
            display: block; }
          .category-zzjg .second-layer .second-item.sitem0 .third-layer .fourth-layer .fourth-item + .fourth-item {
            margin-top: 10px; }
      .category-zzjg .second-layer .second-item.sitem1 {
        position: relative;
        top: -520px; }
        .category-zzjg .second-layer .second-item.sitem1 > .tit-item {
          top: 62px; }
        .category-zzjg .second-layer .second-item.sitem1 .third-layer {
          align-items: center; }
          .category-zzjg .second-layer .second-item.sitem1 .third-layer > .tit-item {
            top: 10px; }
          .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer {
            position: relative;
            top: 0; }
            .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer:before {
              width: 1px;
              height: 120px;
              left: -21px;
              top: 50%;
              transform: translateY(-50%);
              animation: none; }
            .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fourth-item:last-child .tit-item:before {
              display: block; }
            .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fourth-item + .fourth-item {
              margin-left: 0;
              margin-top: 20px; }
            .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fourth-item .fifth-layer {
              width: auto;
              height: auto;
              border: none;
              padding: 0;
              line-height: 10px;
              margin-left: 12px; }
              .category-zzjg .second-layer .second-item.sitem1 .third-layer .fourth-layer .fourth-item .fifth-layer:before {
                content: "、";
                background-color: transparent;
                width: auto;
                height: auto;
                color: #335C4E;
                top: auto;
                transform: none;
                bottom: 0;
                line-height: 15px;
                left: -10px; } }
.dm-index004 {
  position: relative;
  padding-top: 2rem;
  overflow: hidden; }
  .dm-index004 > img {
    position: absolute; }
    .dm-index004 > img.lt {
      top: 0;
      left: 0; }
    .dm-index004 > img.rb {
      right: 0;
      bottom: 0; }
  .dm-index004 h1.left-tit-more a.tit {
    font-size: 1.6rem; }
  .dm-index004 h1.left-tit-more a.more span {
    color: #A49887; }
  .dm-index004 .depart-intro {
    position: relative;
    overflow: hidden;
    margin-bottom: 3rem; }
    .dm-index004 .depart-intro .inner-dep-intro {
      display: flex;
      justify-content: space-between;
      z-index: 1;
      position: relative; }
      .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide {
        width: 30rem;
        height: 17rem;
        background-color: #424242; }
        .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide .img-box {
          width: 100%;
          height: 100%;
          display: block; }
          .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide .img-box img {
            width: 100%;
            height: 100%; }
        .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide .slick-dots {
          bottom: 0.6rem;
          text-align: right; }
          .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide .slick-dots li {
            width: 3.2rem;
            height: 0.4rem;
            background-color: #D7D7D7; }
            .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide .slick-dots li.slick-active {
              background-color: #61A4B4; }
            .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide .slick-dots li button {
              display: none; }
      .dm-index004 .depart-intro .inner-dep-intro div.img-box {
        width: 30rem;
        height: 18rem;
        background-color: #424242;
        margin-right: 2rem; }
        .dm-index004 .depart-intro .inner-dep-intro div.img-box img {
          width: 100%;
          height: 100%; }
      .dm-index004 .depart-intro .inner-dep-intro .dep-intro {
        width: 28rem;
        flex: 1; }
        .dm-index004 .depart-intro .inner-dep-intro .dep-intro .dep-intro-content {
          font-size: 16px;
          color: #333333;
          line-height: 28px;
          max-height: 280px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 10;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-top: 1.5rem; }
  .dm-index004 .depart-column {
    margin-bottom: 4.3rem; }
    .dm-index004 .depart-column .inner-layout {
      display: flex;
      justify-content: space-between; }
      .dm-index004 .depart-column .inner-layout a.column-item {
        width: 48%;
        height: 6.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        box-sizing: border-box;
        padding: 0 2.6rem;
        overflow: hidden; }
        .dm-index004 .depart-column .inner-layout a.column-item .svg {
          width: 31rem;
          position: absolute;
          top: -0.35rem;
          left: -1.25rem; }
          .dm-index004 .depart-column .inner-layout a.column-item .svg .cls-1 {
            fill: none;
            stroke: #A49887;
            stroke-miterlimit: 10;
            stroke-width: 0.25px;
            fill-opacity: 0;
            transition: fill-opacity 0.5s; }
        .dm-index004 .depart-column .inner-layout a.column-item p {
          font-size: 1.2rem;
          color: #A49887;
          z-index: 1; }
        .dm-index004 .depart-column .inner-layout a.column-item .line {
          flex: 1;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed #A49887;
          margin: 0 1.1rem 0 1.65rem;
          z-index: 1; }
        .dm-index004 .depart-column .inner-layout a.column-item i {
          font-size: 2.45rem;
          color: #A49887;
          z-index: 1; }
        .dm-index004 .depart-column .inner-layout a.column-item:hover .svg .cls-1 {
          fill: #DBCA7B;
          fill-opacity: 1; }
        .dm-index004 .depart-column .inner-layout a.column-item:hover p, .dm-index004 .depart-column .inner-layout a.column-item:hover i {
          color: #fff; }
        .dm-index004 .depart-column .inner-layout a.column-item:hover .line {
          border-bottom-color: #fff; }
  .dm-index004 .depart-doc {
    background-color: #F4F4F4;
    padding: 3rem 0 4rem; }
    .dm-index004 .depart-doc .doc-list {
      margin-top: 1.55rem; }
      .dm-index004 .depart-doc .doc-list .doc-slider {
        margin: 0 -0.75rem; }
        .dm-index004 .depart-doc .doc-list .doc-slider .doc-item {
          width: 18.5rem;
          height: 11.35rem;
          box-sizing: border-box;
          border: 1px solid #DBC19E;
          border-radius: 0.2rem;
          padding: 1rem;
          background-color: #fff;
          margin: 0 0.75rem;
          margin-bottom: 1.5rem;
          position: relative;
          overflow: hidden; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item > i {
            position: absolute;
            font-size: 1.4rem;
            line-height: 1;
            color: rgba(219, 193, 158, 0.75); }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item > i.lt {
              left: 0.45rem;
              top: 0.45rem;
              transform: rotateX(180deg); }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item > i.lb {
              left: 0.45rem;
              bottom: 0.45rem; }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item > i.rt {
              right: 0.45rem;
              top: 0.45rem;
              transform: rotate(180deg); }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item > i.rb {
              right: 0.45rem;
              bottom: 0.45rem;
              transform: rotateY(180deg); }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info {
            display: flex;
            justify-content: space-between; }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info a.img {
              display: block;
              width: 6.8rem;
              height: 9.4rem;
              overflow: hidden;
              flex-shrink: 0; }
              .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info a.img img {
                width: 100%;
                height: 100%;
                transition: all 0.5s; }
              .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info a.img:hover img {
                transform: scale(1.1); }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info {
              width: 100%; }
              .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .name {
                font-size: 0.9rem;
                line-height: 1;
                margin-top: 0.5rem;
                font-weight: normal; }
                .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .name a {
                  color: #42916B; }
                .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .name:hover a {
                  color: #4FA27A; }
              .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .protit {
                font-size: 0.8rem;
                line-height: 1;
                color: #7F7F7F;
                margin-top: 1rem; }
              .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .depart {
                font-size: 0.8rem;
                line-height: 1;
                margin-top: 1rem; }
                .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .depart a {
                  color: #555555; }
                  .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .depart a:hover {
                    color: #4FA27A; }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info.hasthumb .doc-info {
              margin-left: 1rem; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .bottom-info {
            margin-top: 0.8rem;
            font-size: 0.8rem;
            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;
            color: #AAAAAA;
            border-top: 1px solid #E1E1E1;
            padding-top: 0.5rem; }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .bottom-info span.goodat {
              color: #555555; }
        .dm-index004 .depart-doc .doc-list .doc-slider .slick-arrow {
          width: 2rem;
          height: 2rem;
          border-radius: 50%;
          background-color: rgba(0, 0, 0, 0.15);
          text-align: center;
          line-height: 2rem;
          color: #fff;
          position: absolute;
          top: 50%;
          margin-top: -1rem;
          cursor: pointer;
          font-size: 1.2rem; }
          .dm-index004 .depart-doc .doc-list .doc-slider .slick-arrow:hover {
            background-color: #DBCA7B; }
          .dm-index004 .depart-doc .doc-list .doc-slider .slick-arrow.prev {
            left: -2.5rem; }
          .dm-index004 .depart-doc .doc-list .doc-slider .slick-arrow.next {
            right: -2.5rem; }
        .dm-index004 .depart-doc .doc-list .doc-slider .slick-dots {
          margin-bottom: -1.25rem; }
          .dm-index004 .depart-doc .doc-list .doc-slider .slick-dots li {
            width: 2rem;
            height: 0.4rem;
            background-color: rgba(142, 142, 142, 0.25);
            border-radius: 8px; }
            .dm-index004 .depart-doc .doc-list .doc-slider .slick-dots li.slick-active {
              background-color: #DBCA7B; }
            .dm-index004 .depart-doc .doc-list .doc-slider .slick-dots li button {
              display: none; }

@media (max-width: 1200px) {
  .dm-index004 .depart-intro .inner-dep-intro .dep-intro .dep-intro-content {
    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; } }
@media (max-width: 960px) {
  .dm-index004 h1.left-tit-more a.tit {
    font-size: 18px; }

  .dm-index004 .depart-intro {
    margin-bottom: 20px; }
    .dm-index004 .depart-intro .inner-dep-intro {
      flex-wrap: wrap; }
      .dm-index004 .depart-intro .inner-dep-intro .depart-img-slide,
      .dm-index004 .depart-intro .inner-dep-intro div.img-box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        margin-right: 0; }
      .dm-index004 .depart-intro .inner-dep-intro .dep-intro {
        width: 100%; }
        .dm-index004 .depart-intro .inner-dep-intro .dep-intro .dep-intro-content {
          margin-top: 10px;
          line-height: 32px;
          max-height: 320px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 10;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .dm-index004 .depart-column {
    margin-bottom: 20px; }
    .dm-index004 .depart-column .inner-layout {
      flex-wrap: wrap; }
      .dm-index004 .depart-column .inner-layout a.column-item {
        padding: 0 20px;
        width: 100%;
        height: 20vw; }
        .dm-index004 .depart-column .inner-layout a.column-item .svg {
          width: calc(100% + 8vw);
          top: -2vw;
          left: -4vw; }
        .dm-index004 .depart-column .inner-layout a.column-item p {
          font-size: 16px; }
        .dm-index004 .depart-column .inner-layout a.column-item i {
          font-size: 18px; }
        .dm-index004 .depart-column .inner-layout a.column-item .line {
          margin: 0 10px; }
  .dm-index004 .depart-doc {
    padding: 20px 0 35px; }
    .dm-index004 .depart-doc .doc-list {
      margin-top: 20px; }
      .dm-index004 .depart-doc .doc-list .doc-slider {
        margin: 0 -2px; }
        .dm-index004 .depart-doc .doc-list .doc-slider .doc-item {
          width: 48%;
          height: auto;
          margin: 0 2px;
          padding: 5px; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item > i {
            display: none; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info a.img {
            width: 18vw;
            height: 24vw; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info {
            height: 24vw;
            border-bottom: none; }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .protit {
              margin-top: 10px; }
            .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info .doc-info .depart {
              margin-top: 10px; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .top-info.hasthumb .doc-info {
            margin-left: 10px; }
          .dm-index004 .depart-doc .doc-list .doc-slider .doc-item .bottom-info {
            display: none; } }
.show-leader001 {
  position: relative; }
  .show-leader001 > img {
    position: absolute;
    z-index: -1; }
    .show-leader001 > img.left {
      top: 0;
      left: 0; }
    .show-leader001 > img.right {
      top: -3.75rem;
      right: 0; }
    .show-leader001 > img.bottom {
      bottom: 0;
      right: 0; }
  .show-leader001 .img-info {
    display: flex; }
    .show-leader001 .img-info .leader-img {
      width: 8rem;
      height: 10.95rem;
      margin-right: 2rem; }
    .show-leader001 .img-info .right-info {
      flex: 1;
      position: relative; }
      .show-leader001 .img-info .right-info > img {
        position: absolute;
        width: 8rem;
        opacity: 0.08;
        right: 0;
        top: 0; }
      .show-leader001 .img-info .right-info .name {
        font-size: 1.2rem;
        line-height: 1;
        color: #42916B;
        margin-bottom: 1.2rem; }
      .show-leader001 .img-info .right-info .leader-protit {
        font-size: 0.9rem;
        line-height: 1;
        color: #333333;
        margin-bottom: 1.5rem; }
      .show-leader001 .img-info .right-info .position {
        font-size: 0.9rem;
        line-height: 1;
        color: #8E8E8E; }
      .show-leader001 .img-info .right-info .line-box {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        align-items: center; }
        .show-leader001 .img-info .right-info .line-box i {
          color: rgba(208, 208, 208, 0.8);
          font-size: 16px; }
        .show-leader001 .img-info .right-info .line-box .line {
          flex: 1;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px solid rgba(121, 121, 121, 0.2); }
  .show-leader001 .leader-intro {
    margin-top: 1.5rem;
    font-size: 0.8rem;
    line-height: 1.3rem;
    color: #333333; }

@media (max-width: 960px) {
  .show-leader001 .img-info {
    flex-direction: column;
    align-items: center; }
    .show-leader001 .img-info .leader-img {
      width: 120px;
      height: 170px;
      margin-right: 0; }
    .show-leader001 .img-info .right-info {
      width: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      margin-top: 20px; }
      .show-leader001 .img-info .right-info > img {
        display: none; } }
.list-news002 {
  margin-top: 0.5rem; }
  .list-news002 li {
    height: 8rem;
    border-bottom: 1px solid #e4e4e4; }
    .list-news002 li a {
      height: 100%;
      padding: 1.5rem 0;
      display: flex;
      box-sizing: border-box;
      position: relative; }
      .list-news002 li a .right-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .list-news002 li a .right-info h2.tit {
          font-size: 0.9rem;
          color: #333333;
          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;
          transition: all 0.2s;
          z-index: 1; }
        .list-news002 li a .right-info .mark {
          color: #999;
          font-size: 0.7rem;
          line-height: 1;
          transition: all 0.2s; }
          .list-news002 li a .right-info .mark span {
            z-index: 1;
            position: relative; }
          .list-news002 li a .right-info .mark .time {
            color: #335C4E; }
          .list-news002 li a .right-info .mark u {
            padding: 0 0.5rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }
      .list-news002 li a .bg {
        position: absolute;
        top: 0;
        bottom: 0;
        left: -1rem;
        right: -1rem;
        transition: background-color 0.2s; }
    @media (any-hover: hover) {
      .list-news002 li a:hover .bg {
        background-color: #335C4E; }
      .list-news002 li a:hover .right-info h2 {
        color: #fff; }
      .list-news002 li a:hover .right-info .mark {
        color: #fff; }
        .list-news002 li a:hover .right-info .mark .time, .list-news002 li a:hover .right-info .mark u {
          color: #fff; } }
    .list-news002 li.hasthumb .thumb {
      width: 9rem;
      height: 5rem;
      overflow: hidden;
      margin-right: 1rem;
      z-index: 1; }
      .list-news002 li.hasthumb .thumb img {
        width: 100%;
        height: 100%; }

.list-point-department002 {
  margin-top: 2rem; }
  .list-point-department002 .inner-layout .m-menu-box {
    display: none;
    width: 100%; }
    .list-point-department002 .inner-layout .m-menu-box .m-menu {
      width: 100%;
      height: 60px;
      background-image: url("../images/ynzyy/point_dep_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px;
      box-sizing: border-box; }
      .list-point-department002 .inner-layout .m-menu-box .m-menu h2 {
        font-size: 16px;
        line-height: 1;
        color: #fff; }
      .list-point-department002 .inner-layout .m-menu-box .m-menu .btn {
        cursor: pointer; }
        .list-point-department002 .inner-layout .m-menu-box .m-menu .btn i {
          font-size: 16px;
          line-height: 1;
          color: #fff; }
          .list-point-department002 .inner-layout .m-menu-box .m-menu .btn i:before {
            content: "展开";
            color: #fff;
            font-size: 14px; }
    .list-point-department002 .inner-layout .m-menu-box .m-path {
      font-size: 14px;
      line-height: 1;
      color: #AAAAAA;
      margin: 20px 0; }
  .list-point-department002 .inner-layout .nav-list {
    width: 12rem;
    margin-right: 4rem;
    flex-shrink: 0; }
    .list-point-department002 .inner-layout .nav-list .nav-item .first-nav-item {
      display: block;
      width: 100%;
      height: 3rem;
      position: relative;
      padding: 0 1rem;
      box-sizing: border-box;
      cursor: pointer; }
      .list-point-department002 .inner-layout .nav-list .nav-item .first-nav-item.hover .first-nav p {
        color: #4FA27A; }
      .list-point-department002 .inner-layout .nav-list .nav-item .first-nav-item .first-nav {
        height: 100%;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D7D7D7;
        align-items: center;
        box-sizing: border-box; }
        .list-point-department002 .inner-layout .nav-list .nav-item .first-nav-item .first-nav p {
          font-size: 0.9rem;
          color: #333333;
          font-weight: bold; }
        .list-point-department002 .inner-layout .nav-list .nav-item .first-nav-item .first-nav i:before {
          content: '\e671';
          display: block;
          font-size: 0.7rem;
          color: #4FA27A;
          font-family: "iconynzyy"; }
      .list-point-department002 .inner-layout .nav-list .nav-item .first-nav-item:before {
        content: "";
        display: block;
        width: 0.2rem;
        height: 0.8rem;
        background-color: #569C83;
        position: absolute;
        left: 0;
        top: 50%;
        margin-top: -0.4rem; }
    .list-point-department002 .inner-layout .nav-list .nav-item .second-nav-list {
      display: none; }
      .list-point-department002 .inner-layout .nav-list .nav-item .second-nav-list .second-nav-item {
        width: 12rem;
        height: 3rem;
        padding: 0 1rem 0 1.8rem;
        box-sizing: border-box;
        position: relative;
        display: flex;
        align-items: center; }
        .list-point-department002 .inner-layout .nav-list .nav-item .second-nav-list .second-nav-item a {
          color: #7F7F7F;
          font-size: 0.8rem;
          line-height: 1; }
          .list-point-department002 .inner-layout .nav-list .nav-item .second-nav-list .second-nav-item a:hover {
            font-weight: bold;
            color: #4FA27A; }
        .list-point-department002 .inner-layout .nav-list .nav-item .second-nav-list .second-nav-item:before {
          content: "";
          display: block;
          width: 0.3rem;
          height: 0.3rem;
          background-color: #E6B664;
          position: absolute;
          left: 1rem;
          top: 50%;
          margin-top: -0.15rem;
          border-radius: 50%; }
        .list-point-department002 .inner-layout .nav-list .nav-item .second-nav-list .second-nav-item.cur a {
          font-weight: bold;
          color: #4FA27A; }
    .list-point-department002 .inner-layout .nav-list .nav-item:hover .first-nav-item {
      background-image: url("../images/ynzyy/point_dep_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      .list-point-department002 .inner-layout .nav-list .nav-item:hover .first-nav-item:before {
        background-color: #E6B664; }
      .list-point-department002 .inner-layout .nav-list .nav-item:hover .first-nav-item .first-nav {
        border-bottom: none; }
        .list-point-department002 .inner-layout .nav-list .nav-item:hover .first-nav-item .first-nav p {
          color: #fff; }
        .list-point-department002 .inner-layout .nav-list .nav-item:hover .first-nav-item .first-nav i:before {
          color: #fff; }
    .list-point-department002 .inner-layout .nav-list .nav-item.active .first-nav-item {
      background-image: url("../images/ynzyy/point_dep_bg.jpg");
      background-repeat: no-repeat;
      background-size: cover; }
      .list-point-department002 .inner-layout .nav-list .nav-item.active .first-nav-item:before {
        background-color: #E6B664; }
      .list-point-department002 .inner-layout .nav-list .nav-item.active .first-nav-item .first-nav {
        border-bottom: none; }
        .list-point-department002 .inner-layout .nav-list .nav-item.active .first-nav-item .first-nav p {
          color: #fff; }
        .list-point-department002 .inner-layout .nav-list .nav-item.active .first-nav-item .first-nav i:before {
          content: '\e614';
          color: #fff; }
    .list-point-department002 .inner-layout .nav-list .nav-item.cur .second-nav-list {
      display: block; }
  .list-point-department002 .inner-layout .right-container .department-list .dep-content ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -1rem; }
    .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li {
      width: 14rem;
      height: 2.5rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      margin-right: 1rem;
      margin-bottom: 1rem; }
      .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
        position: relative; }
        .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a p {
          color: #333;
          font-size: 0.8rem;
          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;
          transition: all 0.5s;
          -webkit-transition: all 0.5s; }
        .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a > i {
          position: absolute;
          font-size: 12px;
          line-height: 1;
          color: #DDD4C4; }
          .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a > i.lt {
            left: 2px;
            top: 2px;
            transform: rotateY(180deg); }
          .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a > i.lb {
            left: 2px;
            bottom: 2px;
            transform: rotate(180deg); }
          .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a > i.rb {
            right: 2px;
            bottom: 2px;
            transform: rotateX(180deg); }
          .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li a > i.rt {
            right: 2px;
            top: 2px; }
      .list-point-department002 .inner-layout .right-container .department-list .dep-content ul li:hover a p {
        color: #4FA27A; }
  .list-point-department002 .inner-layout .area-tabs-box {
    display: flex;
    align-items: center;
    margin-bottom: 2rem; }
    .list-point-department002 .inner-layout .area-tabs-box span {
      font-size: 0.9rem;
      color: #333; }
    .list-point-department002 .inner-layout .area-tabs-box .area-tabs {
      display: flex;
      text-align: center;
      font-size: 0.9rem; }
      .list-point-department002 .inner-layout .area-tabs-box .area-tabs 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-point-department002 .inner-layout .area-tabs-box .area-tabs a.cur {
          background-color: #335C4E;
          color: #fff; }
  .list-point-department002 .inner-layout .tab-pannel-wrap .tab-pannel {
    display: none; }
    .list-point-department002 .inner-layout .tab-pannel-wrap .tab-pannel:first-child {
      display: block; }
  .list-point-department002 .inner-layout .dep-class {
    font-size: 0.9rem;
    color: #333;
    display: flex;
    align-items: center;
    margin-bottom: 1.5rem; }
    .list-point-department002 .inner-layout .dep-class .dep-tab-tit {
      display: flex; }
      .list-point-department002 .inner-layout .dep-class .dep-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; }
        .list-point-department002 .inner-layout .dep-class .dep-tab-tit a.cur {
          background-color: #335C4E;
          color: #fff; }
  .list-point-department002 .inner-layout .dep-content .anchor-ele {
    position: relative;
    top: -7.3rem;
    visibility: hidden; }
  .list-point-department002 .inner-layout .dep-content h2 {
    display: flex;
    justify-content: center;
    font-weight: normal;
    position: relative;
    font-size: 0; }
    .list-point-department002 .inner-layout .dep-content h2:before {
      position: absolute;
      left: 0;
      top: 50%;
      content: "";
      display: block;
      width: 100%;
      height: 1px;
      background-color: #335C4E; }
    .list-point-department002 .inner-layout .dep-content h2 .tit-box {
      padding: 0 0.3rem;
      background-color: #fff;
      position: relative;
      text-align: center;
      display: flex;
      align-items: center; }
      .list-point-department002 .inner-layout .dep-content h2 .tit-box i {
        display: block;
        width: 0.45rem;
        height: 0.45rem;
        box-sizing: border-box;
        background-color: #335C4E;
        border: 1px solid #fff;
        outline: 1px solid #335C4E;
        transform: rotate(45deg); }
      .list-point-department002 .inner-layout .dep-content h2 .tit-box span {
        font-size: 1rem;
        line-height: 1;
        color: #000000;
        margin: 0 0.6rem; }
  .list-point-department002 .inner-layout .dep-content ul {
    margin-top: 1rem;
    display: flex;
    flex-wrap: wrap;
    margin-right: -0.8rem; }
    .list-point-department002 .inner-layout .dep-content ul li {
      margin-right: 0.8rem;
      width: 14.4rem;
      height: 2.8rem;
      box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
      margin-bottom: 1rem; }
      .list-point-department002 .inner-layout .dep-content ul li a {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 1rem;
        position: relative; }
        .list-point-department002 .inner-layout .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;
          -webkit-transition: all 0.5s; }
        .list-point-department002 .inner-layout .dep-content ul li a > i {
          position: absolute;
          font-size: 12px;
          line-height: 1;
          color: #DDD4C4; }
          .list-point-department002 .inner-layout .dep-content ul li a > i.lt {
            left: 2px;
            top: 2px;
            transform: rotateY(180deg); }
          .list-point-department002 .inner-layout .dep-content ul li a > i.lb {
            left: 2px;
            bottom: 2px;
            transform: rotate(180deg); }
          .list-point-department002 .inner-layout .dep-content ul li a > i.rb {
            right: 2px;
            bottom: 2px;
            transform: rotateX(180deg); }
          .list-point-department002 .inner-layout .dep-content ul li a > i.rt {
            right: 2px;
            top: 2px; }
      .list-point-department002 .inner-layout .dep-content ul li:hover a p {
        color: #4FA27A; }
  .list-point-department002 .inner-layout .dep-content + .dep-content {
    margin-top: 2.2rem; }

@media (max-width: 1200px) {
  .list-point-department002 .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-point-department002 .inner-layout .area-tabs-box {
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .list-point-department002 .inner-layout .area-tabs-box span {
      display: block;
      width: 100%; }
    .list-point-department002 .inner-layout .area-tabs-box .area-tabs a {
      font-size: 14px;
      margin-left: 0;
      margin-right: 5px;
      margin-top: 10px;
      padding: 0 5px; }
  .list-point-department002 .inner-layout .dep-class {
    flex-wrap: wrap;
    left: 0; }
    .list-point-department002 .inner-layout .dep-class span {
      display: block;
      width: 100%; }
    .list-point-department002 .inner-layout .dep-class .dep-tab-tit {
      flex-wrap: wrap; }
      .list-point-department002 .inner-layout .dep-class .dep-tab-tit a {
        margin-left: 0;
        margin-right: 5px;
        margin-top: 10px;
        padding: 0 5px; }
  .list-point-department002 .inner-layout .dep-content ul {
    margin-right: 0;
    justify-content: space-between; }
    .list-point-department002 .inner-layout .dep-content ul li {
      width: 49%;
      margin-right: 0; }
      .list-point-department002 .inner-layout .dep-content ul li.point-dep-item {
        width: 100%; } }
.category-brief001 .hos-brief {
  padding-top: 2rem;
  padding-bottom: 3rem;
  position: relative; }
  .category-brief001 .hos-brief > img {
    position: absolute; }
    .category-brief001 .hos-brief > img.ghyq_l_bg {
      top: -1.5rem;
      z-index: -1;
      left: 0; }
    .category-brief001 .hos-brief > img.ghyq_r_bg {
      right: 0;
      bottom: 0;
      z-index: -1; }
  .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: 1rem;
        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: 8rem;
        height: 2rem;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1.6rem;
        border: 1px solid #B57E60;
        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: 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: #B57E60; }
        .category-brief001 .hos-brief .inner-brief .left-intro a.more span {
          font-size: 0.9rem;
          line-height: 1;
          color: #B57E60;
          position: relative;
          z-index: 1; }
        .category-brief001 .hos-brief .inner-brief .left-intro a.more i {
          color: #B57E60;
          font-size: 1.5rem;
          line-height: 1;
          margin-left: 0.5rem;
          position: relative;
          z-index: 1; }
      @media (any-hover: hover) {
        .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover:before {
          top: -3rem;
          transform: scale(1.2); }
        .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover span, .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover i {
          color: #fff; } }
    .category-brief001 .hos-brief .inner-brief .img {
      display: block;
      width: 30rem;
      height: 17rem;
      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 .hos-brief.dcyq {
    padding-top: 3rem;
    background-color: #F0EBE4;
    background-image: url("../images/ynzyy/dcyq_bg.jpg");
    background-repeat: repeat; }
.category-brief001 .hos-leader {
  padding: 3rem 0 0;
  background-color: #335C4E;
  background-image: url("../images/ynzyy/dep_bg.jpg");
  background-repeat: repeat;
  position: relative;
  height: 28rem;
  box-sizing: border-box;
  overflow: hidden; }
  .category-brief001 .hos-leader > .img {
    position: absolute;
    font-size: 0; }
    .category-brief001 .hos-leader > .img.lb {
      left: 0;
      bottom: 0; }
    .category-brief001 .hos-leader > .img.rb {
      right: 0;
      bottom: 0; }
  .category-brief001 .hos-leader h1.tit {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1;
    text-align: center; }
    .category-brief001 .hos-leader h1.tit a {
      color: #fff; }
  .category-brief001 .hos-leader .inner-leader-container {
    margin-top: 2rem; }
    .category-brief001 .hos-leader .inner-leader-container .leader-slider {
      margin: 0 -0.8rem; }
      .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 10.5rem;
        margin: 0 0.8rem; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item a.img {
          display: block;
          overflow: hidden;
          width: 10.5rem;
          height: 14.5rem;
          margin-bottom: 0.95rem; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item a.img:hover img {
            transform: scale(1.1); }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .leader-name {
          font-size: 1rem;
          line-height: 1;
          color: #fff;
          margin-bottom: 1rem; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .leader-name:hover {
            color: #cfb36d; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .leader-protit, .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .doc-protit {
          font-size: 0.7rem;
          color: rgba(255, 255, 255, 0.6);
          line-height: 1; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .leader-protit span + span:before, .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .doc-protit span + span:before {
            content: "、";
            color: rgba(255, 255, 255, 0.6); }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item .leader-protit {
          margin-bottom: 0.5rem; }
      .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-arrow {
        width: 2.5rem;
        height: 2.5rem;
        border-radius: 50%;
        background-color: rgba(0, 0, 0, 0.5);
        text-align: center;
        line-height: 2.5rem;
        color: #fff;
        position: absolute;
        top: 50%;
        margin-top: -1.25rem;
        cursor: pointer;
        font-size: 1rem; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-arrow.prev {
          left: -2.5rem; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-arrow.next {
          right: -2.5rem; }
      .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-dots {
        margin-bottom: -1.25rem; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-dots li {
          width: 0.4rem;
          height: 0.4rem;
          background-color: #D7D7D7;
          border-radius: 50%; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-dots li.slick-active {
            background-color: #EAB660; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-dots li button {
            display: none; }
.category-brief001 .leader-container {
  margin-top: 3rem;
  padding-bottom: 6.9rem;
  position: relative; }
  .category-brief001 .leader-container > img {
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    z-index: -1; }
    .category-brief001 .leader-container > img.zzjg_bg_l {
      left: 0; }
    .category-brief001 .leader-container > img.zzjg_bg_r {
      right: 0;
      transform: rotateY(180deg); }
  .category-brief001 .leader-container .inner-leader {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .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: 3.6rem;
          height: 0.15rem;
          background-color: #F2D254;
          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: #A49787;
        background-image: url(../images/ynzyy/zzjg_icon.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 + .leader-item a.more {
        background-color: #DBCA7C; }

@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: 100px; }
        .category-brief001 .hos-brief .inner-brief .left-intro a.more:before {
          width: 100px;
          height: 100px; } }
    @media (max-width: 960px) and (any-hover: hover) {
      .category-brief001 .hos-brief .inner-brief .left-intro a.more:hover:before {
        top: -2rem; } }
@media (max-width: 960px) {
    .category-brief001 .hos-brief .inner-brief .img {
      margin-top: 20px;
      width: 100%;
      height: 55vw; }
  .category-brief001 .hos-brief.dcyq {
    padding-top: 10px; }
    .category-brief001 .hos-brief.dcyq .left-intro {
      margin-top: 20px; }
  .category-brief001 .hos-leader {
    padding-top: 20px;
    padding-bottom: 30px;
    height: auto; }
    .category-brief001 .hos-leader > .img.rb {
      display: none; }
    .category-brief001 .hos-leader .inner-leader-container {
      margin-top: 20px; }
      .category-brief001 .hos-leader .inner-leader-container .leader-slider {
        margin: 0; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item {
          margin: 0; }
          .category-brief001 .hos-leader .inner-leader-container .leader-slider .leader-item a.img {
            width: 30vw;
            height: 42vw; }
        .category-brief001 .hos-leader .inner-leader-container .leader-slider .slick-dots {
          margin-bottom: 0; }
  .category-brief001 .leader-container {
    margin-top: 20px; }
    .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; } }
.list-doctor002 .filter-doctor {
  padding: 0 1rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .list-doctor002 .filter-doctor .layer-item {
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-doctor002 .filter-doctor .layer-item:last-child {
      border-bottom: none; }
    .list-doctor002 .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-doctor002 .filter-doctor .layer-item .list-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -14px; }
      .list-doctor002 .filter-doctor .layer-item .list-item li {
        margin-right: 14px;
        margin-bottom: 10px; }
        .list-doctor002 .filter-doctor .layer-item .list-item li.cur a {
          background-color: #335C4E;
          color: #fff; }
        .list-doctor002 .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-doctor002 .filter-doctor .layer-item .list-item li a:hover {
            color: #4FA27A; }
  .list-doctor002 .filter-doctor .area-depclass {
    display: flex;
    align-items: center; }
    .list-doctor002 .filter-doctor .area-depclass .class-item {
      font-size: 0;
      margin-right: 60px;
      display: flex;
      align-items: center; }
      .list-doctor002 .filter-doctor .area-depclass .class-item span {
        display: inline-block;
        width: 80px;
        margin-right: 1rem;
        font-size: 16px;
        color: #333333;
        line-height: 1; }
      .list-doctor002 .filter-doctor .area-depclass .class-item .select-box {
        position: relative; }
        .list-doctor002 .filter-doctor .area-depclass .class-item .select-box.disabled .choose {
          cursor: not-allowed;
          color: #AAAAAA; }
          .list-doctor002 .filter-doctor .area-depclass .class-item .select-box.disabled .choose::placeholder {
            color: #AAAAAA; }
        .list-doctor002 .filter-doctor .area-depclass .class-item .select-box.disabled > i {
          color: #AAAAAA; }
        .list-doctor002 .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-doctor002 .filter-doctor .area-depclass .class-item .select-box .choose.disabled {
            cursor: not-allowed;
            color: #AAAAAA; }
            .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .choose.disabled::placeholder {
              color: #AAAAAA; }
          .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
            font-size: 16px;
            color: #333; }
        .list-doctor002 .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-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul {
            padding: 0; }
            .list-doctor002 .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-doctor002 .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-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
                color: #333;
                font-size: 16px;
                display: block; }
              .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover, .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur {
                background-color: #F2F2F2; }
                .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover a, .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur a {
                  color: #4FA27A; }
        .list-doctor002 .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-doctor002 .filter-doctor .area-depclass .class-item .select-box > i.active {
            transform: rotate(180deg); }
  .list-doctor002 .filter-doctor .department-list {
    display: flex;
    padding-bottom: 10px; }
  .list-doctor002 .filter-doctor .protit-list {
    display: flex;
    position: relative;
    padding-bottom: 10px; }
    .list-doctor002 .filter-doctor .protit-list .list-box {
      overflow: hidden;
      max-height: 42px; }
      .list-doctor002 .filter-doctor .protit-list .list-box .list-item {
        margin-right: 0; }
      .list-doctor002 .filter-doctor .protit-list .list-box.open {
        max-height: 150px; }
    .list-doctor002 .filter-doctor .protit-list .toggle-btn {
      height: 24px;
      width: 24px;
      border-radius: 4px;
      box-sizing: border-box;
      border: 1px solid #335C4E;
      line-height: 24px;
      text-align: center;
      position: absolute;
      top: 1.2rem;
      right: 0;
      display: none;
      cursor: pointer; }
      .list-doctor002 .filter-doctor .protit-list .toggle-btn i {
        font-size: 14px;
        color: #335C4E;
        transition: all 0.5s;
        display: inline-block;
        position: relative;
        top: -3px; }
      .list-doctor002 .filter-doctor .protit-list .toggle-btn.active {
        border: none;
        background-color: #4FA27A; }
        .list-doctor002 .filter-doctor .protit-list .toggle-btn.active i {
          transform: rotate(180deg);
          color: #fff; }
    .list-doctor002 .filter-doctor .protit-list.over .toggle-btn {
      display: block; }
  .list-doctor002 .filter-doctor .search-layer {
    display: flex;
    align-items: center;
    font-size: 0; }
    .list-doctor002 .filter-doctor .search-layer > span {
      display: inline-block;
      width: 80px;
      margin-right: 1rem;
      font-size: 16px;
      color: #333333;
      line-height: 1; }
    .list-doctor002 .filter-doctor .search-layer .search-form {
      display: flex;
      align-items: center; }
    .list-doctor002 .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-doctor002 .filter-doctor .search-layer .doctor-name::placeholder {
        font-size: 16px;
        color: #D7D7D7; }
      .list-doctor002 .filter-doctor .search-layer .doctor-name:focus {
        border-color: #4FA27A; }
    .list-doctor002 .filter-doctor .search-layer .doc-search-btn {
      background-color: #335C4E;
      color: #fff;
      margin-left: 60px;
      border: none;
      width: 80px; }
      .list-doctor002 .filter-doctor .search-layer .doc-search-btn:hover {
        border: none;
        background-color: #4FA27A;
        color: #fff; }
    .list-doctor002 .filter-doctor .search-layer button {
      height: 2rem;
      font-size: 16px;
      text-align: center;
      line-height: 2rem;
      border-radius: 4px; }
    .list-doctor002 .filter-doctor .search-layer .reset-btn {
      border: 1px solid #335C4E;
      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-doctor002 .filter-doctor .search-layer .reset-btn i, .list-doctor002 .filter-doctor .search-layer .reset-btn span {
        color: #335C4E;
        font-size: 16px; }
      .list-doctor002 .filter-doctor .search-layer .reset-btn i {
        margin-right: 0.5rem; }
      .list-doctor002 .filter-doctor .search-layer .reset-btn:hover {
        border: none;
        background-color: #4FA27A; }
        .list-doctor002 .filter-doctor .search-layer .reset-btn:hover i, .list-doctor002 .filter-doctor .search-layer .reset-btn:hover span {
          color: #fff; }
.list-doctor002 .haschosen-doctor {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: flex-end; }
  .list-doctor002 .haschosen-doctor .doctor-num {
    font-size: 16px;
    line-height: 1;
    color: #333; }
    .list-doctor002 .haschosen-doctor .doctor-num span {
      color: #4FA27A; }

@media (max-width: 1200px) {
  .list-doctor002 .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-doctor002 .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-doctor002 .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-doctor002 .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-doctor002 .filter-doctor .area-depclass .class-item {
    margin-right: 42px; }
    .list-doctor002 .filter-doctor .area-depclass .class-item span {
      width: 70px;
      font-size: 14px; }
    .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .choose {
      font-size: 14px; }
      .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
        font-size: 14px; }
    .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
      font-size: 14px; }
  .list-doctor002 .filter-doctor .department-list {
    padding-bottom: 8px; }
  .list-doctor002 .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-doctor002 .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-doctor002 .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
  .list-doctor002 .filter-doctor .search-layer > span {
    width: 70px;
    font-size: 14px; }
  .list-doctor002 .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-doctor002 .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-doctor002 .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-doctor002 .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-doctor002 .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-doctor002 .filter-doctor .search-layer .reset-btn i, .list-doctor002 .filter-doctor .search-layer .reset-btn span {
      color: #335C4E;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-doctor002 .filter-doctor {
    position: relative; }
    .list-doctor002 .filter-doctor .area-depclass {
      flex-wrap: wrap; }
      .list-doctor002 .filter-doctor .area-depclass .class-item {
        width: 100%;
        margin-right: 0; }
        .list-doctor002 .filter-doctor .area-depclass .class-item.area {
          margin-bottom: 20px; }
        .list-doctor002 .filter-doctor .area-depclass .class-item span {
          margin-right: 10px;
          flex-shrink: 0; }
        .list-doctor002 .filter-doctor .area-depclass .class-item .select-box {
          width: 100%; }
          .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .choose {
            width: 100%; }
          .list-doctor002 .filter-doctor .area-depclass .class-item .select-box .option {
            width: 100%; }
    .list-doctor002 .filter-doctor .department-list {
      flex-wrap: wrap; }
    .list-doctor002 .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100%; }
    .list-doctor002 .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-doctor002 .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px; }
    .list-doctor002 .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-doctor002 .filter-doctor .protit-list .list-box {
        max-height: 70px; }
        .list-doctor002 .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-doctor002 .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-doctor002 .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-doctor002 .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-doctor002 .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-doctor002 .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-doctor002 .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-doctor002 .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-doctor002 .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-doctor002 .haschosen-doctor .doctor-num {
    font-size: 14px; } }
.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: #335C4E;
          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: #4FA27A; }
  .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: #4FA27A; }
        .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.dep-list .list-box {
      max-height: unset; }
    .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 #335C4E;
      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: #335C4E;
        transition: all 0.5s;
        display: inline-block;
        position: relative;
        top: -3px; }
      .list-doctor003 .filter-doctor .protit-list .toggle-btn.active {
        border: none;
        background-color: #4FA27A; }
        .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: #4FA27A; }
    .list-doctor003 .filter-doctor .search-layer .doc-search-btn {
      background-color: #335C4E;
      color: #fff;
      margin-left: 60px;
      border: none;
      width: 80px; }
      .list-doctor003 .filter-doctor .search-layer .doc-search-btn:hover {
        border: none;
        background-color: #4FA27A;
        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 #335C4E;
      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: #335C4E;
        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: #4FA27A; }
        .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: #4FA27A; }

@media (max-width: 1200px) {
  .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;
    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: #335C4E;
      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%; }
    .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; } }
.list-leader-image002 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.5rem;
  justify-content: center; }
  .list-leader-image002 .leader-photo {
    display: block;
    width: 7rem;
    height: 9.35rem;
    overflow: hidden;
    margin: 0 1.5rem 2rem; }
    .list-leader-image002 .leader-photo img {
      transition: all 0.5s;
      width: 100%;
      height: 100%; }
    .list-leader-image002 .leader-photo:hover img {
      transform: scale(1.1); }

.yzxx-form h2 {
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem; }
  .yzxx-form h2 span {
    font-size: 1.2rem;
    color: #335C4E;
    line-height: 1;
    padding-bottom: 1rem;
    position: relative;
    width: fit-content;
    display: block; }
    .yzxx-form h2 span:after {
      content: "";
      display: block;
      width: 100%;
      height: 2px;
      background-color: #335C4E;
      position: absolute;
      bottom: 0;
      left: 0; }
.yzxx-form .ruifox-form .ruifox-form-group {
  margin-bottom: 1rem; }
  .yzxx-form .ruifox-form .ruifox-form-group.required .label:before {
    display: inline-block;
    margin-right: 0.2rem;
    content: '*';
    font-family: SimSun;
    line-height: 1;
    color: #c50c11;
    position: absolute;
    left: 0;
    top: 0.5rem; }
  .yzxx-form .ruifox-form .ruifox-form-group .label {
    width: 6rem;
    font-size: 0.8rem;
    text-align: left;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative; }
    .yzxx-form .ruifox-form .ruifox-form-group .label label:after {
      content: ':';
      margin: 0 8px 0 2px;
      position: relative;
      top: -0.5px; }
  .yzxx-form .ruifox-form .ruifox-form-group .control {
    width: calc(100% - 6rem); }
    .yzxx-form .ruifox-form .ruifox-form-group .control .error-message {
      color: #c50c11;
      font-size: 12px; }
.yzxx-form .ruifox-form .btn.btn-primary {
  background-color: #335C4E; }
.yzxx-form .ruifox-form .btn.disabled {
  background: #ddd !important;
  cursor: default; }
.yzxx-form .form-tips-box {
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 17.5rem;
  height: 10rem;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  background-color: #fff;
  border-radius: 10px; }
  .yzxx-form .form-tips-box .inner-tips {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .yzxx-form .form-tips-box .inner-tips i {
      font-size: 3rem;
      margin-bottom: 1rem; }
      .yzxx-form .form-tips-box .inner-tips i.success {
        color: #1eb819; }
      .yzxx-form .form-tips-box .inner-tips i.fail {
        color: #ee2127; }
    .yzxx-form .form-tips-box .inner-tips p {
      font-size: 1.2rem; }

/*# sourceMappingURL=style_new.css.map */
