@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

.mt20 {
  margin-top: 0.8rem !important; }

.mt30 {
  margin-top: 1.2rem !important; }

.mt40 {
  margin-top: 1.6rem !important; }

.mt50 {
  margin-top: 2rem !important; }

.mt60 {
  margin-top: 2.4rem !important; }

.mb80 {
  margin-bottom: 3.2rem !important; }

.pt30 {
  padding-top: 1.2rem !important; }

.pt40 {
  padding-top: 1.6rem !important; }

.pb80 {
  padding-bottom: 3.2rem !important; }

input {
  padding: 0 0.4rem; }

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 4258840 */
  src: url("//at.alicdn.com/t/c/font_4258840_j1jkdb4m7fc.woff2?t=1713420543225") format("woff2"), url("//at.alicdn.com/t/c/font_4258840_j1jkdb4m7fc.woff?t=1713420543225") format("woff"), url("//at.alicdn.com/t/c/font_4258840_j1jkdb4m7fc.ttf?t=1713420543225") format("truetype"); }
@font-face {
  font-family: "iconcyfyy";
  src: url("./font/cyfyy_font/iconfont.woff2") format("woff2"), url("./font/cyfyy_font/iconfont.woff") format("woff"), url("./font/cyfyy_font/iconfont.ttf") format("truetype"); }
.iconcyfyy {
  font-family: "iconcyfyy" !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: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 25px; }

.layout {
  width: 1500px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  min-height: 400px; }

.detail-container {
  border-top: 1px solid #e4e4e4; }

.inner-layout {
  width: 1500px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 1.6rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 3.2rem;
  text-align: center;
  margin-top: 30px; }
  .pager a, .pager input, .pager button, .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #489BAE; }
    .pager a.on {
      background-color: #489BAE;
      border-color: #489BAE;
      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: #489BAE;
    cursor: pointer; }
    .pager button:hover {
      background-color: #006B87; }
  .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: 16rem !important;
  height: 19.2rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.24rem 2rem 2.8rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -8rem !important;
  margin-top: -9.6rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 0.96rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.2rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.44rem !important;
    right: -1.2rem !important;
    font-size: 1.2rem !important;
    width: 0.8rem !important;
    height: 0.8rem !important; }
  #foxWechatBox img {
    width: 12rem !important;
    height: 12rem !important; }

@media (max-width: 1600px) {
  html {
    font-size: 20px; }

  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a, .pager input, .pager button, .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  body, html {
    font-size: 20px;
    max-width: 100%;
    min-width: 360px; }

  .layout {
    width: 100%;
    min-width: 320px; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 20px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a, .pager input, .pager button, .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev, .pager a.pager-next, .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes showArrow {
  from {
    opacity: 0;
    transform: translateX(-0.5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.04rem;
  width: 2.24rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 2.24rem;
    left: 50%;
    margin-left: -27.04rem; }
  .show-share-box .share-ico {
    width: 2.24rem;
    height: 2.24rem;
    line-height: 2.24rem;
    text-align: center;
    color: #AAAAAA;
    background-color: #E4E4E4;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.2rem; }
    .show-share-box .share-ico.close {
      background-color: #006B87;
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-color: #E4E4E4;
    width: 2.24rem;
    height: 2.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.56rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 0.96rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-color: #F59A23; }
    .show-share-box .share-container .share-btn.qr-btn {
      background-color: #70B603; }
    .show-share-box .share-container .share-btn.print-btn {
      background-color: #02A7F0; }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tit-more a.tit {
    font-size: 1.6rem;
    line-height: 1; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.72rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #489BAE;
      font-size: 0.72rem;
      margin-left: 0.32rem; }
    h1.left-tit-more a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #006B87;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.left-tit-more a.more .circle i {
        color: #006B87;
        font-size: 0.8rem;
        margin-left: 0; }
    h1.left-tit-more a.more:hover span {
      color: #006B87; }
    h1.left-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }

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: #006B87; }
  h1.left-tab-tit001 a.tit {
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #fff;
    position: relative; }
    h1.left-tab-tit001 a.tit:after {
      content: "";
      display: block;
      width: 2.56rem;
      height: 0.16rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -0.56rem;
      border-radius: 6rem; }
  h1.left-tab-tit001 .tab-tit {
    flex: 1;
    font-size: 0; }
    h1.left-tab-tit001 .tab-tit a {
      margin-right: 1.2rem;
      font-size: 0.88rem;
      line-height: 1;
      color: #333333;
      position: relative; }
      h1.left-tab-tit001 .tab-tit a.cur {
        color: #006B87; }
        h1.left-tab-tit001 .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.52rem solid transparent;
          border-top-color: #489BAE;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.2rem;
          border-top-width: 0.4rem;
          border-bottom-width: 0.4rem; }
  h1.left-tab-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tab-tit001 a.more span {
      font-size: 0.72rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #489BAE;
      font-size: 0.72rem;
      margin-left: 0.32rem; }
    h1.left-tab-tit001 a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #006B87;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.left-tab-tit001 a.more .circle i {
        color: #006B87;
        font-size: 0.8rem;
        margin-left: 0; }
    h1.left-tab-tit001 a.more:hover span {
      color: #006B87; }
    h1.left-tab-tit001 a.more:hover .circle i {
      animation: showArrow 1s; }

@media (max-width: 960px) {
  body, html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  h1.left-tit-more a.tit {
    font-size: 18px; }
  h1.left-tit-more a.more span {
    font-size: 12px; }
  h1.left-tit-more a.more .circle {
    width: 20px;
    height: 20px; }
    h1.left-tit-more a.more .circle i {
      font-size: 12px; }

  h1.left-tab-tit001 .tab-tit a {
    font-size: 18px; } }
a.more-btn {
  padding: 0 0.8rem;
  height: 1.6rem;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #006B87;
  color: #fff;
  width: fit-content;
  font-weight: normal; }
  a.more-btn span {
    font-size: 0.72rem;
    line-height: 1; }
  a.more-btn .circle {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem; }
    a.more-btn .circle i {
      color: #fff;
      font-size: 0.8rem; }
  a.more-btn:hover .circle i {
    animation: showArrow 1s; }
  @media (max-width: 960px) {
    a.more-btn {
      padding: 0 10px; } }

.left-tit001 {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1;
  position: relative; }
  .left-tit001 a {
    color: #333333; }
  .left-tit001.line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .left-tit001.white {
    color: #fff; }
    .left-tit001.white a {
      color: #fff; }
    .left-tit001.white.line:after {
      border-top-color: #fff; }
  @media (max-width: 960px) {
    .left-tit001 {
      font-size: 18px; }
      .left-tit001.line:after {
        border-top: 3px solid #D4C89F;
        bottom: -13px; } }

.center-tit001 {
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  font-weight: normal;
  text-align: center; }
  .center-tit001 a {
    color: #333333; }
  .center-tit001.line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .center-tit001.white {
    color: #fff; }
    .center-tit001.white a {
      color: #fff; }
    .center-tit001.white.line:after {
      border-top-color: #fff; }
  @media (max-width: 960px) {
    .center-tit001 {
      font-size: 18px; }
      .center-tit001.line:after {
        border-top: 3px solid #D4C89F;
        bottom: -13px; } }

a.more001 {
  display: flex;
  align-items: center;
  font-weight: normal; }
  a.more001 span {
    font-size: 0.72rem;
    color: #7F7F7F;
    line-height: 1; }
  a.more001 .circle {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #C4AF76;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem; }
    a.more001 .circle i {
      color: #C4AF76;
      font-size: 0.8rem; }
  a.more001:hover .circle i {
    animation: showArrow 1s; }
  a.more001.white span, a.more001.white .circle i {
    color: #fff; }
  a.more001.white .circle {
    border-color: #fff; }
  a.more001.white:hover span {
    color: #fff; }
  a.more001:hover span {
    color: #006B87; }

h1.center-tit-more {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: normal;
  position: relative;
  z-index: 1; }
  h1.center-tit-more a.tit {
    font-size: 1.6rem;
    line-height: 1;
    color: #333333; }
  h1.center-tit-more a.more {
    margin-top: 0.8rem;
    display: flex;
    align-items: center; }
    h1.center-tit-more a.more span {
      font-size: 0.72rem;
      color: #7F7F7F;
      line-height: 1; }
    h1.center-tit-more a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #489BAE;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.center-tit-more a.more .circle i {
        color: #489BAE;
        font-size: 0.8rem; }
    h1.center-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }
  @media (max-width: 960px) {
    h1.center-tit-more a.tit {
      font-size: 20px; }
    h1.center-tit-more a.more {
      margin-top: 16px; }
      h1.center-tit-more a.more span {
        font-size: 12px; }
      h1.center-tit-more a.more .circle {
        width: 20px;
        height: 20px; }
        h1.center-tit-more a.more .circle i {
          font-size: 12px; } }

.bottom-djl {
  margin-top: 1.6rem;
  padding-top: 0.8rem;
  display: flex;
  justify-content: flex-end; }
  .bottom-djl:has(span) {
    border-top: 1px solid #ccc; }
  .bottom-djl span.djl {
    font-size: 0.64rem;
    color: #888; }

.container {
  background-color: #f5f9fa; }

.header-001 {
  position: fixed;
  width: 100%;
  z-index: 2024;
  border-top: 10px solid #006B87; }
  .header-001 .header-wrap {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.8), transparent);
    height: 6.4rem; }
    .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn .search-btn i, .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn .top-qr-btn i {
      color: #fff; }
    .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.pc-menu:after,
    .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.pc-menu:before {
      background-color: #fff; }
    .header-001 .header-wrap .header-layout {
      padding: 0.6rem 0 0;
      overflow: hidden;
      transition: all 0.2s ease-out 0s; }
      .header-001 .header-wrap .header-layout .logo-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-bottom: 0.4rem; }
        .header-001 .header-wrap .header-layout .logo-row a.logo {
          height: 2.4rem;
          z-index: 2024; }
          .header-001 .header-wrap .header-layout .logo-row a.logo img {
            height: 100%; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn {
          display: flex;
          align-items: center;
          z-index: 2024; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn .version-btn {
            font-size: 0.64rem;
            color: #fff;
            height: 1.28rem;
            line-height: 1.28rem;
            padding: 0 0.8rem;
            border-radius: 0.16rem; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn .version-btn.cur {
              background-color: #006B87; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn .search-btn {
            cursor: pointer;
            margin: 0 0.8rem;
            position: relative;
            z-index: 2024; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn .search-btn i {
              font-size: 24px;
              color: #fff; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu {
            position: relative;
            z-index: 2024;
            display: flex;
            height: 24px;
            width: 28px;
            align-items: center;
            flex-direction: column;
            justify-content: space-between; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu span {
              display: block;
              height: 4px;
              width: 100%;
              border-radius: 0.16rem;
              background-color: #fff;
              transition: all 0.3s; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:before, .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:after {
              content: '';
              display: block;
              height: 4px;
              width: 100%;
              border-radius: 0.16rem;
              background-color: #fff;
              transform-origin: left;
              transition: all 0.3s; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu.is-show:before {
              transform: rotate(45deg); }
            .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu.is-show:after {
              transform: rotate(-45deg); }
            .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu.is-show span {
              opacity: 0; }
    .header-001 .header-wrap .nav-layout {
      width: 60rem;
      margin: 0 auto; }
      .header-001 .header-wrap .nav-layout .nav .nav-ul {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .header-001 .header-wrap .nav-layout .nav .nav-ul > li {
          font-size: 0.72rem;
          line-height: 2.4rem;
          white-space: nowrap;
          position: relative; }
          .header-001 .header-wrap .nav-layout .nav .nav-ul > li > a {
            color: #fff;
            position: relative; }
            .header-001 .header-wrap .nav-layout .nav .nav-ul > li > a:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -0.36rem;
              left: 50%;
              height: 0.16rem;
              width: 0;
              background-color: #fff;
              transition: all 0.3s; }
          .header-001 .header-wrap .nav-layout .nav .nav-ul > li:hover > a:after {
            width: 100%;
            left: 0; }
        .header-001 .header-wrap .nav-layout .nav .nav-ul > li.cur > a {
          font-weight: bold; }
          .header-001 .header-wrap .nav-layout .nav .nav-ul > li.cur > a: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(0, 107, 135, 0.95);
      z-index: 2025; }
      .header-001 .header-wrap .search form {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header-001 .header-wrap .search form .turn-down-search {
          position: absolute;
          right: 4rem;
          top: 4rem; }
          .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.28rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 1.6rem; }
        .header-001 .header-wrap .search form .change-wrap {
          width: 32rem;
          height: 2.56rem;
          display: flex; }
          .header-001 .header-wrap .search form .change-wrap input {
            height: 2.56rem;
            width: 32rem;
            border: none;
            box-sizing: border-box;
            padding-left: 1.6rem;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 0.72rem; }
          .header-001 .header-wrap .search form .change-wrap button {
            height: 2.56rem;
            width: 4rem;
            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: #006B87;
              font-size: 34px; }
        .header-001 .header-wrap .search form .hot-search {
          display: flex;
          align-items: center;
          margin-top: 1.2rem;
          justify-content: center; }
          .header-001 .header-wrap .search form .hot-search span {
            font-size: 0.56rem;
            color: #ffffff; }
          .header-001 .header-wrap .search form .hot-search p {
            line-height: 1.36rem;
            height: 1.36rem;
            margin-right: 0.4rem;
            width: auto;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.16rem; }
            .header-001 .header-wrap .search form .hot-search p a {
              box-sizing: border-box;
              padding: 0 0.4rem;
              display: block;
              height: 100%;
              width: 100%;
              border-radius: 0.16rem;
              color: #fff;
              font-size: 0.56rem; }
    .header-001 .header-wrap.scroll {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99;
      width: 100%;
      background-color: #006B87;
      background-image: none;
      height: auto; }
      .header-001 .header-wrap.scroll .header-layout {
        height: 0;
        padding: 0; }
        .header-001 .header-wrap.scroll .header-layout .logo-row {
          display: none; }
      .header-001 .header-wrap.scroll .nav-layout {
        width: 48rem; }
        .header-001 .header-wrap.scroll .nav-layout .nav .nav-ul {
          justify-content: center; }
          .header-001 .header-wrap.scroll .nav-layout .nav .nav-ul > li {
            margin: 0 0.4rem;
            position: relative; }
            .header-001 .header-wrap.scroll .nav-layout .nav .nav-ul > li > a {
              color: #fff; }
              .header-001 .header-wrap.scroll .nav-layout .nav .nav-ul > li > a:after {
                background-color: #fff;
                height: 0.16rem;
                bottom: -0.52rem; }

.header-layout {
  width: 60rem;
  margin: 0 auto; }

@media (max-width: 1280px) {
  .header-layout,
  .header-001 .header-wrap .nav-layout {
    width: 960px; } }
@media (max-width: 960px) {
  .header-layout {
    width: 100%; }

  .header-001 .top-bar {
    height: 20px; }
    .header-001 .top-bar .header-layout {
      display: none; }
  .header-001 .header-wrap {
    padding: 15px 16px;
    height: auto; }
    .header-001 .header-wrap .header-layout {
      padding: 0;
      height: auto; }
      .header-001 .header-wrap .header-layout .logo-row a.logo {
        height: 30px; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn .version-btn {
        display: none; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn .search-btn {
        margin: 0 10px; }
    .header-001 .header-wrap .nav-layout {
      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; } }
.subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 3000;
  color: #333;
  font-size: 0.56rem;
  border-top: 5px solid #006B87;
  min-width: 7.2rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .subnav .dropMenu {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.6rem 0; }
    .subnav .dropMenu li {
      line-height: 1.44rem;
      line-height: 1.8rem;
      max-height: 1.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .subnav .dropMenu li a {
        display: block;
        box-sizing: border-box;
        line-height: 1.44rem;
        height: 1.44rem;
        font-size: 15px;
        text-align: center;
        transition: none;
        color: #006B87; }
      .subnav .dropMenu li:hover {
        background: #ededed; }

.second-nav-wrap {
  background-color: #006B87;
  background-position: center;
  background-size: cover;
  z-index: 2;
  position: relative;
  min-height: 12rem; }
  .second-nav-wrap.party .second-nav .second-nav-list ul li > a:hover {
    color: #c9151e; }
  .second-nav-wrap.party .second-nav .second-nav-list ul li.cur > a:after {
    background-color: #fff; }
  .second-nav-wrap.nav-mask:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .second-nav-wrap .second-nav {
    position: relative; }
    .second-nav-wrap .second-nav h1 {
      height: 12rem;
      line-height: 12rem;
      color: #fff;
      font-size: 1.6rem;
      box-sizing: border-box; }
      .second-nav-wrap .second-nav h1.text-right {
        text-align: right; }
      .second-nav-wrap .second-nav h1.text-center {
        text-align: center; }
    .second-nav-wrap .second-nav .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative; }
      .second-nav-wrap .second-nav .second-nav-list ul li {
        margin: 0 0.8rem;
        height: 2.4rem; }
        .second-nav-wrap .second-nav .second-nav-list ul li > a {
          position: relative;
          display: block;
          line-height: 0.8rem;
          font-size: 0.8rem;
          color: #fff; }
          .second-nav-wrap .second-nav .second-nav-list ul li > a:hover {
            color: #42A1CA; }
        .second-nav-wrap .second-nav .second-nav-list ul li.cur > a {
          font-weight: bold; }
          .second-nav-wrap .second-nav .second-nav-list ul li.cur > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -0.6rem;
            height: 0.16rem;
            background-color: #42A1CA; }
        .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 54.4rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          z-index: 2023;
          border-bottom: 2px solid #006B87; }
          .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 0.8rem; }
            .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div {
              margin: 0 0.8rem;
              height: 2.4rem; }
              .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div > a {
                position: relative;
                display: block;
                line-height: 0.8rem;
                font-size: 0.64rem;
                color: #333; }
                .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div > a:hover {
                  color: #42A1CA; }
              .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a {
                font-weight: bold; }
                .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a:after {
                  content: '';
                  display: block;
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: -0.6rem;
                  height: 0.16rem;
                  background-color: #42A1CA; }
  .second-nav-wrap.dep-second-nav-wrap {
    background-color: #489BAE; }
  .second-nav-wrap .dm-second-nav {
    height: 12rem; }
    .second-nav-wrap .dm-second-nav h1 {
      padding: 3rem 0;
      height: auto;
      line-height: 1; }
  .second-nav-wrap .path {
    color: #fff;
    padding-top: 0.8rem; }
    .second-nav-wrap .path a {
      color: #fff; }

.three-nav-wrap {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D7D7D7;
  min-width: 1360px;
  position: relative; }
  .three-nav-wrap .three-nav {
    line-height: 2.4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-nav-wrap .three-nav li {
      box-sizing: border-box;
      height: 2.4rem;
      text-align: center;
      position: relative;
      margin: 0 0.8rem; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 0.64rem;
        color: #333; }
        .three-nav-wrap .three-nav li a:hover {
          color: #489BAE; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.16rem;
        background-color: #FFA943; }
      .three-nav-wrap .three-nav li.cur a {
        color: #006B87;
        font-weight: bold; }

.four-nav-wrap {
  min-width: 1360px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D7D7D7;
  padding: 0.48rem 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.2rem;
      text-align: center;
      line-height: 1.2rem;
      border-radius: 0.16rem; }
      .four-nav-wrap .four-nav li a {
        display: block;
        font-size: 0.64rem;
        color: #333;
        padding: 0 0.72rem;
        border-radius: 0.16rem; }
      .four-nav-wrap .four-nav li.cur a {
        color: #fff;
        background-color: #006B87; }

@media (max-width: 1600px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 1200px; }

  .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
    width: 48rem; } }
@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;
    margin-top: 60px; }
    .second-nav-wrap .second-nav h1 {
      height: 150px;
      line-height: 180px;
      font-size: 18px;
      font-weight: normal; }
    .second-nav-wrap .second-nav .second-nav-list {
      padding-bottom: 10px; }
      .second-nav-wrap .second-nav .second-nav-list ul li {
        height: 30px;
        margin: 0 5px; }
        .second-nav-wrap .second-nav .second-nav-list ul li > a {
          font-size: 16px; }
        .second-nav-wrap .second-nav .second-nav-list ul li.cur > a:after {
          bottom: -5px; }
        .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
          width: 100%; }
          .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div {
            height: 30px; }
            .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a:after {
              bottom: -5px; }
    .second-nav-wrap .dm-second-nav {
      min-height: 120px;
      height: auto; }
      .second-nav-wrap .dm-second-nav h1.text-center {
        line-height: 1;
        height: auto;
        padding: 30px 0; }
    .second-nav-wrap.dep-second-nav-wrap {
      margin-top: 80px; }

  .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; }

  .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: 320px; }

  .second-nav-wrap .second-nav-list ul,
  .three-nav-wrap .three-nav-box ul {
    min-width: 320px; }

  .three-nav-wrap .three-nav-box ul li {
    margin-left: 10px;
    margin-right: 10px; } }
.care-mode .second-nav-wrap .second-nav h1 {
  font-size: 1.92rem; }
.care-mode .second-nav-wrap .second-nav .second-nav-list ul li > a {
  font-size: 0.96rem; }
.care-mode .three-nav-wrap .three-nav li a {
  font-size: 0.96rem; }

.second-nav-wrap001 .second-nav-banner {
  height: 19.2rem;
  position: relative;
  background-color: #006B87;
  background-position: center;
  background-size: cover; }
  .second-nav-wrap001 .second-nav-banner .tit-box {
    position: absolute;
    left: 0%;
    top: 50%;
    width: 100%; }
    .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout h1 {
      font-size: 1.92rem;
      color: #fff;
      font-weight: normal;
      margin-bottom: 1rem;
      border-bottom: 1px solid #fff;
      padding-bottom: 0.8rem;
      width: fit-content;
      position: relative; }
      .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout h1:after {
        content: "";
        position: absolute;
        left: 0;
        width: 1.68rem;
        height: 0.16rem;
        background: #006B87;
        bottom: -0.08rem; }
    .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout .second-nav-path {
      color: #fff;
      font-size: 0.56rem; }
      .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout .second-nav-path .home {
        font-size: 0.64rem; }
      .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout .second-nav-path a {
        color: #fff;
        padding: 0 0.48rem; }
      .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout .second-nav-path i {
        font-size: 12px; }
.second-nav-wrap001 .second-nav-list {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0.16rem 0.29rem 0px rgba(0, 107, 135, 0.11); }
  .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list {
    display: flex;
    justify-content: center; }
    .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li {
      height: 3.04rem;
      font-size: 0.72rem;
      display: flex;
      align-items: center;
      position: relative; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li a {
        display: inline-block;
        height: 1.6rem;
        padding: 0 0.76rem;
        line-height: 1.6rem;
        border-radius: 0.2rem;
        color: #333; }
        .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li a:hover {
          color: #006B87; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li.cur a {
        color: #006B87; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li.cur:after {
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #006B87;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        z-index: 3; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li.cur:before {
        width: 2.8rem;
        opacity: 1; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li:before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 0;
        opacity: 0;
        background: #006B87;
        bottom: 0;
        z-index: 2;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li:hover:after {
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #006B87;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        z-index: 3; }
      .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li:hover:before {
        width: 2.8rem;
        opacity: 1; }
  .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav {
    display: none; }
.second-nav-wrap001.party .second-nav-banner .tit-box .inner-layout h1:after {
  background-color: #E53B3B; }
.second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li a:hover {
  color: #E53B3B; }
.second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li:hover a, .second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li.cur a {
  color: #E53B3B; }
.second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li:hover:after, .second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li.cur:after {
  border-bottom-color: #E53B3B; }
.second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li:hover:before, .second-nav-wrap001.party .second-nav-list .inner-layout .pc-second-nav-list li.cur:before {
  background-color: #E53B3B; }
@media (max-width: 1600px) {
  .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list li {
    height: 2.8rem;
    line-height: 2.8rem; } }
@media (max-width: 960px) {
  .second-nav-wrap001 .inner-layout {
    padding: 0 20px; }
  .second-nav-wrap001 .second-nav-banner {
    height: 200px; }
    .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout h1 {
      font-size: 20px;
      text-align: center;
      margin-bottom: 0; }
    .second-nav-wrap001 .second-nav-banner .tit-box .inner-layout .second-nav-path {
      display: none; }
  .second-nav-wrap001 .second-nav-list {
    box-shadow: unset; }
    .second-nav-wrap001 .second-nav-list .inner-layout .pc-second-nav-list {
      display: none; }
    .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav {
      display: block;
      margin-top: 20px; }
      .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav .cur-tit {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        color: #fff;
        height: 48px;
        font-size: 18px !important;
        background-color: #006B87;
        padding: 0 20px;
        box-sizing: border-box;
        cursor: pointer; }
        .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav .cur-tit i {
          font-size: 20px; }
      .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav ul {
        display: none;
        background: #037593;
        padding: 24px; }
        .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav ul li {
          font-size: 16px;
          line-height: 34px; }
          .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav ul li a {
            color: #fff;
            display: block; }
          .second-nav-wrap001 .second-nav-list .inner-layout .m-second-nav ul li.cur a {
            color: #e6c390; }
  .second-nav-wrap001.party .second-nav-list .inner-layout .m-second-nav .cur-tit, .second-nav-wrap001.party .second-nav-list .inner-layout .m-second-nav ul {
    background-color: #E53B3B; } }

.three-nav-wrap001 {
  border-bottom: 1px solid #ccc; }
  .three-nav-wrap001.party .inner-layout ul li.cur:after {
    border-top-color: #E53B3B; }
  .three-nav-wrap001.party .inner-layout ul li a:hover {
    color: #E53B3B; }
  .three-nav-wrap001 .inner-layout ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .three-nav-wrap001 .inner-layout ul li {
      height: 2.8rem;
      font-size: 0.64rem;
      line-height: 2.8rem;
      padding: 0 0.6rem;
      position: relative; }
      .three-nav-wrap001 .inner-layout ul li a {
        display: inline-block;
        height: 100%;
        color: #333; }
        .three-nav-wrap001 .inner-layout ul li a:hover {
          color: #006B87; }
      .three-nav-wrap001 .inner-layout ul li.cur:after {
        content: "";
        width: 100%;
        border-top: 2px solid #006B87;
        position: absolute;
        left: 0;
        bottom: 0; }
  @media (max-width: 1600px) {
    .three-nav-wrap001 .inner-layout ul li {
      height: 2.4rem;
      line-height: 2.4rem; } }

.footer002 {
  background-color: #01475a;
  z-index: 1;
  position: relative; }
  .footer002 .links {
    max-height: 2.4rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer002 .links .layout {
      position: relative; }
      .footer002 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer002 .links .layout ul li {
          font-size: 0.56rem;
          line-height: 2.4rem;
          height: 2.4rem;
          flex-shrink: 0; }
          .footer002 .links .layout ul li + li {
            margin-right: 1.6rem; }
          .footer002 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 0.8rem; }
          .footer002 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer002 .links .layout a.link-more,
      .footer002 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 0.84rem;
        display: none;
        align-items: center; }
        .footer002 .links .layout a.link-more span,
        .footer002 .links .layout a.more-link span {
          font-size: 0.56rem;
          color: #fff;
          line-height: 1; }
        .footer002 .links .layout a.link-more i,
        .footer002 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.56rem;
          margin-left: 0.32rem;
          transition: all 0.3s; }
        .footer002 .links .layout a.link-more.active i,
        .footer002 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer002 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer002 .links.show-more .layout .link-more {
      display: flex; }
    .footer002 .links.open {
      max-height: 240px; }
      .footer002 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer002 .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); }
      .footer002 .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; }
  .footer002 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer002 .footer-info .inner-footer-info {
      padding-top: 2rem;
      padding-bottom: 1.6rem;
      display: flex;
      justify-content: space-between; }
      .footer002 .footer-info .inner-footer-info .info-item {
        width: 430px; }
      .footer002 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer002 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 0.8rem; }
        .footer002 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 2.96rem;
          height: 3.6rem;
          margin-right: 0.8rem; }
          .footer002 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer002 .footer-info .inner-footer-info .left-info .copyright-info ul {
          padding-top: 0.4rem; }
          .footer002 .footer-info .inner-footer-info .left-info .copyright-info ul li {
            font-size: 14px;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.56rem; }
            .footer002 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer002 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
              color: #fff; }
      .footer002 .footer-info .inner-footer-info .address-phone ul {
        padding-top: 0.36rem; }
        .footer002 .footer-info .inner-footer-info .address-phone ul li {
          font-size: 14px;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.56rem; }
          .footer002 .footer-info .inner-footer-info .address-phone ul li span {
            color: rgba(255, 255, 255, 0.5); }
          .footer002 .footer-info .inner-footer-info .address-phone ul li a {
            color: #fff; }
      .footer002 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-right: -0.4rem; }
        .footer002 .footer-info .inner-footer-info .right-qr .qr-item {
          margin: 0 0.4rem 0.4rem 0;
          width: 3.2rem;
          height: 3.2rem;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer002 .footer-info .inner-footer-info .right-qr .qr-item i {
            font-size: 40px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 8px; }
          .footer002 .footer-info .inner-footer-info .right-qr .qr-item .svg {
            width: 2.4rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.4rem;
            margin-bottom: -0.24rem; }
          .footer002 .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; }
          .footer002 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap {
            display: none;
            position: absolute;
            bottom: 3.92rem;
            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); }
            .footer002 .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%); }
            .footer002 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap img {
              width: 120px;
              height: 120px;
              margin-bottom: 10px; }
            .footer002 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap span {
              font-size: 14px;
              line-height: 1;
              color: #333333; }
          .footer002 .footer-info .inner-footer-info .right-qr .qr-item:hover {
            background-color: #006B87; }
            .footer002 .footer-info .inner-footer-info .right-qr .qr-item:hover > span {
              color: #fff; }
            .footer002 .footer-info .inner-footer-info .right-qr .qr-item:hover .img-wrap {
              animation: popFadeInUp .5S;
              display: flex; }
  .footer002 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 2.4rem;
    align-items: center; }
    .footer002 .bottom .layout .left-author {
      font-size: 0.56rem; }
      .footer002 .bottom .layout .left-author span {
        color: #fff; }
      .footer002 .bottom .layout .left-author a {
        color: #fff; }
        .footer002 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer002 .bottom .layout .share-box {
      font-size: 0; }
      .footer002 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.56rem; }
      .footer002 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.28rem;
        height: 1.28rem;
        text-align: center;
        line-height: 1.28rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer002 .bottom .layout .share-box .share-btn i {
          font-size: 0.8rem;
          color: #fff; }
        .footer002 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.4rem; }

.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.4rem 0 0;
      font-size: 0.72rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  width: 80px;
  transition: all 0.3s;
  opacity: 1; }
  .aside-s-001 .aside-container {
    width: max-content;
    transition: all .5s;
    background-color: white;
    border-radius: 0.4rem;
    width: max-content;
    box-shadow: 2px -2px 10px rgba(0, 107, 135, 0.5); }
    .aside-s-001 .aside-container a {
      width: 3.2rem;
      height: 3.2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 0.4rem;
      color: #006B87;
      font-size: 0;
      transition: all 0.5s;
      margin: 0 auto 0.4rem;
      position: relative; }
      .aside-s-001 .aside-container a i {
        font-size: 1.2rem;
        margin-bottom: 0.4rem; }
      .aside-s-001 .aside-container a span {
        font-size: 0.56rem;
        line-height: 1.4;
        text-align: center;
        transition: all .5s; }
      .aside-s-001 .aside-container a .img-wrap {
        display: none;
        position: absolute;
        top: 0;
        right: calc(100% + 10px);
        width: 140px;
        background-color: #fff;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 10px;
        font-size: 0;
        flex-direction: column;
        align-items: center;
        z-index: 1;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .aside-s-001 .aside-container a .img-wrap:before {
          content: "";
          width: 0;
          height: 0;
          font-size: 0;
          border: 10px solid transparent;
          border-left-color: #fff;
          position: absolute;
          left: 100%;
          top: 1.4rem; }
        .aside-s-001 .aside-container a .img-wrap img {
          width: 120px;
          height: 120px;
          margin-bottom: 10px; }
        .aside-s-001 .aside-container a .img-wrap span {
          font-size: 14px;
          line-height: 1;
          color: #333333; }
      .aside-s-001 .aside-container a:hover i {
        transition: all .5s;
        transform: rotateY(360deg); }
      .aside-s-001 .aside-container a:hover span {
        font-weight: bold; }
      .aside-s-001 .aside-container a:hover .img-wrap {
        animation: popFadeIn .5S;
        display: flex; }
  .aside-s-001 .aside-btn {
    position: absolute;
    left: -1.4rem;
    width: 1.4rem;
    height: 3.2rem;
    border-bottom-left-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: -3px 4px 3px rgba(0, 107, 135, 0.4); }
    .aside-s-001 .aside-btn i {
      font-size: 1.2rem;
      color: #006B87;
      transition: all .5s; }
  .aside-s-001.show-aside {
    transform: translate(4.5rem, -50%); }
    .aside-s-001.show-aside .aside-container {
      overflow: hidden; }
    .aside-s-001.show-aside .aside-btn i {
      transform: rotate(180deg); }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 6rem;
  left: 0;
  height: 6.32rem;
  width: 11.2rem; }
  .float-win li {
    padding: 5px 0; }
    .float-win li .float-img {
      display: inline-block;
      position: relative; }
      .float-win li .float-img img {
        height: 6.32rem;
        width: 11.2rem; }
      .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; }

@media (max-width: 1600px) {
  .footer002 .footer-info .inner-footer-info .info-item {
    width: 15.2rem; }
  .footer002 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; } }
@media (max-width: 1200px) {
  .footer002 .links .layout a.link-more {
    top: 14px; }
  .footer002 .footer-info .inner-footer-info .info-item {
    width: 304px; }
  .footer002 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer002 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer002 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer002 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; }
  .footer002 .footer-info .inner-footer-info .right-qr .qr-item > span {
    display: none; }

  .aside-s-001 {
    display: none; } }
@media (max-width: 960px) {
  .footer002 .links {
    max-height: none; }
    .footer002 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer002 .links .layout ul li.link-item, .footer002 .links .layout ul li.tit u {
        display: none; }
      .footer002 .links .layout a.link-more {
        display: none !important; }
      .footer002 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer002 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer002 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer002 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer002 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer002 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer002 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px; }
    .footer002 .footer-info .inner-footer-info .address-phone {
      margin-top: 30px; }
      .footer002 .footer-info .inner-footer-info .address-phone ul {
        text-align: center;
        padding-top: 0; }
        .footer002 .footer-info .inner-footer-info .address-phone ul li {
          margin-bottom: 12px; }
          .footer002 .footer-info .inner-footer-info .address-phone ul li span {
            display: block;
            margin-bottom: 12px; }
    .footer002 .footer-info .inner-footer-info .right-qr {
      margin-top: 40px;
      justify-content: center;
      margin-right: 0; }
      .footer002 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer002 .bottom .layout {
    justify-content: center; }
    .footer002 .bottom .layout .share-box {
      display: none; } }
.dm-header001 {
  background-color: #fff; }
  .dm-header001 .top-bar {
    width: 100%;
    height: 0.4rem;
    background-color: #006B87; }
    .dm-header001 .top-bar .layout .gohome-bar-m {
      display: none; }
  .dm-header001 .header-wrap.is-show .logo-row .right-btn .search-btn i {
    color: #fff; }
  .dm-header001 .header-wrap.is-show .logo-row .right-btn a.pc-menu:after,
  .dm-header001 .header-wrap.is-show .logo-row .right-btn a.pc-menu:before {
    background-color: #fff; }
  .dm-header001 .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
    width: 100%; }
    .dm-header001 .logo-row a.logo-img {
      display: block;
      height: 2.4rem;
      position: relative;
      z-index: 2024; }
      .dm-header001 .logo-row a.logo-img img {
        height: 100%; }
    .dm-header001 .logo-row .right-btn {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .right-btn .dep-btn {
        position: relative; }
        .dm-header001 .logo-row .right-btn .dep-btn:hover .select-department {
          visibility: visible;
          opacity: 1; }
        .dm-header001 .logo-row .right-btn .dep-btn .select-department {
          width: 21.2rem;
          opacity: 0;
          visibility: hidden;
          position: absolute;
          top: 100%;
          right: 0;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          z-index: 88;
          padding: 0.4rem;
          border-radius: 4px;
          transition: all 0.3s; }
          .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-tit-box {
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #D7D7D7;
            margin-bottom: 0.4rem;
            padding-bottom: 0.4rem; }
            .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-tit-box .tab-tit {
              height: 1.2rem;
              padding: 0 0.4rem;
              border-radius: 4px;
              color: #333;
              font-size: 0.64rem;
              line-height: 1.2rem;
              text-align: center;
              display: inline-block; }
              .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-tit-box .tab-tit.cur {
                background-color: #006B87;
                color: #fff; }
          .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-pannel-wrap .tab-pannel ul {
            display: flex;
            flex-wrap: wrap;
            margin-right: -2%; }
            .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-pannel-wrap .tab-pannel ul li {
              width: 23%;
              margin-right: 2%;
              margin-bottom: 0.4rem; }
              .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-pannel-wrap .tab-pannel ul li a p {
                font-size: 0.64rem;
                line-height: 0.9rem;
                max-height: 1.8rem;
                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; }
              .dm-header001 .logo-row .right-btn .dep-btn .select-department .tab-pannel-wrap .tab-pannel ul li:hover a p {
                color: #006B87; }
      .dm-header001 .logo-row .right-btn a.btn-item {
        width: 5.2rem;
        height: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        border: 1px solid #006B87;
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        transition: all 0.3s;
        margin-left: 0.8rem; }
        .dm-header001 .logo-row .right-btn a.btn-item:before {
          position: absolute;
          width: 5.2rem;
          height: 5.2rem;
          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: #006B87; }
        .dm-header001 .logo-row .right-btn a.btn-item i, .dm-header001 .logo-row .right-btn a.btn-item span {
          position: relative;
          z-index: 1;
          color: #006B87;
          font-size: 0.64rem; }
        .dm-header001 .logo-row .right-btn a.btn-item i {
          margin-right: 0.4rem; }
        .dm-header001 .logo-row .right-btn a.btn-item:hover {
          background-color: #006B87; }
          .dm-header001 .logo-row .right-btn a.btn-item:hover:before {
            top: -1.8rem;
            -webkit-transform: scale(1.2); }
          .dm-header001 .logo-row .right-btn a.btn-item:hover i, .dm-header001 .logo-row .right-btn a.btn-item:hover span {
            color: #fff; }
      .dm-header001 .logo-row .right-btn .search-btn {
        width: 1.6rem;
        height: 1.6rem;
        border-radius: 50%;
        box-sizing: border-box;
        text-align: center;
        line-height: 1.6rem;
        cursor: pointer;
        overflow: hidden;
        border: 1px solid #D7D7D7;
        position: relative;
        z-index: 2024;
        margin-left: 0.4rem; }
        .dm-header001 .logo-row .right-btn .search-btn i {
          color: #006B87;
          font-size: 0.8rem;
          position: relative;
          z-index: 1; }
        .dm-header001 .logo-row .right-btn .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: #006B87; }
      .dm-header001 .logo-row .right-btn a.pc-menu {
        position: relative;
        z-index: 2024;
        display: none;
        height: 24px;
        width: 28px;
        align-items: center;
        flex-direction: column;
        justify-content: space-between; }
        .dm-header001 .logo-row .right-btn a.pc-menu span {
          display: block;
          height: 4px;
          width: 100%;
          border-radius: 0.16rem;
          background-color: #006B87;
          transition: all 0.3s; }
        .dm-header001 .logo-row .right-btn a.pc-menu:before, .dm-header001 .logo-row .right-btn a.pc-menu:after {
          content: '';
          display: block;
          height: 4px;
          width: 100%;
          border-radius: 0.16rem;
          background-color: #006B87;
          transform-origin: left;
          transition: all 0.3s; }
        .dm-header001 .logo-row .right-btn a.pc-menu.is-show:before {
          transform: rotate(45deg); }
        .dm-header001 .logo-row .right-btn a.pc-menu.is-show:after {
          transform: rotate(-45deg); }
        .dm-header001 .logo-row .right-btn a.pc-menu.is-show span {
          opacity: 0; }
      @media (any-hover: hover) {
        .dm-header001 .logo-row .right-btn .search-btn:hover {
          border: none; }
          .dm-header001 .logo-row .right-btn .search-btn:hover:before {
            top: 0;
            -webkit-transform: scale(1.2); }
          .dm-header001 .logo-row .right-btn .search-btn:hover i {
            color: #fff; } }
  .dm-header001 .nav-row {
    border-top: 1px solid #e4e4e4; }
    .dm-header001 .nav-row .nav .nav-ul {
      display: flex;
      align-items: center; }
      .dm-header001 .nav-row .nav .nav-ul > li {
        font-size: 0.72rem;
        line-height: 2.4rem;
        white-space: nowrap;
        position: relative; }
        .dm-header001 .nav-row .nav .nav-ul > li + li {
          margin-left: 1.6rem; }
        .dm-header001 .nav-row .nav .nav-ul > li > a {
          color: #333333;
          position: relative; }
          .dm-header001 .nav-row .nav .nav-ul > li > a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -0.36rem;
            left: 50%;
            height: 0.16rem;
            width: 0;
            background-color: #006B87;
            transition: all 0.3s; }
        .dm-header001 .nav-row .nav .nav-ul > li:hover > a:after {
          width: 100%;
          left: 0; }
        .dm-header001 .nav-row .nav .nav-ul > li.cur > a {
          font-weight: bold; }
          .dm-header001 .nav-row .nav .nav-ul > li.cur > a:after {
            width: 100%;
            left: 0; }
  .dm-header001 .search {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 107, 135, 0.95);
    z-index: 2025; }
    .dm-header001 .search form {
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .dm-header001 .search form .turn-down-search {
        position: absolute;
        right: 4rem;
        top: 4rem; }
        .dm-header001 .search form .turn-down-search i {
          color: #fff;
          font-size: 46px; }
      .dm-header001 .search form h2 {
        font-size: 1.28rem;
        color: #fff;
        font-weight: normal;
        margin-bottom: 1.6rem; }
      .dm-header001 .search form .change-wrap {
        width: 32rem;
        height: 2.56rem;
        display: flex; }
        .dm-header001 .search form .change-wrap input {
          height: 2.56rem;
          width: 32rem;
          border: none;
          box-sizing: border-box;
          padding-left: 1.6rem;
          border-radius: 4px 0 0 4px;
          font-size: 0.72rem; }
        .dm-header001 .search form .change-wrap button {
          height: 2.56rem;
          width: 4rem;
          border: none;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          background-color: #fff; }
          .dm-header001 .search form .change-wrap button i {
            color: #006B87;
            font-size: 34px; }
      .dm-header001 .search form .hot-search {
        display: flex;
        align-items: center;
        margin-top: 1.2rem;
        justify-content: center; }
        .dm-header001 .search form .hot-search span {
          font-size: 0.56rem;
          color: #ffffff; }
        .dm-header001 .search form .hot-search p {
          line-height: 1.36rem;
          height: 1.36rem;
          margin-right: 0.4rem;
          width: auto;
          background-color: rgba(0, 0, 0, 0.4);
          border-radius: 0.16rem; }
          .dm-header001 .search form .hot-search p a {
            box-sizing: border-box;
            padding: 0 0.4rem;
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 0.16rem;
            color: #fff;
            font-size: 0.56rem; }

@media (max-width: 960px) {
  .dm-header001 .layout {
    padding: 0 10px; }
  .dm-header001 .top-bar {
    height: auto;
    padding: 5px 0; }
    .dm-header001 .top-bar .layout a.gohome-bar-m {
      display: flex;
      justify-content: center;
      align-items: center; }
      .dm-header001 .top-bar .layout a.gohome-bar-m i, .dm-header001 .top-bar .layout a.gohome-bar-m span {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 0.64rem; }
      .dm-header001 .top-bar .layout a.gohome-bar-m i {
        margin-right: 0.4rem; }
  .dm-header001 .logo-row a.logo-img {
    height: 30px; }
  .dm-header001 .logo-row .right-btn .search-btn {
    border: none;
    width: auto;
    margin-right: 20px; }
    .dm-header001 .logo-row .right-btn .search-btn:before {
      display: none; }
    .dm-header001 .logo-row .right-btn .search-btn i {
      font-size: 24px; }
  .dm-header001 .logo-row .right-btn .dep-btn .select-department {
    right: -30px;
    width: 330px; }
  .dm-header001 .logo-row .right-btn a.btn-item.dep-tit {
    width: auto;
    padding: 0 5px;
    margin-right: 5px;
    margin-left: 0;
    height: 28px; }
    .dm-header001 .logo-row .right-btn a.btn-item.dep-tit i {
      display: none; }
  .dm-header001 .logo-row .right-btn a.gohome-bar {
    display: none; }
  .dm-header001 .logo-row .right-btn a.pc-menu {
    display: flex; }
  .dm-header001 .nav-row {
    display: none; }
  .dm-header001 .search form .turn-down-search {
    right: 12px;
    top: 20px; }
    .dm-header001 .search form .turn-down-search i {
      font-size: 20px; }
  .dm-header001 .search form h2 {
    font-size: 24px;
    margin-bottom: 20px; }
  .dm-header001 .search form .change-wrap {
    width: 320px;
    height: 40px; }
    .dm-header001 .search form .change-wrap input {
      width: 320px;
      height: 40px;
      font-size: 12px;
      padding-left: 10px; }
    .dm-header001 .search form .change-wrap button {
      height: 40px;
      width: 40px; }
      .dm-header001 .search form .change-wrap button i {
        font-size: 16px; }
  .dm-header001 .search form .hot-search {
    width: 320px;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: start; }
    .dm-header001 .search form .hot-search span {
      margin-bottom: 10px;
      display: block;
      width: 100%;
      font-size: 14px; }
    .dm-header001 .search form .hot-search p {
      margin-bottom: 10px; }
      .dm-header001 .search form .hot-search p a {
        font-size: 12px; } }
.dm-second-banner {
  height: 8rem;
  background-color: #006B87; }

.guide-page001 {
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  position: relative;
  overflow: hidden; }
  .guide-page001:before {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .guide-page001 .index-banner-slick {
    width: 100%;
    height: 100vh;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center; }
    .guide-page001 .index-banner-slick #index-vd {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .guide-page001 .index-banner-slick .index-slider-item {
      display: block;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center; }
      .guide-page001 .index-banner-slick .index-slider-item .bgc {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 5s cubic-bezier(0.1, 0, 0.3, 1);
        transition: all 5s cubic-bezier(0.1, 0, 0.3, 1);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -o-transform: scale(1.2); }
    .guide-page001 .index-banner-slick .slick-current .index-slider-item .bgc.scale {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1); }
  .guide-page001 .show-item {
    transform: translateY(20px);
    opacity: 0;
    transition-property: transform,opacity;
    transition-duration: .8s; }
    .guide-page001 .show-item.show {
      transform: translateY(0);
      opacity: 1; }
      .guide-page001 .show-item.show.btn-box.item0 {
        transition-delay: 1s; }
      .guide-page001 .show-item.show.btn-box.item1 {
        transition-delay: 1.2s; }
      .guide-page001 .show-item.show.btn-box.item2 {
        transition-delay: 1.4s; }
  .guide-page001 .index-top {
    z-index: 2;
    position: relative;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.6), transparent); }
    .guide-page001 .index-top .logo-row {
      height: 6.56rem;
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 56.8rem;
      margin: 0 auto; }
      .guide-page001 .index-top .logo-row .logo {
        height: 3.2rem; }
      .guide-page001 .index-top .logo-row .right-btn {
        display: flex; }
        .guide-page001 .index-top .logo-row .right-btn .btn-item {
          display: flex;
          align-items: center;
          color: #fff; }
          .guide-page001 .index-top .logo-row .right-btn .btn-item i {
            font-size: 0.8rem;
            line-height: 1;
            margin-right: 0.4rem; }
          .guide-page001 .index-top .logo-row .right-btn .btn-item a {
            font-size: 0.72rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.8);
            display: block; }
          .guide-page001 .index-top .logo-row .right-btn .btn-item + .btn-item {
            margin-left: 1.6rem; }
        .guide-page001 .index-top .logo-row .right-btn .qr-box {
          display: flex; }
          .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item {
            margin: 0 0.4rem;
            width: 2.4rem;
            border-radius: 8px;
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center; }
            .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item i {
              font-size: 1.4rem;
              color: #fff; }
            .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item .svg {
              width: 2.4rem;
              fill: rgba(255, 255, 255, 0.8);
              margin-top: -0.4rem;
              margin-bottom: -0.24rem; }
            .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item > span {
              font-size: 14px;
              line-height: 1;
              color: rgba(255, 255, 255, 0.6);
              text-align: center; }
            .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item .img-wrap {
              display: none;
              position: absolute;
              top: 2rem;
              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); }
              .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item .img-wrap:before {
                content: "";
                width: 0;
                height: 0;
                font-size: 0;
                border: 10px solid transparent;
                border-bottom-color: #fff;
                position: absolute;
                top: -20px;
                left: 50%;
                transform: translateX(-50%); }
              .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item .img-wrap img {
                width: 120px;
                height: 120px;
                margin-bottom: 10px; }
              .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item .img-wrap span {
                font-size: 0.56rem;
                line-height: 1;
                color: #333333; }
            .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item:hover i {
              color: rgba(0, 107, 135, 0.8); }
            .guide-page001 .index-top .logo-row .right-btn .qr-box .qr-item:hover .img-wrap {
              animation: popFadeIn .5S;
              display: flex; }
  .guide-page001 .inner-guide {
    z-index: 3;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 4.32rem;
    width: 48rem; }
    .guide-page001 .inner-guide > div {
      display: flex;
      align-items: center;
      justify-content: center; }
    .guide-page001 .inner-guide .btn-box {
      border-top: 10px solid transparent;
      width: 50%;
      height: 9.16rem; }
      .guide-page001 .inner-guide .btn-box + .btn-box {
        margin-left: 0.8rem; }
      .guide-page001 .inner-guide .btn-box a.btn-item {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        color: #fff;
        position: relative; }
        .guide-page001 .inner-guide .btn-box a.btn-item:before {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-image: url(../images/cyfyy/index/item_bg0.jpg);
          background-size: cover;
          opacity: 0.95; }
        .guide-page001 .inner-guide .btn-box a.btn-item > i {
          font-size: 3.2rem;
          line-height: 1;
          transition: all 0.3s;
          position: relative; }
        .guide-page001 .inner-guide .btn-box a.btn-item > p {
          font-size: 1.44rem;
          line-height: 1;
          margin-top: 0.8rem;
          transition: all 0.3s;
          position: relative; }
        .guide-page001 .inner-guide .btn-box a.btn-item .info-container .text {
          display: flex; }
          .guide-page001 .inner-guide .btn-box a.btn-item .info-container .text i {
            font-size: 0.64rem;
            margin-right: 0.32rem; }
          .guide-page001 .inner-guide .btn-box a.btn-item .info-container .text div p {
            font-size: 0.64rem;
            line-height: 1.5; }
        .guide-page001 .inner-guide .btn-box a.btn-item:hover > i, .guide-page001 .inner-guide .btn-box a.btn-item:hover > p {
          transform: translateY(-10px); }
      .guide-page001 .inner-guide .btn-box .children {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 120%;
        visibility: hidden;
        padding-bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        padding-top: 0.8rem;
        background-color: rgba(0, 107, 135, 0.9);
        color: #fff; }
        .guide-page001 .inner-guide .btn-box .children .tit {
          width: 13.2%;
          border-right: 1px dashed rgba(255, 255, 255, 0.5);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .guide-page001 .inner-guide .btn-box .children .tit p {
            font-size: 1.44rem;
            line-height: 1;
            text-transform: uppercase; }
        .guide-page001 .inner-guide .btn-box .children .cont {
          -webkit-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          padding: 20px 83px 50px 43px;
          color: #fff; }
          .guide-page001 .inner-guide .btn-box .children .cont .column-cont {
            overflow: hidden;
            text-align: left; }
            .guide-page001 .inner-guide .btn-box .children .cont .column-cont + .column-cont {
              margin-top: 2rem; }
            .guide-page001 .inner-guide .btn-box .children .cont .column-cont h1 {
              font-size: 0.96rem;
              position: relative;
              display: inline-block;
              font-weight: normal; }
              .guide-page001 .inner-guide .btn-box .children .cont .column-cont h1:before {
                content: '';
                border-top: 1px solid rgba(255, 255, 255, 0.5);
                position: absolute;
                top: 50%;
                left: 100%;
                right: -999px; }
              .guide-page001 .inner-guide .btn-box .children .cont .column-cont h1 p {
                padding-right: 0.88rem; }
            .guide-page001 .inner-guide .btn-box .children .cont .column-cont ul {
              display: flex;
              flex-wrap: wrap; }
              .guide-page001 .inner-guide .btn-box .children .cont .column-cont ul li {
                width: calc(100% / 7 + 0.9rem);
                font-size: 0.72rem;
                border-right: 1px solid rgba(255, 255, 255, 0.5);
                margin-top: 1.2rem;
                line-height: 1.3;
                text-align: center; }
                .guide-page001 .inner-guide .btn-box .children .cont .column-cont ul li:last-child {
                  border-right: none; }
                .guide-page001 .inner-guide .btn-box .children .cont .column-cont ul li a {
                  color: #fff; }
                  .guide-page001 .inner-guide .btn-box .children .cont .column-cont ul li a:hover {
                    color: rgba(255, 255, 255, 0.5); }
      .guide-page001 .inner-guide .btn-box.item1 a.btn-item:before {
        background-image: url(../images/cyfyy/index/item_bg1.jpg); }
      .guide-page001 .inner-guide .btn-box.item1 .children {
        background-color: rgba(212, 175, 104, 0.9); }
        .guide-page001 .inner-guide .btn-box.item1 .children .tit {
          border-color: rgba(255, 255, 255, 0.5); }
      .guide-page001 .inner-guide .btn-box.item2 {
        width: 22.28rem; }
        .guide-page001 .inner-guide .btn-box.item2 a.btn-item {
          background-color: rgba(217, 185, 123, 0.9); }
      .guide-page001 .inner-guide .btn-box:hover .children {
        opacity: 1;
        bottom: 100%;
        visibility: visible;
        -webkit-transition: all 0.6s;
        transition: all 0.6s; }
  .guide-page001 .bottom-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    height: 3.2rem;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6));
    box-sizing: border-box;
    padding-top: 0.72rem;
    display: flex;
    justify-content: center; }
    .guide-page001 .bottom-info .info-item {
      display: flex;
      justify-content: center;
      margin: 0 0.2rem; }
      .guide-page001 .bottom-info .info-item p {
        font-size: 0.56rem;
        line-height: 1;
        color: #fff; }
        .guide-page001 .bottom-info .info-item p a {
          color: #fff; }
        .guide-page001 .bottom-info .info-item p + p {
          margin-left: 0.4rem; }

@media (max-height: 900px) {
  .guide-page001 .index-top .logo-row {
    width: 48rem; }
  .guide-page001 .inner-guide {
    width: 40rem; }
    .guide-page001 .inner-guide .btn-box {
      height: 7.6rem; }
      .guide-page001 .inner-guide .btn-box .children .cont .column-cont ul li {
        margin-top: 0.8rem; }
      .guide-page001 .inner-guide .btn-box .children .cont .column-cont + .column-cont {
        margin-top: 0.8rem; }
    .guide-page001 .inner-guide .btn-box a.btn-item > i {
      font-size: 2.4rem; }
    .guide-page001 .inner-guide .btn-box a.btn-item > p {
      font-size: 1.28rem; } }
@media (max-width: 1440px) {
  .guide-page001 .index-top .logo-row {
    width: 48rem; }
  .guide-page001 .inner-guide {
    width: 48rem; }
    .guide-page001 .inner-guide .btn-box.item2 {
      width: 18.72rem; } }
@media (max-width: 960px) {
  .guide-page001:before {
    display: none; }
  .guide-page001 .index-banner-slick {
    background-image: url(../images/cyfyy/index/index_bg_m.jpg) !important; }
    .guide-page001 .index-banner-slick #index-vd {
      display: none; }
  .guide-page001 .show-item {
    transform: translateY(0);
    opacity: 1; }
  .guide-page001 .index-top .logo-row {
    height: 127px;
    box-sizing: border-box;
    padding: 20px 20px 0;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%; }
    .guide-page001 .index-top .logo-row .logo {
      height: 50px;
      max-width: 100%;
      object-fit: contain; }
    .guide-page001 .index-top .logo-row .right-btn {
      justify-content: space-between;
      margin-top: 20px; }
      .guide-page001 .index-top .logo-row .right-btn .btn-item i {
        font-size: 12px;
        margin-right: 10px; }
      .guide-page001 .index-top .logo-row .right-btn .btn-item a {
        font-size: 12px; }
  .guide-page001 .inner-guide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8rem;
    bottom: 130px; }
    .guide-page001 .inner-guide > div {
      flex-wrap: wrap;
      justify-content: space-between; }
    .guide-page001 .inner-guide .btn-box {
      width: 48%;
      height: 123px; }
      .guide-page001 .inner-guide .btn-box a.btn-item > i {
        font-size: 45px; }
      .guide-page001 .inner-guide .btn-box a.btn-item > p {
        font-size: 18px; }
      .guide-page001 .inner-guide .btn-box a.btn-item .info-container {
        margin-top: 10px; }
      .guide-page001 .inner-guide .btn-box .children {
        display: none; }
      .guide-page001 .inner-guide .btn-box + .btn-box {
        margin-left: 0; }
      .guide-page001 .inner-guide .btn-box.item2 {
        width: 100%;
        height: auto; }
        .guide-page001 .inner-guide .btn-box.item2 a.btn-item {
          padding: 20px 10px;
          box-sizing: border-box; }
  .guide-page001 .bottom-info {
    display: block;
    height: auto;
    padding-bottom: 29px; }
    .guide-page001 .bottom-info .info-item {
      flex-direction: column; }
      .guide-page001 .bottom-info .info-item p {
        text-align: center;
        font-size: 12px;
        line-height: 18px; }
        .guide-page001 .bottom-info .info-item p + p {
          margin-left: 0; } }
.menu-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  border-top: 8px solid;
  border-color: #D2AC85;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  padding: 8px 0; }
  .menu-header .inner-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8px;
    height: 36px; }
    .menu-header .inner-menu-header .left-logo a {
      height: 40px;
      display: block; }
      .menu-header .inner-menu-header .left-logo a img {
        height: 100%; }
    .menu-header .inner-menu-header .right-back i {
      font-size: 22px;
      font-weight: bold;
      color: #006B87; }

.menu-container {
  padding-top: 48px; }
  .menu-container .menu-content .search {
    height: 60px;
    margin: 20px 27px; }
    .menu-container .menu-content .search .change-wrap {
      position: relative; }
      .menu-container .menu-content .search .change-wrap .keyword {
        width: 100%;
        height: 40px;
        padding-left: 8px;
        box-sizing: border-box;
        border: 1px solid rgba(0, 107, 135, 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: #006B87; }
  .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: #006B87;
          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); }

.news-show001 {
  padding-bottom: 3.2rem;
  display: flex;
  justify-content: space-between; }
  .news-show001 .list-item.has-right {
    width: 40rem; }
  .news-show001 .list-item {
    width: 100%; }
    .news-show001 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.8rem;
      position: relative; }
      .news-show001 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.8rem;
        color: #444;
        position: relative; }
        .news-show001 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 5.68rem;
          height: 0.08rem;
          background-color: #006B87;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show001 .list-item .content .news-title p {
          font-size: 0.72rem;
          line-height: 1.5;
          text-align: center; }
        .news-show001 .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show001 .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .news-show001 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.28rem;
          color: #333333;
          line-height: 1.5; }
        .news-show001 .list-item .content .news-title span {
          font-size: 0.56rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .news-title .time-comefrom {
          margin-top: 1.6rem;
          font-size: 0; }
          .news-show001 .list-item .content .news-title .time-comefrom span.comefrom, .news-show001 .list-item .content .news-title .time-comefrom span.djl {
            margin-left: 0.84rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .time-comefrom span.comefrom:before, .news-show001 .list-item .content .news-title .time-comefrom span.djl:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.4rem; }
        .news-show001 .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.56rem; }
          .news-show001 .list-item .content .news-title .news-author span {
            margin-right: 0.8rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.4rem;
              top: 0; }
        .news-show001 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 0.8rem;
          display: flex;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.56rem;
            line-height: 1; }
          .news-show001 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 0.8rem;
            margin-left: 0.4rem;
            line-height: 1;
            cursor: pointer; }
            .news-show001 .list-item .content .news-title .ctrl .btn i {
              font-size: 0.8rem; }
            .news-show001 .list-item .content .news-title .ctrl .btn:hover {
              color: #006B87; }
              .news-show001 .list-item .content .news-title .ctrl .btn:hover i {
                color: #006B87; }
      .news-show001 .list-item .content .news-content {
        padding-top: 1.6rem; }
        .news-show001 .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-show001 .list-item .content .news-content img {
          max-width: 100% !important;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show001 .list-item .content .original-title {
        font-size: 0.64rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 0.8rem; }
      .news-show001 .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.8rem;
        font-size: 0; }
        .news-show001 .list-item .content .share-box span {
          color: #333333;
          font-size: 0.56rem;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .share-box .share-btn {
          margin-left: 0.4rem; }
          .news-show001 .list-item .content .share-box .share-btn i {
            font-size: 0.8rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show001 .list-item .content .share-box .share-btn:hover i {
            color: #006B87; }
    .news-show001 .list-item .left-tit {
      font-size: 0.96rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show001 .list-item .related-expert {
      margin-top: 1.6rem; }
      .news-show001 .list-item .related-expert ul {
        margin-top: 0.8rem; }
        .news-show001 .list-item .related-expert ul li {
          margin-top: 0.4rem; }
          .news-show001 .list-item .related-expert ul li a {
            height: 6.36rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 0.8rem;
            display: flex; }
            .news-show001 .list-item .related-expert ul li a .doc-img {
              width: 3.6rem;
              height: 4.8rem;
              margin-right: 1.6rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show001 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show001 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.72rem;
              color: #333;
              line-height: 1;
              margin-top: 0.4rem; }
            .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.4rem;
              font-size: 0; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.56rem;
                color: #000;
                line-height: 1; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 0.8rem; }
                .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.56rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show001 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.4rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.56rem; }
            .news-show001 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #006B87; }
    .news-show001 .list-item .related-depart {
      margin-top: 1.6rem; }
      .news-show001 .list-item .related-depart ul li {
        padding: 0.8rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show001 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.72rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 0.8rem; }
          .news-show001 .list-item .related-depart ul li .dep-tit:hover {
            color: #006B87; }
        .news-show001 .list-item .related-depart ul li .dep-intro {
          font-size: 0.56rem;
          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-show001 .news-right {
    width: 17rem; }
    .news-show001 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show001 .news-right a.column-tit span {
        font-size: 0.96rem; }
      .news-show001 .news-right a.column-tit i {
        font-size: 0.64rem; }
      .news-show001 .news-right a.column-tit:hover {
        color: #006B87; }
    .news-show001 .news-right ul {
      margin-top: 0.8rem;
      width: 100%; }
      .news-show001 .news-right ul li {
        width: 100%;
        height: 3.6rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.8rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show001 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show001 .news-right ul li:hover a p.title, .news-show001 .news-right ul li:hover a .time {
          color: #006B87; }
        .news-show001 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.4rem;
          font-size: 0;
          position: relative; }
          .news-show001 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show001 .news-right ul li a .time {
            font-size: 0.56rem;
            color: #006B87;
            display: inline-block;
            line-height: 1; }
          .news-show001 .news-right ul li a p.title {
            font-size: 0.64rem;
            line-height: 0.96rem;
            max-height: 1.92rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.32rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .list-item .content .news-title .ctrl {
      position: static;
      margin-top: 10px; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }
.list-doctor001 .container-inner {
  padding-top: 2.72rem;
  position: relative; }
.list-doctor001 .doctor-search-box {
  top: 0.72rem;
  position: absolute;
  width: 23rem;
  margin-right: -11.5rem;
  right: 50%;
  font-size: 0.72rem;
  color: #333; }
  .list-doctor001 .doctor-search-box p.doc-search-tit {
    line-height: 1.92rem;
    float: left; }
.list-doctor001 .doctor-search {
  width: 19.2rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-doctor001 .doctor-search .doctor-name {
    height: 1.92rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 1.6rem 0 0.4rem;
    line-height: 1.92rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.16rem;
    display: inline-block;
    font-size: 0.56rem;
    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: 1.92rem;
    background: inherit;
    color: #036F6F;
    right: 0.56rem; }
    .list-doctor001 .doctor-search .btn i {
      font-size: 0.96rem;
      line-height: 1.92rem;
      color: #006B87; }
@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.6rem 0;
  overflow: hidden;
  background-color: #F8F5EB;
  padding: 0.4rem 1.2rem; }
  .filter dl {
    position: relative;
    font-size: 0.56rem;
    border-top: 1px solid #D7D7D7;
    padding: 0.4rem 0 0.2rem; }
    .filter dl:first-child {
      border-top: none; }
    .filter dl.depart-all dt {
      top: 0.52rem; }
    .filter dl.depart-all .tabs .tab-tit {
      height: 2rem;
      line-height: 2rem; }
      .filter dl.depart-all .tabs .tab-tit a {
        font-size: 0.64rem;
        overflow: visible; }
        .filter dl.depart-all .tabs .tab-tit a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 0.2rem;
          left: 0;
          bottom: -0.04rem; }
        .filter dl.depart-all .tabs .tab-tit a + a {
          margin-left: 2.2rem; }
        .filter dl.depart-all .tabs .tab-tit a.cur {
          color: #006B87; }
          .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.08rem;
      overflow: hidden; }
      .filter dl.depart-all .tabs .tab-pannel li {
        display: none;
        overflow: hidden;
        padding: 0.2rem 0;
        min-height: 3.36rem;
        text-align: justify;
        width: 100%; }
        .filter dl.depart-all .tabs .tab-pannel li:first-child {
          display: block; }
    .filter dl dt {
      font-size: 0.64rem;
      height: 1.36rem;
      color: #333333;
      line-height: 1.36rem;
      position: absolute;
      left: 0;
      transform: translateY(0.2rem); }
    .filter dl dd {
      margin-left: 4.4rem;
      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.04rem;
        height: 1.04rem;
        margin-bottom: 0.2rem;
        margin-top: 0.2rem;
        margin-right: 0.4rem;
        padding: 0 0.4rem;
        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: #006B87;
          color: #fff; }
        .filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
          color: #006B87; }
        .filter dl dd > a.cur:hover, .filter dl dd .tab-pannel a.cur:hover {
          color: #fff; }

.haschosen {
  padding: 0.6rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.4rem;
  margin-bottom: 0.8rem; }
  .haschosen #formPosition {
    position: absolute;
    top: -6rem; }
  .haschosen span, .haschosen .doctor-num {
    font-size: 0.64rem;
    color: #999;
    line-height: 1.2rem; }
  .haschosen .doc-count {
    display: flex;
    justify-content: space-between; }
    .haschosen .doc-count .doctor-num b {
      font-weight: 400;
      color: #006B87; }
    .haschosen .doc-count .check-list a {
      display: inline-block;
      height: 1.2rem;
      width: 1.2rem;
      line-height: 1.2rem;
      text-align: center;
      border: 1px solid #FFA943; }
      .haschosen .doc-count .check-list a i {
        font-size: 0.8rem;
        color: #FFA943; }
    .haschosen .doc-count .check-list a.cur {
      background-color: #FFA943; }
      .haschosen .doc-count .check-list a.cur i {
        color: #fff; }
    .haschosen .doc-count .check-list a + a {
      margin-left: 0.4rem; }
  .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.56rem;
    margin-right: 0.2rem;
    line-height: 1.36rem;
    border-radius: 0.12rem;
    margin-bottom: 0.16rem;
    padding: 0 0.4rem;
    background-color: #006B87;
    color: #fff; }
    .haschosen .choose-list a i {
      font-size: 0.48rem;
      margin-left: 0.2rem; }

.doctor-filter-mobile {
  height: 40px;
  width: 100%;
  box-shadow: 0 5px 5px #eee;
  margin-bottom: 20px;
  display: none;
  position: relative; }
  .doctor-filter-mobile .filter-title {
    flex: 1;
    width: 50%;
    text-align: center;
    line-height: 40px;
    cursor: pointer; }
    .doctor-filter-mobile .filter-title .filter-name {
      display: flex;
      justify-content: center; }
      .doctor-filter-mobile .filter-title .filter-name span {
        display: inline-block;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .doctor-filter-mobile .filter-title .filter-name i {
        color: #999999;
        margin-left: 8px;
        transition: all 0.3s;
        display: inline-block; }
    .doctor-filter-mobile .filter-title .filter-content {
      border-top: 1px solid #eee;
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #fff;
      width: 100%;
      z-index: 1;
      box-shadow: 0 5px 5px #eee;
      max-height: 50vh;
      overflow-y: auto; }
      .doctor-filter-mobile .filter-title .filter-content a {
        display: block; }
        .doctor-filter-mobile .filter-title .filter-content a.cur {
          background-color: rgba(0, 107, 135, 0.5);
          color: #fff; }
    .doctor-filter-mobile .filter-title .filter-content.depart-filter, .doctor-filter-mobile .filter-title .filter-content.protit-filter {
      overflow: visible; }
      .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs {
        justify-content: space-between;
        display: flex; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit {
          box-sizing: border-box;
          width: 30%;
          border-right: 1px solid #eee;
          max-height: 50vh;
          overflow-y: auto; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit a {
            display: block; }
            .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a.cur, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs .tab-tit a.cur {
              background-color: rgba(0, 107, 135, 0.5);
              color: #fff; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel {
          max-height: 50vh;
          overflow-y: auto;
          width: 70%; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel li, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel li {
            display: none; }
            .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel li:first-child, .doctor-filter-mobile .filter-title .filter-content.protit-filter .tabs ul.tab-pannel li:first-child {
              display: block; }
    .doctor-filter-mobile .filter-title.active .filter-name i {
      transform: rotate(180deg); }

@media (max-width: 960px) {
  .list-doctor003 {
    min-height: 50vh; }

  .filter {
    display: none; }

  .haschosen {
    display: none; } }
.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 15.12rem;
  height: 10rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.76rem;
  margin-right: 1.28rem;
  margin-bottom: 1.2rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #006B87;
    box-shadow: 0px 0.4rem 1.2rem rgba(0, 107, 135, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 5.2rem;
    padding-left: 4.2rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.36rem;
    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: 3.44rem;
      height: 4.8rem;
      overflow: hidden;
      border-radius: 0.2rem; }
      .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.64rem;
      line-height: 0.64rem;
      margin-bottom: 0.4rem;
      display: flex;
      align-items: center; }
      .doctor-list-wrap .doctor-list li .detail h2 .logo-item {
        margin-left: 0.4rem;
        height: 0.8rem;
        padding: 0 0.2rem;
        border-radius: 4px;
        line-height: 0.8rem;
        border: 1px solid #006B87;
        color: #006B87;
        text-align: center;
        font-weight: normal;
        font-size: 12px; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #006B87; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.4rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.56rem;
        color: #006B87; }
        .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.56rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #006B87; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.56rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.4rem; }
    .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.56rem;
    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.16rem;
    right: 0.16rem;
    width: 1.28rem;
    height: 1.28rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.28rem;
      height: 1.28rem;
      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.2rem 0.8rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.4rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.48rem;
        display: block;
        text-align: center;
        padding: 0.2rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #006B87; }
    .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.76rem 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: 15.6rem;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .outpatient-doctor .outpatient {
      padding-top: 4.8rem; } }
  .outpatient-doctor .outpatient-banner {
    height: 12rem;
    width: 100%;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-size: cover; }
    .outpatient-doctor .outpatient-banner h2 {
      font-size: 1.6rem;
      line-height: 12rem;
      font-weight: normal;
      color: #fff;
      text-align: center; }
  .outpatient-doctor .inner-content {
    position: relative;
    min-height: 15.6rem; }
    .outpatient-doctor .inner-content .bg1, .outpatient-doctor .inner-content .bg2 {
      height: 19.2rem;
      width: 38.4rem;
      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: 3.8rem;
        line-height: 3.8rem; }
        .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.56rem; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        margin-top: 1.6rem;
        height: 8rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 8rem;
          width: 6rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header img {
            height: 100%;
            width: 100%; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          height: 8rem;
          position: relative;
          overflow: hidden;
          width: 40.64rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg h3 {
            font-size: 1.28rem;
            font-weight: normal;
            margin-bottom: 0.8rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 0.72rem;
            line-height: 1.6rem; }
          .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.08rem;
            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: 10.36rem;
            display: flex; }
            .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img {
              width: 5.6rem;
              min-height: 9.12rem;
              text-align: center;
              height: 100%;
              box-sizing: border-box;
              margin-left: 0.8rem;
              color: #999;
              font-size: 0.6rem;
              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.6rem; }
              .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: 0.8rem;
        font-weight: normal;
        margin-top: 0.6rem;
        line-height: 2rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-info .intro-cont {
        text-indent: 2em;
        font-size: 0.64rem;
        line-height: 0.96rem; }
      .outpatient-doctor .inner-content .inner-layout .bar-line {
        width: 100%;
        padding: 1.2rem 0; }
        .outpatient-doctor .inner-content .inner-layout .bar-line img {
          height: 0.08rem;
          width: 100%; }
      .outpatient-doctor .inner-content .inner-layout .out-tit {
        height: 1.28rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .out-tit p {
          line-height: 1.28rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p span {
            font-size: 0.8rem;
            display: inline-block;
            margin-right: 0.8rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p u {
            font-size: 0.64rem;
            color: #7F7F7F; }
        .outpatient-doctor .inner-content .inner-layout .out-tit a {
          display: block;
          height: 1.28rem;
          width: 3.84rem;
          border-radius: 1.28rem;
          border: 1px solid #D7D7D7;
          position: relative;
          text-align: center;
          line-height: 1.28rem;
          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.2rem); }
          .outpatient-doctor .inner-content .inner-layout .out-tit a i {
            display: inline-block;
            transform: translateX(-0.4rem);
            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.56rem;
            top: -0.08rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .out-tit {
        margin-bottom: 0.4rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient p.area-title {
        font-size: 0.72rem;
        line-height: 2.8rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient h2.area-tit {
        font-size: 0.8rem;
        font-weight: normal;
        margin: 0.48rem 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips {
        display: flex;
        flex-direction: row-reverse;
        margin: 0.6rem 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: 2.4rem;
          line-height: 2.4rem;
          font-weight: normal;
          font-size: 0.64rem; }
          .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.2rem 0;
          background-color: #fff;
          vertical-align: center;
          text-align: center;
          font-size: 0.64rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor {
          position: relative;
          text-align: left;
          width: 11%;
          padding-left: 0.4rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1 {
            height: 1.6rem;
            width: 1.6rem;
            background-color: #54A0EA;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 1.6rem;
            font-size: 0.48rem; }
            .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: 1.6rem;
            width: 1.6rem;
            background-color: #49a135;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 1.6rem;
            font-size: 0.48rem; }
            .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: 1.6rem;
            width: 1.6rem;
            background-color: #DF6B79;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 1.6rem;
            font-size: 0.48rem; }
            .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: 1.6rem;
            width: 1.6rem;
            background-color: #808086;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 1.6rem;
            font-size: 0.48rem; }
            .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: 0.8rem 0.8rem;
            min-width: 8rem;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.15);
            z-index: 2022;
            border-radius: 0.16rem;
            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: 3.92rem;
                width: 2.8rem;
                margin-right: 0.8rem; }
                .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 3.92rem;
                  width: 2.8rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p {
              font-size: 0.56rem;
              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: 2.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 0.8rem;
              width: 1.12rem;
              overflow: hidden;
              top: -0.8rem;
              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.6rem;
        width: 100%;
        height: 16.4rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item {
          height: 14rem;
          width: 8.96rem;
          background-color: #fff;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 1.6rem 1.6rem 0 1.6rem;
          margin: 10px auto; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a {
            display: flex;
            width: 5.76rem;
            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: 8rem;
              width: 5.76rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a p.name {
              font-size: 0.72rem;
              margin-top: 0.4rem;
              line-height: 1.28rem;
              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.56rem;
              margin-bottom: 0.4rem; }
          .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.48rem;
              color: #aaa;
              line-height: 0.56rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u + u:before {
              content: '/';
              font-size: 0.48rem;
              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.4rem 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.72rem;
                margin-top: 0.4rem;
                line-height: 1.28rem; }
              .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.56rem;
                margin-bottom: 0.4rem; }
              .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.48rem;
                color: #aaa;
                line-height: 0.56rem; }
              .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.48rem;
                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: 4.2rem;
          width: 23.2rem;
          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: 2.6rem;
            width: 2.4rem;
            border-radius: 0.16rem;
            text-align: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box u {
              display: block;
              height: 0.8rem;
              line-height: 0.8rem;
              font-size: 0.48rem;
              color: #fff;
              width: 100%;
              border-top-right-radius: 0.16rem;
              border-top-left-radius: 0.16rem;
              background-color: #006B87; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box span {
              display: block;
              height: 1.76rem;
              width: 100%;
              background-color: #EEEEEE;
              line-height: 1.76rem;
              border-bottom-left-radius: 0.16rem;
              border-bottom-right-radius: 0.16rem;
              font-size: 0.96rem;
              color: #006B87; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            width: 20rem;
            font-size: 0.64rem;
            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: 5.6rem;
          min-height: 9.12rem;
          text-align: center;
          height: 100%;
          box-sizing: border-box;
          margin-left: 0.8rem;
          color: #999;
          font-size: 0.6rem;
          display: inline-block; }
          .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img img {
            width: 5.6rem;
            height: 5.6rem;
            display: block;
            margin: 0 auto 0.6rem; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: none; }
  @media (max-width: 960px) {
    .outpatient-doctor .inner-content {
      padding: 0 10px; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        justify-content: start; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 170px;
          width: 120px;
          margin-right: 10px; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          width: auto;
          flex: 1;
          height: 170px; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            display: none; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 14px; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 16px; }
      .outpatient-doctor .inner-content .inner-layout .out-tit p u {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        visibility: hidden;
        height: 0;
        min-height: 0;
        margin: 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: auto;
        visibility: visible;
        margin-bottom: 30px; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        justify-content: start;
        flex-direction: column; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          border-bottom: 1px solid rgba(215, 215, 215, 0.51);
          width: 100%; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            flex: 1; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        display: flex; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: block; } }

.list-doctor002 .container-inner {
  position: relative; }
.list-doctor002 .doctor-search-box {
  display: flex;
  width: 100%;
  height: 2rem;
  margin: 1.6rem 0; }
  .list-doctor002 .doctor-search-box p.doc-search-tit {
    line-height: 1.92rem;
    font-size: 0.72rem;
    color: #333;
    white-space: nowrap; }
  .list-doctor002 .doctor-search-box .doc-search-select {
    height: 2rem;
    width: 12.8rem;
    box-sizing: border-box;
    border-radius: 0.16rem;
    border: 1px solid #E4E4E4;
    margin-right: 0.68rem;
    position: relative; }
    .list-doctor002 .doctor-search-box .doc-search-select .select-msg {
      display: block;
      height: 100%;
      width: 100%;
      line-height: 2rem;
      font-size: 0.64rem;
      box-sizing: border-box;
      padding-left: 0.8rem; }
    .list-doctor002 .doctor-search-box .doc-search-select i.select-down {
      position: absolute;
      color: #AAAAAA;
      right: 0.68rem;
      font-size: 0.72rem;
      top: 0.64rem; }
    .list-doctor002 .doctor-search-box .doc-search-select i.clear-msg {
      position: absolute;
      right: 1.8rem;
      top: 0.68rem;
      color: #aaa; }
    .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box {
      display: none;
      width: 22rem;
      box-sizing: border-box;
      height: auto;
      position: absolute;
      background-color: #fff;
      top: 2.4rem;
      left: 0;
      z-index: 999;
      border-radius: 0.16rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      border: 1px solid #D7D7D7;
      padding: 0.4rem; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit {
        margin: 0 0.4rem;
        padding-top: 0.4rem;
        border-bottom: 1px solid #D7D7D7;
        display: flex; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit a {
          display: block;
          height: 1.2rem;
          min-width: 4.8rem;
          text-align: center;
          border-radius: 0.16rem;
          margin-bottom: 0.4rem;
          color: #006B87;
          font-size: 0.56rem;
          line-height: 1.2rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .area-tit a.active {
          background-color: #006B87;
          color: #fff; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel {
        display: none; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option {
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 0.4rem;
          border-bottom: 1px solid #d7d7d7; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option li.depart-class-item {
            height: 1.2rem;
            min-width: 4.8rem;
            border-radius: 0.16rem;
            color: #006B87;
            font-size: 0.56rem;
            line-height: 1.2rem;
            text-align: center; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-class-option li.depart-class-item.cur {
            background-color: #006B87;
            color: #fff; }
        .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box {
          box-sizing: border-box;
          margin-top: 0.8rem; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel {
            display: none;
            flex-wrap: wrap;
            margin-right: -0.4rem; }
            .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a {
              display: flex;
              height: 36px;
              width: 4.8rem;
              font-size: 12px;
              align-items: center;
              line-height: 0.64rem;
              margin-right: 0.4rem; }
              .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a p {
                line-height: 16px;
                max-height: 32px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel a:hover {
                color: #006B87; }
          .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel .depart-item-box div.depart-pannel.cur {
            display: flex; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box .inner-depart-option .area-pannel.active {
        display: block; }
    .list-doctor002 .doctor-search-box .doc-search-select .position-option-box {
      display: none;
      z-index: 999;
      border-radius: 0.16rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      position: absolute;
      background-color: #fff;
      top: 2.4rem;
      left: 0;
      border: 1px solid #D7D7D7; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box {
        width: 12.8rem;
        display: flex;
        box-sizing: border-box;
        height: auto;
        padding: 0.6rem 0; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit {
        width: 4.8rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item {
          display: flex;
          justify-content: space-between;
          align-items: center;
          box-sizing: border-box;
          padding: 0 0.4rem;
          height: 1.36rem;
          width: 100%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item span {
            font-size: 0.56rem; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item i {
            transition: all 0.3s;
            transform: translateX(-10px);
            opacity: 0;
            color: #006B87;
            font-size: 0.56rem; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur {
          background-color: rgba(0, 107, 135, 0.3); }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur span {
            color: #006B87; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .position-tit li.position-class-item.cur i {
            opacity: 1;
            transform: translateX(0); }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box {
        width: 8rem;
        border-left: 1px solid #d7d7d7; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel {
          display: none; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item {
            padding-left: 0.4rem; }
            .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item a {
              font-size: 0.56rem; }
              .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel li.position-item a:hover {
                color: #006B87; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-box .position-pannel.cur {
          display: block; }
@media (max-width: 960px) {
  .list-doctor002 .doctor-search-box {
    flex-direction: column;
    height: auto; }
    .list-doctor002 .doctor-search-box .doc-search-select {
      width: 100%;
      margin-bottom: 15px; }
      .list-doctor002 .doctor-search-box .doc-search-select .depart-option-box {
        width: 100%; }
      .list-doctor002 .doctor-search-box .doc-search-select .position-option-box {
        width: 100%; }
        .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box {
          width: 100%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box .position-tit {
            width: 35%; }
          .list-doctor002 .doctor-search-box .doc-search-select .position-option-box .inner-position-option-box .inner-position-box {
            width: 65%; }
    .list-doctor002 .doctor-search-box .doctor-search {
      width: 100%;
      margin-bottom: 15px; }
    .list-doctor002 .doctor-search-box .doc-search-btn {
      width: 100%; } }
.list-doctor002 .doctor-search {
  width: 12.8rem;
  box-sizing: border-box;
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  margin-right: 0.68rem; }
  .list-doctor002 .doctor-search .doctor-name {
    height: 1.92rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 1.6rem 0 0.4rem;
    line-height: 1.92rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.16rem;
    display: inline-block;
    font-size: 0.56rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-doctor002 .doctor-search .doctor-name::placeholder {
      color: #aaa; }
.list-doctor002 .doc-search-btn {
  display: block;
  height: 2rem;
  width: 4.16rem;
  text-align: center;
  line-height: 2rem;
  background-color: #1D9D9A;
  color: #fff;
  border-radius: 0.16rem;
  font-size: 0.72rem; }
  .list-doctor002 .doc-search-btn i {
    color: #fff;
    font-size: 0.72rem;
    margin-right: 0.32rem; }

.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 15.12rem;
  height: 10rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.76rem;
  margin-right: 1.28rem;
  margin-bottom: 1.2rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #006B87;
    box-shadow: 0px 0.4rem 1.2rem rgba(0, 107, 135, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 5.2rem;
    padding-left: 4.2rem;
    padding-bottom: 0.6rem;
    margin-bottom: 0.36rem;
    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: 3.44rem;
      height: 4.8rem;
      overflow: hidden;
      border-radius: 0.2rem; }
      .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.64rem;
      line-height: 0.64rem;
      margin-bottom: 0.4rem; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #006B87; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.4rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.56rem;
        color: #006B87; }
        .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.56rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #006B87; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a + a:before {
          content: '、'; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.56rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.4rem; }
    .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.56rem;
    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.16rem;
    right: 0.16rem;
    width: 1.28rem;
    height: 1.28rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.28rem;
      height: 1.28rem;
      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.2rem 0.8rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.4rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.48rem;
        display: block;
        text-align: center;
        padding: 0.2rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #006B87; }
    .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.76rem 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;
    line-height: 1.1; }

  .doctor-list-wrap .doctor-list li .detail .info > div {
    margin-bottom: 8px; }

  .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u,
  .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
    font-size: 12px; } }
.show-doctor002 {
  padding-top: 5.04rem; }
  .show-doctor002 .basic-msg {
    position: relative;
    height: 14.4rem;
    background-color: #1D9D9A; }
    .show-doctor002 .basic-msg .bg-left, .show-doctor002 .basic-msg .bg-right {
      position: absolute; }
    .show-doctor002 .basic-msg .bg-left {
      height: 60%;
      width: auto;
      left: 0;
      top: 0; }
    .show-doctor002 .basic-msg .bg-right {
      height: 100%;
      width: auto;
      right: 0;
      bottom: 0; }
    .show-doctor002 .basic-msg .path {
      padding-top: 0.8rem;
      z-index: 1;
      position: relative;
      color: #fff; }
      .show-doctor002 .basic-msg .path span, .show-doctor002 .basic-msg .path i, .show-doctor002 .basic-msg .path a {
        color: #fff; }
    .show-doctor002 .basic-msg .inner-basic-msg {
      margin-top: 2rem;
      display: flex;
      position: relative;
      z-index: 1; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-header {
        height: 8rem;
        width: 6rem;
        margin-right: 1.6rem;
        flex-shrink: 0; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail {
        position: relative;
        width: 100%; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail h3 {
          font-size: 1.28rem;
          color: #fff;
          font-weight: normal;
          line-height: 1; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box {
          display: flex; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span {
            display: block;
            margin-left: 0.4rem;
            padding: 0 0.4rem;
            border: 1px solid #DCEB91;
            border-radius: 0.2rem;
            height: 1.28rem;
            line-height: 1.28rem;
            font-size: 0.64rem;
            color: #DCEB91;
            margin-top: 0.8rem; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
            margin-left: 0; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec {
          font-size: 0; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec u {
            font-size: 0.64rem;
            color: rgba(255, 255, 255, 0.6); }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
            color: #fff;
            font-size: 0.64rem; }
            .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-dec span a {
              color: #fff; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
          display: flex; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec:nth-child(1) {
            margin-left: 0; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
            margin-left: 1.2rem;
            margin-top: 1.2rem; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .good-at {
          margin-top: 1rem;
          line-height: 24px;
          max-height: 24px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #fff; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more {
          display: block;
          height: 1.28rem;
          line-height: 1.28rem;
          background-color: #489BAE;
          padding: 0 0.4rem;
          color: #fff;
          font-size: 0.64rem;
          position: absolute;
          width: auto;
          right: 0;
          top: 0;
          border-radius: 0.2rem;
          transition: all 0.5s; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more i {
            color: #fff;
            margin-left: 0.2rem;
            font-size: 0.64rem; }
          .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .show-more:hover {
            background-color: #12B8A0; }
  .show-doctor002 .main-msg {
    margin-top: 1.6rem;
    margin-bottom: 3.2rem; }

@media (max-width: 960px) {
  .show-doctor002 {
    padding-top: 60px; }
    .show-doctor002 .basic-msg {
      height: auto; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-header {
        margin-right: 20px; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box {
        flex-wrap: wrap; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .position-box span {
          margin-left: 0;
          margin-right: 5px; }
      .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
        flex-wrap: wrap; }
        .show-doctor002 .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
          margin-left: 0;
          margin-right: 10px; } }
.category-news002 {
  background-image: url(../images/cyfyy/news/news_bg_b.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .category-news002 .news002-box1 {
    margin-top: 3.2rem; }
    .category-news002 .news002-box1 .layout .inner-box {
      margin-top: 1.6rem;
      display: flex;
      justify-content: space-between; }
      .category-news002 .news002-box1 .layout .inner-box .time {
        font-size: 0.64rem;
        color: #999;
        line-height: 1; }
      .category-news002 .news002-box1 .layout .inner-box .left-box {
        width: 74%; }
        .category-news002 .news002-box1 .layout .inner-box .left-box .first-news {
          margin-bottom: 1.6rem;
          display: flex;
          background-color: #e6effc;
          overflow: hidden; }
          .category-news002 .news002-box1 .layout .inner-box .left-box .first-news a.img {
            display: block;
            width: 58%;
            flex-shrink: 0; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #006B87; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img > p {
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news a.img:hover .inner-img img {
              transform: scale(1.1); }
          .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
            padding: 1.6rem;
            box-sizing: border-box;
            font-size: 0;
            background-image: url(../images/cyfyy/news/news_small_bg.jpg); }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
              font-size: 0.8rem;
              line-height: 1.44rem;
              max-height: 2.88rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              font-weight: bold;
              margin-bottom: 0.8rem; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
              margin-bottom: 1.6rem;
              margin-top: 0.8rem;
              font-size: 0.64rem;
              color: #333;
              line-height: 1.2rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              opacity: .9; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .time {
              font-size: 0.64rem; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
              display: flex;
              align-items: center; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more span {
                font-size: 0.72rem;
                line-height: 1;
                color: #999; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle {
                width: 1.2rem;
                height: 1.2rem;
                border: 1px dashed #999;
                border-radius: 50%;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 0.4rem; }
                .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle i {
                  color: #999;
                  font-size: 0.8rem; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more:hover .circle i {
                animation: showArrow 1s; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info a:hover .tit {
              color: #006B87; }
        .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list {
          display: flex;
          margin-right: -2.3%; }
          .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
            display: block;
            width: 31%;
            margin-right: 2.3%; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #006B87; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img > p {
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info {
              padding: 1.2rem;
              background-color: #fff;
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
              overflow: hidden;
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s;
              font-size: 0; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info .tit {
                font-size: 0.72rem;
                line-height: 1.08rem;
                max-height: 2.16rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 2.16rem;
                margin-bottom: 0.4rem;
                color: #333; }
            .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .img img {
              transform: scale(1.1); }
            .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info {
              background-color: #006B87; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .tit, .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .time {
                color: #fff; }
      .category-news002 .news002-box1 .layout .inner-box ul {
        width: 24%;
        padding: 0.8rem;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box; }
        .category-news002 .news002-box1 .layout .inner-box ul li {
          padding: 0.8rem 0;
          border-bottom: 1px solid #eee; }
          .category-news002 .news002-box1 .layout .inner-box ul li a .tit {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            margin-bottom: 0.4rem; }
          .category-news002 .news002-box1 .layout .inner-box ul li a:hover .tit {
            color: #006B87; }
    .category-news002 .news002-box1 .layout a.more-btn {
      margin: 1.6rem auto 0; }
    @media (max-width: 960px) {
      .category-news002 .news002-box1 {
        margin-top: 40px; }
        .category-news002 .news002-box1 .layout {
          padding: 0 20px; }
          .category-news002 .news002-box1 .layout .inner-box {
            margin-top: 30px;
            display: block; }
            .category-news002 .news002-box1 .layout .inner-box .left-box {
              width: 100%; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .first-news {
                display: block; }
                .category-news002 .news002-box1 .layout .inner-box .left-box .first-news a.img {
                  width: 100%; }
                .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
                  width: 100%;
                  padding: 10px; }
                  .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content, .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
                    display: none; }
                  .category-news002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
                    margin-bottom: 5px; }
              .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list {
                display: block;
                margin-right: 0; }
                .category-news002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
                  width: 100%;
                  margin-right: 0;
                  margin-bottom: 20px; }
            .category-news002 .news002-box1 .layout .inner-box ul {
              width: 100%; }
          .category-news002 .news002-box1 .layout a.more-btn {
            margin-top: 20px; } }
  .category-news002 .news002-box2 {
    margin-top: 3.2rem;
    background-color: #e6f1fb;
    padding: 3.2rem 0;
    background-image: url(../images/cyfyy/news/yldt_bg.jpg);
    background-size: cover; }
    .category-news002 .news002-box2 .layout .news-list {
      margin-top: 1.6rem; }
      .category-news002 .news002-box2 .layout .news-list .news-slider {
        margin: 0 -0.48rem;
        display: flex; }
        .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item {
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
          margin: 0 0.48rem;
          width: 14.28rem;
          display: block; }
          .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .img {
            width: 100%;
            background-color: #006B87; }
            .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative; }
              .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img > p {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.6); }
          .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info {
            box-sizing: border-box;
            padding: 0.8rem;
            background-color: #fff;
            font-size: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              height: 2.16rem;
              margin-bottom: 0.4rem; }
            .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info span {
              color: #999;
              font-size: 0.64rem;
              line-height: 1; }
          .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .img .inner-img img {
            transform: scale(1.1); }
          .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info {
            background-color: #006B87; }
            .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info p, .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info span {
              color: #fff; }
    .category-news002 .news002-box2 .layout a.more-btn {
      margin: 1.6rem auto 0; }
    @media (max-width: 960px) {
      .category-news002 .news002-box2 {
        margin-top: 40px;
        padding: 40px 0; }
        .category-news002 .news002-box2 .layout {
          padding: 0 20px; }
          .category-news002 .news002-box2 .layout .news-list {
            margin-top: 30px; }
            .category-news002 .news002-box2 .layout .news-list .news-slider {
              display: block;
              margin: 0; }
              .category-news002 .news002-box2 .layout .news-list .news-slider a.news-item {
                width: 100%;
                margin: 0 0 20px; }
          .category-news002 .news002-box2 .layout a.more-btn {
            margin-top: 20px; } }
  .category-news002 .home-news014 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; }
    .category-news002 .home-news014 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news002 .home-news014 .layout .inner-news {
      margin-top: 1.6rem; }
      .category-news002 .home-news014 .layout .inner-news ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.3%; }
        .category-news002 .home-news014 .layout .inner-news ul li {
          width: 31%;
          margin-right: 2.3%;
          margin-bottom: 0.8rem; }
          .category-news002 .home-news014 .layout .inner-news ul li a {
            width: 100%;
            padding: 0.8rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: block;
            box-sizing: border-box;
            transition: all 0.3s; }
            .category-news002 .home-news014 .layout .inner-news ul li a p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.16rem;
              margin-bottom: 0.4rem;
              color: #333; }
            .category-news002 .home-news014 .layout .inner-news ul li a span {
              font-size: 0.64rem;
              line-height: 1;
              color: #999; }
            .category-news002 .home-news014 .layout .inner-news ul li a:hover {
              background-color: #006B87; }
              .category-news002 .home-news014 .layout .inner-news ul li a:hover p, .category-news002 .home-news014 .layout .inner-news ul li a:hover span {
                color: #fff; }
    @media (max-width: 960px) {
      .category-news002 .home-news014 {
        padding: 40px 0; }
        .category-news002 .home-news014 .layout {
          padding: 0 20px; }
          .category-news002 .home-news014 .layout .inner-news {
            margin-top: 30px; }
            .category-news002 .home-news014 .layout .inner-news ul {
              display: block;
              margin-right: 0; }
              .category-news002 .home-news014 .layout .inner-news ul li {
                width: 100%;
                margin-right: 0; } }
  .category-news002 .home-notice012 {
    margin-top: 3.2rem; }
    .category-news002 .home-notice012 .layout {
      position: relative; }
      .category-news002 .home-notice012 .layout .bg {
        width: 100vw;
        height: 80%;
        display: flex;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .category-news002 .home-notice012 .layout .bg .left-bg {
          width: 40%;
          height: 100%;
          background-color: #006B87;
          background-image: url(../images/nsmc/news/notice_bg_l.jpg);
          background-size: cover; }
        .category-news002 .home-notice012 .layout .bg .right-bg {
          width: 60%;
          height: 100%;
          background-color: #e6f1fb;
          background-image: url(../images/nsmc/news/notice_bg_r.jpg);
          background-size: cover; }
      .category-news002 .home-notice012 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
      .category-news002 .home-notice012 .layout .notice-list {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 1.6rem 1.6rem 1.6rem;
        position: relative; }
        .category-news002 .home-notice012 .layout .notice-list ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 0.8rem; }
          .category-news002 .home-notice012 .layout .notice-list ul li {
            width: 48%;
            padding: 0.8rem 0;
            border-bottom: 1px solid #eee; }
            .category-news002 .home-notice012 .layout .notice-list ul li a {
              position: relative;
              display: block; }
              .category-news002 .home-notice012 .layout .notice-list ul li a p {
                font-size: 0.72rem;
                line-height: 1.08rem;
                max-height: 2.16rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-news002 .home-notice012 .layout .notice-list ul li a:hover p {
                color: #006B87; }
            .category-news002 .home-notice012 .layout .notice-list ul li .bottom {
              display: flex;
              align-items: center;
              margin-top: 0.6rem; }
              .category-news002 .home-notice012 .layout .notice-list ul li .bottom span {
                display: inline-block;
                font-size: 0.64rem;
                line-height: 1;
                margin-right: 0.8rem;
                color: #999; }
              .category-news002 .home-notice012 .layout .notice-list ul li .bottom .line {
                display: none;
                flex: 1;
                border-top: 1px solid #ccc; }
    @media (max-width: 960px) {
      .category-news002 .home-notice012 {
        margin-top: 40px; }
        .category-news002 .home-notice012 .layout {
          padding: 0 20px; }
          .category-news002 .home-notice012 .layout .bg .left-bg {
            width: 100%; }
          .category-news002 .home-notice012 .layout .bg .right-bg {
            display: none; }
          .category-news002 .home-notice012 .layout .notice-list {
            padding: 20px; }
            .category-news002 .home-notice012 .layout .notice-list ul {
              margin-top: 10px; }
              .category-news002 .home-notice012 .layout .notice-list ul li {
                width: 100%; } }
    .category-news002 .home-notice012 .news-special {
      padding-bottom: 4rem; }
      .category-news002 .home-notice012 .news-special .layout h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-news002 .home-notice012 .news-special .layout .inner-special {
        display: flex;
        margin-right: -1.2rem;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        margin-top: 1.76rem; }
        .category-news002 .home-notice012 .news-special .layout .inner-special a {
          display: block;
          width: 17.32rem;
          height: 9.72rem;
          overflow: hidden;
          margin-right: 1.2rem;
          margin-bottom: 1.2rem; }
          .category-news002 .home-notice012 .news-special .layout .inner-special a img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-news002 .home-notice012 .news-special .layout .inner-special a:hover img {
            transform: scale(1.1); }
  .category-news002 .news-special {
    padding-bottom: 3.2rem; }
    .category-news002 .news-special .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news002 .news-special .layout .inner-special {
      display: flex;
      margin-right: -2%;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
      margin-top: 1.84rem; }
      .category-news002 .news-special .layout .inner-special a {
        display: block;
        width: 23%;
        height: 5.72rem;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 1.2rem; }
        .category-news002 .news-special .layout .inner-special a img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .category-news002 .news-special .layout .inner-special a:hover img {
          transform: scale(1.1); }
    @media (max-width: 960px) {
      .category-news002 .news-special {
        padding-bottom: 40px; }
        .category-news002 .news-special .layout {
          padding: 0 20px; }
          .category-news002 .news-special .layout .inner-special {
            margin-right: 0;
            flex-wrap: wrap; }
            .category-news002 .news-special .layout .inner-special a {
              margin-right: 0;
              width: 100%;
              height: 36vw; } }

.news002-box1002 {
  margin-top: 3.2rem; }
  .news002-box1002 .layout .top {
    display: flex;
    justify-content: space-between;
    margin-top: 1.6rem; }
    .news002-box1002 .layout .top .top-left {
      width: 56.6%; }
      .news002-box1002 .layout .top .top-left a {
        width: 100%;
        display: block; }
        .news002-box1002 .layout .top .top-left a .img {
          width: 100%;
          padding-bottom: 56%;
          overflow: hidden;
          background-color: #006B87;
          position: relative; }
          .news002-box1002 .layout .top .top-left a .img img {
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.3s; }
          .news002-box1002 .layout .top .top-left a .img > p {
            font-size: 0.96rem;
            color: rgba(255, 255, 255, 0.6);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%); }
        .news002-box1002 .layout .top .top-left a span {
          font-size: 0.64rem;
          color: #006B87;
          display: block;
          line-height: 1;
          margin: 0.4rem 0; }
        .news002-box1002 .layout .top .top-left a p {
          color: #333;
          font-size: 0.72rem;
          line-height: 1.08rem;
          max-height: 2.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .news002-box1002 .layout .top .top-left a:hover .img img {
          transform: scale(1.1); }
        .news002-box1002 .layout .top .top-left a:hover p {
          color: #006B87; }
    .news002-box1002 .layout .top .top-right {
      width: 38.8%; }
      .news002-box1002 .layout .top .top-right ul {
        box-sizing: border-box;
        padding: 0.4rem 1.44rem;
        background: #f3f3f3; }
        .news002-box1002 .layout .top .top-right ul li {
          display: flex;
          justify-content: space-between;
          padding: 0.56rem 0;
          border-bottom: #dcdcdc 1px solid; }
          .news002-box1002 .layout .top .top-right ul li a {
            color: #333;
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.28rem;
            margin-right: 0.4rem; }
            .news002-box1002 .layout .top .top-right ul li a:hover {
              color: #006B87; }
          .news002-box1002 .layout .top .top-right ul li span {
            font-size: 0.64rem;
            color: #006B87;
            line-height: 1.04rem; }
      .news002-box1002 .layout .top .top-right .more {
        background-color: #006B87;
        height: 2.08rem;
        display: flex;
        justify-content: center;
        align-items: center; }
  .news002-box1002 .layout .bottom {
    margin-top: 0.8rem; }
    .news002-box1002 .layout .bottom ul {
      display: flex;
      margin-right: -2.3%; }
      .news002-box1002 .layout .bottom ul li {
        width: 31%;
        margin-right: 2.3%; }
        .news002-box1002 .layout .bottom ul li a {
          width: 100%;
          display: block; }
          .news002-box1002 .layout .bottom ul li a .img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            background-color: #006B87;
            position: relative; }
            .news002-box1002 .layout .bottom ul li a .img img {
              width: 100%;
              height: 100%;
              position: absolute;
              left: 0;
              top: 0;
              transition: all 0.3s; }
            .news002-box1002 .layout .bottom ul li a .img > p {
              font-size: 0.96rem;
              color: rgba(255, 255, 255, 0.6);
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .news002-box1002 .layout .bottom ul li a span {
            font-size: 0.64rem;
            color: #006B87;
            display: block;
            line-height: 1;
            margin: 0.4rem 0; }
          .news002-box1002 .layout .bottom ul li a p {
            color: #333;
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news002-box1002 .layout .bottom ul li a:hover .img img {
            transform: scale(1.1); }
          .news002-box1002 .layout .bottom ul li a:hover p {
            color: #006B87; }
  @media (max-width: 960px) {
    .news002-box1002 {
      margin-top: 60px; }
      .news002-box1002 .layout {
        padding: 0 20px; }
        .news002-box1002 .layout .top {
          display: block;
          margin-top: 20px; }
          .news002-box1002 .layout .top .top-left {
            width: 100%; }
          .news002-box1002 .layout .top .top-right {
            width: 100%;
            margin-top: 20px; }
            .news002-box1002 .layout .top .top-right ul {
              padding: 0.4rem 20px; }
        .news002-box1002 .layout .bottom ul {
          display: block;
          margin-right: 0; }
          .news002-box1002 .layout .bottom ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px; } }

.category-news001 .left-tit001 {
  font-size: 1.28rem; }
.category-news001 .home-news011 {
  background: #f2f6fb;
  overflow: hidden;
  padding: 4rem 0; }
  .category-news001 .home-news011 .layout {
    display: flex;
    position: relative; }
    .category-news001 .home-news011 .layout:before {
      content: "";
      position: absolute;
      right: -4.4rem;
      bottom: -4rem;
      width: 21.6rem;
      height: 14.2rem;
      background: #d1b06b;
      border-radius: 0px 50px 0px 0px; }
    .category-news001 .home-news011 .layout:after {
      content: "";
      position: absolute;
      width: 68.6%;
      height: calc(100% + 3rem);
      top: -1.2rem;
      right: 0px;
      background: #fff;
      border-radius: 0px 0px 30px 0px;
      z-index: 2; }
    .category-news001 .home-news011 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-news001 .home-news011 .layout .left-news {
      width: 33.6rem;
      box-sizing: border-box;
      padding: 0.96rem 0.96rem 0.72rem;
      overflow: hidden;
      border-left: #489BAE 4px solid;
      background: #006B87;
      flex-shrink: 0;
      position: relative;
      z-index: 3; }
      .category-news001 .home-news011 .layout .left-news .inner-left-news {
        display: flex;
        margin-top: 1.6rem; }
        .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box {
          width: 14.4rem;
          flex-shrink: 0;
          margin-right: 0.8rem;
          color: #fff; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img {
            width: 100%;
            height: 8.1rem;
            overflow: hidden;
            background-color: #006b87; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img:hover img {
              transform: scale(1.1); }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box p {
            font-size: 0.8rem;
            line-height: 1.5rem;
            max-height: 3rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.4rem;
            margin-top: 0.8rem;
            margin-bottom: 3.08rem;
            transition: all 0.3s;
            transform: translateX(0);
            color: #fff; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box:hover p {
            transform: translateX(10px); }
        .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item {
          background: rgba(255, 255, 255, 0.2);
          padding: 0.8rem;
          overflow: hidden;
          border-radius: 10px;
          margin-bottom: 0.8rem;
          transition: all 0.3s ease-out 0s;
          display: flex;
          align-items: center; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item:hover {
            background-color: #d3b780; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 0.8rem; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time .year {
              font-size: 0.64rem;
              line-height: 1;
              color: #fff; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time .day {
              position: relative;
              padding-top: 0.32rem;
              border-top: 1px solid #fff;
              font-size: 1.12rem;
              line-height: 1.2rem;
              color: #fff;
              display: inline-block;
              margin-top: 0.2rem; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item p {
            font-size: 0.72rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff; }
    .category-news001 .home-news011 .layout .right-news {
      position: relative;
      z-index: 3;
      padding: 0.96rem 0.96rem 0 1.6rem; }
      .category-news001 .home-news011 .layout .right-news ul {
        margin-top: 1.6rem;
        border-top: rgba(32, 56, 85, 0.102) 1px dashed; }
        .category-news001 .home-news011 .layout .right-news ul li a {
          padding: 0.6rem 0px;
          border-bottom: rgba(32, 56, 85, 0.102) 1px dashed;
          display: flex;
          align-items: center; }
          .category-news001 .home-news011 .layout .right-news ul li a .time {
            display: flex;
            flex-direction: column;
            align-items: center;
            margin-right: 0.8rem; }
            .category-news001 .home-news011 .layout .right-news ul li a .time .year {
              font-size: 0.64rem;
              line-height: 1;
              color: #006B87; }
            .category-news001 .home-news011 .layout .right-news ul li a .time .day {
              position: relative;
              padding-top: 0.32rem;
              border-top: 1px solid #006B87;
              font-size: 1.12rem;
              line-height: 1.2rem;
              color: #006B87;
              display: inline-block;
              margin-top: 0.2rem; }
          .category-news001 .home-news011 .layout .right-news ul li a p {
            font-size: 0.72rem;
            line-height: 0.9rem;
            max-height: 0.9rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all 0.3s;
            transform: translateX(0); }
          .category-news001 .home-news011 .layout .right-news ul li a:hover p {
            color: #006B87;
            transform: translateX(5px); }
.category-news001 .home-news014 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem; }
  .category-news001 .home-news014 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-news001 .home-news014 .layout .inner-news {
    display: flex;
    margin-top: 1.76rem; }
    .category-news001 .home-news014 .layout .inner-news .img-news {
      width: 15.72rem;
      margin-right: 3.14rem; }
      .category-news001 .home-news014 .layout .inner-news .img-news a.img {
        width: 100%;
        height: 8.84rem;
        overflow: hidden;
        background-color: #006B87;
        display: flex;
        align-items: center;
        justify-content: center; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img > p {
          font-size: 1.28rem;
          color: rgba(255, 255, 255, 0.6); }
        .category-news001 .home-news014 .layout .inner-news .img-news a.img:hover img {
          transform: scale(1.1); }
      .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info {
        display: block;
        margin-top: 0.8rem; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .tit {
          font-size: 0.72rem;
          font-weight: 700;
          line-height: 1.35rem;
          max-height: 2.7rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.16rem; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time {
          position: relative;
          margin: 1.2rem 0px 0.64rem;
          display: inline-block;
          width: 100%;
          font-size: 0.72rem;
          color: #c2a35f;
          line-height: 1.12rem;
          font-weight: bold; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time:before {
            content: "";
            position: absolute;
            right: 0px;
            top: 0.56rem;
            width: calc(100% - 120px);
            height: 1px;
            background: #e1e5ea; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .content {
          font-size: 0.64rem;
          line-height: 1.8rem;
          max-height: 5.4rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #666; }
        .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info:hover .tit {
          color: #006B87; }
    .category-news001 .home-news014 .layout .inner-news ul {
      width: 16.68rem; }
      .category-news001 .home-news014 .layout .inner-news ul li {
        height: 5.8rem;
        padding-right: 0.36rem;
        margin-bottom: 0.96rem;
        position: relative; }
        .category-news001 .home-news014 .layout .inner-news ul li:last-child {
          margin-bottom: 0; }
        .category-news001 .home-news014 .layout .inner-news ul li:after {
          content: "";
          position: absolute;
          top: 50%;
          margin-top: -1.04rem;
          right: 0px;
          width: 0.36rem;
          height: 2.08rem;
          background: #dac9a1; }
        .category-news001 .home-news014 .layout .inner-news ul li a {
          height: 100%;
          box-sizing: border-box;
          display: block;
          padding: 0.8rem 1.4rem;
          border: #dfe5ed 1px solid;
          transition: all 0.5s; }
          .category-news001 .home-news014 .layout .inner-news ul li a p {
            font-size: 0.72rem;
            font-weight: 700;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            margin-bottom: 0.92rem; }
          .category-news001 .home-news014 .layout .inner-news ul li a span {
            display: inline-block;
            width: 100%;
            font-size: 0.72rem;
            color: #bfc6cf;
            line-height: 0.96rem;
            font-weight: bold;
            position: relative; }
            .category-news001 .home-news014 .layout .inner-news ul li a span:after {
              content: "";
              position: absolute;
              top: 50%;
              right: 0px;
              width: calc(100% - 120px);
              height: 1px;
              background: #c3cad5; }
          .category-news001 .home-news014 .layout .inner-news ul li a:hover {
            background-color: #006B87; }
            .category-news001 .home-news014 .layout .inner-news ul li a:hover p {
              color: #fff; }
            .category-news001 .home-news014 .layout .inner-news ul li a:hover span {
              color: rgba(255, 255, 255, 0.7); }
              .category-news001 .home-news014 .layout .inner-news ul li a:hover span:after {
                background: rgba(255, 255, 255, 0.4); }
.category-news001 .news-special {
  padding-bottom: 4rem; }
  .category-news001 .news-special .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-news001 .news-special .layout .inner-special {
    display: flex;
    margin-right: -1.2rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    margin-top: 1.76rem; }
    .category-news001 .news-special .layout .inner-special a {
      display: block;
      width: 17.32rem;
      height: 9.72rem;
      overflow: hidden;
      margin-right: 1.2rem;
      margin-bottom: 1.2rem; }
      .category-news001 .news-special .layout .inner-special a img {
        width: 100%;
        height: 100%;
        transition: all 0.5s; }
      .category-news001 .news-special .layout .inner-special a:hover img {
        transform: scale(1.1); }

@media (max-width: 1600px) {
  .category-news001 .home-news011 .layout .left-news {
    width: 29.6rem; }
  .category-news001 .home-news014 .layout .inner-news .img-news {
    margin-right: 2.4rem; }
  .category-news001 .news-special .layout .inner-special a {
    width: 15.2rem;
    height: 8.52rem; } }
@media (max-width: 960px) {
  .category-news001 .left-tit001 {
    font-size: 18px; }
  .category-news001 .home-news011 {
    padding: 40px 0; }
    .category-news001 .home-news011 .layout {
      padding: 0 20px;
      flex-wrap: wrap; }
      .category-news001 .home-news011 .layout:before, .category-news001 .home-news011 .layout:after {
        display: none; }
      .category-news001 .home-news011 .layout .left-news {
        width: 100%; }
        .category-news001 .home-news011 .layout .left-news .inner-left-news {
          flex-wrap: wrap;
          margin-top: 20px; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box {
            width: 100%;
            margin-right: 0; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box .img {
              height: 43vw; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news .left-box a.img-box p {
              margin-bottom: 20px; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news .right-box {
            width: 100%; }
          .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item {
            width: 100%;
            box-sizing: border-box; }
            .category-news001 .home-news011 .layout .left-news .inner-left-news a.news-item .time .day {
              background-position: 11px center; }
      .category-news001 .home-news011 .layout .right-news {
        background-color: #fff;
        border-radius: 0 0 30px 0;
        padding-bottom: 40px;
        width: 100%; }
        .category-news001 .home-news011 .layout .right-news ul {
          margin-top: 20px; }
  .category-news001 .home-news014 {
    padding-top: 40px;
    padding-bottom: 40px; }
    .category-news001 .home-news014 .layout {
      padding: 0 20px; }
      .category-news001 .home-news014 .layout .inner-news {
        flex-wrap: wrap; }
        .category-news001 .home-news014 .layout .inner-news .img-news {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.img {
            height: 50vw; }
          .category-news001 .home-news014 .layout .inner-news .img-news a.bottom-info .time {
            margin: 20px 0 10px; }
        .category-news001 .home-news014 .layout .inner-news ul {
          width: 100%; }
  .category-news001 .news-special {
    padding-bottom: 40px; }
    .category-news001 .news-special .layout {
      padding: 0 20px; }
      .category-news001 .news-special .layout .inner-special {
        margin-right: 0;
        flex-wrap: wrap; }
        .category-news001 .news-special .layout .inner-special a {
          margin-right: 0;
          width: 100%;
          height: 50vw; } }
.category-party001 {
  min-height: 16rem;
  position: relative; }
  .category-party001 h1.left-tit-more {
    margin-bottom: 1.2rem; }
    .category-party001 h1.left-tit-more a.tit {
      font-size: 0.96rem;
      color: #E53B3B; }
    .category-party001 h1.left-tit-more a.more span {
      font-size: 0.64rem; }
    .category-party001 h1.left-tit-more a.more .circle {
      width: 0.96rem;
      height: 0.96rem;
      border-color: #E53B3B; }
      .category-party001 h1.left-tit-more a.more .circle i {
        font-size: 0.64rem;
        color: #E53B3B; }
    .category-party001 h1.left-tit-more a.more:hover span {
      color: #E53B3B; }
  .category-party001 h1.left-tab-tit001 .tab-tit a.cur {
    color: #E53B3B; }
    .category-party001 h1.left-tab-tit001 .tab-tit a.cur:after {
      border-top-color: #E53B3B; }
  .category-party001 h1.left-tab-tit001 a.more span {
    font-size: 0.64rem; }
  .category-party001 h1.left-tab-tit001 a.more .circle {
    width: 0.96rem;
    height: 0.96rem;
    border-color: #E53B3B; }
    .category-party001 h1.left-tab-tit001 a.more .circle i {
      font-size: 0.64rem;
      color: #E53B3B; }
  .category-party001 h1.left-tab-tit001 a.more:hover span {
    color: #E53B3B; }
  .category-party001 > img {
    position: absolute; }
    .category-party001 > img.rt {
      right: 0;
      top: 0;
      width: 24rem;
      max-width: 100%; }
    .category-party001 > img.rb {
      right: 0;
      bottom: 0; }
  .category-party001 .news-box1 {
    padding-top: 2.4rem;
    padding-bottom: 1rem;
    position: relative; }
    .category-party001 .news-box1 > img {
      position: absolute;
      left: 0;
      bottom: 0;
      opacity: 0.1; }
    .category-party001 .news-box1 .inner-news {
      margin-top: 0.8rem;
      display: flex;
      justify-content: space-between; }
      .category-party001 .news-box1 .inner-news .left-news-list {
        padding: 0.4rem 0; }
        .category-party001 .news-box1 .inner-news .left-news-list .news-item {
          padding: 0.4rem 0;
          display: flex;
          justify-content: space-between;
          width: 22.8rem;
          height: 3.04rem;
          box-sizing: border-box;
          border-bottom: 1px solid #E4E4E4;
          position: relative; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item:last-child {
            border-bottom: none; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item p {
            font-size: 0.72rem;
            font-family: 微软雅黑, sans-serif;
            font-weight: 400;
            font-style: normal;
            line-height: 1.4rem;
            max-height: 2.8rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-right: 1.2rem;
            z-index: 1; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item span {
            font-size: 0.64rem;
            line-height: 2.2;
            color: #aaa;
            display: inline-block;
            z-index: 1; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item .bg {
            position: absolute;
            top: 0;
            bottom: 0;
            left: -0.4rem;
            right: -0.4rem;
            background-color: #E53B3B;
            opacity: 0;
            transition: opacity 0.3s; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item:hover .bg {
            opacity: 1; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item:hover p {
            color: #fff;
            font-weight: bold; }
          .category-party001 .news-box1 .inner-news .left-news-list .news-item:hover span {
            color: #fff; }
      .category-party001 .news-box1 .inner-news .right-news-img {
        width: 21.6rem;
        height: 16.2rem;
        overflow: hidden; }
        .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img {
          width: 21.6rem;
          height: 16.2rem;
          overflow: hidden;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #E53B3B; }
          .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img p {
            font-size: 1.28rem;
            color: rgba(255, 255, 255, 0.6); }
          .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img img {
            width: 100%;
            height: 100%; }
          .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img .news-mask {
            width: 100%;
            height: 6.4rem;
            background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
            position: absolute;
            bottom: 0;
            box-sizing: border-box;
            padding: 2rem 1.2rem 0; }
            .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img .news-mask p {
              font-size: 0.72rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #fff; }
            .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img .news-mask .time {
              font-size: 0.64rem;
              line-height: 1;
              color: #fff;
              position: absolute;
              bottom: 0.8rem;
              left: 1.2rem; }
        .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .slick-arrow {
          position: absolute;
          width: 0.96rem;
          height: 0.96rem;
          line-height: 0.96rem;
          text-align: center;
          border-radius: 50%;
          color: rgba(255, 255, 255, 0.9);
          background-color: rgba(0, 0, 0, 0.5);
          right: 1.2rem;
          bottom: 0.64rem;
          font-size: 12px;
          cursor: pointer; }
          .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .slick-arrow.prev {
            right: 2.48rem;
            z-index: 1; }
  .category-party001 .news-box2 {
    padding-top: 1.4rem;
    background-color: #FAF7F2;
    padding-bottom: 2.4rem;
    position: relative; }
    .category-party001 .news-box2 > img {
      position: absolute;
      height: 23.55rem;
      width: 47.05rem;
      left: 50%;
      top: 0;
      transform: translateX(-50%); }
    .category-party001 .news-box2 .inner-layout {
      position: relative; }
      .category-party001 .news-box2 .inner-layout h1 {
        flex-direction: column;
        align-items: center; }
        .category-party001 .news-box2 .inner-layout h1 a.more {
          margin-top: 0.8rem; }
      .category-party001 .news-box2 .inner-layout .inner-news {
        position: relative; }
        .category-party001 .news-box2 .inner-layout .inner-news .line {
          width: calc((100% - 7.9rem) / 2);
          height: 1px;
          background-color: #E4E4E4;
          position: absolute;
          bottom: 0.76rem; }
          .category-party001 .news-box2 .inner-layout .inner-news .line.prev {
            left: 0; }
          .category-party001 .news-box2 .inner-layout .inner-news .line.next {
            right: 0; }
          .category-party001 .news-box2 .inner-layout .inner-news .line.m-line {
            display: none; }
        .category-party001 .news-box2 .inner-layout .inner-news .news-slider {
          margin: -10px -0.54rem 0;
          padding-bottom: 1.36rem; }
          .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item {
            margin: 10px 0.54rem;
            width: 12.8rem;
            height: 9.6rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
            position: relative;
            background-color: #fff; }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:after {
              content: "";
              width: 100%;
              height: 0.16rem;
              background-color: #AC3532;
              position: absolute;
              bottom: 0;
              left: 0;
              transition: width 0.5s; }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info {
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              padding: 0.8rem;
              position: relative; }
              .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info {
                overflow: hidden;
                height: 100%;
                font-size: 0; }
                .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info .time {
                  font-size: 0.64rem;
                  line-height: 1;
                  color: #AC3532;
                  display: inline-block;
                  opacity: 1;
                  transition: opacity 0.5s, transform 0.5s; }
                .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info p {
                  margin-top: 0.8rem;
                  line-height: 27px;
                  max-height: 81px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 3;
                  -webkit-box-orient: vertical;
                  display: -webkit-box;
                  font-size: 0.72rem;
                  color: #333;
                  transition: transform 0.5s;
                  transform: translateY(0);
                  margin-bottom: 0.32rem; }
                .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info .more {
                  display: flex;
                  align-items: center;
                  color: #333;
                  opacity: 0;
                  transition: transform 0.5s,opacity 0.5s;
                  transform: translateY(0);
                  font-size: 0.56rem;
                  position: absolute;
                  left: 0.8rem;
                  bottom: 0; }
                  .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info .more i {
                    margin-left: 2px;
                    font-size: 12px; }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item.hasthumb {
              height: auto; }
              .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item.hasthumb .img {
                width: 100%;
                height: 7.2rem; }
                .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item.hasthumb .img img {
                  width: 100%;
                  height: 100%; }
@keyframes showLine {
  from {
    width: 0; }
  to {
    width: 100%; } }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover:after {
              animation: showLine 0.5s; }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
              opacity: 0;
              transform: translateY(-1.44rem); }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
              transform: translateY(-1.44rem); }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
              transform: translateY(-1.44rem);
              opacity: 1; }
          .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow {
            position: absolute;
            width: 1.6rem;
            height: 1.6rem;
            font-size: 0.64rem;
            line-height: 1.6rem;
            text-align: center;
            color: #E53B3B;
            border: 1px solid #E53B3B;
            box-sizing: border-box;
            cursor: pointer;
            border-radius: 50%;
            bottom: 0; }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow.prev {
              right: 50%;
              transform: translateX(-5px); }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow.next {
              left: 50%;
              transform: translateX(5px); }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow:before {
              content: "";
              width: 100%;
              height: 100%;
              border-radius: 50%;
              background-color: #E53B3B;
              position: absolute;
              left: 0;
              top: 0;
              transform: scale(0);
              transition: transform 0.5s;
              z-index: -1; }
            .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow:hover {
              color: #fff;
              border: none; }
              .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow:hover:before {
                transform: scale(1); }
  .category-party001 .news-box3 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; }
    .category-party001 .news-box3 h1 {
      margin-bottom: 0; }
    .category-party001 .news-box3 .inner-notice {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      box-sizing: border-box;
      padding: 1.6rem 1.6rem 0.8rem; }
      .category-party001 .news-box3 .inner-notice ul {
        margin-top: 0.8rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .category-party001 .news-box3 .inner-notice ul li {
          width: 20.8rem;
          padding: 0.8rem 0;
          border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
          .category-party001 .news-box3 .inner-notice ul li:last-child, .category-party001 .news-box3 .inner-notice ul li:nth-last-child(2) {
            border-bottom: none; }
          .category-party001 .news-box3 .inner-notice ul li a {
            font-size: 0;
            display: block; }
            .category-party001 .news-box3 .inner-notice ul li a .time {
              font-size: 0.64rem;
              line-height: 1;
              color: #AC3532;
              display: inline-block; }
            .category-party001 .news-box3 .inner-notice ul li a p {
              margin-top: 0.4rem;
              font-size: 0.72rem;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              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; }
            .category-party001 .news-box3 .inner-notice ul li a:hover p, .category-party001 .news-box3 .inner-notice ul li a:hover .time {
              color: #E53B3B; }
  .category-party001 .news-list-content {
    background-color: #fff;
    padding: 2.4rem 0;
    background-size: cover; }
    .category-party001 .news-list-content .tab-pannel-wrap {
      margin-top: 1.2rem; }
      .category-party001 .news-list-content .tab-pannel-wrap .news-content-box {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a {
          display: flex;
          width: 23.6rem;
          height: 4rem;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 0 0.8rem;
          align-items: center;
          margin-bottom: 0.8rem;
          background-color: #fff; }
          .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info {
            font-size: 0; }
            .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info p {
              font-size: 0.72rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              margin-bottom: 0.32rem; }
            .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a .info span {
              font-size: 0.56rem;
              color: #AAAAAA;
              line-height: 1; }
          .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover {
            background-image: url("../images/hxsy/news/xs_news_bg.jpg");
            background-position: right bottom;
            background-repeat: no-repeat; }
            .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a:hover p {
              color: #E53B3B; }
        .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item.hasthumb a .img-box {
          width: 4.8rem;
          height: 2.8rem;
          margin-right: 0.4rem;
          flex-shrink: 0; }
          .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item.hasthumb a .img-box img {
            width: 100%;
            height: 100%; }

@media (max-width: 960px) {
  .category-party001 h1.left-tit-more a.tit {
    font-size: 18px; }
  .category-party001 .news-box1 .layout {
    box-sizing: border-box;
    padding: 0 20px; }
  .category-party001 .news-box1 .inner-news {
    flex-direction: column-reverse; }
    .category-party001 .news-box1 .inner-news .left-news-list {
      padding: 0; }
      .category-party001 .news-box1 .inner-news .left-news-list .news-item {
        width: 100%;
        padding: 20px 0;
        height: 90px; }
        .category-party001 .news-box1 .inner-news .left-news-list .news-item p {
          font-size: 16px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-right: 20px; }
    .category-party001 .news-box1 .inner-news .right-news-img {
      width: 100%;
      height: 67vw; }
      .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img {
        width: 100%;
        height: 67vw; }
        .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img .mask {
          height: 100px;
          padding: 20px 10px 0; }
          .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img .mask p {
            font-size: 16px;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .news-img-item a.img .mask .time {
            left: 10px;
            bottom: 10px; }
      .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .slick-arrow {
        bottom: 50%;
        transform: translateY(10px);
        width: 30px;
        height: 30px;
        line-height: 30px; }
        .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .slick-arrow.prev {
          left: 10px; }
        .category-party001 .news-box1 .inner-news .right-news-img .news-img-slider003 .slick-arrow.next {
          right: 10px; }
  .category-party001 .news-box2 {
    padding-top: 30px;
    padding-bottom: 20px; }
    .category-party001 .news-box2 .inner-layout .inner-news .line {
      top: 24px; }
      .category-party001 .news-box2 .inner-layout .inner-news .line.pc-line {
        display: none; }
      .category-party001 .news-box2 .inner-layout .inner-news .line.m-line {
        display: block; }
    .category-party001 .news-box2 .inner-layout .inner-news .news-slider {
      padding-bottom: 0;
      padding-top: 50px; }
      .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item {
        height: 160px; }
        .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info {
          padding: 10px; }
          .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info p {
            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;
            margin-top: 10px; }
          .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item .bottom-info .inner-info .more {
            left: 10px; }
        .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item.hasthumb .img {
          height: 24vw; }
        .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
          transform: translateY(-26px); }
        .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
          transform: translateY(-26px); }
        .category-party001 .news-box2 .inner-layout .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
          transform: translateY(-26px); }
      .category-party001 .news-box2 .inner-layout .inner-news .news-slider .slick-arrow {
        top: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px; }
  .category-party001 .news-box3 {
    padding: 40px 20px 40px; }
    .category-party001 .news-box3 .inner-notice {
      padding: 20px 20px 10px; }
      .category-party001 .news-box3 .inner-notice ul {
        margin-top: 10px; }
        .category-party001 .news-box3 .inner-notice ul li {
          width: 100%;
          padding: 10px 0; }
          .category-party001 .news-box3 .inner-notice ul li:nth-last-child(2) {
            border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
          .category-party001 .news-box3 .inner-notice ul li a p {
            font-size: 16px;
            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;
            margin-top: 10px; }
  .category-party001 .news-list-content {
    padding: 20px 0;
    margin-top: 20px; }
    .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item {
      width: 100%; }
      .category-party001 .news-list-content .tab-pannel-wrap .news-content-box .news-item a {
        width: 100%; } }
.category-party002 {
  background-image: url(../images/cyfyy/party/news_bg_b.jpg);
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat; }
  .category-party002 .left-tit001, .category-party002 .center-tit001 {
    font-size: 1.6rem; }
  .category-party002 a.more-btn {
    background-color: #E53B3B; }
  .category-party002 .news002-box1 {
    margin-top: 3.2rem; }
    .category-party002 .news002-box1 .layout .inner-box {
      margin-top: 1.6rem;
      display: flex;
      justify-content: space-between; }
      .category-party002 .news002-box1 .layout .inner-box .time {
        font-size: 0.64rem;
        color: #999;
        line-height: 1; }
      .category-party002 .news002-box1 .layout .inner-box .left-box {
        width: 74%; }
        .category-party002 .news002-box1 .layout .inner-box .left-box .first-news {
          margin-bottom: 1.6rem;
          display: flex;
          background-color: #e6effc;
          overflow: hidden; }
          .category-party002 .news002-box1 .layout .inner-box .left-box .first-news a.img {
            display: block;
            width: 58%;
            flex-shrink: 0; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #E53B3B; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .first-news a.img .inner-img > p {
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news a.img:hover .inner-img img {
              transform: scale(1.1); }
          .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
            padding: 1.6rem;
            box-sizing: border-box;
            font-size: 0;
            background-image: url(../images/cyfyy/party/news_img_bg.jpg); }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
              font-size: 0.8rem;
              line-height: 1.44rem;
              max-height: 2.88rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              font-weight: bold;
              margin-bottom: 0.8rem; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content {
              margin-bottom: 1.6rem;
              margin-top: 0.8rem;
              font-size: 0.64rem;
              color: #333;
              line-height: 1.2rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              opacity: .9; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .time {
              font-size: 0.64rem; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
              display: flex;
              align-items: center; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more span {
                font-size: 0.72rem;
                line-height: 1;
                color: #999; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle {
                width: 1.2rem;
                height: 1.2rem;
                border: 1px dashed #999;
                border-radius: 50%;
                box-sizing: border-box;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-left: 0.4rem; }
                .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more .circle i {
                  color: #999;
                  font-size: 0.8rem; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more:hover .circle i {
                animation: showArrow 1s; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info a:hover .tit {
              color: #EE8811; }
        .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list {
          display: flex;
          margin-right: -2.3%; }
          .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
            display: block;
            width: 31%;
            margin-right: 2.3%; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative;
              background-color: #E53B3B; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .img > p {
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.6);
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%); }
            .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info {
              padding: 1.2rem;
              background-color: #fff;
              box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
              overflow: hidden;
              -webkit-transition: .5s;
              -o-transition: .5s;
              transition: .5s;
              font-size: 0; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info .tit {
                font-size: 0.72rem;
                line-height: 1.08rem;
                max-height: 2.16rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 2.16rem;
                margin-bottom: 0.4rem;
                color: #333; }
            .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .img img {
              transform: scale(1.1); }
            .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info {
              background-color: #E53B3B; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .tit, .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .time {
                color: #fff; }
      .category-party002 .news002-box1 .layout .inner-box ul {
        width: 24%;
        padding: 0.8rem;
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
        overflow: hidden;
        box-sizing: border-box; }
        .category-party002 .news002-box1 .layout .inner-box ul li {
          padding: 0.8rem 0;
          border-bottom: 1px solid #eee; }
          .category-party002 .news002-box1 .layout .inner-box ul li a .tit {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            margin-bottom: 0.4rem; }
          .category-party002 .news002-box1 .layout .inner-box ul li a:hover .tit {
            color: #E53B3B; }
    .category-party002 .news002-box1 .layout a.more-btn {
      margin: 1.6rem auto 0; }
    @media (max-width: 960px) {
      .category-party002 .news002-box1 {
        margin-top: 40px; }
        .category-party002 .news002-box1 .layout {
          padding: 0 20px; }
          .category-party002 .news002-box1 .layout .inner-box {
            margin-top: 30px;
            display: block; }
            .category-party002 .news002-box1 .layout .inner-box .left-box {
              width: 100%; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .first-news {
                display: block; }
                .category-party002 .news002-box1 .layout .inner-box .left-box .first-news a.img {
                  width: 100%; }
                .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info {
                  width: 100%;
                  padding: 10px; }
                  .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .content, .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .more {
                    display: none; }
                  .category-party002 .news002-box1 .layout .inner-box .left-box .first-news .right-info .tit {
                    margin-bottom: 5px; }
              .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list {
                display: block;
                margin-right: 0; }
                .category-party002 .news002-box1 .layout .inner-box .left-box .img-news-list .img-news-item {
                  width: 100%;
                  margin-right: 0;
                  margin-bottom: 20px; }
            .category-party002 .news002-box1 .layout .inner-box ul {
              width: 100%; }
          .category-party002 .news002-box1 .layout a.more-btn {
            margin-top: 20px; } }
  .category-party002 .news002-box2 {
    margin-top: 3.2rem;
    background-color: #e6f1fb;
    padding: 3.2rem 0;
    background-image: url(../images/cyfyy/party/qngz_bg.jpg);
    background-size: cover; }
    .category-party002 .news002-box2 .layout .news-list {
      margin-top: 1.6rem; }
      .category-party002 .news002-box2 .layout .news-list .news-slider {
        margin: 0 -0.48rem;
        display: flex; }
        .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item {
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
          margin: 0 0.48rem;
          width: 14.28rem;
          display: block; }
          .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .img {
            width: 100%;
            background-color: #E53B3B; }
            .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              overflow: hidden;
              position: relative; }
              .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s;
                position: absolute;
                left: 0;
                top: 0; }
              .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .img .inner-img > p {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.6); }
          .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info {
            box-sizing: border-box;
            padding: 0.8rem;
            background-color: #fff;
            font-size: 0;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s; }
            .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #333;
              height: 2.16rem;
              margin-bottom: 0.4rem; }
            .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item .bottom-info span {
              color: #999;
              font-size: 0.64rem;
              line-height: 1; }
          .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .img .inner-img img {
            transform: scale(1.1); }
          .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info {
            background-color: #E53B3B; }
            .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info p, .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item:hover .bottom-info span {
              color: #fff; }
    .category-party002 .news002-box2 .layout a.more-btn {
      margin: 1.6rem auto 0; }
    @media (max-width: 960px) {
      .category-party002 .news002-box2 {
        margin-top: 40px;
        padding: 40px 0; }
        .category-party002 .news002-box2 .layout {
          padding: 0 20px; }
          .category-party002 .news002-box2 .layout .news-list {
            margin-top: 30px; }
            .category-party002 .news002-box2 .layout .news-list .news-slider {
              display: block;
              margin: 0; }
              .category-party002 .news002-box2 .layout .news-list .news-slider a.news-item {
                width: 100%;
                margin: 0 0 20px; }
          .category-party002 .news002-box2 .layout a.more-btn {
            margin-top: 20px; } }
  .category-party002 .home-news014 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem; }
    .category-party002 .home-news014 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-party002 .home-news014 .layout .inner-news {
      margin-top: 1.6rem; }
      .category-party002 .home-news014 .layout .inner-news ul {
        display: flex;
        flex-wrap: wrap;
        margin-right: -2.3%; }
        .category-party002 .home-news014 .layout .inner-news ul li {
          width: 31%;
          margin-right: 2.3%;
          margin-bottom: 0.8rem; }
          .category-party002 .home-news014 .layout .inner-news ul li a {
            width: 100%;
            padding: 0.8rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            display: block;
            box-sizing: border-box;
            transition: all 0.3s; }
            .category-party002 .home-news014 .layout .inner-news ul li a p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.16rem;
              margin-bottom: 0.4rem;
              color: #333; }
            .category-party002 .home-news014 .layout .inner-news ul li a span {
              font-size: 0.64rem;
              line-height: 1;
              color: #999; }
            .category-party002 .home-news014 .layout .inner-news ul li a:hover {
              background-color: #E53B3B; }
              .category-party002 .home-news014 .layout .inner-news ul li a:hover p, .category-party002 .home-news014 .layout .inner-news ul li a:hover span {
                color: #fff; }
    @media (max-width: 960px) {
      .category-party002 .home-news014 {
        padding: 40px 0; }
        .category-party002 .home-news014 .layout {
          padding: 0 20px; }
          .category-party002 .home-news014 .layout .inner-news {
            margin-top: 30px; }
            .category-party002 .home-news014 .layout .inner-news ul {
              display: block;
              margin-right: 0; }
              .category-party002 .home-news014 .layout .inner-news ul li {
                width: 100%;
                margin-right: 0; } }
  .category-party002 .home-notice012 {
    margin-top: 3.2rem; }
    .category-party002 .home-notice012 .layout {
      position: relative; }
      .category-party002 .home-notice012 .layout .bg {
        width: 100vw;
        height: 80%;
        display: flex;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%); }
        .category-party002 .home-notice012 .layout .bg .left-bg {
          width: 40%;
          height: 100%;
          background-color: #E53B3B;
          background-image: url(../images/nsmc/news/notice_bg_l.jpg);
          background-size: cover; }
        .category-party002 .home-notice012 .layout .bg .right-bg {
          width: 60%;
          height: 100%;
          background-color: #e6f1fb;
          background-image: url(../images/nsmc/news/notice_bg_r.jpg);
          background-size: cover; }
      .category-party002 .home-notice012 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; }
      .category-party002 .home-notice012 .layout .notice-list {
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 1.6rem 1.6rem 1.6rem;
        position: relative; }
        .category-party002 .home-notice012 .layout .notice-list ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between;
          margin-top: 0.8rem; }
          .category-party002 .home-notice012 .layout .notice-list ul li {
            width: 48%;
            padding: 0.8rem 0;
            border-bottom: 1px solid #eee; }
            .category-party002 .home-notice012 .layout .notice-list ul li a {
              position: relative;
              display: block; }
              .category-party002 .home-notice012 .layout .notice-list ul li a p {
                font-size: 0.72rem;
                line-height: 1.08rem;
                max-height: 2.16rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .category-party002 .home-notice012 .layout .notice-list ul li a:hover p {
                color: #EE8811; }
            .category-party002 .home-notice012 .layout .notice-list ul li .bottom {
              display: flex;
              align-items: center;
              margin-top: 0.6rem; }
              .category-party002 .home-notice012 .layout .notice-list ul li .bottom span {
                display: inline-block;
                font-size: 0.64rem;
                line-height: 1;
                margin-right: 0.8rem;
                color: #999; }
              .category-party002 .home-notice012 .layout .notice-list ul li .bottom .line {
                display: none;
                flex: 1;
                border-top: 1px solid #ccc; }
    @media (max-width: 960px) {
      .category-party002 .home-notice012 {
        margin-top: 40px; }
        .category-party002 .home-notice012 .layout {
          padding: 0 20px; }
          .category-party002 .home-notice012 .layout .bg .left-bg {
            width: 100%; }
          .category-party002 .home-notice012 .layout .bg .right-bg {
            display: none; }
          .category-party002 .home-notice012 .layout .notice-list {
            padding: 20px; }
            .category-party002 .home-notice012 .layout .notice-list ul {
              margin-top: 10px; }
              .category-party002 .home-notice012 .layout .notice-list ul li {
                width: 100%; } }
    .category-party002 .home-notice012 .news-special {
      padding-bottom: 4rem; }
      .category-party002 .home-notice012 .news-special .layout h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-party002 .home-notice012 .news-special .layout .inner-special {
        display: flex;
        margin-right: -1.2rem;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
        margin-top: 1.76rem; }
        .category-party002 .home-notice012 .news-special .layout .inner-special a {
          display: block;
          width: 17.32rem;
          height: 9.72rem;
          overflow: hidden;
          margin-right: 1.2rem;
          margin-bottom: 1.2rem; }
          .category-party002 .home-notice012 .news-special .layout .inner-special a img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-party002 .home-notice012 .news-special .layout .inner-special a:hover img {
            transform: scale(1.1); }

@media (max-width: 960px) {
  .category-party002 .layout {
    width: 100%; }
  .category-party002 .left-tit001, .category-party002 .center-tit001 {
    font-size: 18px; }
  .category-party002 .news-special {
    padding-bottom: 40px; }
    .category-party002 .news-special .layout {
      padding: 0 20px; }
      .category-party002 .news-special .layout .inner-special {
        margin-right: 0;
        flex-wrap: wrap; }
        .category-party002 .news-special .layout .inner-special a {
          margin-right: 0;
          width: 100%;
          height: 50vw; } }
.category-brief002 .brief002-box1 {
  margin-top: 3.2rem; }
  .category-brief002 .brief002-box1 .layout .top-info .intro {
    font-size: 0.64rem;
    line-height: 1.28rem;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem; }
  .category-brief002 .brief002-box1 .layout .top-info a.more-btn {
    margin: 0 auto; }
  .category-brief002 .brief002-box1 .layout .bottom-info {
    margin-top: 1.6rem;
    display: flex;
    justify-content: space-between; }
    .category-brief002 .brief002-box1 .layout .bottom-info ul {
      width: 32%;
      border-radius: 8px;
      background-color: #006B87;
      box-sizing: border-box;
      padding: 1.6rem; }
      .category-brief002 .brief002-box1 .layout .bottom-info ul li {
        margin-bottom: 0.8rem; }
        .category-brief002 .brief002-box1 .layout .bottom-info ul li p {
          font-size: 0.72rem;
          color: #fff; }
          .category-brief002 .brief002-box1 .layout .bottom-info ul li p span {
            font-size: 0.96rem;
            font-weight: bold;
            margin: 0 0.2rem; }
      .category-brief002 .brief002-box1 .layout .bottom-info ul.item1 {
        background-color: #489BAE; }
      .category-brief002 .brief002-box1 .layout .bottom-info ul.item2 {
        background-color: #42A1CA; }
  @media (max-width: 960px) {
    .category-brief002 .brief002-box1 {
      margin-top: 40px; }
      .category-brief002 .brief002-box1 .layout {
        padding: 0 20px; }
        .category-brief002 .brief002-box1 .layout .top-info .intro {
          margin: 30px 0; }
        .category-brief002 .brief002-box1 .layout .bottom-info {
          display: block; }
          .category-brief002 .brief002-box1 .layout .bottom-info ul {
            width: 100%;
            margin-bottom: 20px; } }
.category-brief002 .brief002-box2 {
  margin-top: 3.2rem; }
  .category-brief002 .brief002-box2 .layout h1 {
    margin-bottom: 1.84rem; }
  @media (max-width: 960px) {
    .category-brief002 .brief002-box2 .layout {
      padding: 0 20px; }
      .category-brief002 .brief002-box2 .layout h1 {
        margin-bottom: 23px; } }
.category-brief002 .brief002-yyry {
  background-color: #f2f2f2;
  padding: 3.2rem 0;
  background-image: url("../images/cyfyy/brief/yyry.jpg");
  background-size: cover;
  margin-top: 3.2rem; }
  .category-brief002 .brief002-yyry .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-brief002 .brief002-yyry .layout ul {
    display: flex;
    margin-right: -1.3%;
    margin-top: 1.84rem; }
    .category-brief002 .brief002-yyry .layout ul li {
      width: 32%;
      margin-right: 1.3%; }
      .category-brief002 .brief002-yyry .layout ul li a {
        display: block;
        width: 100%;
        padding-bottom: 56%;
        position: relative;
        overflow: hidden; }
        .category-brief002 .brief002-yyry .layout ul li a img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .category-brief002 .brief002-yyry .layout ul li a .tit {
          position: absolute;
          width: 50%;
          left: 0;
          bottom: 0;
          display: flex;
          align-items: center;
          justify-content: center;
          border-top-right-radius: 15px;
          height: 2rem;
          background-color: rgba(66, 161, 202, 0.8); }
          .category-brief002 .brief002-yyry .layout ul li a .tit p {
            color: #fff;
            font-size: 0.72rem;
            line-height: 1; }
        .category-brief002 .brief002-yyry .layout ul li a:hover img {
          transform: scale(1.1); }
  @media (max-width: 960px) {
    .category-brief002 .brief002-yyry {
      padding: 40px 0;
      margin-top: 40px; }
      .category-brief002 .brief002-yyry .layout {
        padding: 0 20px; }
        .category-brief002 .brief002-yyry .layout ul {
          flex-wrap: wrap;
          margin-right: 0;
          margin-top: 23px; }
          .category-brief002 .brief002-yyry .layout ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 20px; } }
.category-brief002 .brief002-yywh {
  margin-top: 5.6rem; }
  .category-brief002 .brief002-yywh .layout {
    display: flex; }
    .category-brief002 .brief002-yywh .layout .left-bg {
      width: 50%;
      position: relative;
      background-image: url("../images/cyfyy/brief/yywh_left.jpg");
      background-size: cover; }
      .category-brief002 .brief002-yywh .layout .left-bg .tit-box {
        width: 59%;
        height: 16rem;
        box-shadow: 4.689px 11.046px 26.46px 0.54px rgba(0, 0, 0, 0.1);
        position: absolute;
        overflow: hidden;
        background-color: #fff;
        top: -2.4rem;
        left: 2.4rem;
        box-sizing: border-box;
        padding: 4rem 0 0 2.4rem;
        background-image: url("../images/cyfyy/brief/yywh_bg.jpg");
        background-size: contain;
        background-position: right bottom;
        background-repeat: no-repeat; }
        .category-brief002 .brief002-yywh .layout .left-bg .tit-box h1 a.more001 {
          margin-top: 1.84rem; }
    .category-brief002 .brief002-yywh .layout ul {
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
@keyframes rotateY {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
      .category-brief002 .brief002-yywh .layout ul li {
        width: 50%;
        height: 8rem; }
        .category-brief002 .brief002-yywh .layout ul li:last-child {
          width: 100%; }
          .category-brief002 .brief002-yywh .layout ul li:last-child a {
            background-image: url(../images/cyfyy/brief/yj.jpg); }
        .category-brief002 .brief002-yywh .layout ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          background-color: #006B87;
          background-size: cover;
          position: relative; }
          .category-brief002 .brief002-yywh .layout ul li a i {
            font-size: 2rem;
            line-height: 1;
            color: #fff; }
          .category-brief002 .brief002-yywh .layout ul li a .tit {
            font-size: 0.96rem;
            color: #fff;
            line-height: 1;
            margin: 0.8rem 0; }
          .category-brief002 .brief002-yywh .layout ul li a .subtit {
            font-size: 0.72rem;
            color: #fff;
            line-height: 1;
            text-align: center; }
          .category-brief002 .brief002-yywh .layout ul li a i, .category-brief002 .brief002-yywh .layout ul li a .tit, .category-brief002 .brief002-yywh .layout ul li a .subtit {
            position: relative; }
          .category-brief002 .brief002-yywh .layout ul li a:hover i {
            animation: rotateY 0.5s ease; }
        .category-brief002 .brief002-yywh .layout ul li.li0 a {
          background-image: url(../images/cyfyy/brief/zz.jpg); }
        .category-brief002 .brief002-yywh .layout ul li.li1 a {
          background-color: #489bae; }
        .category-brief002 .brief002-yywh .layout ul li.li2 a {
          background-color: #d9b97b; }
        .category-brief002 .brief002-yywh .layout ul li.li3 a {
          background-image: url(../images/cyfyy/brief/yx.jpg); }
          .category-brief002 .brief002-yywh .layout ul li.li3 a:before {
            content: "";
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.2);
            position: absolute;
            left: 0;
            top: 0; }
  @media (max-width: 960px) {
    .category-brief002 .brief002-yywh {
      margin-top: 40px; }
      .category-brief002 .brief002-yywh .layout {
        display: block;
        padding: 0 20px; }
        .category-brief002 .brief002-yywh .layout .left-bg {
          width: 100%;
          padding-bottom: 0;
          background-image: none; }
          .category-brief002 .brief002-yywh .layout .left-bg .tit-box {
            position: static;
            width: 100%;
            padding: 0;
            height: auto;
            box-shadow: unset;
            background-image: unset; }
            .category-brief002 .brief002-yywh .layout .left-bg .tit-box h1 {
              display: flex;
              justify-content: space-between;
              align-items: center; }
              .category-brief002 .brief002-yywh .layout .left-bg .tit-box h1 a.more001 {
                margin-top: 0;
                height: 1.6rem;
                border-radius: 5px;
                padding: 0 10px;
                background-color: #006B87;
                color: #fff;
                width: fit-content; }
                .category-brief002 .brief002-yywh .layout .left-bg .tit-box h1 a.more001 span {
                  color: #fff; }
                .category-brief002 .brief002-yywh .layout .left-bg .tit-box h1 a.more001 .circle {
                  border-color: #fff; }
                  .category-brief002 .brief002-yywh .layout .left-bg .tit-box h1 a.more001 .circle i {
                    color: #fff; }
        .category-brief002 .brief002-yywh .layout ul {
          width: 100%;
          margin-top: 23px; }
          .category-brief002 .brief002-yywh .layout ul li {
            height: 160px; } }

.category-brief003 {
  color: #333; }
  .category-brief003 .brief-box1 {
    padding: 3.2rem 0; }
    .category-brief003 .brief-box1 .layout .top-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .category-brief003 .brief-box1 .layout .top-info .intro {
        margin-top: 1.84rem;
        font-size: 0.72rem;
        line-height: 1.44rem;
        text-align: center;
        margin-bottom: 1.6rem; }
    .category-brief003 .brief-box1 .layout ul {
      display: flex;
      box-sizing: border-box;
      padding: 0 3.52rem;
      border-top: 1px dashed #006B87;
      border-bottom: 1px dashed #006B87;
      margin-top: 1.6rem;
      position: relative; }
      .category-brief003 .brief-box1 .layout ul:before, .category-brief003 .brief-box1 .layout ul:after {
        content: "";
        position: absolute; }
      .category-brief003 .brief-box1 .layout ul:before {
        width: 0.8rem;
        border-top: 0.12rem solid #006B87;
        position: absolute;
        right: 3.12rem;
        bottom: -1px; }
      .category-brief003 .brief-box1 .layout ul:after {
        height: 0.4rem;
        border-left: 0.12rem solid #006B87;
        position: absolute;
        right: 3.46rem;
        bottom: 0.12rem; }
      .category-brief003 .brief-box1 .layout ul li {
        border-right: 1px dashed #006B87;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex: 1;
        position: relative;
        height: 6.4rem;
        box-sizing: border-box; }
        .category-brief003 .brief-box1 .layout ul li:first-child {
          border-left: 1px dashed #006B87; }
        .category-brief003 .brief-box1 .layout ul li:last-child:before, .category-brief003 .brief-box1 .layout ul li:last-child:after {
          content: "";
          position: absolute; }
        .category-brief003 .brief-box1 .layout ul li:last-child:before {
          width: 0.8rem;
          border-top: 0.12rem solid #006B87;
          position: absolute;
          right: -0.4rem;
          top: -1px; }
        .category-brief003 .brief-box1 .layout ul li:last-child:after {
          height: 0.4rem;
          border-left: 0.12rem solid #006B87;
          position: absolute;
          right: -0.08rem;
          top: 0.08rem; }
        .category-brief003 .brief-box1 .layout ul li span.lt, .category-brief003 .brief-box1 .layout ul li span.lb {
          width: 0.8rem;
          border-top: 0.12rem solid #006B87;
          position: absolute;
          left: -0.4rem; }
          .category-brief003 .brief-box1 .layout ul li span.lt:after, .category-brief003 .brief-box1 .layout ul li span.lb:after {
            content: "";
            height: 0.4rem;
            border-left: 0.12rem solid #006B87;
            position: absolute;
            left: 50%;
            transform: translateX(-50%); }
        .category-brief003 .brief-box1 .layout ul li span.lt {
          top: -1px; }
          .category-brief003 .brief-box1 .layout ul li span.lt:after {
            top: 100%; }
        .category-brief003 .brief-box1 .layout ul li span.lb {
          bottom: -1px; }
          .category-brief003 .brief-box1 .layout ul li span.lb:after {
            bottom: 0.08rem; }
        .category-brief003 .brief-box1 .layout ul li .num-box span {
          font-size: 0.72rem;
          line-height: 1;
          color: #006B87; }
          .category-brief003 .brief-box1 .layout ul li .num-box span.num {
            font-size: 1.84rem;
            line-height: 1.2;
            font-weight: bold; }
        .category-brief003 .brief-box1 .layout ul li p {
          font-size: 0.72rem;
          line-height: 1;
          color: #333;
          margin-top: 0.8rem; }
  .category-brief003 .brief-box5 {
    padding: 3.2rem 0; }
    .category-brief003 .brief-box5 .layout ul {
      margin-top: 1.84rem;
      display: flex;
      flex-wrap: wrap;
      border-top: 1px dashed #006B87; }
      .category-brief003 .brief-box5 .layout ul li {
        width: 33.3%;
        border-bottom: 1px dashed #006B87;
        display: flex;
        align-items: center;
        padding: 1.4rem 0;
        box-sizing: border-box;
        padding-left: 2.4rem; }
        .category-brief003 .brief-box5 .layout ul li .tit {
          font-size: 0.96rem;
          min-width: 3.2rem;
          position: relative;
          margin-right: 1.6rem;
          font-weight: normal;
          text-align: justify;
          text-align-last: justify; }
          .category-brief003 .brief-box5 .layout ul li .tit:after {
            content: "";
            border-top: 3px solid #006B87;
            width: 100%;
            position: absolute;
            left: 0;
            bottom: -1.44rem; }
        .category-brief003 .brief-box5 .layout ul li .protit {
          font-size: 0.64rem; }
          .category-brief003 .brief-box5 .layout ul li .protit span + span:before {
            content: "、"; }

@media (max-width: 960px) {
  .category-brief003 .brief-box1 {
    padding: 40px 20px; }
    .category-brief003 .brief-box1 .layout .top-info .intro {
      margin: 23px 0; }
    .category-brief003 .brief-box1 .layout ul {
      padding: 0;
      flex-wrap: wrap;
      border-bottom: none;
      border-left: 1px dashed #006B87;
      margin-top: 23px; }
      .category-brief003 .brief-box1 .layout ul:before, .category-brief003 .brief-box1 .layout ul:after {
        display: none; }
      .category-brief003 .brief-box1 .layout ul li {
        width: 50%;
        flex: unset;
        border-bottom: 1px dashed #006B87;
        height: 100px; }
        .category-brief003 .brief-box1 .layout ul li:first-child {
          border-left: none; }
        .category-brief003 .brief-box1 .layout ul li:last-child {
          width: 100%; }
          .category-brief003 .brief-box1 .layout ul li:last-child:before, .category-brief003 .brief-box1 .layout ul li:last-child:after {
            display: none; }
        .category-brief003 .brief-box1 .layout ul li span.lt, .category-brief003 .brief-box1 .layout ul li span.lb {
          display: none; }
        .category-brief003 .brief-box1 .layout ul li .num-box span.num {
          font-size: 22px; }
        .category-brief003 .brief-box1 .layout ul li p {
          margin-top: 10px; }
  .category-brief003 .brief-box5 {
    padding: 40px 20px; }
    .category-brief003 .brief-box5 .layout ul {
      margin-top: 23px; }
      .category-brief003 .brief-box5 .layout ul li {
        padding: 20px;
        width: 100%; }
        .category-brief003 .brief-box5 .layout ul li .tit {
          min-width: 78px;
          font-size: 16px; }
          .category-brief003 .brief-box5 .layout ul li .tit:after {
            display: none; } }
.category-brief002 {
  color: #333; }
  .category-brief002 .left-tit001:after {
    display: none; }
  .category-brief002 .brief-box1 {
    padding-top: 3.2rem;
    margin-bottom: 3.2rem; }
    .category-brief002 .brief-box1 .layout {
      position: relative; }
      .category-brief002 .brief-box1 .layout .yh {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 20%;
        z-index: -1; }
      .category-brief002 .brief-box1 .layout h1.tit {
        line-height: 1;
        font-weight: normal; }
        .category-brief002 .brief-box1 .layout h1.tit a {
          font-size: 1.28rem;
          display: block;
          color: #006B87; }
        .category-brief002 .brief-box1 .layout h1.tit span {
          font-size: 0.96rem;
          display: block;
          margin-top: 0.8rem;
          color: #333; }
      .category-brief002 .brief-box1 .layout .inner-box {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        margin-top: 1.6rem; }
      .category-brief002 .brief-box1 .layout a.left-img {
        width: 47%;
        height: 14.52rem;
        overflow: hidden;
        flex-shrink: 0;
        margin-right: 3%;
        display: block; }
        .category-brief002 .brief-box1 .layout a.left-img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .category-brief002 .brief-box1 .layout a.left-img:hover img {
          transform: scale(1.1); }
      .category-brief002 .brief-box1 .layout .right-info {
        width: 0;
        flex: 1;
        padding-bottom: 1.6rem;
        border-bottom: 1px solid #489BAE;
        position: relative; }
        .category-brief002 .brief-box1 .layout .right-info:after {
          content: "";
          width: 3.92rem;
          border-top: 0.24rem solid #489BAE;
          position: absolute;
          bottom: 0;
          right: 0; }
        .category-brief002 .brief-box1 .layout .right-info .intro {
          font-size: 0.72rem;
          line-height: 1.44rem;
          margin-bottom: 1.6rem;
          color: #333; }

@media (max-width: 960px) {
  .category-brief002 .brief-box1 {
    padding-top: 40px;
    margin-bottom: 40px; }
    .category-brief002 .brief-box1 .layout {
      padding: 0 20px; }
      .category-brief002 .brief-box1 .layout h1.tit a {
        font-size: 20px; }
      .category-brief002 .brief-box1 .layout h1.tit span {
        font-size: 18px; }
      .category-brief002 .brief-box1 .layout .inner-box {
        display: block;
        margin-top: 20px; }
      .category-brief002 .brief-box1 .layout a.left-img {
        width: 100%;
        height: 50vw;
        margin-right: 0; }
      .category-brief002 .brief-box1 .layout .right-info {
        width: 100%;
        flex: unset;
        padding-bottom: 20px;
        overflow: hidden; }
        .category-brief002 .brief-box1 .layout .right-info .intro {
          margin: 20px 0; } }
.brief-banner {
  height: 24rem;
  background-color: #006B87;
  color: #fff;
  line-height: 1;
  background-image: url("../images/cyfyy/brief/brief_bg.jpg");
  background-size: cover;
  position: relative; }
  .brief-banner:before {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .brief-banner .layout {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%; }
    .brief-banner .layout h1 {
      font-weight: normal;
      font-size: 1.28rem;
      position: relative;
      z-index: 1; }
    .brief-banner .layout p {
      font-size: 0.96rem;
      line-height: 1.12rem;
      margin-top: 1.6rem;
      position: relative;
      z-index: 1;
      text-align: center; }
  @media (max-width: 960px) {
    .brief-banner {
      height: 200px; }
      .brief-banner h1 {
        font-size: 20px; }
      .brief-banner p {
        font-size: 18px; } }

.brief-box2 {
  background-color: #f2f2f2;
  padding: 3.2rem 0;
  margin-bottom: 3.2rem;
  background-image: url("../images/cyfyy/brief/culture_bg.jpg");
  background-position: left bottom;
  background-repeat: no-repeat; }
  .brief-box2 .layout {
    display: flex; }
    .brief-box2 .layout h1.left-tit {
      width: 33.3%; }
      .brief-box2 .layout h1.left-tit a.more001 {
        margin-top: 1.6rem; }
    .brief-box2 .layout ul {
      flex: 1;
      overflow: hidden; }
      .brief-box2 .layout ul li {
        border-bottom: 1px solid #489BAE;
        position: relative; }
        .brief-box2 .layout ul li:first-child a {
          padding-top: 0; }
        .brief-box2 .layout ul li a {
          padding: 1.2rem 0;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .brief-box2 .layout ul li a .tit {
            font-size: 1.2rem;
            line-height: 1;
            color: #333; }
          .brief-box2 .layout ul li a .text {
            font-size: 0.96rem;
            line-height: 1.12rem;
            color: rgba(0, 0, 0, 0.4);
            margin-top: 0.8rem; }
@keyframes arrowmove {
  0% {
    transform: translate(-5px); }
  25% {
    transform: translate(5px); }
  50% {
    transform: translate(-5px); }
  75% {
    transform: translate(5px); }
  100% {
    transform: translate(-5px); } }
          .brief-box2 .layout ul li a i {
            font-size: 0.8rem;
            color: #7F7F7F;
            display: block; }
@keyframes bordermove {
  0% {
    right: -100%; }
  100% {
    right: 100%; } }
          .brief-box2 .layout ul li a .line {
            border-top: 0.24rem solid #006B87;
            width: 100%;
            position: absolute;
            right: calc(-100% + 98px);
            bottom: 0;
            transition: all 0.8s; }
        .brief-box2 .layout ul li:hover .line {
          right: 0; }
        .brief-box2 .layout ul li:hover i {
          animation: arrowmove 2.5s linear infinite;
          color: #489BAE; }
  @media (max-width: 960px) {
    .brief-box2 {
      padding: 40px 0;
      margin-bottom: 40px; }
      .brief-box2 .layout {
        padding: 0 20px;
        flex-wrap: wrap; }
        .brief-box2 .layout h1.left-tit {
          width: 100%;
          display: flex;
          align-items: center;
          justify-content: space-between; }
          .brief-box2 .layout h1.left-tit a.more001 {
            margin-top: 0; }
        .brief-box2 .layout ul {
          width: 100%;
          flex: unset;
          margin-top: 20px; }
          .brief-box2 .layout ul li a {
            padding: 20px 0; }
            .brief-box2 .layout ul li a .tit {
              font-size: 16px; }
            .brief-box2 .layout ul li a .text {
              font-size: 14px;
              margin-top: 15px; } }

.brief-box3 {
  margin-top: 3.2rem; }
  .brief-box3 .layout {
    position: relative; }
    .brief-box3 .layout > img {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      z-index: -1;
      max-width: 50%; }
    .brief-box3 .layout .intro-container {
      margin-top: 2.4rem; }
      .brief-box3 .layout .intro-container .intro-slider {
        margin-bottom: 0; }
        .brief-box3 .layout .intro-container .intro-slider .intro-item {
          font-size: 0.72rem;
          line-height: 2;
          text-align: center;
          color: #333333; }
          .brief-box3 .layout .intro-container .intro-slider .intro-item .time {
            font-size: 0.96rem;
            color: #006B87; }
    .brief-box3 .layout .year-box {
      margin-top: 2.4rem;
      position: relative; }
      .brief-box3 .layout .year-box:before {
        content: "";
        width: 100%;
        border-bottom: 1px dashed #C69E36;
        position: absolute;
        top: 1.64rem; }
      .brief-box3 .layout .year-box .year-slide {
        position: relative;
        padding: 0 4.8rem; }
        .brief-box3 .layout .year-box .year-slide .year-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          cursor: pointer; }
          .brief-box3 .layout .year-box .year-slide .year-item p {
            font-size: 0.96rem;
            color: #333333;
            line-height: 1;
            margin-top: 0.8rem;
            transition: all 0.3s;
            height: 1.28rem; }
          .brief-box3 .layout .year-box .year-slide .year-item span {
            font-size: 0.56rem;
            line-height: 1;
            color: #AAAAAA;
            margin-top: 0.4rem;
            padding: 0 10px;
            text-align: center; }
          .brief-box3 .layout .year-box .year-slide .year-item img {
            width: 100%; }
          .brief-box3 .layout .year-box .year-slide .year-item .icon_a {
            display: none; }
          .brief-box3 .layout .year-box .year-slide .year-item.slick-current .icon {
            display: none; }
          .brief-box3 .layout .year-box .year-slide .year-item.slick-current .icon_a {
            display: block; }
          .brief-box3 .layout .year-box .year-slide .year-item.slick-current p {
            color: #006B87;
            font-size: 1.44rem; }
        .brief-box3 .layout .year-box .year-slide .slick-arrow {
          cursor: pointer;
          position: absolute;
          width: 1.6rem;
          height: 1.6rem;
          line-height: 1.6rem;
          text-align: center;
          box-sizing: border-box;
          border: 1px dashed #C69E36;
          color: #7F7F7F;
          border-radius: 50%;
          top: 0.8rem;
          background-color: #fff; }
          .brief-box3 .layout .year-box .year-slide .slick-arrow.prev {
            left: 0; }
          .brief-box3 .layout .year-box .year-slide .slick-arrow.next {
            right: 0; }
          .brief-box3 .layout .year-box .year-slide .slick-arrow:hover {
            background-color: #006B87;
            color: #fff;
            border: none; }
      .brief-box3 .layout .year-box .year-notslider {
        display: flex;
        justify-content: center; }
        .brief-box3 .layout .year-box .year-notslider .year-item {
          width: 9.6rem; }
      .brief-box3 .layout .year-box .m-year-slide {
        display: none; }
  @media (max-width: 960px) {
    .brief-box3 {
      margin-top: 40px; }
      .brief-box3 .layout {
        padding: 0 20px; }
        .brief-box3 .layout h1 {
          font-size: 18px; }
        .brief-box3 .layout .intro-container {
          margin-top: 20px; }
        .brief-box3 .layout .year-box {
          margin-top: 20px; }
          .brief-box3 .layout .year-box:before {
            top: calc(2.4vw + 3px); }
          .brief-box3 .layout .year-box .year-slide {
            padding: 0  40px; }
            .brief-box3 .layout .year-box .year-slide .year-item p {
              font-size: 16px !important; }
            .brief-box3 .layout .year-box .year-slide .slick-arrow {
              top: 1vw; }
          .brief-box3 .layout .year-box .year-notslider {
            padding: 0 32px; }
          .brief-box3 .layout .year-box .m-year-slide {
            display: flex; }
          .brief-box3 .layout .year-box .pc-year-slide {
            display: none; } }
  @media (max-width: 640px) {
    .brief-box3 .layout .year-box .year-slide .slick-arrow {
      top: 0; } }
  @media (max-width: 360px) {
    .brief-box3 .layout .year-box .year-slide .slick-arrow {
      top: -1vw; } }

.brief-box4 {
  position: relative;
  margin-top: 3.2rem;
  margin-bottom: 4rem; }
  .brief-box4 .inner-box {
    display: flex;
    justify-content: space-between;
    position: relative; }
    .brief-box4 .inner-box .leader-item {
      width: 48.5%;
      height: 14.96rem;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 1.6rem 0 0 1.6rem;
      box-sizing: border-box;
      position: relative;
      cursor: pointer;
      display: block; }
      .brief-box4 .inner-box .leader-item::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        position: absolute;
        left: 0;
        top: 0; }
      .brief-box4 .inner-box .leader-item h2 {
        font-weight: normal;
        position: relative;
        font-size: 1.28rem;
        line-height: 1;
        color: #fff; }
        .brief-box4 .inner-box .leader-item h2:after {
          display: block;
          width: 2.88rem;
          height: 0.12rem;
          background-color: #489BAE;
          position: absolute;
          left: 0;
          bottom: -0.96rem; }
      .brief-box4 .inner-box .leader-item .more {
        position: absolute;
        left: 0;
        bottom: -1.6rem;
        width: 83.3%;
        height: 3.72rem;
        background-color: #489BAE;
        background-repeat: no-repeat;
        background-size: auto 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding-right: 1.6rem;
        box-sizing: border-box;
        transition: all 0.5s;
        color: #fff;
        transition: all 0.5s; }
        .brief-box4 .inner-box .leader-item .more span {
          font-size: 0.64rem;
          margin-right: 0.4rem; }
        .brief-box4 .inner-box .leader-item .more .circle {
          width: 1.2rem;
          height: 1.2rem;
          border: 1px dashed #fff;
          border-radius: 50%;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          justify-content: center;
          margin-left: 0.4rem; }
          .brief-box4 .inner-box .leader-item .more .circle i {
            color: #fff;
            font-size: 0.8rem; }
        .brief-box4 .inner-box .leader-item .more:hover {
          background-color: #006B87; }
      .brief-box4 .inner-box .leader-item + .leader-item .more {
        background-color: #D9B97B; }
        .brief-box4 .inner-box .leader-item + .leader-item .more:hover {
          background-color: #006B87; }
  @media (max-width: 960px) {
    .brief-box4 {
      margin-top: 40px; }
      .brief-box4 .inner-box {
        padding: 0 20px;
        flex-wrap: wrap; }
        .brief-box4 .inner-box .leader-item {
          width: 100%;
          height: 51vw;
          padding: 20px 0 0 20px; }
          .brief-box4 .inner-box .leader-item h2 {
            font-size: 18px; }
            .brief-box4 .inner-box .leader-item h2:after {
              bottom: -12px; }
          .brief-box4 .inner-box .leader-item .more {
            width: calc(100% - 54px);
            height: 40px;
            bottom: -20px;
            padding-right: 20px; }
            .brief-box4 .inner-box .leader-item .more span {
              font-size: 12px; }
            .brief-box4 .inner-box .leader-item .more i {
              font-size: 16px; }
          .brief-box4 .inner-box .leader-item + .leader-item {
            margin-top: 42px; } }

.page-navigation .map-area-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 1.6rem; }
  .page-navigation .map-area-tab .map-area-name {
    margin: 0 1rem;
    font-size: 0;
    position: relative;
    cursor: pointer; }
    .page-navigation .map-area-tab .map-area-name i {
      font-size: 0.96rem;
      color: #333;
      margin-right: 0.4rem; }
    .page-navigation .map-area-tab .map-area-name span {
      font-size: 0.96rem;
      line-height: 1;
      color: #333; }
    .page-navigation .map-area-tab .map-area-name.cur i {
      color: #006B87; }
    .page-navigation .map-area-tab .map-area-name.cur span {
      color: #006B87; }
    .page-navigation .map-area-tab .map-area-name.cur:after, .page-navigation .map-area-tab .map-area-name.cur:before {
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .page-navigation .map-area-tab .map-area-name.cur:after {
      height: 1.44rem;
      border-left: 1px dashed #006B87;
      top: 100%; }
    .page-navigation .map-area-tab .map-area-name.cur:before {
      width: 0.44rem;
      height: 0.44rem;
      border-radius: 50%;
      background-color: #006B87;
      bottom: -1.8rem; }
.page-navigation .map-box {
  height: 24rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border: 1px dashed #006B87;
  position: relative;
  box-sizing: border-box;
  padding: 0.4rem; }
  .page-navigation .map-box .top-button {
    position: absolute;
    top: 0.8rem;
    right: 0.8rem;
    z-index: 1;
    display: flex; }
    .page-navigation .map-box .top-button .goback {
      height: 1.6rem;
      line-height: 1.6rem;
      border: 1px solid #F2F2F2;
      background-color: #fff;
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
      border-radius: 4px;
      font-size: 0.64rem;
      margin-right: 10px;
      width: 2.4rem;
      cursor: pointer;
      text-align: center;
      color: #3385FF; }
    .page-navigation .map-box .top-button .select-box {
      position: relative; }
      .page-navigation .map-box .top-button .select-box .map-search {
        width: 4.8rem;
        height: 1.6rem;
        line-height: 1.6rem;
        border: 1px solid #F2F2F2;
        background-color: #fff;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        border-radius: 4px;
        box-sizing: border-box;
        padding: 0 0.8rem 0 1.2rem;
        font-size: 0.64rem;
        cursor: pointer;
        color: #AAAAAA; }
        .page-navigation .map-box .top-button .select-box .map-search::placeholder {
          color: #AAAAAA; }
      .page-navigation .map-box .top-button .select-box .option {
        position: absolute;
        left: 0;
        top: 1.76rem;
        display: none; }
        .page-navigation .map-box .top-button .select-box .option ul {
          width: 4.8rem;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
          background-color: #fff; }
          .page-navigation .map-box .top-button .select-box .option ul li a {
            display: block;
            height: 1.6rem;
            line-height: 1.6rem;
            text-align: center;
            color: #333;
            font-size: 0.64rem; }
            .page-navigation .map-box .top-button .select-box .option ul li a:hover {
              background-color: #F2F2F2;
              color: #3385FF; }
      .page-navigation .map-box .top-button .select-box .icon {
        position: absolute;
        font-size: 0.8rem;
        line-height: 1;
        color: #3385FF;
        left: 0.4rem;
        top: 0.4rem; }
      .page-navigation .map-box .top-button .select-box .arrow {
        position: absolute;
        font-size: 12px;
        color: #555;
        right: 0.4rem;
        top: 0.56rem;
        transition: transform 0.3s; }
      .page-navigation .map-box .top-button .select-box.active .map-search {
        border-color: #3385FF; }
      .page-navigation .map-box .top-button .select-box.active .arrow {
        transform: rotate(180deg); }
  .page-navigation .map-box .map-search-result {
    height: 23.2rem;
    width: 12rem;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    box-sizing: border-box;
    padding: 0 0.4rem;
    z-index: 2;
    position: absolute;
    right: 0.4rem;
    top: 0.4rem; }
    .page-navigation .map-box .map-search-result .top-keyword {
      height: 1.6rem;
      border-bottom: 1px solid #D7D7D7;
      display: flex;
      align-items: center; }
      .page-navigation .map-box .map-search-result .top-keyword .icon {
        font-size: 0.64rem;
        color: #3385FF;
        margin-right: 4px; }
      .page-navigation .map-box .map-search-result .top-keyword p {
        flex: 1;
        font-size: 0; }
        .page-navigation .map-box .map-search-result .top-keyword p span {
          font-size: 0.56rem;
          color: #AAAAAA; }
          .page-navigation .map-box .map-search-result .top-keyword p span.keyword {
            color: #333; }
      .page-navigation .map-box .map-search-result .top-keyword .close {
        font-size: 0.56rem;
        color: #333;
        cursor: pointer; }
    .page-navigation .map-box .map-search-result .result-list {
      height: calc(100% - 2.5rem);
      margin-top: 0.4rem; }
      .page-navigation .map-box .map-search-result .result-list > div {
        border: none !important; }
  .page-navigation .map-box .map-container {
    height: 23.2rem; }
    .page-navigation .map-box .map-container img {
      max-width: none !important; }
    .page-navigation .map-box .map-container input {
      box-sizing: border-box;
      padding: 0.12rem;
      height: 1.04rem !important;
      font-size: 0.48rem;
      vertical-align: middle; }
    .page-navigation .map-box .map-container .BMapLib_ap th, .page-navigation .map-box .map-container .BMapLib_ap td {
      padding: 0.12rem; }
    .page-navigation .map-box .map-container #BMapLib_is_remember_phone {
      margin-left: 0.2rem; }
    .page-navigation .map-box .map-container .BMapLib_SearchInfoWindow, .page-navigation .map-box .map-container .position-map .BMapLib_nav_tab_content li {
      font-family: inherit; }
    .page-navigation .map-box .map-container .BMapLib_bubble_title {
      font-weight: bold; }
    .page-navigation .map-box .map-container .BMapLib_bubble_content {
      line-height: 2; }
    .page-navigation .map-box .map-container .BMapLib_trans {
      top: auto !important; }
    .page-navigation .map-box .map-container .BMapLib_sms_declare_phone {
      font-size: 0.48rem; }
    .page-navigation .map-box .map-container .BMap_scaleHBar img {
      display: none; }
.page-navigation .inner-navigation {
  background-color: #fff;
  border: 1px dashed #006B87;
  box-sizing: border-box;
  padding: 0 1.6rem 1.08rem;
  margin-top: 0.8rem; }
  .page-navigation .inner-navigation .tab-tit-box {
    border-bottom: 1px solid #D7D7D7;
    display: flex; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit {
      height: 2.56rem;
      cursor: pointer;
      display: flex;
      align-items: center;
      color: #006B87;
      position: relative;
      margin-right: 1.6rem; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit i {
        font-size: 0.96rem;
        color: #006B87;
        margin-right: 0.4rem; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit p {
        font-size: 0.72rem;
        color: #333; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit:after {
        content: "";
        width: 100%;
        height: 4px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-color: #006B87;
        opacity: 0; }
      .page-navigation .inner-navigation .tab-tit-box .tab-tit.cur:after {
        opacity: 1; }
  .page-navigation .inner-navigation .tab-pannel-wrap {
    margin-top: 0.8rem; }
    .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel {
      height: 6.08rem; }
      .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
        background-color: #34989F;
        width: 0.16rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }
      .page-navigation .inner-navigation .tab-pannel-wrap .tab-pannel .mCSB_scrollTools .mCSB_draggerRail {
        background-color: #D7D7D7;
        width: 0.08rem;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px; }

.category-map001 h1 {
  font-weight: normal;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 2rem; }

@media (max-width: 960px) {
  .page-navigation .map-area-tab .map-area-name {
    margin: 0 5px; }
    .page-navigation .map-area-tab .map-area-name span {
      font-size: 16px; }
  .page-navigation .inner-navigation .tab-tit-box .tab-tit {
    margin-right: 10px; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit i {
      font-size: 14px;
      margin-right: 2px; }
    .page-navigation .inner-navigation .tab-tit-box .tab-tit p {
      font-size: 14px; } }
.category-service001 .service001-yyfs {
  margin-top: 3.2rem; }
  .category-service001 .service001-yyfs .layout .inner-box {
    display: flex;
    margin-top: 1.6rem;
    justify-content: space-between;
    align-items: center; }
    .category-service001 .service001-yyfs .layout .inner-box .left-box {
      width: 60%;
      background-color: #e7f3f4;
      box-sizing: border-box;
      padding: 2.4rem; }
      .category-service001 .service001-yyfs .layout .inner-box .left-box h2 {
        font-size: 0.96rem;
        color: #006B87; }
      .category-service001 .service001-yyfs .layout .inner-box .left-box .text-box {
        margin: 0.8rem 0; }
        .category-service001 .service001-yyfs .layout .inner-box .left-box .text-box p {
          font-size: 0.64rem;
          line-height: 1.5;
          margin-bottom: 0.6rem; }
          .category-service001 .service001-yyfs .layout .inner-box .left-box .text-box p:first-child {
            color: #006B87;
            padding-left: 0.4rem;
            position: relative; }
            .category-service001 .service001-yyfs .layout .inner-box .left-box .text-box p:first-child:before {
              content: "";
              width: 5px;
              height: 5px;
              background-color: #006B87;
              border-radius: 50%;
              position: absolute;
              left: 0;
              top: 0.44rem; }
    .category-service001 .service001-yyfs .layout .inner-box .right-box {
      width: 40%; }
      .category-service001 .service001-yyfs .layout .inner-box .right-box .qr-list {
        display: flex;
        align-items: center;
        justify-content: center; }
        .category-service001 .service001-yyfs .layout .inner-box .right-box .qr-list li {
          width: 8rem;
          padding: 0.32rem;
          border: 1px solid #ccc;
          background-color: #f9f9f9; }
          .category-service001 .service001-yyfs .layout .inner-box .right-box .qr-list li .img {
            width: 100%;
            height: 8rem;
            margin-bottom: 0.4rem; }
            .category-service001 .service001-yyfs .layout .inner-box .right-box .qr-list li .img img {
              width: 100%;
              height: 100%;
              object-fit: contain; }
          .category-service001 .service001-yyfs .layout .inner-box .right-box .qr-list li span {
            font-size: 0.64rem;
            line-height: 1;
            color: #006B87;
            display: block;
            text-align: center; }
      .category-service001 .service001-yyfs .layout .inner-box .right-box .tips {
        margin-top: 1.2rem;
        background-color: #ceeaec;
        font-size: 0.64rem;
        padding: 0.6rem 0.8rem;
        border-radius: 4px; }
      .category-service001 .service001-yyfs .layout .inner-box .right-box > img {
        margin: 0 auto;
        display: block;
        max-width: 100%; }
  @media (max-width: 960px) {
    .category-service001 .service001-yyfs {
      margin-top: 40px; }
      .category-service001 .service001-yyfs .layout {
        padding: 0 20px; }
        .category-service001 .service001-yyfs .layout .inner-box {
          margin-top: 23px;
          display: block; }
          .category-service001 .service001-yyfs .layout .inner-box .left-box {
            width: 100%;
            padding: 20px;
            margin-right: 0; }
          .category-service001 .service001-yyfs .layout .inner-box .right-box {
            margin-top: 20px;
            width: 100%; } }
.category-service001 .service001-box1 {
  margin-top: 3.2rem; }
  .category-service001 .service001-box1 .layout {
    display: flex;
    justify-content: space-between; }
    .category-service001 .service001-box1 .layout .box1-item {
      width: 31%;
      height: 17.2rem;
      border-radius: 8px;
      background-color: #006B87;
      box-sizing: border-box;
      padding: 1.6rem;
      position: relative; }
      .category-service001 .service001-box1 .layout .box1-item h1 {
        margin-bottom: 3.28rem;
        position: relative; }
        .category-service001 .service001-box1 .layout .box1-item h1:after {
          content: "";
          width: 2.4rem;
          border-top: 2px solid rgba(255, 255, 255, 0.4);
          position: absolute;
          left: 0;
          bottom: -1.68rem; }
      .category-service001 .service001-box1 .layout .box1-item ul {
        position: relative;
        z-index: 1; }
        .category-service001 .service001-box1 .layout .box1-item ul li {
          margin-bottom: 0.96rem;
          padding-left: 0.56rem;
          position: relative;
          font-size: 0; }
          .category-service001 .service001-box1 .layout .box1-item ul li:before {
            content: "";
            width: 0.16rem;
            height: 0.16rem;
            border-radius: 50%;
            background-color: #fff;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
          .category-service001 .service001-box1 .layout .box1-item ul li a {
            font-size: 0.72rem;
            line-height: 1;
            color: #fff;
            transition: all 0.3s;
            display: block; }
            .category-service001 .service001-box1 .layout .box1-item ul li a:hover {
              transform: translateX(5px);
              color: #006B87; }
      .category-service001 .service001-box1 .layout .box1-item > i {
        font-size: 4.8rem;
        color: rgba(255, 255, 255, 0.26);
        line-height: 1;
        position: absolute;
        right: 1.6rem;
        bottom: 1.6rem; }
      .category-service001 .service001-box1 .layout .box1-item.item1 {
        background-color: #3ba9c1; }
      .category-service001 .service001-box1 .layout .box1-item.item2 {
        background-color: #42caca; }
      .category-service001 .service001-box1 .layout .box1-item.item0 .search-form {
        margin-bottom: 0.8rem; }
        .category-service001 .service001-box1 .layout .box1-item.item0 .search-form form {
          position: relative; }
          .category-service001 .service001-box1 .layout .box1-item.item0 .search-form form input {
            width: 100%;
            height: 1.92rem;
            border-radius: 4px;
            box-sizing: border-box;
            font-size: 0.64rem; }
          .category-service001 .service001-box1 .layout .box1-item.item0 .search-form form button {
            position: absolute;
            right: 0;
            top: 0;
            height: 100%;
            background-color: unset;
            width: 2.4rem; }
            .category-service001 .service001-box1 .layout .box1-item.item0 .search-form form button i {
              font-size: 0.96rem;
              color: #006B87; }
      .category-service001 .service001-box1 .layout .box1-item.item0 a.more-btn {
        background-color: #3ba9c1; }
  @media (max-width: 960px) {
    .category-service001 .service001-box1 {
      margin-top: 40px; }
      .category-service001 .service001-box1 .layout {
        display: block;
        padding: 0 20px; }
        .category-service001 .service001-box1 .layout .box1-item {
          width: 100%;
          margin-bottom: 20px; } }
.category-service001 .service001-box2 .layout {
  display: flex;
  justify-content: space-between; }
  .category-service001 .service001-box2 .layout .left-box {
    width: 49.33%;
    height: 16rem;
    background-color: #3F7BD0;
    box-sizing: border-box;
    padding: 1.6rem;
    background-image: url(../images/nsmc/service/mzpb.jpg);
    background-size: cover; }
    .category-service001 .service001-box2 .layout .left-box .search-form {
      margin: 4.32rem 0 0.64rem; }
      .category-service001 .service001-box2 .layout .left-box .search-form form {
        position: relative; }
        .category-service001 .service001-box2 .layout .left-box .search-form form input {
          width: 100%;
          height: 1.92rem;
          border-radius: 4px;
          box-sizing: border-box;
          font-size: 0.64rem; }
        .category-service001 .service001-box2 .layout .left-box .search-form form button {
          position: absolute;
          right: 0;
          top: 0;
          height: 100%;
          background-color: unset;
          width: 2.4rem; }
          .category-service001 .service001-box2 .layout .left-box .search-form form button i {
            font-size: 0.96rem;
            color: #006B87; }
  .category-service001 .service001-box2 .layout .right-box {
    width: 49.33%;
    height: 16rem;
    background-color: #006B87;
    box-sizing: border-box;
    padding: 1.6rem;
    background-image: url(../images/nsmc/service/jktj.jpg);
    background-size: cover; }
    .category-service001 .service001-box2 .layout .right-box ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 1.6rem; }
      .category-service001 .service001-box2 .layout .right-box ul li {
        width: 48%;
        height: 1.92rem;
        margin-bottom: 0.8rem; }
        .category-service001 .service001-box2 .layout .right-box ul li a {
          width: 100%;
          height: 100%;
          border-radius: 4px;
          box-sizing: border-box;
          padding: 0 0.8rem;
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #fff;
          border: 1px solid #fff;
          box-sizing: border-box; }
          .category-service001 .service001-box2 .layout .right-box ul li a p {
            font-size: 0.72rem;
            color: #fff; }
          .category-service001 .service001-box2 .layout .right-box ul li a:hover {
            background-color: rgba(255, 255, 255, 0.2); }
@media (max-width: 960px) {
  .category-service001 .service001-box2 .layout {
    display: block;
    padding: 0 20px; }
    .category-service001 .service001-box2 .layout .left-box {
      width: 100%;
      margin-bottom: 20px; }
    .category-service001 .service001-box2 .layout .right-box {
      width: 100%;
      height: auto; }
      .category-service001 .service001-box2 .layout .right-box ul {
        display: block;
        margin-top: 30px; }
        .category-service001 .service001-box2 .layout .right-box ul li {
          width: 100%;
          margin-bottom: 10px; } }
.category-service001 .service001-box5 {
  margin-top: 3.2rem;
  box-sizing: border-box;
  padding: 3.2rem 0;
  background-color: #006B87; }
  .category-service001 .service001-box5 .layout .column-list {
    display: flex;
    justify-content: center;
    margin-top: 1.6rem; }
    .category-service001 .service001-box5 .layout .column-list .column-item {
      margin: 0 1.6rem; }
    .category-service001 .service001-box5 .layout .column-list a {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 6.56rem;
      margin: 0 auto;
      color: #fff;
      transition: all 0.3s; }
      .category-service001 .service001-box5 .layout .column-list a:hover {
        transform: translateY(-10px); }
      .category-service001 .service001-box5 .layout .column-list a i {
        width: 6.56rem;
        height: 6.56rem;
        border-radius: 4px;
        text-align: center;
        line-height: 6.56rem;
        background-color: rgba(255, 255, 255, 0.2);
        font-size: 3.2rem; }
      .category-service001 .service001-box5 .layout .column-list a p {
        font-size: 0.72rem;
        line-height: 1;
        margin-top: 0.8rem; }
  @media (max-width: 960px) {
    .category-service001 .service001-box5 {
      margin-top: 40px; }
      .category-service001 .service001-box5 .layout {
        padding: 0 20px; }
        .category-service001 .service001-box5 .layout .column-list {
          flex-wrap: wrap; }
          .category-service001 .service001-box5 .layout .column-list .column-item {
            width: 48%;
            margin: 0 0 20px; } }
.category-service001 .hos-navigation {
  padding: 3.2rem 0;
  margin-top: 3.2rem;
  background-color: #FBF5E4;
  background-size: cover; }
  .category-service001 .hos-navigation .layout h1 {
    margin-bottom: 1.84rem; }
  @media (max-width: 960px) {
    .category-service001 .hos-navigation {
      padding: 40px 0;
      margin-top: 40px; }
      .category-service001 .hos-navigation .layout {
        padding: 0 20px; } }
.category-service001 .service001-sbzs {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  .category-service001 .service001-sbzs .layout {
    display: flex;
    justify-content: space-between; }
    .category-service001 .service001-sbzs .layout .box-item {
      width: 48%; }
      .category-service001 .service001-sbzs .layout .box-item h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-service001 .service001-sbzs .layout .box-item ul {
        margin-top: 1.84rem; }
        .category-service001 .service001-sbzs .layout .box-item ul li {
          border-bottom: 1px solid #eee;
          padding: 0.8rem 0; }
          .category-service001 .service001-sbzs .layout .box-item ul li a {
            display: flex;
            align-items: center; }
            .category-service001 .service001-sbzs .layout .box-item ul li a i {
              font-size: 0.8rem;
              color: #006B87;
              margin-right: 0.4rem;
              line-height: 1; }
            .category-service001 .service001-sbzs .layout .box-item ul li a .icon {
              font-size: 0.72rem;
              line-height: 0.8rem; }
            .category-service001 .service001-sbzs .layout .box-item ul li a p {
              flex: 1;
              font-size: 0.72rem;
              line-height: 0.8rem;
              max-height: 0.8rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              transition: all 0.3s; }
            .category-service001 .service001-sbzs .layout .box-item ul li a .time {
              color: #999;
              font-size: 0.64rem;
              line-height: 1;
              display: inline-block;
              margin-left: 0.8rem; }
            .category-service001 .service001-sbzs .layout .box-item ul li a:hover p {
              color: #006B87;
              transform: translateX(5px); }
      .category-service001 .service001-sbzs .layout .box-item.item0 ul {
        border-top: 1px solid #eee; }
        .category-service001 .service001-sbzs .layout .box-item.item0 ul li a .icon {
          display: none; }
      .category-service001 .service001-sbzs .layout .box-item.item1 ul {
        border: 1px solid #eee; }
        .category-service001 .service001-sbzs .layout .box-item.item1 ul li {
          padding: 0.8rem 1.6rem; }
          .category-service001 .service001-sbzs .layout .box-item.item1 ul li a i, .category-service001 .service001-sbzs .layout .box-item.item1 ul li a .time {
            display: none; }
  @media (max-width: 960px) {
    .category-service001 .service001-sbzs {
      margin-top: 40px;
      margin-bottom: 40px; }
      .category-service001 .service001-sbzs .layout {
        padding: 0 20px;
        display: block; }
        .category-service001 .service001-sbzs .layout .box-item {
          width: 100%; }
          .category-service001 .service001-sbzs .layout .box-item ul {
            margin-top: 23px; }
          .category-service001 .service001-sbzs .layout .box-item.item0 {
            margin-bottom: 20px; }
          .category-service001 .service001-sbzs .layout .box-item.item1 ul li {
            padding: 15px; } }

.check-box002 {
  margin-top: 3.2rem; }
  .check-box002 .layout {
    display: flex; }
    .check-box002 .layout .link {
      height: max-content;
      width: max-content;
      margin-right: 0.8rem;
      position: relative;
      padding: 0.4rem;
      color: white;
      display: flex; }
      .check-box002 .layout .link .num {
        font-size: 2.24rem;
        color: rgba(255, 255, 255, 0.4);
        line-height: 1;
        font-weight: bold; }
      .check-box002 .layout .link .item {
        display: flex;
        align-items: center;
        font-size: 0.96rem;
        padding-left: 0.6rem; }
      .check-box002 .layout .link::after {
        display: none;
        position: absolute;
        left: 50%;
        bottom: -19px;
        height: 0;
        width: 0;
        transform: translateX(-50%);
        border: 10px transparent solid;
        content: '';
        border-top-color: #006B87;
        border-top-width: 0.48rem; }
    .check-box002 .layout .active::after {
      display: block; }
  .check-box002 .layout .link:nth-child(1) {
    background: #006B87; }
    .check-box002 .layout .link:nth-child(1)::after {
      border-top-color: #006B87; }
  .check-box002 .layout .link:nth-child(2) {
    background: #36a4ac; }
    .check-box002 .layout .link:nth-child(2)::after {
      border-top-color: #36a4ac; }
  @media (max-width: 1600px) {
    .check-box002 .layout .link::after {
      bottom: -18px; } }
  @media (max-width: 1280px) {
    .check-box002 .layout .link::after {
      bottom: -17px; } }
  @media (max-width: 960px) {
    .check-box002 {
      margin-top: 1.6rem; }
      .check-box002 .layout {
        padding: 0 0.8rem; }
        .check-box002 .layout .link img {
          max-width: 80%;
          max-height: 80%; } }
  @media (max-width: 480px) {
    .check-box002 .layout .link {
      margin-right: 0; }
      .check-box002 .layout .link img {
        max-width: 60%;
        max-height: 60%; } }

.health-kpzs002 {
  margin-top: 1.6rem; }
  .health-kpzs002 .layout .kp-slider {
    width: 100%;
    position: relative; }
    .health-kpzs002 .layout .kp-slider .slick-item {
      width: 100%;
      display: flex; }
      .health-kpzs002 .layout .kp-slider .slick-item .left-img {
        position: relative;
        width: 52%;
        height: 16rem;
        overflow: hidden;
        background-color: #006d8a;
        display: flex;
        justify-content: center;
        align-items: center; }
        .health-kpzs002 .layout .kp-slider .slick-item .left-img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .health-kpzs002 .layout .kp-slider .slick-item .left-img > p {
          font-size: 0.96rem;
          color: rgba(255, 255, 255, 0.6); }
        .health-kpzs002 .layout .kp-slider .slick-item .left-img:hover img {
          transform: scale(1.1); }
      .health-kpzs002 .layout .kp-slider .slick-item .right-info {
        width: 48%;
        height: 16rem;
        padding: 2.4rem 2.4rem 2rem;
        box-sizing: border-box;
        background: #f4f4f4;
        position: relative; }
        .health-kpzs002 .layout .kp-slider .slick-item .right-info .new-info {
          height: 100%;
          width: 100%; }
          .health-kpzs002 .layout .kp-slider .slick-item .right-info .new-info .time {
            color: #006B87;
            font-size: 0.64rem; }
          .health-kpzs002 .layout .kp-slider .slick-item .right-info .new-info .title {
            margin-top: 0.4rem;
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .health-kpzs002 .layout .kp-slider .slick-item .right-info .new-info .content {
            margin-top: 0.4rem;
            font-size: 0.56rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .health-kpzs002 .layout .kp-slider .slick-item .right-info .new-info:hover .title {
            color: #006B87; }
        .health-kpzs002 .layout .kp-slider .slick-item .right-info .lb-line {
          content: '';
          width: calc(30% - 40px);
          height: 1px;
          background-color: #e0e0e3;
          position: absolute;
          left: 3rem;
          bottom: 60px; }
        .health-kpzs002 .layout .kp-slider .slick-item .right-info .rb-line {
          content: '';
          width: calc(30% - 40px);
          height: 1px;
          background-color: #e0e0e3;
          position: absolute;
          right: 3rem;
          bottom: 60px; }
    .health-kpzs002 .layout .kp-slider .slick-arrow {
      position: absolute;
      width: 40px;
      height: 40px;
      font-size: 0.64rem;
      line-height: 40px;
      text-align: center;
      color: #fff;
      background-color: #006B87;
      box-sizing: border-box;
      cursor: pointer;
      border-radius: 50%;
      z-index: 100; }
      .health-kpzs002 .layout .kp-slider .slick-arrow.prev {
        bottom: 40px;
        right: 25%; }
      .health-kpzs002 .layout .kp-slider .slick-arrow.next {
        bottom: 40px;
        right: 20%; }
  .health-kpzs002 .layout .kp-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.8rem; }
    .health-kpzs002 .layout .kp-list .kp-item {
      width: 32%;
      margin-bottom: 0.8rem;
      padding-bottom: 0.4rem;
      border-bottom: 1px solid #e8e8e8; }
      .health-kpzs002 .layout .kp-list .kp-item .news-info .img {
        width: 100%;
        height: 10.4rem;
        overflow: hidden;
        background-color: #006d8a;
        display: flex;
        justify-content: center;
        align-items: center; }
        .health-kpzs002 .layout .kp-list .kp-item .news-info .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .health-kpzs002 .layout .kp-list .kp-item .news-info .img > p {
          font-size: 0.72rem;
          color: rgba(255, 255, 255, 0.6); }
      .health-kpzs002 .layout .kp-list .kp-item .news-info .title {
        height: 2.16rem;
        margin-top: 0.6rem;
        font-size: 0.72rem;
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .health-kpzs002 .layout .kp-list .kp-item .news-info .time {
        color: #666666;
        margin-top: 0.4rem;
        font-size: 0.64rem; }
      .health-kpzs002 .layout .kp-list .kp-item:hover {
        transition: all .5s;
        border-bottom: 1px solid #006B87; }
        .health-kpzs002 .layout .kp-list .kp-item:hover .news-info .img img {
          transform: scale(1.1); }
        .health-kpzs002 .layout .kp-list .kp-item:hover .news-info .title {
          color: #006B87; }
  .health-kpzs002 .layout .more-btn {
    margin: 1.6rem auto 3.2rem; }

@media (max-width: 960px) {
  .health-kpzs002 {
    margin-top: 1.6rem; }
    .health-kpzs002 .layout {
      padding: 0 0.8rem; }
      .health-kpzs002 .layout .kp-slider .slick-item {
        flex-wrap: wrap; }
        .health-kpzs002 .layout .kp-slider .slick-item .left-img {
          width: 100%;
          height: 50vw; }
        .health-kpzs002 .layout .kp-slider .slick-item .right-info {
          width: 100%;
          height: 220px;
          padding: 20px; }
      .health-kpzs002 .layout .kp-slider .slick-arrow.prev {
        bottom: 40px;
        left: calc(50% - 50px); }
      .health-kpzs002 .layout .kp-slider .slick-arrow.next {
        bottom: 40px;
        right: calc(50% - 50px); }
      .health-kpzs002 .layout .kp-list .kp-item {
        width: 48%; }
        .health-kpzs002 .layout .kp-list .kp-item .news-info .img {
          height: 30vw; } }
@media (max-width: 480px) {
  .health-kpzs002 {
    margin-top: 1.6rem; }
    .health-kpzs002 .layout {
      padding: 0 0.8rem; }
      .health-kpzs002 .layout .kp-list .kp-item {
        width: 100%; }
        .health-kpzs002 .layout .kp-list .kp-item .news-info .img {
          height: 50vw; } }
.health-tsyl002 {
  margin-top: 1.6rem; }
  .health-tsyl002 .layout .news-slider {
    width: calc(100% + 2rem);
    margin: 0 -0.8rem; }
    .health-tsyl002 .layout .news-slider .slick-item {
      margin: 0 0.8rem;
      width: 100%;
      box-sizing: border-box;
      display: flex;
      justify-content: space-between; }
      .health-tsyl002 .layout .news-slider .slick-item .left-new {
        width: 100%;
        height: 16rem; }
        .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item {
          height: 100%;
          width: 100%;
          position: relative; }
          .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img {
            position: relative;
            width: 100%;
            height: 100%;
            overflow: hidden;
            background-color: #006d8a;
            display: flex;
            justify-content: center;
            align-items: center; }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img > p {
              font-size: 0.72rem;
              color: rgba(255, 255, 255, 0.6); }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img .circle {
              background: white;
              width: 2.4rem;
              height: 2.4rem;
              border-radius: 50%;
              position: absolute;
              right: 1.8rem;
              bottom: 3.5rem;
              display: flex;
              justify-content: center;
              align-items: center;
              padding-left: 0.2rem;
              box-sizing: border-box; }
              .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img .circle i {
                font-size: 0.8rem;
                color: #006B87; }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img:hover img {
              transform: scale(1.1); }
          .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .bottom-info {
            width: 100%;
            position: absolute;
            left: 0;
            bottom: 0;
            background: rgba(0, 0, 0, 0.5);
            padding: 0.4rem;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .bottom-info .title {
              color: white;
              width: calc(100% - 100px);
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 1.08rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .bottom-info .time {
              text-align: right;
              font-size: 0.64rem;
              color: white;
              width: 100px; }
  .health-tsyl002 .layout .slick-dots {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    font-size: 0;
    text-align: center; }
    .health-tsyl002 .layout .slick-dots li {
      display: inline-block;
      width: 15%;
      height: 3px;
      margin: 0 5px;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      background-color: #bcbcbe;
      cursor: pointer;
      -webkit-transition: .3s;
      -o-transition: .3s;
      -moz-transition: .3s;
      transition: .3s; }
      .health-tsyl002 .layout .slick-dots li button {
        display: none; }
      .health-tsyl002 .layout .slick-dots li.slick-active {
        background-color: #006B87; }
  .health-tsyl002 .layout .kp-list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.2rem; }
    .health-tsyl002 .layout .kp-list .kp-item {
      width: 32%;
      margin-bottom: 0.8rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-radius: 0.4rem;
      overflow: hidden; }
      .health-tsyl002 .layout .kp-list .kp-item .news-info .img {
        position: relative;
        width: 100%;
        height: 10.4rem;
        overflow: hidden;
        background-color: #006d8a;
        display: flex;
        justify-content: center;
        align-items: center; }
        .health-tsyl002 .layout .kp-list .kp-item .news-info .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .health-tsyl002 .layout .kp-list .kp-item .news-info .img > p {
          font-size: 0.72rem;
          color: rgba(255, 255, 255, 0.6); }
        .health-tsyl002 .layout .kp-list .kp-item .news-info .img .circle {
          background: white;
          width: 2.4rem;
          height: 2.4rem;
          border-radius: 50%;
          position: absolute;
          right: 1.8rem;
          bottom: 1.5rem;
          display: flex;
          justify-content: center;
          align-items: center;
          padding-left: 0.2rem;
          box-sizing: border-box; }
          .health-tsyl002 .layout .kp-list .kp-item .news-info .img .circle i {
            font-size: 0.8rem;
            color: #006B87; }
      .health-tsyl002 .layout .kp-list .kp-item .news-info .time {
        color: #666666;
        padding: 1.2rem 0.6rem 0.4rem;
        font-size: 0.64rem; }
      .health-tsyl002 .layout .kp-list .kp-item .news-info .title {
        padding: 0 0.6rem 0.8rem; }
        .health-tsyl002 .layout .kp-list .kp-item .news-info .title p {
          font-size: 0.72rem;
          line-height: 1.08rem;
          max-height: 2.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
      .health-tsyl002 .layout .kp-list .kp-item:hover {
        transition: all .5s; }
        .health-tsyl002 .layout .kp-list .kp-item:hover .news-info .img img {
          transform: scale(1.1); }
        .health-tsyl002 .layout .kp-list .kp-item:hover .news-info .title {
          color: white;
          background: #006B87; }
        .health-tsyl002 .layout .kp-list .kp-item:hover .news-info .time {
          color: white;
          background: #006B87; }
  .health-tsyl002 .layout .more-btn {
    margin: 1.6rem auto 3.2rem; }

@media (max-width: 960px) {
  .health-tsyl002 {
    margin-top: 1.6rem; }
    .health-tsyl002 .layout {
      padding: 0 0.8rem; }
      .health-tsyl002 .layout .news-slider {
        width: 100%;
        position: relative;
        height: auto;
        margin: 0; }
        .health-tsyl002 .layout .news-slider .slick-item {
          margin: 0;
          flex-wrap: wrap; }
          .health-tsyl002 .layout .news-slider .slick-item .left-new {
            width: 100%;
            height: auto; }
            .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item {
              height: 100%;
              width: 100%;
              position: relative; }
              .health-tsyl002 .layout .news-slider .slick-item .left-new .new-item .img {
                height: 50vw; }
          .health-tsyl002 .layout .news-slider .slick-item .right-news {
            width: 100%;
            height: auto;
            margin-top: 0.8rem; }
            .health-tsyl002 .layout .news-slider .slick-item .right-news .item {
              margin-bottom: 0.8rem;
              width: 100%;
              height: auto; }
              .health-tsyl002 .layout .news-slider .slick-item .right-news .item .news-info .img {
                width: 50%;
                height: 30vw; }
      .health-tsyl002 .layout .slick-dots {
        bottom: -20px; }
      .health-tsyl002 .layout .kp-list .kp-item {
        width: 48%; }
        .health-tsyl002 .layout .kp-list .kp-item .news-info .img {
          height: 30vw; } }
@media (max-width: 480px) {
  .health-tsyl002 .layout {
    padding: 0 0.8rem; }
    .health-tsyl002 .layout .kp-list .kp-item {
      width: 100%; }
      .health-tsyl002 .layout .kp-list .kp-item .news-info .img {
        height: 50vw; } }
.category-notice001 .notice001-box1 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  .category-notice001 .notice001-box1 .layout {
    display: flex;
    justify-content: space-between; }
    .category-notice001 .notice001-box1 .layout .box-list {
      width: 36%;
      background-color: #fff;
      box-sizing: border-box;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      padding: 1.6rem; }
      .category-notice001 .notice001-box1 .layout .box-list h1 {
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .category-notice001 .notice001-box1 .layout .box-list ul {
        margin-top: 1.04rem; }
        .category-notice001 .notice001-box1 .layout .box-list ul li {
          padding: 0.8rem 0;
          border-bottom: 1px solid #eee; }
          .category-notice001 .notice001-box1 .layout .box-list ul li a {
            display: flex;
            align-items: center;
            position: relative;
            padding-left: 0.4rem; }
            .category-notice001 .notice001-box1 .layout .box-list ul li a:before {
              content: "";
              width: 0.2rem;
              height: 0.24rem;
              border-radius: 50%;
              background-color: #006B87;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%); }
            .category-notice001 .notice001-box1 .layout .box-list ul li a p {
              flex: 1;
              font-size: 0.72rem;
              line-height: 0.8rem;
              max-height: 0.8rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              transition: all 0.3s; }
            .category-notice001 .notice001-box1 .layout .box-list ul li a span {
              color: #999;
              font-size: 0.64rem;
              line-height: 1;
              display: inline-block;
              margin-left: 0.8rem; }
            .category-notice001 .notice001-box1 .layout .box-list ul li a:hover p {
              color: #006B87;
              transform: translateX(5px); }
    .category-notice001 .notice001-box1 .layout .box-btn {
      width: 25%; }
      .category-notice001 .notice001-box1 .layout .box-btn .btn-item {
        width: 100%;
        height: 8.48rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: #006B87;
        background-image: url(../images/cyfyy/notice/zp.jpg);
        background-size: cover;
        position: relative; }
        .category-notice001 .notice001-box1 .layout .box-btn .btn-item:before {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          position: absolute;
          left: 0;
          top: 0; }
        .category-notice001 .notice001-box1 .layout .box-btn .btn-item:first-child {
          margin-bottom: 0.8rem;
          background-image: url(../images/cyfyy/notice/zb.jpg); }
        .category-notice001 .notice001-box1 .layout .box-btn .btn-item i {
          font-size: 2.4rem;
          color: #fff;
          line-height: 1;
          position: relative; }
        .category-notice001 .notice001-box1 .layout .box-btn .btn-item p {
          margin-top: 0.8rem;
          font-size: 1.6rem;
          line-height: 1;
          color: #fff;
          position: relative; }
@media (max-width: 960px) {
  .category-notice001 .notice001-box1 {
    margin-top: 40px;
    margin-bottom: 40px; }
    .category-notice001 .notice001-box1 .layout {
      padding: 0 20px;
      display: block; }
      .category-notice001 .notice001-box1 .layout .box-list {
        width: 100%;
        margin-bottom: 20px; }
        .category-notice001 .notice001-box1 .layout .box-list ul {
          margin-top: 0; }
      .category-notice001 .notice001-box1 .layout .box-btn {
        width: 100%;
        margin-bottom: 20px; }
        .category-notice001 .notice001-box1 .layout .box-btn .btn-item {
          height: 100px; }
          .category-notice001 .notice001-box1 .layout .box-btn .btn-item i {
            font-size: 28px; }
          .category-notice001 .notice001-box1 .layout .box-btn .btn-item p {
            font-size: 18px; } }

.category-notice002 h1 {
  display: flex;
  align-items: center;
  justify-content: space-between; }

.notice002-box1 {
  margin-top: 3.2rem; }
  .notice002-box1 .layout {
    display: flex; }
    .notice002-box1 .layout .box1-item {
      background-color: #006B87;
      background-image: url(../images/cyfyy/notice/notice002_box1_img0.jpg);
      width: 50%;
      box-sizing: border-box;
      padding: 2.4rem; }
      .notice002-box1 .layout .box1-item ul li {
        padding: 0.8rem 0;
        position: relative;
        border-bottom: 1px dashed #fff;
        font-size: 0; }
        .notice002-box1 .layout .box1-item ul li:after {
          content: "";
          width: 2.4rem;
          border-top: 2px solid #fff;
          position: absolute;
          left: 0;
          bottom: -1px;
          transition: all 0.3s; }
        .notice002-box1 .layout .box1-item ul li a {
          color: #fff;
          font-size: 0.72rem;
          line-height: 1.08rem;
          max-height: 2.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: ox2rem(54);
          margin-bottom: 0.4rem; }
        .notice002-box1 .layout .box1-item ul li span {
          font-size: 0.64rem;
          color: #fff;
          line-height: 1; }
        .notice002-box1 .layout .box1-item ul li:hover:after {
          width: 100%; }
      .notice002-box1 .layout .box1-item:first-child {
        top: 2.4rem;
        position: relative; }
      .notice002-box1 .layout .box1-item + .box1-item {
        background-color: #e9f5ff;
        background-image: url(../images/cyfyy/notice/notice002_box1_img1.jpg); }
        .notice002-box1 .layout .box1-item + .box1-item ul li {
          border-bottom-color: #006B87; }
          .notice002-box1 .layout .box1-item + .box1-item ul li:after {
            border-top-color: #006B87; }
          .notice002-box1 .layout .box1-item + .box1-item ul li a {
            color: #333; }
            .notice002-box1 .layout .box1-item + .box1-item ul li a:hover {
              color: #006B87; }
          .notice002-box1 .layout .box1-item + .box1-item ul li span {
            color: #999; }
  @media (max-width: 960px) {
    .notice002-box1 {
      margin-top: 40px; }
      .notice002-box1 .layout {
        display: block;
        padding: 0 20px; }
        .notice002-box1 .layout .box1-item {
          top: 0 !important;
          width: 100%;
          margin-bottom: 20px;
          padding: 20px; } }

.notice002-box2 {
  margin-top: 5.6rem;
  margin-bottom: 3.2rem; }
  .notice002-box2 .layout {
    display: flex;
    justify-content: space-between; }
    .notice002-box2 .layout .box2-item.item0 {
      width: 64%; }
      .notice002-box2 .layout .box2-item.item0 ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 1.6rem; }
        .notice002-box2 .layout .box2-item.item0 ul li {
          width: 48%;
          border-top: 2px solid #d8e6e9;
          margin-bottom: 0.8rem; }
          .notice002-box2 .layout .box2-item.item0 ul li a {
            display: block;
            width: 100%;
            background-color: #f7f7f7;
            box-sizing: border-box;
            padding: 0.8rem; }
            .notice002-box2 .layout .box2-item.item0 ul li a p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 1.08rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-bottom: 0.4rem; }
            .notice002-box2 .layout .box2-item.item0 ul li a span {
              font-size: 0.64rem;
              line-height: 1;
              color: #999; }
            .notice002-box2 .layout .box2-item.item0 ul li a:hover p {
              color: #006B87; }
    .notice002-box2 .layout .box2-item.item1 {
      width: 30%; }
      .notice002-box2 .layout .box2-item.item1 ul {
        margin-top: 1.6rem;
        background-color: #f7f7f7;
        padding: 0.16rem 0.96rem 0.96rem; }
        .notice002-box2 .layout .box2-item.item1 ul li {
          font-size: 0;
          padding: 0.8rem 0;
          position: relative;
          border-bottom: 1px dashed #ccc; }
          .notice002-box2 .layout .box2-item.item1 ul li:after {
            content: "";
            width: 2.4rem;
            border-top: 2px solid #006B87;
            position: absolute;
            left: 0;
            bottom: -1px;
            transition: all 0.3s; }
          .notice002-box2 .layout .box2-item.item1 ul li a {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            margin-bottom: 0.4rem; }
            .notice002-box2 .layout .box2-item.item1 ul li a:hover {
              color: #006B87; }
          .notice002-box2 .layout .box2-item.item1 ul li span {
            font-size: 0.64rem;
            line-height: 1;
            color: #999; }
          .notice002-box2 .layout .box2-item.item1 ul li:hover:after {
            width: 100%; }
  @media (max-width: 960px) {
    .notice002-box2 {
      margin-top: 40px;
      margin-bottom: 40px; }
      .notice002-box2 .layout {
        display: block;
        padding: 0 20px; }
        .notice002-box2 .layout .box2-item {
          width: 100% !important;
          margin-bottom: 20px; }
          .notice002-box2 .layout .box2-item ul {
            margin-top: 20px !important; }
          .notice002-box2 .layout .box2-item.item0 ul li {
            width: 100%; } }

.category-yxjy .yxjy-box1 {
  margin-top: 3.2rem; }
  .category-yxjy .yxjy-box1 .layout {
    display: flex;
    justify-content: space-between; }
    .category-yxjy .yxjy-box1 .layout .box-item {
      width: 48%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      background-color: #006B87;
      height: 14.28rem;
      box-sizing: border-box;
      padding: 1.6rem;
      background-image: url(../images/cyfyy/yxjy/bkjy.jpg);
      background-size: cover;
      background-position: center; }
      .category-yxjy .yxjy-box1 .layout .box-item h1 {
        font-size: 1.6rem;
        line-height: 1;
        font-weight: normal;
        color: #fff;
        position: relative; }
        .category-yxjy .yxjy-box1 .layout .box-item h1:after {
          content: "";
          width: 2.4rem;
          border-top: 1px solid rgba(255, 255, 255, 0.4);
          position: absolute;
          left: 0;
          bottom: -1.68rem; }
      .category-yxjy .yxjy-box1 .layout .box-item .circle {
        width: 1.6rem;
        height: 1.6rem;
        box-sizing: border-box;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s;
        border-radius: 50%; }
        .category-yxjy .yxjy-box1 .layout .box-item .circle i {
          color: #fff;
          font-size: 0.96rem; }
      .category-yxjy .yxjy-box1 .layout .box-item.item1 {
        background-color: #489BAE;
        background-image: url(../images/cyfyy/yxjy/yjsjy.jpg); }
        .category-yxjy .yxjy-box1 .layout .box-item.item1 .circle {
          background-color: #fff; }
          .category-yxjy .yxjy-box1 .layout .box-item.item1 .circle i {
            color: #489BAE; }
      .category-yxjy .yxjy-box1 .layout .box-item:hover .circle {
        transform: translateX(20px); }
  @media (max-width: 960px) {
    .category-yxjy .yxjy-box1 .layout {
      padding: 0 20px;
      display: block; }
      .category-yxjy .yxjy-box1 .layout .box-item {
        width: 100%;
        margin-bottom: 20px; }
        .category-yxjy .yxjy-box1 .layout .box-item h1 {
          font-size: 18px; } }
.category-yxjy .yxjy-box2 {
  margin-top: 3.2rem; }
  .category-yxjy .yxjy-box2 .layout .column-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-top: 3.2rem; }
    .category-yxjy .yxjy-box2 .layout .column-list .children-col {
      width: calc(33.33% - 0.75rem);
      position: relative; }
      .category-yxjy .yxjy-box2 .layout .column-list .children-col.col0 .pic {
        background-image: url("../images/cyfyy/yxjy/zhuanp.jpg"); }
      .category-yxjy .yxjy-box2 .layout .column-list .children-col.col1 .pic {
        background-image: url("../images/cyfyy/yxjy/zhup.jpg"); }
      .category-yxjy .yxjy-box2 .layout .column-list .children-col.col2 .pic {
        background-image: url("../images/cyfyy/yxjy/hsxx.jpg"); }
      .category-yxjy .yxjy-box2 .layout .column-list .children-col .pic {
        height: 12.8rem;
        width: 100%;
        position: relative;
        background-color: #006B87;
        background-size: cover; }
        .category-yxjy .yxjy-box2 .layout .column-list .children-col .pic:before {
          content: "";
          position: absolute;
          left: 0;
          bottom: 0;
          right: 0;
          height: 50%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
          z-index: 1;
          width: 100%; }
        .category-yxjy .yxjy-box2 .layout .column-list .children-col .pic a {
          display: block;
          width: 100%;
          height: 100%; }
      .category-yxjy .yxjy-box2 .layout .column-list .children-col .text {
        position: absolute;
        bottom: 0.8rem;
        box-sizing: border-box;
        padding: 0 1.4rem;
        width: 100%;
        z-index: 1; }
        .category-yxjy .yxjy-box2 .layout .column-list .children-col .text h4 {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          position: relative;
          z-index: 1; }
          .category-yxjy .yxjy-box2 .layout .column-list .children-col .text h4 span {
            font-size: 1.28rem;
            font-weight: normal;
            display: inline-block;
            position: relative;
            color: white; }
            .category-yxjy .yxjy-box2 .layout .column-list .children-col .text h4 span:before {
              content: "";
              position: absolute;
              width: 100%;
              height: 2px;
              background: #ee9640;
              top: -1px; }
          .category-yxjy .yxjy-box2 .layout .column-list .children-col .text h4 a i {
            font-size: 1.28rem;
            color: #fff;
            font-weight: normal;
            line-height: 1.68rem; }
        .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box {
          margin-top: 0.6rem;
          position: relative; }
          .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box .inner-select {
            box-sizing: border-box;
            display: flex;
            justify-content: space-between;
            padding: 0 0.8rem;
            height: 2rem;
            background-color: #fff;
            align-items: center;
            font-size: 0.64rem; }
            .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box .inner-select i {
              font-size: 0.56rem; }
          .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box ul {
            padding: 0 0.8rem 0.8rem 0.8rem;
            position: absolute;
            background: white;
            width: 100%;
            display: none;
            z-index: 99999999999999;
            box-sizing: border-box;
            border: 1px solid #e4e4e4; }
            .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box ul li {
              border-left: 1px solid #006B87;
              padding-left: 0.6rem; }
              .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box ul li a {
                font-size: 0.64rem;
                color: #006B87;
                line-height: 0.88rem;
                padding: 0.2rem 0;
                display: inline-block;
                transition: 0.4s; }
                .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box ul li a:hover {
                  color: #323232;
                  padding-left: 0.2rem; }
            .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box ul .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
              background-color: #006B87; }
          .category-yxjy .yxjy-box2 .layout .column-list .children-col .text .more-column-box:hover ul {
            display: block; }
  @media (max-width: 960px) {
    .category-yxjy .yxjy-box2 {
      margin-top: 40px; }
      .category-yxjy .yxjy-box2 .layout {
        padding: 0 20px; }
        .category-yxjy .yxjy-box2 .layout .column-list {
          flex-direction: column;
          margin-top: 1.6rem; }
          .category-yxjy .yxjy-box2 .layout .column-list .children-col {
            width: 100%;
            margin-bottom: 0.8rem; }
            .category-yxjy .yxjy-box2 .layout .column-list .children-col .pic {
              height: 55vw; }
            .category-yxjy .yxjy-box2 .layout .column-list .children-col .text h4 span {
              font-size: 18px; } }
.category-yxjy .yxjy-box3 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  .category-yxjy .yxjy-box3 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-yxjy .yxjy-box3 .layout .doc-list {
    margin: 1.84rem -0.48rem 0; }
    .category-yxjy .yxjy-box3 .layout .doc-list .doc-item {
      margin: 0 0.48rem;
      background-color: #fff;
      box-sizing: border-box;
      padding: 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 16rem;
      position: relative;
      border: 1px solid #e4e4e4;
      box-sizing: border-box; }
      .category-yxjy .yxjy-box3 .layout .doc-list .doc-item:after {
        content: "";
        width: 100%;
        height: 0;
        background-color: #006B87;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: height 0.3s; }
      .category-yxjy .yxjy-box3 .layout .doc-list .doc-item .img {
        width: 100%;
        height: 11.2rem;
        overflow: hidden;
        flex-shrink: 0; }
        .category-yxjy .yxjy-box3 .layout .doc-list .doc-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .category-yxjy .yxjy-box3 .layout .doc-list .doc-item .name {
        font-size: 0.96rem;
        line-height: 1;
        color: #006B87;
        margin: 0.8rem 0 0.4rem; }
      .category-yxjy .yxjy-box3 .layout .doc-list .doc-item .protit {
        font-size: 0.64rem;
        line-height: 1;
        color: #999999;
        line-height: 0.8rem;
        max-height: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        flex-shrink: 0; }
      .category-yxjy .yxjy-box3 .layout .doc-list .doc-item:hover .img img {
        transform: scale(1.1); }
      .category-yxjy .yxjy-box3 .layout .doc-list .doc-item:hover:after {
        height: 2px; }
    .category-yxjy .yxjy-box3 .layout .doc-list .slick-arrow {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      background-color: #006B87;
      color: #fff;
      line-height: 1.6rem;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 1; }
      .category-yxjy .yxjy-box3 .layout .doc-list .slick-arrow.prev {
        left: -1.6rem; }
      .category-yxjy .yxjy-box3 .layout .doc-list .slick-arrow.next {
        right: -1.6rem; }
  @media (max-width: 960px) {
    .category-yxjy .yxjy-box3 {
      margin-top: 40px;
      margin-bottom: 60px; }
      .category-yxjy .yxjy-box3 .layout {
        padding: 0 20px; }
        .category-yxjy .yxjy-box3 .layout .doc-list {
          margin-top: 20px; }
          .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .doc-item {
            height: calc(45vw + 88px); }
            .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .doc-item .img {
              height: 45vw; }
          .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .slick-dots {
            bottom: -30px; }
            .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .slick-dots li {
              height: 6px;
              width: 6px;
              border-radius: 50%;
              background-color: rgba(0, 0, 0, 0.25); }
              .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .slick-dots li.slick-active {
                background-color: #DFB728; }
              .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .slick-dots li button {
                display: none; }
          .category-yxjy .yxjy-box3 .layout .doc-list .doc-slider .slick-arrow {
            width: 24px;
            height: 24px;
            line-height: 24px;
            bottom: -5px; } }

.category-kjxs .home-notice014 {
  margin-top: 3.2rem; }
  .category-kjxs .home-notice014 .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .category-kjxs .home-notice014 .layout .left-news,
    .category-kjxs .home-notice014 .layout .center-news,
    .category-kjxs .home-notice014 .layout .right-news {
      width: 32%; }
      .category-kjxs .home-notice014 .layout .left-news h1,
      .category-kjxs .home-notice014 .layout .center-news h1,
      .category-kjxs .home-notice014 .layout .right-news h1 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
      .category-kjxs .home-notice014 .layout .left-news .info-box,
      .category-kjxs .home-notice014 .layout .center-news .info-box,
      .category-kjxs .home-notice014 .layout .right-news .info-box {
        margin-top: 1.84rem;
        height: 16rem;
        width: 100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 0.4rem 0.8rem;
        box-sizing: border-box; }
    .category-kjxs .home-notice014 .layout .left-news {
      border-bottom: #006B87 4px solid; }
      .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item {
        height: 33.3%;
        display: flex;
        padding: 0.8rem 0;
        box-sizing: border-box;
        border-bottom: #cfcfcf 1px solid; }
        .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .img-left {
          width: 40%;
          height: 3.48rem;
          overflow: hidden;
          background-color: #006d8a;
          position: relative; }
          .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .img-left img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .img-left > p {
            font-size: 0.88rem;
            color: rgba(255, 255, 255, 0.6);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
        .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .item-right {
          width: 60%;
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          padding-left: 0.4rem;
          box-sizing: border-box; }
          .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .item-right .tit {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .item-right .time {
            font-size: 0.64rem;
            color: #AAAAAA; }
        .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item:hover .img-left img {
          transform: scale(1.1); }
        .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item:hover .item-right .tit {
          color: #006B87; }
      .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item:nth-child(3) {
        border-bottom: none; }
    .category-kjxs .home-notice014 .layout .center-news {
      border-bottom: #489BAE 4px solid; }
      .category-kjxs .home-notice014 .layout .center-news .info-box {
        padding-top: 0.8rem; }
        .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item {
          display: flex;
          flex-direction: column;
          height: 2.96rem;
          padding: 0.4rem 0;
          box-sizing: border-box;
          border-bottom: #cfcfcf 1px solid; }
          .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item .tit {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 1.08rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item .time {
            display: flex;
            align-items: center;
            margin-top: 0.4rem;
            font-size: 0.64rem;
            line-height: 1;
            color: #AAAAAA; }
            .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item .time i {
              margin-right: 0.12rem; }
          .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item:hover .tit {
            color: #006B87; }
        .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item:nth-child(5) {
          border-bottom: none; }
    .category-kjxs .home-notice014 .layout .right-news {
      border-bottom: #42A1CA 4px solid; }
      .category-kjxs .home-notice014 .layout .right-news .info-box {
        padding-top: 1.2rem; }
        .category-kjxs .home-notice014 .layout .right-news .info-box .img {
          position: relative;
          display: flex;
          width: 100%;
          padding-bottom: 56%;
          overflow: hidden;
          background-color: #006d8a; }
          .category-kjxs .home-notice014 .layout .right-news .info-box .img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s;
            position: absolute;
            left: 0;
            top: 0; }
          .category-kjxs .home-notice014 .layout .right-news .info-box .img > p {
            font-size: 0.88rem;
            color: rgba(255, 255, 255, 0.6);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%); }
          .category-kjxs .home-notice014 .layout .right-news .info-box .img:hover img {
            transform: scale(1.1); }
          .category-kjxs .home-notice014 .layout .right-news .info-box .img .tit {
            color: white;
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 2rem;
            background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #6388a8 100%);
            padding: 0.4rem;
            box-sizing: border-box; }
            .category-kjxs .home-notice014 .layout .right-news .info-box .img .tit p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 1.08rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
        .category-kjxs .home-notice014 .layout .right-news .info-box .news-list {
          height: 6.8rem;
          margin-top: 0.4rem; }
          .category-kjxs .home-notice014 .layout .right-news .info-box .news-list .new-item {
            display: flex;
            height: 1.72rem;
            padding: 0.4rem 0;
            box-sizing: border-box; }
            .category-kjxs .home-notice014 .layout .right-news .info-box .news-list .new-item .tit {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 1.08rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-kjxs .home-notice014 .layout .right-news .info-box .news-list .new-item:hover .tit {
              color: #006B87; }
  @media (max-width: 960px) {
    .category-kjxs .home-notice014 {
      margin-top: 40px; }
      .category-kjxs .home-notice014 .layout {
        padding: 0 0.8rem; }
        .category-kjxs .home-notice014 .layout .left-news,
        .category-kjxs .home-notice014 .layout .center-news,
        .category-kjxs .home-notice014 .layout .right-news {
          width: 100%;
          margin-bottom: 20px; }
          .category-kjxs .home-notice014 .layout .left-news .info-box,
          .category-kjxs .home-notice014 .layout .center-news .info-box,
          .category-kjxs .home-notice014 .layout .right-news .info-box {
            height: auto;
            margin-top: 23px; }
        .category-kjxs .home-notice014 .layout .left-news {
          height: auto; }
          .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .img-left {
            display: none; }
          .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .item-right {
            width: 100%; }
            .category-kjxs .home-notice014 .layout .left-news .info-box .news-list .new-item .item-right .time {
              margin-top: 5px; }
        .category-kjxs .home-notice014 .layout .center-news .info-box {
          height: auto; }
          .category-kjxs .home-notice014 .layout .center-news .info-box .news-list {
            height: auto; }
            .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item {
              height: auto; }
              .category-kjxs .home-notice014 .layout .center-news .info-box .news-list .new-item .time {
                margin-top: 0.4rem; }
        .category-kjxs .home-notice014 .layout .right-news {
          height: auto; }
          .category-kjxs .home-notice014 .layout .right-news .info-box {
            height: auto; }
            .category-kjxs .home-notice014 .layout .right-news .info-box .news-list {
              height: auto; }
              .category-kjxs .home-notice014 .layout .right-news .info-box .news-list .new-item {
                height: max-content;
                padding: 0.6rem 0; } }
.category-kjxs .kjxs-box2 {
  margin-top: 3.2rem; }
  .category-kjxs .kjxs-box2 .layout {
    display: flex; }
    .category-kjxs .kjxs-box2 .layout .left-box {
      width: 50%;
      height: 18rem;
      overflow: hidden; }
      .category-kjxs .kjxs-box2 .layout .left-box img {
        width: 100%;
        height: 100%;
        transition: all 0.3s; }
      .category-kjxs .kjxs-box2 .layout .left-box:hover img {
        transform: scale(1.1); }
    .category-kjxs .kjxs-box2 .layout .right-box {
      background-color: #006B87;
      width: 50%;
      padding: 2.4rem;
      box-sizing: border-box; }
      .category-kjxs .kjxs-box2 .layout .right-box h1 {
        font-size: 1.6rem;
        line-height: 1;
        position: relative;
        font-weight: normal; }
        .category-kjxs .kjxs-box2 .layout .right-box h1 a {
          color: #fff; }
        .category-kjxs .kjxs-box2 .layout .right-box h1:after {
          content: "";
          width: 2.4rem;
          border-top: 2px solid rgba(255, 255, 255, 0.4);
          position: absolute;
          left: 0;
          bottom: -1.68rem; }
      .category-kjxs .kjxs-box2 .layout .right-box .info {
        font-size: 0.72rem;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 1.2rem;
        margin-top: 3.2rem;
        text-indent: 2em; }
      .category-kjxs .kjxs-box2 .layout .right-box a.more-btn {
        background-color: #12B8A0; }
  @media (max-width: 960px) {
    .category-kjxs .kjxs-box2 {
      margin-top: 40px; }
      .category-kjxs .kjxs-box2 .layout {
        padding: 0 20px;
        display: block; }
        .category-kjxs .kjxs-box2 .layout .left-box {
          width: 100%; }
        .category-kjxs .kjxs-box2 .layout .right-box {
          width: 100%;
          padding: 20px; }
          .category-kjxs .kjxs-box2 .layout .right-box h1 {
            font-size: 18px; } }
.category-kjxs .kjxs-box3 {
  padding: 3.2rem 0; }
  .category-kjxs .kjxs-box3 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-kjxs .kjxs-box3 .layout .inner-download {
    margin-top: 1.6rem; }
    .category-kjxs .kjxs-box3 .layout .inner-download ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-kjxs .kjxs-box3 .layout .inner-download ul li {
        width: calc(25% - 0.8rem);
        margin-bottom: 0.8rem; }
        .category-kjxs .kjxs-box3 .layout .inner-download ul li a {
          width: 100%;
          padding: 0.8rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          display: block;
          box-sizing: border-box;
          transition: all 0.3s;
          position: relative; }
          .category-kjxs .kjxs-box3 .layout .inner-download ul li a p {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            margin-bottom: 0.4rem;
            color: #333; }
          .category-kjxs .kjxs-box3 .layout .inner-download ul li a span {
            font-size: 0.64rem;
            line-height: 1;
            color: #999; }
          .category-kjxs .kjxs-box3 .layout .inner-download ul li a i {
            position: absolute;
            right: 0.8rem;
            bottom: 0.8rem;
            font-size: 1.2rem;
            color: #aaa; }
          .category-kjxs .kjxs-box3 .layout .inner-download ul li a:hover {
            background-color: #006B87; }
            .category-kjxs .kjxs-box3 .layout .inner-download ul li a:hover p, .category-kjxs .kjxs-box3 .layout .inner-download ul li a:hover span, .category-kjxs .kjxs-box3 .layout .inner-download ul li a:hover i {
              color: #fff; }
  @media (max-width: 960px) {
    .category-kjxs .kjxs-box3 {
      padding: 40px 0; }
      .category-kjxs .kjxs-box3 .layout {
        padding: 0 20px; }
        .category-kjxs .kjxs-box3 .layout .inner-download {
          margin-top: 30px; }
          .category-kjxs .kjxs-box3 .layout .inner-download ul {
            display: block;
            margin-right: 0; }
            .category-kjxs .kjxs-box3 .layout .inner-download ul li {
              width: 100%;
              margin-right: 0; } }

.category-xyqjs .xyqjs-box1 {
  margin-top: 3.2rem; }
  .category-xyqjs .xyqjs-box1 .layout {
    display: flex; }
    .category-xyqjs .xyqjs-box1 .layout .left-box {
      width: 50%;
      height: 18rem;
      overflow: hidden; }
      .category-xyqjs .xyqjs-box1 .layout .left-box img {
        width: 100%;
        height: 100%;
        transition: all 0.3s; }
      .category-xyqjs .xyqjs-box1 .layout .left-box:hover img {
        transform: scale(1.1); }
    .category-xyqjs .xyqjs-box1 .layout .right-box {
      background-color: #d9b97b;
      width: 50%;
      padding: 2.4rem;
      box-sizing: border-box; }
      .category-xyqjs .xyqjs-box1 .layout .right-box h1 {
        font-size: 1.6rem;
        line-height: 1;
        position: relative;
        font-weight: normal;
        color: #fff; }
        .category-xyqjs .xyqjs-box1 .layout .right-box h1 a {
          color: #fff; }
        .category-xyqjs .xyqjs-box1 .layout .right-box h1:after {
          content: "";
          width: 2.4rem;
          border-top: 2px solid rgba(255, 255, 255, 0.4);
          position: absolute;
          left: 0;
          bottom: -1.68rem; }
      .category-xyqjs .xyqjs-box1 .layout .right-box .info {
        font-size: 0.72rem;
        line-height: 1.5;
        color: #fff;
        margin-bottom: 1.2rem;
        margin-top: 3.2rem;
        text-indent: 2em; }
      .category-xyqjs .xyqjs-box1 .layout .right-box a.more-btn {
        background-color: #12B8A0; }
  @media (max-width: 960px) {
    .category-xyqjs .xyqjs-box1 .layout {
      padding: 0 20px;
      display: block; }
      .category-xyqjs .xyqjs-box1 .layout .left-box {
        width: 100%; }
      .category-xyqjs .xyqjs-box1 .layout .right-box {
        width: 100%;
        padding: 20px; }
        .category-xyqjs .xyqjs-box1 .layout .right-box h1 {
          font-size: 18px; } }
.category-xyqjs .xyqjs-box2 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  .category-xyqjs .xyqjs-box2 .layout {
    display: flex;
    justify-content: space-between; }
    .category-xyqjs .xyqjs-box2 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .category-xyqjs .xyqjs-box2 .layout .left-box {
      width: 62.7%;
      background-color: #006B87;
      display: flex;
      height: 21.16rem; }
      .category-xyqjs .xyqjs-box2 .layout .left-box .img {
        width: 44.4%;
        height: 100%;
        flex-shrink: 0; }
        .category-xyqjs .xyqjs-box2 .layout .left-box .img img {
          width: 100%;
          height: 100%; }
      .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box {
        padding: 1.6rem 1.6rem 1.6rem 0; }
        .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box ul {
          margin-top: 1.84rem; }
          .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box ul li {
            padding: 0.8rem 0;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
            font-size: 0; }
            .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box ul li span {
              font-size: 0.64rem;
              line-height: 1;
              color: #fff;
              opacity: .5;
              display: block; }
            .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box ul li a {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #fff;
              height: 2.16rem;
              margin-top: 0.4rem; }
              .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box ul li a:hover {
                color: rgba(255, 255, 255, 0.8); }
    .category-xyqjs .xyqjs-box2 .layout .right-box {
      width: 33%; }
      .category-xyqjs .xyqjs-box2 .layout .right-box ul {
        margin-top: 0.8rem;
        background-color: #fff;
        -webkit-box-shadow: 0 0 24px rgba(29, 32, 29, 0.08);
        -moz-box-shadow: 0 0 24px rgba(29, 32, 29, 0.08);
        box-shadow: 0 0 24px rgba(29, 32, 29, 0.08);
        border-top: 3px solid #006B87;
        padding: 1.28rem 1.6rem 2.96rem; }
        .category-xyqjs .xyqjs-box2 .layout .right-box ul li {
          padding: 0.8rem 0 0.2rem 1.88rem;
          position: relative;
          border-left: 1px solid #e1e1e1;
          font-size: 0; }
          .category-xyqjs .xyqjs-box2 .layout .right-box ul li:before {
            content: "\e6a9";
            font-family: 'iconcyfyy';
            display: block;
            font-size: 0.88rem;
            line-height: 1.32rem;
            position: absolute;
            top: 0.6rem;
            left: -0.44rem;
            z-index: 2;
            color: #006B87;
            background-color: #fff; }
          .category-xyqjs .xyqjs-box2 .layout .right-box ul li a {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333;
            height: 2.16rem;
            margin-bottom: 0.4rem; }
            .category-xyqjs .xyqjs-box2 .layout .right-box ul li a:hover {
              color: #006B87; }
          .category-xyqjs .xyqjs-box2 .layout .right-box ul li span {
            font-size: 0.64rem;
            line-height: 1;
            color: #666;
            opacity: .5; }
  @media (max-width: 960px) {
    .category-xyqjs .xyqjs-box2 .layout {
      padding: 0 20px;
      display: block; }
      .category-xyqjs .xyqjs-box2 .layout .left-box {
        width: 100%;
        margin-bottom: 20px; }
        .category-xyqjs .xyqjs-box2 .layout .left-box .img {
          display: none; }
        .category-xyqjs .xyqjs-box2 .layout .left-box .inner-box {
          padding: 20px; }
      .category-xyqjs .xyqjs-box2 .layout .right-box {
        width: 100%; }
        .category-xyqjs .xyqjs-box2 .layout .right-box ul li {
          padding: 13px 0 0.2rem 20px; } }

.category-nurse001 .nurse001-box1 {
  padding-top: 3.2rem; }
  .category-nurse001 .nurse001-box1 .layout .top-info .intro {
    font-size: 0.64rem;
    line-height: 1.28rem;
    margin-top: 1.6rem;
    margin-bottom: 0.8rem; }
  .category-nurse001 .nurse001-box1 .layout .top-info a.more-btn {
    margin: 0 auto; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box1 {
      padding: 40px 0 0; }
      .category-nurse001 .nurse001-box1 .layout {
        padding: 0 20px; }
        .category-nurse001 .nurse001-box1 .layout .top-info .intro {
          margin: 30px 0; } }
.category-nurse001 .nurse001-box2 {
  margin-top: 3.2rem; }
  .category-nurse001 .nurse001-box2 .layout .inner-box {
    margin-top: 1.6rem;
    display: flex;
    justify-content: space-between; }
    .category-nurse001 .nurse001-box2 .layout .inner-box .time {
      font-size: 0.64rem;
      color: #999;
      line-height: 1; }
    .category-nurse001 .nurse001-box2 .layout .inner-box .left-box {
      width: 74%; }
      .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news {
        margin-bottom: 1.6rem;
        display: flex;
        background-color: #e6effc;
        overflow: hidden; }
        .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news a.img {
          display: block;
          width: 58%;
          flex-shrink: 0; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news a.img .inner-img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            position: relative;
            background-color: #006B87; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news a.img .inner-img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s;
              position: absolute;
              left: 0;
              top: 0; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news a.img .inner-img > p {
              font-size: 0.96rem;
              color: rgba(255, 255, 255, 0.6);
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news a.img:hover .inner-img img {
            transform: scale(1.1); }
        .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info {
          padding: 1.6rem;
          box-sizing: border-box;
          font-size: 0;
          background-image: url(../images/nsmc/news/news_img_bg.jpg); }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .tit {
            font-size: 0.8rem;
            line-height: 1.44rem;
            max-height: 2.88rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333;
            font-weight: bold;
            margin-bottom: 0.8rem; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .content {
            margin-bottom: 1.6rem;
            margin-top: 0.8rem;
            font-size: 0.64rem;
            color: #333;
            line-height: 1.2rem;
            max-height: 3.6rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            opacity: .9; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .time {
            font-size: 0.64rem; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .more {
            display: flex;
            align-items: center; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .more span {
              font-size: 0.72rem;
              line-height: 1;
              color: #999; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .more .circle {
              width: 1.2rem;
              height: 1.2rem;
              border: 1px dashed #999;
              border-radius: 50%;
              box-sizing: border-box;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-left: 0.4rem; }
              .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .more .circle i {
                color: #999;
                font-size: 0.8rem; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .more:hover .circle i {
              animation: showArrow 1s; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info a:hover .tit {
            color: #006B87; }
      .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list {
        display: flex;
        margin-right: -2.3%; }
        .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item {
          display: block;
          width: 31%;
          margin-right: 2.3%; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item .img {
            width: 100%;
            padding-bottom: 56%;
            overflow: hidden;
            position: relative;
            background-color: #006B87; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s;
              position: absolute;
              left: 0;
              top: 0; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item .img > p {
              font-size: 0.96rem;
              color: rgba(255, 255, 255, 0.6);
              position: absolute;
              left: 50%;
              top: 50%;
              transform: translate(-50%, -50%); }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info {
            padding: 1.2rem;
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
            overflow: hidden;
            -webkit-transition: .5s;
            -o-transition: .5s;
            transition: .5s;
            font-size: 0; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item .bottom-info .tit {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.16rem;
              margin-bottom: 0.4rem;
              color: #333; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item:hover .img img {
            transform: scale(1.1); }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info {
            background-color: #006B87; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .tit, .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item:hover .bottom-info .time {
              color: #fff; }
    .category-nurse001 .nurse001-box2 .layout .inner-box ul {
      width: 24%;
      padding: 0.8rem;
      background-color: #fff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
      overflow: hidden;
      box-sizing: border-box; }
      .category-nurse001 .nurse001-box2 .layout .inner-box ul li {
        padding: 0.8rem 0;
        border-bottom: 1px solid #eee; }
        .category-nurse001 .nurse001-box2 .layout .inner-box ul li a .tit {
          font-size: 0.72rem;
          line-height: 1.08rem;
          max-height: 2.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.16rem;
          margin-bottom: 0.4rem; }
        .category-nurse001 .nurse001-box2 .layout .inner-box ul li a:hover .tit {
          color: #006B87; }
  .category-nurse001 .nurse001-box2 .layout a.more-btn {
    margin: 1.6rem auto 0; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box2 {
      margin-top: 40px; }
      .category-nurse001 .nurse001-box2 .layout {
        padding: 0 20px; }
        .category-nurse001 .nurse001-box2 .layout .inner-box {
          margin-top: 30px;
          display: block; }
          .category-nurse001 .nurse001-box2 .layout .inner-box .left-box {
            width: 100%; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news {
              display: block; }
              .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news a.img {
                width: 100%; }
              .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info {
                width: 100%;
                padding: 10px; }
                .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .content, .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .more {
                  display: none; }
                .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .first-news .right-info .tit {
                  margin-bottom: 5px; }
            .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list {
              display: block;
              margin-right: 0; }
              .category-nurse001 .nurse001-box2 .layout .inner-box .left-box .img-news-list .img-news-item {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px; }
          .category-nurse001 .nurse001-box2 .layout .inner-box ul {
            width: 100%; }
        .category-nurse001 .nurse001-box2 .layout a.more-btn {
          margin-top: 20px; } }
.category-nurse001 .nurse001-box3 {
  padding: 3.2rem 0; }
  .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider {
    margin-bottom: 0;
    padding-top: 1.6rem; }
    .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider a {
      display: block;
      padding: 0.8rem 1.2rem;
      background-color: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
      border-bottom: solid 3px #006B87;
      width: 14.2rem;
      box-sizing: border-box;
      margin: 0.4rem; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider a:hover .notice-item .inner-content {
        margin-top: 0; }
    .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item {
      position: relative;
      width: 11.8rem;
      height: 6rem;
      overflow: hidden; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item .inner-content {
        margin-top: 1rem;
        background-color: #fff;
        position: relative;
        z-index: 1;
        transition: all 0.3s; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item .time {
        position: absolute;
        top: 0;
        font-size: 0.56rem;
        line-height: 0.96rem;
        color: #006B87; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item h3.tit {
        font-size: 0.72rem;
        font-weight: normal;
        height: 2rem;
        line-height: 1rem;
        max-height: 2rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        padding: 0.2rem 0 0.6rem; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item div.content {
        font-size: 0.56rem;
        line-height: 0.72rem;
        max-height: 1.44rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item span.notice-more {
        line-height: 1rem;
        font-size: 0.56rem;
        margin-top: 0.72rem;
        display: flex;
        align-items: center;
        color: #AAAAAA; }
        .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .notice-item span.notice-more i {
          display: flex;
          height: 0.8rem;
          width: 0.8rem;
          border-radius: 50%;
          border: 1px dashed #AAAAAA;
          margin-left: 0.2rem;
          align-items: center;
          justify-content: center;
          font-size: 0.56rem; }
    .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .slick-arrow {
      position: absolute;
      display: flex;
      height: 1.6rem;
      width: 1.6rem;
      font-size: 0.72rem;
      border-radius: 50%;
      align-items: center;
      justify-content: center;
      border: 1px solid #006B87;
      color: #006B87;
      cursor: pointer; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .slick-arrow.prev {
        top: -1.6rem;
        right: 2.8rem; }
      .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider .slick-arrow.next {
        top: -1.6rem;
        right: 0; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box3 {
      padding: 40px 0 0; }
      .category-nurse001 .nurse001-box3 .layout {
        padding: 0 20px; }
        .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider a {
          width: auto; }
          .category-nurse001 .nurse001-box3 .layout .inner-notice .notice-slider a .notice-item {
            width: auto; } }
.category-nurse001 .nurse001-box4 {
  background-image: url("../images/cyfyy/nurse/science-bg.jpg");
  background-size: cover;
  background-position: top;
  padding: 3.2rem 0; }
  .category-nurse001 .nurse001-box4 .layout {
    display: flex;
    justify-content: space-between; }
    .category-nurse001 .nurse001-box4 .layout .nurse-se-box {
      width: calc(25% - 20px);
      background-color: #fff;
      overflow: hidden;
      border-radius: 0.4rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      padding-bottom: 1.6rem; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-tit {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 7.48rem;
        box-sizing: border-box;
        background-color: #d5eff4;
        width: 100%;
        padding: 1.6rem 0; }
        .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-tit i {
          font-size: 2.4rem;
          color: rgba(0, 107, 135, 0.6);
          margin-bottom: 0.6rem; }
        .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-tit p {
          color: #006B87;
          font-weight: bold;
          font-size: 0.96rem; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content {
        padding: 1.2rem 2.2rem 0.8rem;
        box-sizing: border-box;
        width: 100%;
        flex-wrap: wrap;
        display: flex;
        justify-content: flex-start; }
        .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content a {
          font-size: 0.72rem;
          display: flex;
          align-items: center;
          width: 50%;
          line-height: 2;
          position: relative;
          padding-left: 0.4rem;
          box-sizing: border-box; }
          .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content a span {
            transition: all 0.3s;
            display: block; }
          .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content a:hover span {
            color: #006B87;
            transform: translateX(5px); }
          .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content a:hover:before {
            background-color: #006B87; }
        .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content a:before {
          content: '';
          display: flex;
          position: absolute;
          height: 0.32rem;
          width: 0.32rem;
          border-radius: 50%;
          top: 50%;
          left: 0;
          transform: translateY(-50%);
          background-color: transparent;
          transition: all 0.3s; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-lists {
        padding: 1.2rem 1.6rem 0.8rem;
        box-sizing: border-box;
        width: 100%;
        height: 6.4rem; }
        .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-lists li {
          font-size: 0.72rem;
          padding-left: 0.6rem;
          line-height: 1.44rem;
          max-height: 1.44rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          position: relative; }
          .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-lists li:before {
            content: '';
            display: flex;
            position: absolute;
            height: 0.32rem;
            width: 0.32rem;
            border-radius: 50%;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            background-color: #006B87; }
          .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-lists li a:hover {
            color: #006B87; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .se-box-content-bottom {
        height: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .bar-box {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .bar {
        height: 0.04rem;
        width: calc(100% - 3rem);
        background-color: #ddd;
        margin-bottom: 1.6rem; }
      .category-nurse001 .nurse001-box4 .layout .nurse-se-box .get-more {
        width: 8.24rem;
        line-height: 1.92rem;
        background: #006B87;
        border-radius: 0.96rem;
        display: block;
        margin: 0 auto;
        font-size: 0.64rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        transition: .3s; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box4 {
      padding-bottom: 40px;
      padding-top: 40px; }
      .category-nurse001 .nurse001-box4 .layout {
        flex-direction: column;
        padding: 0 20px; }
        .category-nurse001 .nurse001-box4 .layout .nurse-se-box {
          width: 100%; }
          .category-nurse001 .nurse001-box4 .layout .nurse-se-box + .nurse-se-box {
            margin-top: 20px; } }
.category-nurse001 .nurse001-box5 {
  padding: 3.2rem 0; }
  .category-nurse001 .nurse001-box5 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-nurse001 .nurse001-box5 .layout .inner-download {
    margin-top: 1.6rem; }
    .category-nurse001 .nurse001-box5 .layout .inner-download ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-nurse001 .nurse001-box5 .layout .inner-download ul li {
        width: calc(25% - 0.8rem);
        margin-bottom: 0.8rem; }
        .category-nurse001 .nurse001-box5 .layout .inner-download ul li a {
          width: 100%;
          padding: 0.8rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          display: block;
          box-sizing: border-box;
          transition: all 0.3s;
          position: relative; }
          .category-nurse001 .nurse001-box5 .layout .inner-download ul li a p {
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            margin-bottom: 0.4rem;
            color: #333; }
          .category-nurse001 .nurse001-box5 .layout .inner-download ul li a span {
            font-size: 0.64rem;
            line-height: 1;
            color: #999; }
          .category-nurse001 .nurse001-box5 .layout .inner-download ul li a i {
            position: absolute;
            right: 0.8rem;
            bottom: 0.8rem;
            font-size: 1.2rem;
            color: #aaa; }
          .category-nurse001 .nurse001-box5 .layout .inner-download ul li a:hover {
            background-color: #006B87; }
            .category-nurse001 .nurse001-box5 .layout .inner-download ul li a:hover p, .category-nurse001 .nurse001-box5 .layout .inner-download ul li a:hover span, .category-nurse001 .nurse001-box5 .layout .inner-download ul li a:hover i {
              color: #fff; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box5 {
      padding: 40px 0; }
      .category-nurse001 .nurse001-box5 .layout {
        padding: 0 20px; }
        .category-nurse001 .nurse001-box5 .layout .inner-download {
          margin-top: 30px; }
          .category-nurse001 .nurse001-box5 .layout .inner-download ul {
            display: block;
            margin-right: 0; }
            .category-nurse001 .nurse001-box5 .layout .inner-download ul li {
              width: 100%;
              margin-right: 0; } }
.category-nurse001 .nurse001-box6 {
  padding-bottom: 3.2rem;
  background-color: #fff;
  position: relative; }
  .category-nurse001 .nurse001-box6 h1 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; }
    .category-nurse001 .nurse001-box6 h1 .tit {
      font-size: 1.6rem;
      font-weight: normal;
      padding-bottom: 0.4rem; }
    .category-nurse001 .nurse001-box6 h1 a.more-btn {
      color: #555;
      background-color: inherit; }
      .category-nurse001 .nurse001-box6 h1 a.more-btn .circle {
        border-color: #006B87; }
        .category-nurse001 .nurse001-box6 h1 a.more-btn .circle i {
          color: #006B87; }
  .category-nurse001 .nurse001-box6 .honor-slider {
    margin-top: 0.8rem;
    padding-bottom: 3.2rem;
    margin-bottom: 0; }
    .category-nurse001 .nurse001-box6 .honor-slider .honor-item-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 10px; }
    .category-nurse001 .nurse001-box6 .honor-slider .honor-item {
      width: 13rem;
      height: 7.2rem;
      display: block;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      transition: all 0.3s; }
      .category-nurse001 .nurse001-box6 .honor-slider .honor-item .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .category-nurse001 .nurse001-box6 .honor-slider .honor-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
      .category-nurse001 .nurse001-box6 .honor-slider .honor-item:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); }
        .category-nurse001 .nurse001-box6 .honor-slider .honor-item:hover .img img {
          transform: scale(1.1); }
    .category-nurse001 .nurse001-box6 .honor-slider a.tit {
      margin-top: 0.8rem;
      font-size: 0.64rem;
      line-height: 0.9rem;
      max-height: 0.9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      text-align: center; }
      .category-nurse001 .nurse001-box6 .honor-slider a.tit:hover {
        color: #006B87; }
    .category-nurse001 .nurse001-box6 .honor-slider .slick-arrow {
      width: 1.6rem;
      height: 1.6rem;
      line-height: 1.6rem;
      text-align: center;
      box-sizing: border-box;
      border-radius: 50%;
      border: 1px solid #006B87;
      color: #006B87;
      font-size: 0.64rem;
      cursor: pointer;
      position: absolute;
      bottom: 0; }
      .category-nurse001 .nurse001-box6 .honor-slider .slick-arrow:before {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background-color: #12B8A0;
        position: absolute;
        left: 0;
        top: 0;
        transform: scale(0);
        transition: transform 0.5s;
        z-index: -1; }
      .category-nurse001 .nurse001-box6 .honor-slider .slick-arrow.prev {
        right: 50%;
        transform: translateX(-5px); }
      .category-nurse001 .nurse001-box6 .honor-slider .slick-arrow.next {
        left: 50%;
        transform: translateX(5px); }
      .category-nurse001 .nurse001-box6 .honor-slider .slick-arrow:hover {
        color: #fff; }
        .category-nurse001 .nurse001-box6 .honor-slider .slick-arrow:hover:before {
          transform: scale(1); }
  .category-nurse001 .nurse001-box6 .layout {
    position: relative; }
    .category-nurse001 .nurse001-box6 .layout .pc-line,
    .category-nurse001 .nurse001-box6 .layout .m-line {
      width: calc((100% - 7.95rem) / 2);
      border-bottom: 1px solid #D7D7D7;
      position: absolute;
      top: -0.8rem; }
      .category-nurse001 .nurse001-box6 .layout .pc-line.prev,
      .category-nurse001 .nurse001-box6 .layout .m-line.prev {
        left: 0; }
      .category-nurse001 .nurse001-box6 .layout .pc-line.next,
      .category-nurse001 .nurse001-box6 .layout .m-line.next {
        right: 0; }
    .category-nurse001 .nurse001-box6 .layout .m-line {
      display: none; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box6 {
      padding: 0 20px 40px;
      box-sizing: border-box;
      overflow: hidden; }
      .category-nurse001 .nurse001-box6 .center-tit-more .tit {
        font-size: 18px; }
      .category-nurse001 .nurse001-box6 .honor-slider .honor-item {
        width: 43vw;
        height: calc(22vw + 10px); }
      .category-nurse001 .nurse001-box6 .inner-layout .pc-line {
        display: none; }
      .category-nurse001 .nurse001-box6 .inner-layout .m-line {
        display: block; } }
.category-nurse001 .nurse001-box7 {
  margin-bottom: 3.2rem; }
  .category-nurse001 .nurse001-box7 .inner-layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .category-nurse001 .nurse001-box7 .inner-layout .doc-list {
    margin: 1.76rem -0.48rem 0; }
    .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item {
      margin: 0 0.48rem;
      background-color: #fff;
      box-sizing: border-box;
      padding: 0.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      height: 16rem;
      position: relative;
      border: 1px solid #e4e4e4;
      box-sizing: border-box; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item:after {
        content: "";
        width: 100%;
        height: 0;
        background-color: #006B87;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: height 0.3s; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item .img {
        width: 100%;
        height: 11.2rem;
        overflow: hidden;
        flex-shrink: 0; }
        .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item .name {
        font-size: 0.96rem;
        line-height: 1;
        color: #006B87;
        margin: 0.8rem 0 0.4rem; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item .protit {
        font-size: 0.64rem;
        line-height: 1;
        color: #999999;
        line-height: 0.8rem;
        max-height: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        flex-shrink: 0; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item:hover .img img {
        transform: scale(1.1); }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-item:hover:after {
        height: 2px; }
    .category-nurse001 .nurse001-box7 .inner-layout .doc-list .slick-arrow {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      background-color: #006B87;
      color: #fff;
      line-height: 1.6rem;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 1; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .slick-arrow.prev {
        left: -1.6rem; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list .slick-arrow.next {
        right: -1.6rem; }
  @media (max-width: 960px) {
    .category-nurse001 .nurse001-box7 {
      margin-bottom: 40px; }
      .category-nurse001 .nurse001-box7 .inner-layout .doc-list {
        margin-top: 20px; }
        .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .doc-item {
          height: calc(45vw + 88px); }
          .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .doc-item .img {
            height: 45vw; }
        .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .slick-dots {
          bottom: -30px; }
          .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .slick-dots li {
            height: 6px;
            width: 6px;
            border-radius: 50%;
            background-color: rgba(0, 0, 0, 0.25); }
            .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .slick-dots li.slick-active {
              background-color: #DFB728; }
            .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .slick-dots li button {
              display: none; }
        .category-nurse001 .nurse001-box7 .inner-layout .doc-list .doc-slider .slick-arrow {
          width: 24px;
          height: 24px;
          line-height: 24px;
          bottom: -5px; } }

.inner-list-content .share {
  cursor: pointer;
  position: relative; }
  .inner-list-content .share:hover .bdsharebuttonbox {
    display: block; }
  .inner-list-content .share i {
    margin-right: 0.2rem;
    color: #555555;
    width: 0.64rem;
    height: 0.64rem; }
  .inner-list-content .share span {
    font-size: 0.56rem;
    color: #999999;
    display: block;
    height: 1.12rem;
    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.12rem;
    z-index: 1;
    background: #fff;
    padding: 0.4rem 0.32rem;
    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: 0.8rem; }
    .inner-list-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.56rem;
      margin-right: 0;
      width: 100%; }
      .inner-list-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.56rem;
        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: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        font-size: 0.64rem;
        display: inline-block;
        text-align: center;
        line-height: 0.8rem;
        vertical-align: text-top; }
      .inner-list-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.2rem; }
  .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: 0.8rem;
    line-height: 0.8rem;
    padding-bottom: 0.8rem;
    padding-top: 1.6rem;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      color: #666;
      position: relative;
      font-size: 0.56rem; }
      .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: 0.96rem;
      color: #006B87;
      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.56rem;
        position: relative;
        margin-bottom: 0.72rem; }
        .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: #006B87; }
    .inner-list-item .inner-list-tit .toggle-news-style a {
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 5px 0 0;
      border: 1px solid #006B87;
      text-align: center;
      line-height: 1.2rem;
      color: #006B87;
      display: inline-block;
      border-radius: 4px; }
      .inner-list-item .inner-list-tit .toggle-news-style a i {
        font-size: 0.96rem; }
      .inner-list-item .inner-list-tit .toggle-news-style a.active {
        background-color: #006B87;
        color: #fff; }
  .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: #FFA943; }
    .inner-list-item .inner-list-content .mark {
      color: #006B87; }
    .inner-list-item .inner-list-content .borderB {
      margin-bottom: 98px; }
    .inner-list-item .inner-list-content .list-news001 li, .inner-list-item .inner-list-content .list-video001 li {
      border-bottom: 1px solid #e4e4e4;
      padding: 1.2rem 0;
      height: 6.4rem;
      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: 8rem; }
      .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.2rem;
        width: 7.2rem;
        height: 4rem;
        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.2rem;
          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.72rem;
        color: #333;
        height: 2.24rem;
        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: #489BAE; }
      .inner-list-item .inner-list-content .list-news001 li h2, .inner-list-item .inner-list-content .list-video001 li h2 {
        font-size: 0.72rem;
        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.56rem;
        color: #999;
        line-height: 1.12rem;
        position: absolute;
        bottom: 1rem; }
        .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: #006B87; }
          .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.4rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }

.list-announce001 li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.2rem 0;
  position: relative; }
  .list-announce001 li:last-child {
    border-bottom: none; }
  .list-announce001 li .title {
    font-size: 0.72rem;
    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.68rem; }
    .list-announce001 li .title a:hover {
      color: #489BAE; }
  .list-announce001 li h2 {
    font-size: 0.72rem;
    font-weight: bold; }
  .list-announce001 li p {
    color: #797979;
    line-height: 0.8rem;
    margin-bottom: 0; }
  .list-announce001 li.nothumb .info {
    width: 100%; }
  .list-announce001 li .info {
    font-size: 0.56rem;
    color: #999;
    line-height: 1.12rem; }
    .list-announce001 li .info .mark {
      color: #999; }
      .list-announce001 li .info .mark .time {
        font-family: Arial;
        color: #006B87; }
      .list-announce001 li .info .mark u {
        padding: 0 0.4rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.list-service001 li {
  width: 100%;
  height: 3.2rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.2rem;
  background-color: #fff; }
  .list-service001 li i {
    font-size: 0.56rem;
    color: #C9C9C9; }
  .list-service001 li p {
    flex: 1;
    margin: 0 1.72rem 0 0.4rem; }
    .list-service001 li p a {
      font-size: 0.72rem;
      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: #489BAE; }
  .list-service001 li span {
    color: #006B87;
    font-size: 0.56rem;
    line-height: 1; }

.list-service001.list-sevice-withnav {
  display: flex;
  justify-content: space-between; }
  .list-service001.list-sevice-withnav .nav3-list {
    width: 11.2rem; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      font-size: 0.72rem;
      color: #5F929D;
      height: 2.8rem;
      line-height: 2.8rem;
      padding-left: 1.2rem;
      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: 0.8rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        height: 1.84rem;
        width: 100%;
        line-height: 1.84rem;
        padding-left: 1.2rem;
        box-sizing: border-box; }
        .list-service001.list-sevice-withnav .nav3-list ul div a {
          display: inline-block;
          color: #555555;
          font-size: 0.64rem;
          position: relative;
          padding-left: 10px; }
          .list-service001.list-sevice-withnav .nav3-list ul div a:before {
            content: '';
            display: block;
            position: absolute;
            height: 0.64rem;
            width: 2px;
            background-color: #C69B59;
            left: 0;
            top: 0.6rem; }
      .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: 35.6rem; }

@media (max-width: 960px) {
  .list-service001.list-sevice-withnav .nav3-list {
    width: 120px;
    height: 446px;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #F2F2F2; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      display: none; }
    .list-service001.list-sevice-withnav .nav3-list .nav3-list-box {
      border-top: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      height: 380px;
      overflow-y: auto;
      overflow-x: hidden; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding: 0; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        padding: 0; }
  .list-service001.list-sevice-withnav .service-list {
    width: calc(100% - 130px); } }
.inner-img-content {
  margin: 1.2rem 0; }

.list-images001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.88rem;
  font-size: 0; }
  .list-images001 li {
    width: 15.4rem;
    margin-right: 0.88rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    position: relative; }
    .list-images001 li .img {
      display: block;
      width: 100%;
      height: 8.72rem;
      position: relative; }
      .list-images001 li .img img {
        width: 100%;
        height: 100%; }
      .list-images001 li .img .count {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.4rem;
        height: 1.6rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 0.56rem;
        text-align: center;
        line-height: 1.6rem; }
    .list-images001 li .title {
      margin: 10px 0;
      height: 2.16rem;
      color: #333;
      font-size: 0.72rem;
      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: #489BAE; }
    .list-images001 li .info {
      color: #aaa;
      font-size: 0.56rem;
      height: 0.56rem;
      line-height: 0.56rem; }
      .list-images001 li .info .mark .time {
        display: inline-block;
        margin-right: 1.2rem; }
      .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: -5.4rem; }
        .list-images001 li .info .share .bdsharebuttonbox span {
          display: inline-block;
          color: #555;
          border-bottom: 1px solid #e4e4e4;
          width: 100%;
          height: 0.8rem; }
        .list-images001 li .info .share .bdsharebuttonbox:before {
          content: "";
          display: inline-block;
          width: 3.72rem;
          height: 0.8rem;
          position: absolute;
          bottom: -0.6rem;
          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: 2.4rem; }
  .list-leader-image001 li {
    width: 13.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.4rem 1.6rem; }
    .list-leader-image001 li .leader-photo {
      width: 5.6rem;
      height: 8rem; }
      .list-leader-image001 li .leader-photo img {
        width: 100%;
        height: 100%; }
    .list-leader-image001 li .leader-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-leader-image001 li .leader-info .leader-name {
        line-height: 0.96rem;
        font-size: 0.96rem;
        color: #006B87;
        font-weight: normal;
        margin: 0.8rem 0; }
      .list-leader-image001 li .leader-info span {
        font-size: 0.64rem;
        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: 5.76rem;
    height: 8rem;
    flex-shrink: 0; }
    .list-leader-text001 li .leader-photo img {
      width: 100%;
      height: 100%; }
  .list-leader-text001 li .leader-info {
    margin-left: 1.6rem;
    padding-right: 1.6rem; }
    .list-leader-text001 li .leader-info .leader-name {
      display: block;
      font-weight: normal;
      color: #006B87;
      font-size: 0.96rem;
      margin-bottom: 0.96rem; }
    .list-leader-text001 li .leader-info .leader-protit {
      margin-bottom: 1.28rem; }
      .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: 0.8rem; }
    .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.64rem;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    width: 960px; }

  .list-leader-image001 li .leader-name {
    line-height: 20px;
    font-size: 20px; }

  .list-leader-image001 li span {
    font-size: 14px; }

  .list-leader-image001 li .doc-protit,
  .list-leader-image001 li .leader-protit {
    line-height: 15px;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 20px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 16px;
    line-height: 16px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .inner-list-item .inner-list-tit {
    height: 12px;
    line-height: 12px;
    padding-bottom: 17px;
    padding-top: 20px; }

  .inner-list-item .inner-list-tit .fl,
  .inner-list-item .inner-list-tit .tab-tit a {
    font-size: 12px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li {
    height: 112px;
    padding: 20px 0; }

  .inner-list-item .inner-list-content .list-news001 li .info,
  .inner-list-item .inner-list-content .list-video001 li .info {
    bottom: 15px; }

  .inner-list-item .inner-list-content .list-news001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-news001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content li .info .share {
    display: none; }

  .inner-list-item .inner-list-content .list-news001 li .thumb,
  .inner-list-item .inner-list-content .list-video001 li .thumb {
    width: 126px;
    height: 70px;
    top: 20px; }

  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 14px;
    height: 42px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 14px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb {
    padding-left: 136px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 136px); }

  .inner-list-item .inner-list-content li .title a:hover {
    color: #333 !important; }

  .list-service001 li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }

  .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: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-service001 li p:hover a {
    color: #333; }

  .list-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: 24rem; }
  .list-department001 .inner-layout .container-inner .department-list {
    font-size: 0.64rem; }
    .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: 9.6rem;
        height: 2.4rem;
        flex: 1;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #A2CDEC;
        background-color: #F0F6F9;
        position: relative;
        display: inline-block;
        line-height: 2.4rem;
        text-align: center; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          top: -0.88rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          bottom: -0.88rem;
          transform: rotate(90deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          top: -0.88rem;
          transform: rotate(270deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          bottom: -0.88rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #006B87; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #006B87;
          border-color: #006B87; }
          .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: 11.6rem;
        height: 2rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.532rem;
        line-height: 2rem;
        box-sizing: border-box;
        margin-top: 1.2rem;
        position: relative;
        line-height: 50px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.32rem;
          width: 0.32rem;
          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.12rem solid #D7D7D7;
          border-left: 0.12rem 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.12rem solid #D7D7D7;
          border-left: 0.12rem 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.12rem solid #D7D7D7;
          border-right: 0.12rem 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.12rem solid #D7D7D7;
          border-bottom: 0.12rem 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: 0.8rem; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@media (max-width: 1200px) {
  .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department001 {
    padding: 0 10px; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      justify-content: center;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        height: 34px;
        line-height: 34px;
        margin-top: 10px;
        width: auto;
        padding: 0 10px;
        border: 1px solid #fff;
        background-color: #fff; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      justify-content: space-between; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        margin-right: 0;
        width: calc(50% - 15px); } }
.dm-doctor-list .inner-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dm-doctor-list .dm-doc-item {
  height: 14rem;
  width: 8.96rem;
  background-color: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 1.6rem 1.6rem 0 1.6rem;
  margin: 0.4rem 0.32rem; }
  .dm-doctor-list .dm-doc-item .doc-item-info a {
    display: flex;
    width: 5.76rem;
    flex-direction: column;
    align-items: center; }
    .dm-doctor-list .dm-doc-item .doc-item-info a img {
      height: 8rem;
      width: 5.76rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a p.name {
      font-size: 0.72rem;
      margin-top: 0.4rem;
      line-height: 1.28rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a span.protit {
      font-size: 0.56rem;
      margin-bottom: 0.4rem; }
  .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.48rem;
      color: #aaa;
      line-height: 0.56rem; }
    .dm-doctor-list .dm-doc-item span.level-list u + u:before {
      content: '/';
      font-size: 0.48rem;
      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: -1rem; }
  .list-special001.list-mygzs li {
    width: 47%; }
    .list-special001.list-mygzs li a .img {
      height: 6.52rem; }
  .list-special001 li {
    margin-right: 1rem;
    width: 11.2rem;
    margin-bottom: 1.2rem; }
    .list-special001 li a {
      width: 100%;
      display: block;
      position: relative; }
      .list-special001 li a .img {
        width: 100%;
        height: 6.32rem;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #006B87; }
        .list-special001 li a .img > span {
          color: rgba(255, 255, 255, 0.6);
          font-size: 0.96rem;
          line-height: 1; }
        .list-special001 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .list-special001 li a p {
        width: 100%;
        font-size: 0.64rem;
        line-height: 1.1;
        color: #333;
        border-bottom: 1px solid #d7d7d7;
        padding-bottom: 0.4rem;
        margin-top: 0.4rem; }
      .list-special001 li a:after {
        content: "";
        height: 0.08rem;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #006B87;
        transition: .3s ease; }
      .list-special001 li a:hover:after {
        width: 100%; }

@media (max-width: 960px) {
  .list-special001 li {
    width: 100%; }
    .list-special001 li a .img {
      height: 36vw; } }
.list-medicine001 .container-inner {
  padding-top: 2.72rem;
  position: relative; }
.list-medicine001 .medicine-search-box {
  top: 0.72rem;
  position: absolute;
  width: 23rem;
  margin-right: -11.5rem;
  right: 50%;
  font-size: 0.72rem;
  color: #333; }
  .list-medicine001 .medicine-search-box p.medicine-search-tit {
    line-height: 1.92rem;
    float: left; }
.list-medicine001 .medicine-search {
  width: 19.2rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-medicine001 .medicine-search .medicine-name {
    height: 1.92rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 1.6rem 0 0.4rem;
    line-height: 1.92rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.16rem;
    display: inline-block;
    font-size: 0.56rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-medicine001 .medicine-search .medicine-name::placeholder {
      color: #aaa; }
  .list-medicine001 .medicine-search .btn {
    position: absolute;
    height: 1.92rem;
    background: inherit;
    color: #036F6F;
    right: 0.56rem; }
    .list-medicine001 .medicine-search .btn i {
      font-size: 0.96rem;
      line-height: 1.92rem;
      color: #006B87; }
.list-medicine001 .haschosen {
  padding: 0.6rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.4rem;
  margin-bottom: 0.8rem; }
  .list-medicine001 .haschosen #formPosition {
    position: absolute;
    top: -6rem; }
  .list-medicine001 .haschosen span, .list-medicine001 .haschosen .medicine-num {
    font-size: 0.64rem;
    color: #999;
    line-height: 1.2rem; }
  .list-medicine001 .haschosen .medicine-count {
    display: flex;
    justify-content: space-between; }
    .list-medicine001 .haschosen .medicine-count .medicine-num b {
      font-weight: 400;
      color: #006B87; }
  .list-medicine001 .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.56rem;
    margin-right: 0.2rem;
    line-height: 1.36rem;
    border-radius: 0.12rem;
    margin-bottom: 0.16rem;
    padding: 0 0.4rem;
    background-color: #006B87;
    color: #fff; }
    .list-medicine001 .haschosen .choose-list a i {
      font-size: 0.48rem;
      margin-left: 0.2rem; }
.list-medicine001 .medicine-list-wrap table {
  width: 100%;
  text-align: center;
  border: 1px solid #d7bf9d;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .list-medicine001 .medicine-list-wrap table thead {
    text-align: center;
    font-size: 18px;
    color: #bd382a;
    background-color: #efeee7; }
  .list-medicine001 .medicine-list-wrap table td {
    padding: 5px;
    font-size: 18x;
    border-collapse: collapse;
    border: 1px solid #d7bf9d; }
@media (max-width: 960px) {
  .list-medicine001 .container-inner {
    padding-top: 58px; }
  .list-medicine001 .medicine-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-medicine001 .medicine-search-box p.medicine-search-tit {
      display: none; }
  .list-medicine001 .medicine-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-medicine001 .medicine-search .medicine-name {
      height: 40px;
      line-height: 40px; }
    .list-medicine001 .medicine-search .btn {
      height: 40px; } }

/************************ 下载列表********************************/
.download-list li:hover a.dl-icon:before {
  color: #006B87; }
.download-list li:hover a.dl-icon.doc:before, .download-list li:hover a.dl-icon.docx:before {
  color: #4568a0; }
.download-list li:hover a.dl-icon.xls:before, .download-list li:hover a.dl-icon.xlsx:before {
  color: #378458; }
.download-list li:hover a.dl-icon.ppt:before, .download-list li:hover a.dl-icon.pptx:before {
  color: #db6340; }
.download-list li:hover a.dl-icon.pdf:before {
  color: #e81f05; }
.download-list li:hover a.dl-icon.rar:before {
  color: #ff5056; }
.download-list li:hover a.dl-icon.zip:before {
  color: #a372db; }
.download-list li:hover a.dl-icon.swf:before {
  color: #bb041a; }
.download-list li:hover a.dl-icon.txt:before {
  color: #8fa4b5; }
.download-list li a.download {
  position: absolute;
  border-radius: 3px;
  top: 5px;
  right: 0;
  width: 70px;
  line-height: 24px;
  font-size: 12px;
  background: #006B87;
  color: #fff;
  display: inline-block;
  padding: 3px 15px; }
  .download-list li a.download:hover {
    background: #006B87; }
  .download-list li a.download i {
    margin-right: 5px; }
.download-list li a.dl-icon {
  padding-left: 30px;
  position: relative; }
  .download-list li a.dl-icon:before {
    left: 0;
    font-size: 22px;
    color: #006B87;
    content: "\e663";
    display: block;
    font-family: "iconfont";
    position: absolute;
    top: -7px; }
  .download-list li a.dl-icon.doc:before, .download-list li a.dl-icon.docx:before {
    content: "\e667"; }
  .download-list li a.dl-icon.xls:before, .download-list li a.dl-icon.xlsx:before {
    content: "\e668"; }
  .download-list li a.dl-icon.ppt:before, .download-list li a.dl-icon.pptx:before {
    content: "\e660"; }
  .download-list li a.dl-icon.pdf:before {
    content: "\e68f"; }
  .download-list li a.dl-icon.rar:before {
    content: "\e665"; }
  .download-list li a.dl-icon.zip:before {
    content: "\e661"; }
  .download-list li a.dl-icon.swf:before {
    content: "\e7c0"; }
  .download-list li a.dl-icon.txt:before {
    content: "\e664"; }

.list-teacher .teacher-search-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #d7d7d7; }
  .list-teacher .teacher-search-box h2 {
    font-size: 0.96rem;
    line-height: 1;
    font-weight: normal;
    color: #000; }
  .list-teacher .teacher-search-box .doctor-search form {
    display: flex; }
  .list-teacher .teacher-search-box .doctor-search .doctor-name {
    height: 1.6rem;
    width: 12.8rem;
    background-color: inherit;
    border: 1px solid #e4e4e4;
    color: #333;
    padding: 0 1.6rem 0 0.4rem;
    line-height: 1.92rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.16rem;
    display: inline-block;
    font-size: 0.64rem;
    background-image: none;
    box-sizing: border-box; }
    .list-teacher .teacher-search-box .doctor-search .doctor-name::placeholder {
      color: #d7d7d7; }
  .list-teacher .teacher-search-box .doctor-search .btn {
    height: 1.6rem;
    width: 4.16rem;
    margin-left: 0.6rem;
    background-color: #006B87;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.16rem; }
    .list-teacher .teacher-search-box .doctor-search .btn i {
      font-size: 0.72rem;
      margin-right: 0.4rem; }
    .list-teacher .teacher-search-box .doctor-search .btn span {
      font-size: 0.72rem; }
.list-teacher .teacher-list-wrap {
  margin-top: 0.8rem; }
  .list-teacher .teacher-list-wrap .teacher-list {
    display: flex;
    margin-right: -2.4rem;
    flex-wrap: wrap; }
    .list-teacher .teacher-list-wrap .teacher-list li {
      width: 6rem;
      margin-right: 2.4rem;
      margin-bottom: 1.2rem;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-teacher .teacher-list-wrap .teacher-list li a.img {
        width: 100%;
        height: 8rem;
        overflow: hidden; }
        .list-teacher .teacher-list-wrap .teacher-list li a.img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
        .list-teacher .teacher-list-wrap .teacher-list li a.img:hover img {
          transform: scale(1.1); }
      .list-teacher .teacher-list-wrap .teacher-list li a.name {
        font-size: 0.72rem;
        line-height: 1;
        color: #333;
        margin-top: 0.8rem; }

@media (max-width: 960px) {
  .list-teacher .teacher-search-box {
    display: flex;
    justify-content: space-between; }
    .list-teacher .teacher-search-box h2 {
      font-size: 18px;
      flex-shrink: 0;
      margin-right: 20px; }
    .list-teacher .teacher-search-box .doctor-search {
      max-width: 360px; }
      .list-teacher .teacher-search-box .doctor-search .doctor-name {
        flex: 1;
        width: auto; }
      .list-teacher .teacher-search-box .doctor-search .btn {
        width: 60px; }
  .list-teacher .teacher-list-wrap .teacher-list {
    margin: 0 -5px 0;
    justify-content: center; }
    .list-teacher .teacher-list-wrap .teacher-list li {
      margin: 0 5px 10px;
      width: 30vw; }
      .list-teacher .teacher-list-wrap .teacher-list li a.img {
        height: 43vw; } }
.list-xxgk {
  display: flex;
  margin-right: -0.6rem;
  padding-top: 0.4rem;
  flex-wrap: wrap; }
  .list-xxgk li {
    width: 15.6rem;
    height: 3.2rem;
    margin-right: 0.6rem;
    margin-bottom: 0.6rem;
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1); }
    .list-xxgk li a {
      width: 100%;
      height: 100%;
      background-color: #fff;
      position: relative;
      box-sizing: border-box;
      padding-left: 1.2rem;
      transition: all 0.5s;
      display: flex;
      align-items: center; }
      .list-xxgk li a:before {
        content: "";
        display: block;
        width: 0.16rem;
        height: 50%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-color: #006B87; }
      .list-xxgk li a p {
        color: #006B87;
        font-size: 0.72rem;
        line-height: 20px;
        max-height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.5s; }
      .list-xxgk li a:hover {
        background-color: #006B87; }
        .list-xxgk li a:hover:before {
          background-color: #fff; }
        .list-xxgk li a:hover p {
          color: #fff; }

@media (max-width: 960px) {
  .list-xxgk {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-right: 0; }
    .list-xxgk li {
      width: 49%;
      margin-right: 0; } }
.dis-none {
  display: none !important; }

.list-visits001 .dep-container .search form {
  height: 1.8rem;
  position: relative;
  border: 1px solid #006B87;
  border-radius: 4px;
  overflow: hidden; }
  .list-visits001 .dep-container .search form .keyword {
    height: 100%;
    box-sizing: border-box;
    padding: 0.28rem 2.4rem 0.28rem 0.8rem;
    width: 100%; }
  .list-visits001 .dep-container .search form .search-submit {
    background-color: transparent;
    position: absolute;
    right: 0.4rem;
    top: 50%;
    transform: translateY(-50%); }
    .list-visits001 .dep-container .search form .search-submit i {
      color: #1D9D9A;
      font-size: 1.36rem;
      line-height: 1; }
.list-visits001 .dep-container .dep-content {
  margin-top: 1.6rem; }
  .list-visits001 .dep-container .dep-content .loading {
    padding: 300px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .dep-container .dep-content .department .depart-box-item {
    display: flex;
    border-bottom: 1px dashed #e5e7ea;
    margin-bottom: 0.8rem;
    padding: 0.8rem 0; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-class {
      width: 12%;
      font-size: 0.72rem;
      color: #999;
      box-sizing: border-box;
      padding-right: 0.4rem; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list {
      width: 88%;
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.4rem; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a {
        width: calc((100% - 2rem)/4);
        font-size: 0.56rem;
        margin-right: 0.4rem;
        margin-bottom: 0.8rem;
        line-height: 0.75rem;
        max-height: 0.75rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #006B87; }
        .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a:hover {
          color: #9CC301; }
.list-visits001 .visits-doctor .visit-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.88rem;
  border-bottom: 1px solid #AAAAAA; }
  .list-visits001 .visits-doctor .visit-header .left-back-name {
    display: flex;
    align-items: center; }
    .list-visits001 .visits-doctor .visit-header .left-back-name .goback {
      font-size: 0; }
      .list-visits001 .visits-doctor .visit-header .left-back-name .goback i {
        font-size: 0.64rem;
        line-height: 1;
        color: #489BAE;
        margin-right: 0.4rem; }
      .list-visits001 .visits-doctor .visit-header .left-back-name .goback span {
        font-size: 0.56rem;
        line-height: 1;
        color: #7F7F7F; }
    .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name {
      font-size: 0.72rem;
      line-height: 1;
      color: #333;
      position: relative;
      margin-left: 0.84rem;
      display: none; }
      .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name:before {
        content: "";
        width: 1px;
        height: 0.72rem;
        background-color: #D7D7D7;
        position: absolute;
        left: -0.4rem;
        top: 0; }
  .list-visits001 .visits-doctor .visit-header .right-showway {
    display: flex; }
    .list-visits001 .visits-doctor .visit-header .right-showway a {
      color: #333;
      font-size: 0.72rem;
      line-height: 1;
      position: relative; }
      .list-visits001 .visits-doctor .visit-header .right-showway a:after {
        content: "";
        height: 0.16rem;
        width: 100%;
        background-color: #489BAE;
        position: absolute;
        left: 0;
        bottom: -0.32rem;
        opacity: 0; }
      .list-visits001 .visits-doctor .visit-header .right-showway a.cur {
        color: #006B87;
        font-weight: bold; }
        .list-visits001 .visits-doctor .visit-header .right-showway a.cur:after {
          opacity: 1; }
      .list-visits001 .visits-doctor .visit-header .right-showway a + a {
        margin-left: 1.2rem; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item {
  padding: 20px 0;
  border-bottom: 1px solid #E4E4E4; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item:last-child {
    border-bottom: none; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
    display: inline-block;
    width: 80px;
    margin-right: 0.8rem;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 0.32rem;
    height: 16px;
    flex-shrink: 0; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-right: 10px;
      margin-bottom: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li.cur a {
        background-color: #006B87;
        color: #fff; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li.cur a:hover {
          background-color: #489BAE;
          color: #fff; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        display: block;
        border-radius: 4px;
        line-height: 32px;
        height: 32px;
        padding: 0 0.64rem;
        font-size: 16px; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a:hover {
          color: #489BAE; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .department-list {
  display: flex;
  padding-bottom: 10px; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
  display: flex;
  position: relative;
  padding-bottom: 10px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
    overflow: hidden;
    max-height: 42px;
    padding-right: 0.4rem; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box .list-item {
      margin-right: 0; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
      max-height: 150px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #006B87;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 0.96rem;
    right: 0;
    display: none;
    cursor: pointer; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn i {
      font-size: 14px;
      color: #006B87;
      transition: all 0.5s;
      display: inline-block;
      position: relative;
      top: -3px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn.active {
      border: none;
      background-color: #489BAE; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn.active i {
        transform: rotate(180deg);
        color: #fff; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list.over .toggle-btn {
    display: block; }
.list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer {
  display: flex;
  align-items: center;
  font-size: 0; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
    display: inline-block;
    width: 80px;
    margin-right: 0.8rem;
    font-size: 16px;
    color: #333333;
    line-height: 1; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .search-form {
    display: flex;
    align-items: center; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
    border: 1px solid #C9C9C9;
    border-radius: 4px;
    outline: none;
    width: 9.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-size: 16px;
    color: #333333;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 16px;
      color: #D7D7D7; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name:focus {
      border-color: #489BAE; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
    background-color: #006B87;
    color: #fff;
    margin-left: 60px;
    border: none;
    width: 80px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn:hover {
      border: none;
      background-color: #489BAE;
      color: #fff; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer button {
    height: 1.6rem;
    font-size: 16px;
    text-align: center;
    line-height: 1.6rem;
    border-radius: 4px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
    border: 1px solid #006B87;
    background-color: #fff;
    margin-left: 20px;
    width: 132px;
    text-align: center;
    height: 1.6rem;
    font-size: 16px;
    text-align: center;
    line-height: 1.6rem;
    border-radius: 4px;
    display: block;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i, .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn span {
      color: #006B87;
      font-size: 16px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i {
      margin-right: 0.4rem; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover {
      border: none;
      background-color: #489BAE; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover i, .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn:hover span {
        color: #fff; }
.list-visits001 .visits-doctor .doc-display .doc-container {
  border: 1px solid #D7D7D7;
  box-sizing: border-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0 0.8rem;
  background-color: #fff;
  margin-top: 0.8rem;
  padding-bottom: 1.6rem; }
  .list-visits001 .visits-doctor .doc-display .doc-container .week-list {
    display: flex;
    align-items: center;
    padding: 1.6rem 2rem;
    border-bottom: 1px solid #D7D7D7;
    box-sizing: border-box; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap {
      width: 38.4rem;
      flex-shrink: 0;
      overflow: hidden; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide {
        display: flex;
        margin-bottom: 0; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li {
          width: 4rem;
          height: 2.56rem;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          border-radius: 6px;
          text-align: center;
          margin-right: 0.8rem;
          cursor: pointer;
          flex-shrink: 0; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.all {
            color: #006B87;
            font-size: 0.64rem;
            display: flex;
            justify-content: center;
            align-items: center; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.all.cur {
              background-color: #006B87;
              color: #fff; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur {
            border-color: #006B87; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur .week {
              background-color: #006B87;
              color: #fff; }
            .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li.cur .date {
              color: #006B87; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li .week {
            width: 100%;
            height: 1.28rem;
            line-height: 1.28rem;
            font-size: 0.64rem;
            color: #006B87;
            background-color: rgba(0, 107, 135, 0.2); }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .week-slide li .date {
            width: 100%;
            height: 1.28rem;
            line-height: 1.28rem;
            font-size: 0.56rem;
            color: #7F7F7F; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week {
        display: none; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: 2.4rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i {
        width: 1.28rem;
        height: 1.28rem;
        border-radius: 50%;
        border: 1px solid #006B87;
        box-sizing: border-box;
        line-height: 1.28rem;
        color: #006B87;
        text-align: center;
        cursor: pointer;
        position: relative; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i:hover {
          color: #fff;
          background-color: #006B87; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.prev {
          margin-right: 0.32rem; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.slick-disabled {
          border-color: #ccc;
          color: #ccc;
          cursor: no-drop; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows i.slick-disabled:hover {
            color: #ccc;
            background-color: #fff; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .loading {
    padding: 100px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
    display: flex;
    padding: 0.8rem 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img {
      display: block;
      width: 2.4rem;
      height: 3.2rem;
      flex-shrink: 0;
      margin-right: 0.4rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img img {
        width: 100%;
        height: 100%; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info {
      flex: 1; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more {
        display: flex;
        align-items: center; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.doc-name {
          font-size: 0.8rem;
          line-height: 1;
          color: #489BAE;
          margin-right: 0.8rem; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more .doc-level {
          font-size: 12px;
          color: #fff;
          font-weight: normal;
          display: inline-block;
          padding: 0 0.4rem;
          height: 0.88rem;
          line-height: 0.88rem;
          border-radius: 11px;
          background-color: #006B87;
          text-align: center; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more {
          display: flex;
          align-items: center; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more:hover span {
            color: #006B87; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more span {
            font-size: 0.56rem;
            line-height: 1;
            color: #7F7F7F; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more i {
            font-size: 0.64rem;
            line-height: 1;
            color: #489BAE;
            margin-left: 0.4rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart {
        margin-top: 0.4rem;
        font-size: 0; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart span {
          font-size: 0.56rem;
          line-height: 1;
          color: #000000;
          margin-right: 0.8rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .goodat {
        margin-top: 0.4rem;
        font-size: 0.56rem;
        color: #AAAAAA; }
  .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
    padding: 0.8rem 0;
    border-bottom: 1px solid #AAAAAA; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
      display: none; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table {
      width: 100%;
      border: 1px solid #D7D7D7;
      border-collapse: collapse;
      text-align: center;
      font-size: 0.56rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th, .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
        border: 1px solid #D7D7D7;
        height: 1.6rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th {
        background-color: rgba(0, 107, 135, 0.2);
        color: #006B87; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th.visit-dep {
          width: 8rem; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table tr.more {
        display: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .depart {
        background-color: #F8F8F8; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box {
        width: fit-content;
        margin: 0 auto;
        position: relative; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .status-mode {
          padding: 0 4px;
          background-color: #006B87;
          height: 0.88rem;
          line-height: 0.88rem;
          color: #fff;
          border-radius: 2px;
          cursor: pointer; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info {
          display: none;
          position: absolute;
          top: 1.4rem;
          white-space: nowrap;
          left: 50%;
          transform: translateX(-50%);
          min-width: 9.8rem;
          background: #fff;
          text-align: left;
          padding: 0.4rem;
          border: 1px solid #ddd;
          -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
          z-index: 4; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:before, .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:after {
            content: "◆";
            color: white;
            font-family: simsun;
            font-size: 1.2rem;
            line-height: 0;
            position: absolute;
            top: 0px;
            left: 50%;
            transform: translateX(-50%); }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info:before {
            color: #ddd;
            top: -1px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p {
            margin-bottom: 0.4rem;
            color: #333; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p:last-child {
              margin-bottom: 0; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p.visits-dp {
              color: #ea5a54; }
              .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box .visits-info p.visits-dp span {
                color: #333; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table .status-mode-box:hover .visits-info {
          display: block; }
.list-visits001 .visits-doctor .date-display {
  margin-top: 0.8rem; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .loading {
    padding: 100px 0;
    display: flex;
    justify-content: center; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows {
    display: flex;
    justify-content: flex-end; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i {
      width: 0.96rem;
      height: 0.96rem;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #489BAE;
      line-height: 0.96rem;
      text-align: center;
      color: #489BAE;
      font-size: 10px;
      cursor: pointer; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.prev {
        margin-right: 0.32rem; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i:hover {
        color: #fff;
        background-color: #489BAE; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled {
        border-color: #ccc;
        color: #ccc;
        cursor: no-drop; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled:hover {
          color: #ccc;
          background-color: #fff; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table {
    margin-top: 0.4rem; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head {
      display: flex;
      height: 2.4rem;
      box-sizing: border-box;
      border: 1px solid #8ECECD; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th {
        background-color: #1D9D9A;
        color: #fff;
        box-sizing: border-box;
        flex-shrink: 0;
        font-size: 0.64rem;
        height: 2.4rem;
        text-align: center; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.depart {
          width: 5.64rem;
          line-height: 2.4rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.time {
          width: 2.52rem;
          line-height: 2.4rem;
          border-left: 1px solid #8ECECD; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider {
        flex: 1;
        width: 39.76rem;
        margin-bottom: 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          border-left: 1px solid #8ECECD; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th p {
            line-height: 0.96rem; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .visits-loading {
      width: 100%;
      border: 1px solid rgba(0, 107, 135, 0.5);
      min-height: 20rem;
      align-items: center;
      box-sizing: border-box; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table {
      width: 100%;
      border: 1px solid rgba(0, 107, 135, 0.5);
      border-collapse: collapse;
      text-align: center;
      font-size: 0.64rem;
      box-sizing: border-box; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table .first_tr td:nth-child(odd) {
        background-color: rgba(0, 107, 135, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table tr:not(.first_tr) td:nth-child(even) {
        background-color: rgba(0, 107, 135, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td {
        border: 1px solid rgba(0, 107, 135, 0.5);
        width: 5.68rem;
        box-sizing: border-box;
        min-height: 3.2rem;
        padding: 0.8rem 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title {
          width: 5.68rem;
          background-color: #F8F8F8 !important;
          color: #006B87;
          line-height: 0.96rem;
          font-weight: bold; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-time {
          width: 2.56rem; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item {
          margin-bottom: 0.8rem;
          position: relative; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:last-child {
            margin-bottom: 0; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .name {
            font-size: 0.64rem;
            color: #333;
            margin-bottom: 0.24rem; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .status-mode {
            font-size: 0.56rem;
            color: #AAAAAA; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info {
            display: none;
            position: absolute;
            top: 1.4rem;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            min-width: 9.8rem;
            background: #fff;
            text-align: left;
            padding: 0.4rem;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            z-index: 4; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:after {
              content: "◆";
              color: white;
              font-family: simsun;
              font-size: 1.2rem;
              line-height: 0;
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translateX(-50%); }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before {
              color: #ddd;
              top: -1px; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p {
              margin-bottom: 0.4rem;
              color: #333; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p:last-child {
                margin-bottom: 0; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp {
                color: #ea5a54; }
                .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp span {
                  color: #333; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:hover .visits-info {
            display: block; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
    display: none; }
.list-visits001 .visits-doctor .display-box {
  display: none; }
  .list-visits001 .visits-doctor .display-box.cur {
    display: block; }

.list-visits002 .visits-doctor .doc-display .doc-container {
  background-color: transparent; }
  .list-visits002 .visits-doctor .doc-display .doc-container .week-list {
    justify-content: flex-end;
    padding: 0.8rem 2.4rem 0.8rem 0;
    height: 3.16rem;
    box-sizing: border-box;
    overflow: hidden; }
    .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider {
      width: 16.8rem;
      margin-bottom: 0;
      position: relative; }
      .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-slide {
        font-size: 0.56rem;
        text-align: center;
        width: 3rem; }
      .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 1.28rem;
        height: 1.28rem;
        border-radius: 50%;
        border: 1px solid #006B87;
        box-sizing: border-box;
        line-height: 1.28rem;
        color: #006B87;
        text-align: center;
        cursor: pointer; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow:hover {
          color: #fff;
          background-color: #006B87; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.prev {
          left: -1.6rem; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.next {
          right: -1.6rem; }
        .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.slick-disabled {
          border-color: #ccc;
          color: #ccc;
          cursor: no-drop; }
          .list-visits002 .visits-doctor .doc-display .doc-container .week-list .week-slider .slick-arrow.slick-disabled:hover {
            color: #ccc;
            background-color: #fff; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .m-doc-display-visits {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content {
    position: relative; }
    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
      display: flex;
      border-bottom: 1px solid #E4E4E4; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
        flex: 1;
        margin-right: 0.4rem;
        border-bottom: none; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
        border-bottom: none;
        padding: 0; }
        .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table {
          border: none; }
          .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table tr + tr td {
            border-top: 1px solid #D7D7D7; }
          .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
            width: 2.4rem;
            height: 2.4rem;
            border: none; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td.depart-title {
              width: 8rem; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box {
              border-bottom: none;
              position: relative;
              justify-content: center; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .status {
                display: inline-block;
                width: 1.44rem;
                height: 1.44rem;
                line-height: 1.44rem;
                color: #fff;
                border-radius: 50%;
                font-size: 12px;
                text-align: center;
                background-color: #006B87; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info {
                display: none;
                position: absolute;
                top: 1.4rem;
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                min-width: 9.8rem;
                background: #fff;
                text-align: left;
                padding: 0.4rem;
                border: 1px solid #ddd;
                -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                z-index: 4; }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:before, .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:after {
                  content: "◆";
                  color: white;
                  font-family: simsun;
                  font-size: 1.2rem;
                  line-height: 0;
                  position: absolute;
                  top: 0px;
                  left: 50%;
                  transform: translateX(-50%); }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info:before {
                  color: #ddd;
                  top: -1px; }
                .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p {
                  margin-bottom: 0.4rem;
                  color: #333; }
                  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p:last-child {
                    margin-bottom: 0; }
                  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p.visits-dp {
                    color: #ea5a54; }
                    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box .visits-info p.visits-dp span {
                      color: #333; }
              .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td .status-mode-box:hover .visits-info {
                display: block; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td:not(.depart-title):after {
              content: "";
              width: 0;
              height: calc(100% + 3.95rem);
              background-color: #f2f2f2;
              position: absolute;
              top: -3.16rem;
              display: block;
              z-index: -1; }
            .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td:hover:after {
              width: 2.4rem; }

@media (max-width: 1200px) {
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
      top: 25px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
    width: 70px;
    font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn i, .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn span {
      color: #006B87;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-visits-container {
    padding: 20px 20px 60px !important; }

  .list-visits001 .dep-container .dep-content .department .depart-box-item {
    flex-wrap: wrap; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-class {
      width: 100%; }
    .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list {
      margin-top: 20px;
      justify-content: space-between;
      margin-right: 0; }
      .list-visits001 .dep-container .dep-content .department .depart-box-item .dep-list a {
        margin-right: 0;
        width: 48%; }
  .list-visits001 .visits-doctor .visit-header {
    flex-wrap: wrap;
    padding-bottom: 12px; }
    .list-visits001 .visits-doctor .visit-header .left-back-name {
      flex-wrap: wrap; }
      .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        font-size: 14px; }
        .list-visits001 .visits-doctor .visit-header .left-back-name h2.dep-name:before {
          display: none; }
    .list-visits001 .visits-doctor .visit-header .right-showway {
      margin-top: 42px;
      width: 100%;
      justify-content: center; }
      .list-visits001 .visits-doctor .visit-header .right-showway a {
        font-size: 14px; }
        .list-visits001 .visits-doctor .visit-header .right-showway a + a {
          margin-left: 40px; }
        .list-visits001 .visits-doctor .visit-header .right-showway a:after {
          height: 2px;
          bottom: -12px; }
  .list-visits001 .visits-doctor .doc-display .filter-doctor {
    position: relative; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100%;
      font-size: 12px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px;
        padding: 0 10px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box {
        max-height: 110px; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-visits001 .visits-doctor .doc-display .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-visits001 .visits-doctor .doc-display .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-visits001 .visits-doctor .doc-display .doc-container {
    border: none;
    box-shadow: none;
    padding: 0; }
    .list-visits001 .visits-doctor .doc-display .doc-container .week-list {
      padding: 10px 0 0;
      border-bottom: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .slick-arrows {
        display: none; }
      .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap {
        width: 100%; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .pc-week {
          display: none; }
        .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week {
          display: flex;
          overflow-x: auto;
          overflow-y: hidden;
          padding-bottom: 0.56rem; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar {
            height: 4px;
            background-color: #F2F2F2; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar-track {
            border-radius: 1000px;
            background-color: #F2F2F2; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week::-webkit-scrollbar-thumb {
            border-radius: 1000px;
            background-color: #AAAAAA; }
          .list-visits001 .visits-doctor .doc-display .doc-container .week-list .week-wrap .m-week li {
            width: 50px;
            height: 50px;
            margin-right: 4px; }
    .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box {
      margin-top: 20px; }
      .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
        margin-bottom: 10px;
        border: 1px solid #D7D7D7;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 20px; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info {
          padding: 0 0 20px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info a.img {
            width: 68px;
            height: 90px;
            margin-right: 20px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.doc-name {
            font-size: 14px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .name-more a.more {
            display: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart {
            line-height: 12px;
            max-height: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .protit-depart span {
              font-size: 12px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .doc-info .left-doc-info .goodat {
            font-size: 12px; }
        .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table {
          padding: 0;
          border-bottom: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .pc-table {
            display: none; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
            display: table;
            margin-top: 10px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table td {
            height: 30px; }
          .list-visits001 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table table th.visit-dep {
            width: 100px; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .pc-table {
    display: none; }
  .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
    display: block; }
    .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table {
      width: 100%;
      border: 1px solid rgba(0, 107, 135, 0.5);
      border-collapse: collapse;
      text-align: center;
      font-size: 0.56rem;
      color: #333; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
        border: 1px solid rgba(0, 107, 135, 0.5);
        height: 1.6rem;
        width: 25%; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th.depart {
        background-color: #006B87;
        color: #fff; }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table tbody td:nth-child(even) {
        background-color: rgba(29, 157, 154, 0.05); }
      .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
        min-height: 60px;
        padding: 20px 0; }
        .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item {
          margin-bottom: 20px;
          position: relative; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:last-child {
            margin-bottom: 0; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .name {
            font-size: 14px;
            color: #333;
            margin-bottom: 6px; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .status-mode {
            font-size: 12px;
            color: #AAAAAA; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info {
            display: none;
            position: absolute;
            top: 1.4rem;
            white-space: nowrap;
            left: 50%;
            transform: translateX(-50%);
            min-width: 9.8rem;
            background: #fff;
            text-align: left;
            padding: 0.4rem;
            border: 1px solid #ddd;
            -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
            z-index: 4; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before, .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:after {
              content: "◆";
              color: white;
              font-family: simsun;
              font-size: 1.2rem;
              line-height: 0;
              position: absolute;
              top: 0px;
              left: 50%;
              transform: translateX(-50%); }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before {
              color: #ddd;
              top: -1px; }
            .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p {
              margin-bottom: 0.4rem;
              color: #333; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p:last-child {
                margin-bottom: 0; }
              .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp {
                color: #ea5a54; }
                .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp span {
                  color: #333; }
          .list-visits001 .visits-doctor .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:hover .visits-info {
            display: block; }

  .list-visits002 .visits-doctor .doc-display .doc-container .week-list {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .pc-doc-display-visits {
    display: none; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .m-doc-display-visits {
    display: block; }
  .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item {
    display: block; }
    .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table {
      border: 1px solid #D7D7D7; }
      .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table td {
        width: auto;
        border: 1px solid #D7D7D7; }
        .list-visits002 .visits-doctor .doc-display .doc-container .visit-doc-box .visit-doc-content .doc-item .visits-table .m-table td:after {
          display: none !important; } }
.list-paper001 .paper-search {
  height: 5.2rem;
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center; }
  .list-paper001 .paper-search form {
    width: 32rem;
    position: relative; }
    .list-paper001 .paper-search form .paper-name {
      width: 100%;
      height: 2rem;
      box-sizing: border-box;
      border: 1px solid #d7d7d7;
      border-radius: 4px;
      background-color: #fff;
      font-size: 0.64rem;
      padding: 0 1.76rem 0 0.8rem; }
      .list-paper001 .paper-search form .paper-name::placeholder {
        color: #D7D7D7; }
    .list-paper001 .paper-search form .search-btn {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0.8rem;
      background: none; }
      .list-paper001 .paper-search form .search-btn i {
        font-size: 0.96rem;
        line-height: 1;
        color: #006B87; }
.list-paper001 .inner-layout {
  min-height: 16rem;
  position: relative; }
.list-paper001 .filter-paper form {
  display: flex;
  align-items: center; }
  .list-paper001 .filter-paper form .paper-select {
    margin-right: 1.6rem;
    display: flex;
    align-items: center; }
    .list-paper001 .filter-paper form .paper-select .label {
      font-size: 0.64rem;
      line-height: 1;
      color: #333333;
      display: inline-block;
      margin-right: 0.4rem; }
    .list-paper001 .filter-paper form .paper-select select {
      width: 4.8rem;
      height: 1.6rem;
      border: 1px solid #D7D7D7;
      box-sizing: border-box;
      padding: 0 0.64rem;
      border-radius: 4px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      cursor: pointer; }
      .list-paper001 .filter-paper form .paper-select select:after {
        content: "\e635";
        position: absolute;
        right: 0.64rem;
        font-size: 0.56rem;
        font-family: "iconfont";
        top: 0.64rem;
        color: #AAAAAA; }
      .list-paper001 .filter-paper form .paper-select select.disabled {
        cursor: no-drop; }
        .list-paper001 .filter-paper form .paper-select select.disabled:after {
          color: #C9C9C9; }
    .list-paper001 .filter-paper form .paper-select .select {
      position: relative; }
      .list-paper001 .filter-paper form .paper-select .select:after {
        content: "\e635";
        position: absolute;
        right: 0.64rem;
        font-size: 0.56rem;
        font-family: "iconfont";
        color: #AAAAAA;
        line-height: 0.36rem;
        top: 50%;
        margin-top: -0.18rem;
        transition: transform 0.3s; }
      .list-paper001 .filter-paper form .paper-select .select.disabled:after {
        color: #C9C9C9; }
      .list-paper001 .filter-paper form .paper-select .select.active:after {
        transform: rotate(180deg); }
.list-paper001 .newspaper-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.96rem; }
  .list-paper001 .newspaper-list a.newspaper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7.2rem;
    margin-right: 0.96rem;
    margin-top: 1.2rem; }
    .list-paper001 .newspaper-list a.newspaper-item .top-img {
      width: 100%;
      height: 10rem;
      box-sizing: border-box;
      padding: 0.4rem;
      background-color: #ffffff;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); }
      .list-paper001 .newspaper-list a.newspaper-item .top-img .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .list-paper001 .newspaper-list a.newspaper-item .top-img .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
    .list-paper001 .newspaper-list a.newspaper-item .title {
      margin-top: 0.8rem;
      font-size: 0.64rem;
      color: #333333;
      text-align: center;
      line-height: 1; }
      .list-paper001 .newspaper-list a.newspaper-item .title span + span {
        margin-left: 0.4rem; }
    .list-paper001 .newspaper-list a.newspaper-item .total {
      margin-top: 0.4rem;
      font-size: 0.64rem;
      color: #aaa;
      text-align: center;
      line-height: 1; }
    .list-paper001 .newspaper-list a.newspaper-item:hover .top-img {
      box-shadow: 0 4px 10px rgba(0, 107, 135, 0.4); }
      .list-paper001 .newspaper-list a.newspaper-item:hover .top-img .img img {
        transform: scale(1.1); }
    .list-paper001 .newspaper-list a.newspaper-item:hover .title {
      color: #006B87; }

@media (max-width: 960px) {
  .list-paper001 .paper-search {
    height: 80px;
    box-sizing: border-box;
    padding: 0 20px; }
    .list-paper001 .paper-search form {
      width: 100%; }
      .list-paper001 .paper-search form .paper-name {
        height: 40px; }
      .list-paper001 .paper-search form .search-btn {
        right: 10px; }
  .list-paper001 .inner-layout {
    padding-top: 20px !important; }
  .list-paper001 .filter-paper {
    border-bottom: 1px solid #D7D7D7; }
    .list-paper001 .filter-paper form {
      flex-wrap: wrap; }
      .list-paper001 .filter-paper form .paper-select {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px; }
        .list-paper001 .filter-paper form .paper-select .select {
          flex: 1; }
          .list-paper001 .filter-paper form .paper-select .select select {
            width: 100%; }
  .list-paper001 .newspaper-list {
    margin-right: 0;
    justify-content: space-between; }
    .list-paper001 .newspaper-list a.newspaper-item {
      margin-right: 0;
      margin-top: 20px;
      width: 47%; }
      .list-paper001 .newspaper-list a.newspaper-item .top-img {
        height: 59vw; }
      .list-paper001 .newspaper-list a.newspaper-item .title, .list-paper001 .newspaper-list a.newspaper-item .total {
        font-size: 16px;
        margin-top: 10px; } }
.list-paper-search .search-tool {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1; }
  .list-paper-search .search-tool a.back {
    display: flex;
    align-items: center;
    color: #006B87;
    line-height: 1;
    font-size: 0.64rem; }
    .list-paper-search .search-tool a.back i {
      margin-right: 0.4rem; }
    .list-paper-search .search-tool a.back:hover {
      color: #006B87; }
  .list-paper-search .search-tool .search-count {
    font-size: 0.64rem;
    line-height: 1;
    color: #7F7F7F; }
    .list-paper-search .search-tool .search-count span {
      color: #006B87; }
.list-paper-search .article-list {
  margin-top: 0.4rem; }
  .list-paper-search .article-list ul li {
    padding: 0.8rem 0;
    border-bottom: 1px solid #D7D7D7; }
    .list-paper-search .article-list ul li a {
      font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 0.72rem;
      line-height: 1;
      display: block;
      margin-bottom: 0.8rem;
      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-paper-search .article-list ul li a:hover {
        color: #006B87; }
    .list-paper-search .article-list ul li .bottom-info {
      color: #333333;
      font-size: 0.64rem;
      line-height: 1; }
      .list-paper-search .article-list ul li .bottom-info span {
        display: inline-block; }
        .list-paper-search .article-list ul li .bottom-info span + span {
          margin-left: 0.4rem; }
      .list-paper-search .article-list ul li .bottom-info .total {
        margin-left: 0; }
      .list-paper-search .article-list ul li .bottom-info .cur {
        position: relative;
        margin-left: 0.84rem; }
        .list-paper-search .article-list ul li .bottom-info .cur:before {
          content: "";
          width: 1px;
          height: 0.64rem;
          background-color: #797979;
          position: absolute;
          top: 0;
          left: -0.4rem; }
.list-paper-search .no-search-data {
  height: 16rem;
  width: 100%;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .list-paper-search .no-search-data p {
    font-size: 0.8rem;
    color: #444444;
    line-height: 1;
    margin-bottom: 0.8rem; }
    .list-paper-search .no-search-data p span {
      color: #FF5240; }
  .list-paper-search .no-search-data > span {
    font-size: 0.64rem;
    line-height: 1;
    color: #7F7F7F; }
  .list-paper-search .no-search-data a.gosearch-btn {
    display: block;
    width: 5.6rem;
    height: 1.6rem;
    line-height: 1.6rem;
    border-radius: 4px;
    text-align: center;
    font-size: 0.64rem;
    color: #fff;
    background-color: #006B87;
    margin-top: 0.8rem; }

@media (max-width: 960px) {
  .list-paper-search .search-tool a.back {
    font-size: 14px; }
    .list-paper-search .search-tool a.back i {
      font-size: 14px; }
  .list-paper-search .search-tool .search-count {
    font-size: 14px; }
  .list-paper-search .no-search-data {
    position: relative;
    height: auto;
    margin-top: 80px; }
    .list-paper-search .no-search-data p {
      font-size: 16px;
      margin-bottom: 10px; }
    .list-paper-search .no-search-data > span {
      font-size: 14px; }
    .list-paper-search .no-search-data a.gosearch-btn {
      width: 104px;
      height: 34px;
      line-height: 34px;
      font-size: 14px;
      margin-top: 40px; }
  .list-paper-search .article-list {
    margin-top: 10px; }
    .list-paper-search .article-list ul li {
      padding: 10px 0; }
      .list-paper-search .article-list ul li a {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 10px; }
      .list-paper-search .article-list ul li .bottom-info {
        font-size: 12px; } }
.list-doctor001 .filter-doctor {
  padding: 0 0.8rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .list-doctor001 .filter-doctor .layer-item {
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E4; }
    .list-doctor001 .filter-doctor .layer-item:last-child {
      border-bottom: none; }
    .list-doctor001 .filter-doctor .layer-item .label {
      display: inline-block;
      width: 80px;
      margin-right: 0.8rem;
      font-size: 16px;
      color: #333333;
      line-height: 1;
      margin-top: 0.32rem;
      height: 16px;
      flex-shrink: 0; }
    .list-doctor001 .filter-doctor .layer-item .list-item {
      display: flex;
      flex-wrap: wrap;
      margin-right: -14px; }
      .list-doctor001 .filter-doctor .layer-item .list-item li {
        margin-right: 14px;
        margin-bottom: 10px; }
        .list-doctor001 .filter-doctor .layer-item .list-item li.cur a {
          background-color: #006B87;
          color: #fff; }
          .list-doctor001 .filter-doctor .layer-item .list-item li.cur a:hover {
            color: rgba(255, 255, 255, 0.6); }
        .list-doctor001 .filter-doctor .layer-item .list-item li a {
          display: block;
          border-radius: 4px;
          line-height: 32px;
          height: 32px;
          padding: 0 0.8rem;
          font-size: 16px; }
          .list-doctor001 .filter-doctor .layer-item .list-item li a:hover {
            color: #006B87; }
  .list-doctor001 .filter-doctor .area-depclass {
    display: flex;
    align-items: center; }
    .list-doctor001 .filter-doctor .area-depclass .class-item {
      font-size: 0;
      margin-right: 60px;
      display: flex;
      align-items: center; }
      .list-doctor001 .filter-doctor .area-depclass .class-item span {
        display: inline-block;
        width: 80px;
        margin-right: 0.8rem;
        font-size: 16px;
        color: #333333;
        line-height: 1; }
      .list-doctor001 .filter-doctor .area-depclass .class-item .select-box {
        position: relative; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box.disabled .choose {
          cursor: not-allowed;
          color: #AAAAAA; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box.disabled .choose::placeholder {
            color: #AAAAAA; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box.disabled > i {
          color: #AAAAAA; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose {
          border: 1px solid #C9C9C9;
          border-radius: 4px;
          outline: none;
          width: 9.6rem;
          height: 1.6rem;
          line-height: 1.6rem;
          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-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose.disabled {
            cursor: not-allowed;
            color: #AAAAAA; }
            .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose.disabled::placeholder {
              color: #AAAAAA; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
            font-size: 16px;
            color: #333; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option {
          width: 9.6rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 1.68rem;
          left: 0;
          display: none;
          z-index: 111; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul {
            padding: 0; }
            .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li {
              height: 2.4rem;
              box-sizing: border-box;
              padding: 0 10px;
              position: relative;
              line-height: 2.4rem; }
              .list-doctor001 .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-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
                color: #333;
                font-size: 16px;
                display: block; }
              .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover, .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur {
                background-color: #F2F2F2; }
                .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li:hover a, .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li.cur a {
                  color: #006B87; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box > i {
          position: absolute;
          top: 0.64rem;
          right: 10px;
          font-size: 14px;
          line-height: 10px;
          transition: all 0.5s;
          display: inline-block;
          color: #333333; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box > i.active {
            transform: rotate(180deg); }
  .list-doctor001 .filter-doctor .department-list {
    display: flex;
    padding-bottom: 10px; }
    .list-doctor001 .filter-doctor .department-list.dep-list .list-item {
      width: 100%; }
      .list-doctor001 .filter-doctor .department-list.dep-list .list-item li {
        width: 17.6%; }
        .list-doctor001 .filter-doctor .department-list.dep-list .list-item li a {
          width: fit-content;
          min-height: 1.28rem;
          height: auto;
          display: flex;
          align-items: center; }
          .list-doctor001 .filter-doctor .department-list.dep-list .list-item li a p {
            line-height: 1rem;
            max-height: 2rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
  .list-doctor001 .filter-doctor .protit-list {
    display: flex;
    position: relative;
    padding-bottom: 10px; }
    .list-doctor001 .filter-doctor .protit-list .list-box {
      overflow: hidden;
      max-height: 42px; }
      .list-doctor001 .filter-doctor .protit-list .list-box .list-item {
        margin-right: 0; }
      .list-doctor001 .filter-doctor .protit-list .list-box.open {
        max-height: 150px; }
    .list-doctor001 .filter-doctor .protit-list .toggle-btn {
      height: 24px;
      width: 24px;
      border-radius: 4px;
      box-sizing: border-box;
      border: 1px solid #006B87;
      line-height: 24px;
      text-align: center;
      position: absolute;
      top: 0.96rem;
      right: 0;
      display: none;
      cursor: pointer; }
      .list-doctor001 .filter-doctor .protit-list .toggle-btn i {
        font-size: 14px;
        color: #006B87;
        transition: all 0.5s;
        display: inline-block;
        position: relative;
        top: -3px; }
      .list-doctor001 .filter-doctor .protit-list .toggle-btn.active {
        border: none;
        background-color: #006B87; }
        .list-doctor001 .filter-doctor .protit-list .toggle-btn.active i {
          transform: rotate(180deg);
          color: #fff; }
    .list-doctor001 .filter-doctor .protit-list.over .toggle-btn {
      display: block; }
  .list-doctor001 .filter-doctor .search-layer {
    display: flex;
    align-items: center;
    font-size: 0; }
    .list-doctor001 .filter-doctor .search-layer > span {
      display: inline-block;
      width: 80px;
      margin-right: 0.8rem;
      font-size: 16px;
      color: #333333;
      line-height: 1; }
    .list-doctor001 .filter-doctor .search-layer .search-form {
      display: flex;
      align-items: center; }
    .list-doctor001 .filter-doctor .search-layer .doctor-name {
      border: 1px solid #C9C9C9;
      border-radius: 4px;
      outline: none;
      width: 9.6rem;
      height: 1.6rem;
      line-height: 1.6rem;
      font-size: 16px;
      color: #333333;
      box-sizing: border-box; }
      .list-doctor001 .filter-doctor .search-layer .doctor-name::placeholder {
        font-size: 16px;
        color: #D7D7D7; }
      .list-doctor001 .filter-doctor .search-layer .doctor-name:focus {
        border-color: #006B87; }
    .list-doctor001 .filter-doctor .search-layer .doc-search-btn {
      background-color: #006B87;
      color: #fff;
      margin-left: 60px;
      border: none;
      width: 80px; }
      .list-doctor001 .filter-doctor .search-layer .doc-search-btn:hover {
        border: none;
        background-color: #006B87;
        color: #fff; }
    .list-doctor001 .filter-doctor .search-layer button {
      height: 1.6rem;
      font-size: 16px;
      text-align: center;
      line-height: 1.6rem;
      border-radius: 4px; }
    .list-doctor001 .filter-doctor .search-layer .reset-btn {
      border: 1px solid #006B87;
      background-color: #fff;
      margin-left: 20px;
      width: 132px;
      text-align: center;
      height: 1.6rem;
      font-size: 16px;
      text-align: center;
      line-height: 1.6rem;
      border-radius: 4px;
      display: block;
      box-sizing: border-box; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn i, .list-doctor001 .filter-doctor .search-layer .reset-btn span {
        color: #006B87;
        font-size: 16px; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn i {
        margin-right: 0.4rem; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn:hover {
        border: none;
        background-color: #006B87; }
        .list-doctor001 .filter-doctor .search-layer .reset-btn:hover i, .list-doctor001 .filter-doctor .search-layer .reset-btn:hover span {
          color: #fff; }
.list-doctor001 .haschosen-doctor {
  padding: 20px 0 10px;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: flex-end; }
  .list-doctor001 .haschosen-doctor .doctor-num {
    font-size: 16px;
    line-height: 1;
    color: #333; }
    .list-doctor001 .haschosen-doctor .doctor-num span {
      color: #006B87; }

@media (max-width: 1200px) {
  .list-doctor001 .filter-doctor .layer-item .label {
    font-size: 14px;
    height: 14px;
    width: 70px; }
  .list-doctor001 .filter-doctor .layer-item .list-item {
    margin-right: -8px; }
    .list-doctor001 .filter-doctor .layer-item .list-item li {
      margin-right: 8px;
      margin-bottom: 8px; }
      .list-doctor001 .filter-doctor .layer-item .list-item li a {
        line-height: 24px;
        height: 24px;
        font-size: 14px; }
  .list-doctor001 .filter-doctor .area-depclass .class-item {
    margin-right: 42px; }
    .list-doctor001 .filter-doctor .area-depclass .class-item span {
      width: 70px;
      font-size: 14px; }
    .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose {
      font-size: 14px; }
      .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose::placeholder {
        font-size: 14px; }
    .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option ul li a {
      font-size: 14px; }
  .list-doctor001 .filter-doctor .department-list {
    padding-bottom: 8px; }
  .list-doctor001 .filter-doctor .protit-list {
    padding-bottom: 8px; }
    .list-doctor001 .filter-doctor .protit-list .list-box {
      max-height: 32px; }
      .list-doctor001 .filter-doctor .protit-list .list-box.open {
        max-height: 100px; }
  .list-doctor001 .filter-doctor .search-layer > span {
    width: 70px;
    font-size: 14px; }
  .list-doctor001 .filter-doctor .search-layer .doctor-name {
    font-size: 14px; }
    .list-doctor001 .filter-doctor .search-layer .doctor-name::placeholder {
      font-size: 14px; }
  .list-doctor001 .filter-doctor .search-layer .doc-search-btn {
    margin-left: 43px;
    width: 60px; }
  .list-doctor001 .filter-doctor .search-layer button {
    font-size: 14px; }
  .list-doctor001 .filter-doctor .search-layer .reset-btn {
    margin-left: 26px;
    width: 111px;
    font-size: 14px; }
    .list-doctor001 .filter-doctor .search-layer .reset-btn i, .list-doctor001 .filter-doctor .search-layer .reset-btn span {
      color: #006B87;
      font-size: 14px; } }
@media (max-width: 960px) {
  .list-doctor001 .filter-doctor {
    position: relative; }
    .list-doctor001 .filter-doctor .area-depclass {
      flex-wrap: wrap; }
      .list-doctor001 .filter-doctor .area-depclass .class-item {
        width: 100%;
        margin-right: 0; }
        .list-doctor001 .filter-doctor .area-depclass .class-item.area {
          margin-bottom: 20px; }
        .list-doctor001 .filter-doctor .area-depclass .class-item span {
          margin-right: 10px;
          flex-shrink: 0; }
        .list-doctor001 .filter-doctor .area-depclass .class-item .select-box {
          width: 100%; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .choose {
            width: 100%; }
          .list-doctor001 .filter-doctor .area-depclass .class-item .select-box .option {
            width: 100%; }
    .list-doctor001 .filter-doctor .department-list {
      flex-wrap: wrap; }
      .list-doctor001 .filter-doctor .department-list.dep-list .list-item li {
        width: auto; }
    .list-doctor001 .filter-doctor .layer-item .label {
      margin-top: 0;
      margin-bottom: 10px;
      width: 100%; }
    .list-doctor001 .filter-doctor .layer-item .list-item li {
      margin-bottom: 10px;
      margin-right: 10px; }
      .list-doctor001 .filter-doctor .layer-item .list-item li a {
        height: 30px;
        line-height: 30px; }
    .list-doctor001 .filter-doctor .protit-list {
      flex-wrap: wrap;
      padding: 10px 0;
      position: relative; }
      .list-doctor001 .filter-doctor .protit-list .list-box {
        max-height: 70px; }
        .list-doctor001 .filter-doctor .protit-list .list-box.open {
          max-height: 400px; }
      .list-doctor001 .filter-doctor .protit-list .toggle-btn {
        bottom: 10px;
        top: auto; }
        .list-doctor001 .filter-doctor .protit-list .toggle-btn i {
          top: -1px; }
    .list-doctor001 .filter-doctor .search-layer {
      align-items: flex-start; }
      .list-doctor001 .filter-doctor .search-layer > span {
        margin-top: 8px;
        margin-right: 10px; }
      .list-doctor001 .filter-doctor .search-layer .doctor-name {
        width: 100%; }
      .list-doctor001 .filter-doctor .search-layer .doc-search-btn {
        margin-left: 0;
        margin-top: 20px; }
      .list-doctor001 .filter-doctor .search-layer .search-form {
        flex: 1;
        flex-wrap: wrap; }
      .list-doctor001 .filter-doctor .search-layer .reset-btn {
        position: absolute;
        left: 148px;
        bottom: 20px; }
  .list-doctor001 .haschosen-doctor .doctor-num {
    font-size: 14px; } }
.list-doctor002 .inner-layout .dep-content {
  margin-top: 2.72rem;
  margin-bottom: 1.6rem; }
  .list-doctor002 .inner-layout .dep-content .dep-class-tit {
    position: relative;
    overflow: hidden; }
    .list-doctor002 .inner-layout .dep-content .dep-class-tit h2 {
      float: left;
      line-height: 1.6rem;
      padding: 0.4rem 0 0.4rem 1.4rem;
      width: 9.8rem;
      font-size: 0.8rem;
      position: relative;
      z-index: 2;
      font-weight: normal;
      background: #f5f6f9; }
      .list-doctor002 .inner-layout .dep-content .dep-class-tit h2:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -0.12rem;
        height: 0.28rem;
        width: 3.28rem;
        background: #006B87; }
    .list-doctor002 .inner-layout .dep-content .dep-class-tit:after {
      content: "";
      position: absolute;
      right: 0;
      top: 1.2rem;
      height: 0.04rem;
      width: 100%;
      background: #ececec; }
  .list-doctor002 .inner-layout .dep-content > ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.6rem; }
    .list-doctor002 .inner-layout .dep-content > ul > li {
      width: 20%;
      box-sizing: border-box;
      height: 1.76rem;
      margin-bottom: 0.8rem; }
      .list-doctor002 .inner-layout .dep-content > ul > li:nth-child(5n) a {
        margin-right: 0; }
      .list-doctor002 .inner-layout .dep-content > ul > li > a {
        display: flex;
        align-items: center;
        border: #d8dee9 1px solid;
        border-radius: 3px;
        margin-right: 0.8rem;
        overflow: hidden;
        box-sizing: border-box;
        padding: 0 1.2rem 0 1.2rem;
        position: relative;
        height: 100%;
        justify-content: space-between; }
        .list-doctor002 .inner-layout .dep-content > ul > li > a p {
          font-size: 0.72rem;
          line-height: 0.8rem;
          max-height: 1.6rem;
          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; }
        .list-doctor002 .inner-layout .dep-content > ul > li > a i {
          font-size: 0.56rem;
          color: #fff;
          opacity: 0;
          transform: translateX(-0.8rem);
          transition: all 0.2s; }
        .list-doctor002 .inner-layout .dep-content > ul > li > a:hover {
          background-color: #006B87; }
          .list-doctor002 .inner-layout .dep-content > ul > li > a:hover p {
            color: #fff; }
          .list-doctor002 .inner-layout .dep-content > ul > li > a:hover i {
            opacity: 1;
            transform: translateX(0); }
      .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 2030; }
        .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog {
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          background: #fff;
          width: 60rem;
          height: auto;
          max-height: 90%;
          box-sizing: border-box;
          padding: 1.2rem 1.6rem 1.6rem; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .close {
            position: absolute;
            right: 1.6rem;
            top: 1.2rem;
            cursor: pointer;
            color: #333;
            font-size: 0.96rem;
            z-index: 1; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog h2 {
            padding-bottom: 1.2rem;
            font-size: 0.96rem;
            position: relative; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog h2:after {
              content: "";
              width: calc(100% + 3.2rem);
              border-top: 1px solid #D7D7D7;
              position: absolute;
              left: -1.6rem;
              bottom: 0; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter {
            display: flex;
            margin-top: 0.72rem; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter label {
              font-size: 0.72rem;
              margin-right: 0.8rem;
              white-space: nowrap;
              line-height: 1.6rem; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .doc-position-tit {
              display: flex;
              flex-wrap: wrap;
              margin-bottom: -0.4rem; }
              .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .doc-position-tit a {
                display: flex;
                margin-right: 0.4rem;
                height: 1.6rem;
                align-items: center;
                justify-content: center;
                min-width: 4.8rem;
                border-radius: 2rem;
                border: 1px solid #E4E4E4;
                font-size: 0.64rem;
                margin-bottom: 0.4rem;
                padding: 0 0.4rem;
                box-sizing: border-box; }
              .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .doc-position-tit a.cur {
                border-color: #006B87;
                background-color: #006B87;
                color: #fff; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box {
              display: none; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box {
            height: 20.8rem;
            margin-top: 1.8rem; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul {
              display: flex;
              flex-wrap: wrap;
              margin-right: -0.8rem; }
              .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li {
                width: 13.4rem;
                height: 2.32rem;
                margin-right: 0.8rem;
                margin-bottom: 0.8rem; }
                .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li a {
                  padding: 0 0.8rem;
                  display: flex;
                  width: 100%;
                  height: 100%;
                  justify-content: space-between;
                  align-items: center;
                  box-sizing: border-box;
                  border: 1px solid #E4E4E4;
                  transition: all 0.3s; }
                  .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li a:hover {
                    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
                  .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li a p {
                    flex: 1;
                    font-size: 0.72rem;
                    line-height: 0.8rem;
                    max-height: 1.6rem;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    white-space: normal;
                    word-wrap: break-word;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box; }
                  .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li a span {
                    line-height: 1;
                    height: 1.32rem; }
                    .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li a span u {
                      font-size: 0.56rem;
                      color: #888888; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box .mCSB_inside > .mCSB_container {
              margin-right: 0.8rem; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
              background-color: #006B87; }
  .list-doctor002 .inner-layout .dep-content:nth-child(2n) .dep-class-tit h2:after {
    background-color: #489BAE; }
.list-doctor002 .header-search .search-form {
  display: flex;
  height: 2.4rem;
  border-radius: 0.24rem;
  border: 1px solid #D7D7D7;
  position: relative; }
  .list-doctor002 .header-search .search-form input.doctor-name {
    flex: 1;
    height: 100%;
    background-color: inherit; }
  .list-doctor002 .header-search .search-form button.doc-search-btn {
    display: block;
    width: 7.6rem;
    height: calc(100% + 2px);
    top: -1px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-top-right-radius: 0.16rem;
    border-bottom-right-radius: 0.16rem;
    position: relative; }
  .list-doctor002 .header-search .search-form a.clear-btn {
    display: none;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: #d7d7d7;
    align-items: center;
    justify-content: center;
    position: relative;
    left: -0.8rem;
    top: 50%;
    transform: translateY(-50%); }
    .list-doctor002 .header-search .search-form a.clear-btn i {
      font-size: 0.64rem;
      color: #fff; }
  .list-doctor002 .header-search .search-form a.clear-btn.show {
    display: flex; }
.list-doctor002 .doc-content .result-tips {
  font-size: 0.96rem;
  line-height: 1;
  margin: 2.72rem 0 1rem; }
.list-doctor002 .doc-content ul.doctor-list li.doc-item {
  width: 100%;
  height: 6.4rem;
  box-sizing: border-box;
  padding: 0.8rem;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s; }
  .list-doctor002 .doc-content ul.doctor-list li.doc-item a.thumb {
    height: 4.8rem;
    width: 3.6rem;
    margin-right: 0.8rem; }
    .list-doctor002 .doc-content ul.doctor-list li.doc-item a.thumb img {
      width: 100%;
      height: 100%; }
  .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail {
    flex: 1; }
    .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .header {
      display: flex;
      align-items: center; }
      .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .header h2 {
        font-size: 0.72rem;
        font-weight: normal;
        line-height: 1.52rem;
        margin-right: 0.8rem; }
      .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .header .info {
        display: flex; }
        .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .header .info span {
          font-size: 0.56rem; }
        .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .header .info span + span:before {
          content: ","; }
    .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .departs {
      font-size: 0.56rem;
      line-height: 1.36rem;
      height: 1.36rem; }
    .list-doctor002 .doc-content ul.doctor-list li.doc-item .detail .goodat {
      font-size: 0.56rem;
      margin-top: 0.28rem;
      line-height: 0.9rem;
      max-height: 1.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .list-doctor002 .doc-content ul.doctor-list li.doc-item + li.doc-item {
    border-top: 1px solid #D7D7D7; }
.list-doctor002 .doc-content ul.doctor-list li.doc-item:hover {
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1); }
  .list-doctor002 .doc-content ul.doctor-list li.doc-item:hover, .list-doctor002 .doc-content ul.doctor-list li.doc-item:hover + li.doc-item {
    border-color: #fff !important; }

@media (max-width: 960px) {
  .list-doctor002 .inner-layout .dep-content {
    margin-bottom: 20px; }
    .list-doctor002 .inner-layout .dep-content > ul {
      justify-content: space-between; }
      .list-doctor002 .inner-layout .dep-content > ul > li {
        width: calc(50% - 10px); }
        .list-doctor002 .inner-layout .dep-content > ul > li a {
          margin-right: 0; }
        .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog {
          width: 90%;
          padding: 20px;
          height: 700px;
          max-height: none; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog i {
            flex: 0 0 auto; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog h2 {
            flex: 0 0 auto;
            font-size: 18px; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog h2:after {
            width: calc(100% + 40px);
            left: -20px; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter {
            display: block; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .doc-position-tit a {
              min-width: 80px; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .tab-tit-box {
              display: none; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box {
              display: block;
              margin-top: 12px;
              position: relative; }
              .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box .cur-tit {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                color: #fff;
                height: 48px;
                font-size: 18px !important;
                background-color: #006B87;
                padding: 0 20px;
                box-sizing: border-box;
                cursor: pointer; }
                .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box .cur-tit i {
                  font-size: 20px; }
              .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box ul {
                display: none;
                background: #047c9b;
                padding: 24px;
                position: absolute;
                left: 0;
                top: 48px;
                box-sizing: border-box;
                width: 100%;
                z-index: 10; }
                .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box ul a {
                  font-size: 16px;
                  line-height: 34px;
                  color: #fff;
                  display: block;
                  border: none; }
                  .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .position-filter .m-tab-tit-box ul a.cur {
                    background: none;
                    color: #e6c390; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .tab-pannel-wrap {
            flex: 1; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .tab-pannel-wrap .tab-pannel {
              height: 100%; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul {
            margin-right: 0;
            justify-content: space-between; }
            .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li {
              width: 48%;
              margin-right: 0; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .close {
            top: 20px;
            right: 20px; }
          .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box {
            height: 485px;
            margin-top: 20px; } }
@media (max-width: 520px) {
  .list-doctor002 .inner-layout .dep-content > ul > li .doc-dialog .inner-dialog .doc-box ul li {
    width: 100%; } }
.list-images001 {
  display: flex;
  margin-right: -2%;
  flex-wrap: wrap; }
  .list-images001 .img-item {
    width: 23%;
    margin-right: 2%;
    margin-bottom: 1.6rem; }
    .list-images001 .img-item a.img-box {
      display: block;
      width: 100%;
      height: 8.2rem;
      box-sizing: border-box;
      border: 1px solid #D7D7D7;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
      background-color: #fff;
      padding: 0.4rem; }
      .list-images001 .img-item a.img-box .img {
        width: 100%;
        height: 100%;
        overflow: hidden; }
        .list-images001 .img-item a.img-box .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .list-images001 .img-item a.img-box:hover .img img {
        transform: scale(1.1); }
    .list-images001 .img-item a.title {
      text-align: center;
      font-size: 0.72rem;
      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-images001 .img-item:hover a.title {
      color: #006B87; }

@media (max-width: 960px) {
  .list-images001 {
    margin-right: 0; }
    .list-images001 .img-item {
      width: 100%;
      margin-right: 0;
      margin-bottom: 20px; }
      .list-images001 .img-item a.img-box {
        height: 51.5vw; }
      .list-images001 .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-department001 .inner-layout {
  display: flex; }
  .list-department001 .inner-layout .dep-class {
    width: 8.8rem;
    margin-right: 1.6rem;
    flex-shrink: 0; }
    .list-department001 .inner-layout .dep-class .dep-class-tit {
      display: none; }
    .list-department001 .inner-layout .dep-class .dep-class-list {
      position: sticky;
      top: 120px; }
    .list-department001 .inner-layout .dep-class a.tab-tit {
      width: 100%;
      height: 2rem;
      box-sizing: border-box;
      padding-left: 0.8rem;
      font-size: 0.8rem;
      color: #333;
      display: flex;
      align-items: center;
      position: relative; }
      .list-department001 .inner-layout .dep-class a.tab-tit.cur {
        background-color: #006B87;
        color: #fff;
        font-weight: bold; }
        .list-department001 .inner-layout .dep-class a.tab-tit.cur:after {
          content: "";
          width: 0;
          height: 0;
          font-size: 0;
          border: 1rem solid transparent;
          border-left-color: #006B87;
          border-left-width: 0.8rem;
          position: absolute;
          left: 100%; }
  .list-department001 .inner-layout .tab-pannel-wrap {
    width: 100%; }
    .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content {
      margin-bottom: 1.6rem; }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content .dep-class-tit {
        position: relative;
        overflow: hidden; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content .dep-class-tit h2 {
          float: left;
          line-height: 1.6rem;
          padding: 0.4rem 0 0.4rem 1.4rem;
          width: 9.8rem;
          font-size: 0.8rem;
          position: relative;
          z-index: 2;
          font-weight: normal;
          background: #f5f6f9; }
          .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content .dep-class-tit h2:after {
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            margin-top: -0.12rem;
            height: 0.28rem;
            width: 3.28rem;
            background: #006B87; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content .dep-class-tit:after {
          content: "";
          position: absolute;
          right: 0;
          top: 1.2rem;
          height: 0.04rem;
          width: 100%;
          background: #ececec; }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 1.6rem; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li {
          width: 20%;
          box-sizing: border-box;
          height: 1.76rem;
          margin-bottom: 0.8rem; }
          .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li:nth-child(5n) a {
            margin-right: 0; }
          .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a {
            display: flex;
            align-items: center;
            border: #d8dee9 1px solid;
            border-radius: 3px;
            margin-right: 0.8rem;
            overflow: hidden;
            box-sizing: border-box;
            padding: 0 1.2rem 0 1.2rem;
            position: relative;
            height: 100%;
            justify-content: space-between; }
            .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a p {
              font-size: 0.72rem;
              line-height: 0.8rem;
              max-height: 1.6rem;
              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; }
            .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a i {
              font-size: 0.56rem;
              color: #fff;
              opacity: 0;
              transform: translateX(-0.8rem);
              transition: all 0.2s; }
            .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a:hover {
              background-color: #006B87; }
              .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a:hover p {
                color: #fff; }
              .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a:hover i {
                opacity: 1;
                transform: translateX(0); }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content:nth-child(2n) .dep-class-tit h2:after {
        background-color: #42caca; }

@media (max-width: 960px) {
  .list-department001 .inner-layout {
    display: block; }
    .list-department001 .inner-layout .dep-class {
      display: block;
      width: 100%;
      margin-bottom: 10px;
      margin-right: 0;
      position: relative; }
      .list-department001 .inner-layout .dep-class .dep-class-tit {
        height: 40px;
        background-color: #F2F2F2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        padding: 0 10px;
        cursor: pointer; }
        .list-department001 .inner-layout .dep-class .dep-class-tit span {
          font-size: 18px;
          color: #333; }
        .list-department001 .inner-layout .dep-class .dep-class-tit i {
          color: #006B87; }
      .list-department001 .inner-layout .dep-class .dep-class-list {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        display: none;
        position: absolute;
        width: 100%;
        top: 40px;
        z-index: 2030;
        background-color: #fff; }
        .list-department001 .inner-layout .dep-class .dep-class-list a.tab-tit {
          font-size: 14px;
          justify-content: center;
          padding: 0; }
          .list-department001 .inner-layout .dep-class .dep-class-list a.tab-tit.cur:after {
            display: none; }
          .list-department001 .inner-layout .dep-class .dep-class-list a.tab-tit:last-child {
            border-bottom: none; }
    .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content {
      margin-bottom: 20px; }
      .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul {
        justify-content: space-between; }
        .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li {
          width: calc(50% - 10px); }
          .list-department001 .inner-layout .tab-pannel-wrap .tab-pannel .dep-content ul li a {
            margin-right: 0; } }
.list-video001 .inner-layout ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.5%; }
  .list-video001 .inner-layout ul li {
    width: 24%;
    margin: 0 0.5% 0.8rem; }
    .list-video001 .inner-layout ul li a.img {
      width: 100%;
      box-sizing: border-box;
      height: 8.84rem;
      border: 1px solid #c9c9c9;
      padding: 0.24rem;
      display: block;
      overflow: hidden; }
      .list-video001 .inner-layout ul li a.img .inner-img {
        width: 100%;
        height: 100%;
        background-color: #006B87;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden; }
        .list-video001 .inner-layout ul li a.img .inner-img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
        .list-video001 .inner-layout ul li a.img .inner-img p {
          font-size: 0.96rem;
          color: rgba(255, 255, 255, 0.6); }
        .list-video001 .inner-layout ul li a.img .inner-img i {
          position: absolute;
          bottom: 0.4rem;
          right: 0.4rem;
          background-color: #42A1CA;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          font-size: 0.8rem;
          color: #fff;
          text-align: center;
          border-radius: 4px;
          width: 1.88rem;
          height: 1.88rem;
          line-height: 1.88rem; }
      .list-video001 .inner-layout ul li a.img:hover .inner-img img {
        transform: scale(1.1); }
    .list-video001 .inner-layout ul li a.tit {
      text-align: center;
      font-size: 0.72rem;
      color: #333333;
      line-height: 0.9rem;
      max-height: 0.9rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-top: 0.4rem; }
      .list-video001 .inner-layout ul li a.tit:hover {
        color: #006B87; }

@media (max-width: 960px) {
  .list-video001 .inner-layout ul {
    margin: 0; }
    .list-video001 .inner-layout ul li {
      margin: 0 0 20px;
      width: 100%; }
      .list-video001 .inner-layout ul li a.img {
        height: 50vw; } }
.list-history001 {
  border-left: 2px solid #e4e4e4; }
  .list-history001 .history-item {
    padding: 0.8rem 0; }
    .list-history001 .history-item .history-time {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-left: 1.2rem;
      font-size: 1.12rem;
      color: #006B87;
      font-weight: 400;
      line-height: 1.8; }
      .list-history001 .history-item .history-time:before {
        content: '';
        display: block;
        position: absolute;
        left: -5px;
        top: 0;
        bottom: 0;
        z-index: 1;
        width: 8px;
        height: 8px;
        margin: auto;
        background-color: #006B87;
        border-radius: 50%;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all 0.5s; }
      .list-history001 .history-item .history-time:after {
        content: '';
        display: block;
        position: absolute;
        left: -2px;
        top: 25px;
        z-index: 1;
        width: 2px;
        height: 0;
        margin: auto;
        background-color: #006B87;
        transition: all .5s;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all 0.5s; }
    .list-history001 .history-item .history-detail {
      box-sizing: border-box;
      padding-left: 1.2rem;
      font-size: 0.64rem;
      font-weight: normal;
      text-align: justify;
      line-height: 2rem;
      font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif; }
    .list-history001 .history-item:hover .history-time:before {
      transform: scale(1.5);
      -webkit-transform: scale(1.5);
      -moz-transform: scale(1.5);
      -o-transform: scale(1.5); }
    .list-history001 .history-item:hover .history-time:after {
      height: 3rem; }

.list-download001 ul li {
  width: 100%;
  height: 3.2rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
  border-radius: 0.16rem;
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.2rem;
  background-color: #fff; }
  .list-download001 ul li .arrow {
    font-size: 0.56rem;
    color: #C9C9C9; }
  .list-download001 ul li .dl-icon {
    flex: 1;
    margin: 0 1.72rem 0 0.4rem;
    font-size: 0.72rem;
    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-download001 ul li .dl-icon:hover {
      color: #489BAE; }
  .list-download001 ul li .download {
    padding: 0 0.2rem;
    font-size: 0.56rem;
    line-height: 0.96rem;
    background-color: #006B87;
    color: #fff; }
    .list-download001 ul li .download i {
      margin-right: 0.2rem; }
    .list-download001 ul li .download:hover {
      background-color: #006B87; }

.list-culture001 {
  padding-top: 3.2rem; }
  .list-culture001 .inner-culture > li {
    margin-bottom: 3.2rem; }
    .list-culture001 .inner-culture > li h1 {
      padding-left: 1.6rem;
      font-size: 1.44rem;
      font-weight: normal;
      line-height: 1;
      margin-bottom: 2.4rem;
      position: relative; }
      .list-culture001 .inner-culture > li h1:before {
        content: "";
        width: calc(50vw - 30rem + 1.5rem);
        border-top: 1px solid #006B87;
        right: calc(100% - 1.5rem);
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    .list-culture001 .inner-culture > li .box {
      display: flex;
      padding: 3.44rem 2.4rem 2.72rem 3.2rem;
      background-color: #006B87;
      background-image: url(../images/cyfyy/brief/culture_item_bg0.jpg); }
      .list-culture001 .inner-culture > li .box .txt {
        flex: 1;
        overflow: hidden;
        color: #fff !important;
        height: 12rem; }
        .list-culture001 .inner-culture > li .box .txt p, .list-culture001 .inner-culture > li .box .txt span, .list-culture001 .inner-culture > li .box .txt div, .list-culture001 .inner-culture > li .box .txt li {
          color: #fff !important; }
        .list-culture001 .inner-culture > li .box .txt img {
          max-width: 100%;
          object-fit: contain; }
      .list-culture001 .inner-culture > li .box .img {
        width: 23.2rem;
        height: 16rem;
        overflow: hidden;
        margin-top: -6.32rem;
        margin-left: 4rem; }
        .list-culture001 .inner-culture > li .box .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s;
          float: right; }
        .list-culture001 .inner-culture > li .box .img:hover img {
          transform: scale(1.1); }
    .list-culture001 .inner-culture > li:nth-child(even) h1 {
      padding-left: 0;
      padding-right: 1.6rem;
      text-align: right; }
      .list-culture001 .inner-culture > li:nth-child(even) h1:before {
        left: calc(100% - 1.5rem); }
    .list-culture001 .inner-culture > li:nth-child(even) .box {
      background-color: #D9B97B;
      flex-direction: row-reverse;
      background-image: url(../images/cyfyy/brief/culture_item_bg1.jpg); }
      .list-culture001 .inner-culture > li:nth-child(even) .box .img {
        margin-left: 0;
        margin-right: 4rem; }
    .list-culture001 .inner-culture > li:last-child .box .txt {
      height: auto; }
    .list-culture001 .inner-culture > li:last-child .box .img {
      display: none; }

@media (max-width: 960px) {
  .list-culture001 {
    padding-top: 40px; }
    .list-culture001 .inner-culture > li {
      margin-bottom: 30px; }
      .list-culture001 .inner-culture > li h1 {
        font-size: 18px;
        margin-bottom: 20px;
        padding-left: 50px; }
        .list-culture001 .inner-culture > li h1:before {
          width: calc(50vw - 180px + 40px);
          right: calc(100% - 40px); }
      .list-culture001 .inner-culture > li .box {
        flex-direction: column;
        padding: 20px; }
        .list-culture001 .inner-culture > li .box .txt {
          height: auto; }
        .list-culture001 .inner-culture > li .box .img {
          margin-top: 20px;
          margin-left: 0;
          width: 100%;
          height: auto; }
      .list-culture001 .inner-culture > li:nth-child(even) h1 {
        padding-right: 50px; }
        .list-culture001 .inner-culture > li:nth-child(even) h1:before {
          left: calc(100% - 40px); }
      .list-culture001 .inner-culture > li:nth-child(even) .box {
        flex-direction: column; }
        .list-culture001 .inner-culture > li:nth-child(even) .box .img {
          margin-top: 20px;
          margin-right: 0; } }
.list-history002 {
  color: #333;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
  position: relative; }
  .list-history002:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    bottom: 0;
    width: 0;
    border-right: 2px solid #d7d7d7; }
  .list-history002 .history-item {
    display: flex;
    justify-content: space-between;
    min-height: 12.8rem;
    position: relative; }
    .list-history002 .history-item .item-left {
      width: 18rem;
      height: 10.8rem;
      margin-left: 4rem;
      position: relative; }
      .list-history002 .history-item .item-left:before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #F2F2F2;
        position: absolute;
        left: -0.4rem;
        bottom: -0.4rem;
        z-index: -1; }
      .list-history002 .history-item .item-left .img {
        width: 100%;
        height: 100%;
        box-shadow: -5px -5px 10px rgba(168, 168, 168, 0.35);
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.4rem; }
        .list-history002 .history-item .item-left .img .inner-img {
          width: 100%;
          height: 100%;
          overflow: hidden;
          background-color: #006B87;
          display: flex;
          align-items: center;
          justify-content: center; }
          .list-history002 .history-item .item-left .img .inner-img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .list-history002 .history-item .item-left .img .inner-img > p {
            font-size: 1.28rem;
            color: rgba(255, 255, 255, 0.6); }
      .list-history002 .history-item .item-left:hover .img .inner-img img {
        transform: scale(1.1); }
    .list-history002 .history-item .circle {
      width: 0.56rem;
      height: 0.56rem;
      border-radius: 50%;
      background-color: #d7cfc2;
      position: absolute;
      top: 3.8rem;
      left: 0;
      right: 0;
      margin: auto;
      z-index: 1; }
      .list-history002 .history-item .circle:before {
        content: '';
        display: inline-block;
        width: 2.12rem;
        border-top: 0.08rem solid #d7cfc2;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.56rem; }
    .list-history002 .history-item .item-right {
      width: 19.2rem; }
      .list-history002 .history-item .item-right .tit {
        font-size: 1.6rem;
        line-height: 1;
        color: #006B87;
        margin: 1.2rem 0 0.8rem; }
      .list-history002 .history-item .item-right .content {
        font-size: 0.56rem;
        line-height: 0.96rem; }
    .list-history002 .history-item:nth-child(even) {
      flex-direction: row-reverse; }
      .list-history002 .history-item:nth-child(even) .item-left {
        margin-right: 4rem;
        margin-left: 0; }
        .list-history002 .history-item:nth-child(even) .item-left:before {
          left: unset;
          right: -0.4rem; }
      .list-history002 .history-item:nth-child(even) .circle:before {
        left: -2.12rem; }
    .list-history002 .history-item:first-child:before {
      content: '\e625';
      font-family: 'iconfont';
      color: #D7D7D7;
      font-size: 0.8rem;
      line-height: 12px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .list-history002 .history-item:last-child:before {
      content: '';
      display: inline-block;
      width: 0.8rem;
      height: 0.8rem;
      border-radius: 50%;
      border: 2px solid #D7D7D7;
      box-sizing: border-box;
      position: absolute;
      bottom: -0.8rem;
      left: 0;
      right: 0;
      margin: auto;
      font-weight: bold; }

@media (max-width: 960px) {
  .list-history002:after {
    display: none; }
  .list-history002 .history-item {
    flex-wrap: wrap;
    margin-bottom: 30px; }
    .list-history002 .history-item:first-child::before, .list-history002 .history-item:last-child::before {
      display: none; }
    .list-history002 .history-item .item-left {
      margin: 0 !important;
      width: 100%;
      height: 50vw; }
    .list-history002 .history-item .circle {
      display: none; }
    .list-history002 .history-item .item-right {
      width: 100%; }
      .list-history002 .history-item .item-right .tit {
        font-size: 20px;
        margin: 20px 0 10px; } }
.inner-list-tit {
  line-height: 1;
  padding-bottom: 0.8rem;
  padding-top: 1.6rem;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.96rem;
  font-weight: normal;
  color: #006B87; }
  @media (max-width: 960px) {
    .inner-list-tit {
      padding-top: 20px;
      padding-bottom: 20px; } }

.list-news001 ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.2rem 0;
  height: 6.4rem;
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center; }
  .list-news001 ul li:last-child {
    border-bottom: none; }
  .list-news001 ul li a.img {
    width: 7.2rem;
    height: 4rem;
    overflow: hidden;
    display: block;
    margin-right: 0.8rem; }
    .list-news001 ul li a.img img {
      width: 100%;
      height: 100%;
      transition: all 0.3s; }
    .list-news001 ul li a.img:hover img {
      transform: scale(1.1); }
  .list-news001 ul li .right-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .list-news001 ul li .right-info a.tit {
      font-size: 0.72rem;
      font-weight: bold;
      color: #333;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-news001 ul li .right-info a.tit:hover {
        color: #006B87; }
    .list-news001 ul li .right-info .bottom span {
      font-size: 0.56rem;
      color: #999; }
      .list-news001 ul li .right-info .bottom span + span:before {
        content: "";
        height: 100%;
        border-left: 1px solid #c7c5c5;
        margin: 0 0.4rem; }

.list-news002 ul li {
  border-bottom: 1px solid #e4e4e4;
  transition: box-shadow .8s;
  -webkit-transition: box-shadow .8s; }
  .list-news002 ul li:last-child {
    border-bottom: none; }
  .list-news002 ul li a {
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center; }
    .list-news002 ul li a .time {
      font-size: 0.72rem;
      color: #006B87;
      margin-right: 1.6rem;
      text-align: center; }
      .list-news002 ul li a .time .day {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 0.4rem;
        line-height: 1; }
    .list-news002 ul li a .right-info {
      overflow: hidden;
      padding-left: 1.6rem;
      border-left: 1px solid rgba(0, 107, 135, 0.33); }
      .list-news002 ul li a .right-info .top h2 {
        font-size: 0.72rem;
        font-weight: bold;
        color: #333;
        line-height: 1.08rem;
        max-height: 1.08rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-news002 ul li a .right-info .top .content {
        font-size: 0.56rem;
        color: #666;
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 0.4rem; }
      .list-news002 ul li a .right-info .bottom {
        margin-top: 0.8rem;
        font-size: 0;
        line-height: 1;
        overflow: hidden; }
        .list-news002 ul li a .right-info .bottom span {
          font-size: 0.56rem;
          color: #999; }
          .list-news002 ul li a .right-info .bottom span + span:before {
            content: "";
            height: 100%;
            border-left: 1px solid #c7c5c5;
            margin: 0 0.4rem; }
    .list-news002 ul li a:hover .right-info .top h2 {
      color: #006B87; }
  .list-news002 ul li:hover {
    color: #fff;
    box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.15);
    border: 0; }
@media (max-width: 960px) {
  .list-news002 ul li a {
    padding: 15px 10px; }
    .list-news002 ul li a .time {
      font-size: 14px;
      margin-right: 10px; }
      .list-news002 ul li a .time .day {
        font-size: 18px;
        margin-bottom: 5px; }
    .list-news002 ul li a .right-info {
      padding-left: 10px; }
      .list-news002 ul li a .right-info .top h2 {
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-news002 ul li a .right-info .top .content {
        display: none; }
      .list-news002 ul li a .right-info .bottom {
        margin-top: 5px; }
        .list-news002 ul li a .right-info .bottom span {
          margin-top: 5px; } }

.list-news003 ul li {
  border-bottom: 1px solid #e4e4e4;
  transition: box-shadow .8s;
  -webkit-transition: box-shadow .8s; }
  .list-news003 ul li:last-child {
    border-bottom: none; }
  .list-news003 ul li a {
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center; }
    .list-news003 ul li a .time {
      font-size: 0.72rem;
      color: #006B87;
      margin-right: 1.6rem;
      text-align: center; }
      .list-news003 ul li a .time .day {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 0.4rem;
        line-height: 1; }
    .list-news003 ul li a .right-info {
      overflow: hidden;
      padding-left: 1.6rem;
      border-left: 1px solid rgba(0, 107, 135, 0.33); }
      .list-news003 ul li a .right-info .top h2 {
        font-size: 0.8rem;
        font-weight: bold;
        color: #333;
        height: 2.16rem;
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-news003 ul li a .right-info .bottom {
        margin-top: 0.8rem;
        font-size: 0;
        line-height: 1;
        overflow: hidden; }
        .list-news003 ul li a .right-info .bottom span {
          font-size: 0.56rem;
          color: #999; }
          .list-news003 ul li a .right-info .bottom span + span:before {
            content: "";
            height: 100%;
            border-left: 1px solid #c7c5c5;
            margin: 0 0.4rem; }
    .list-news003 ul li a:hover .right-info .top h2 {
      color: #006B87; }
  .list-news003 ul li:hover {
    color: #fff;
    box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.15);
    border: 0; }
@media (max-width: 960px) {
  .list-news003 ul li a {
    padding: 15px 10px; }
    .list-news003 ul li a .time {
      font-size: 14px;
      margin-right: 10px; }
      .list-news003 ul li a .time .day {
        font-size: 18px;
        margin-bottom: 5px; }
    .list-news003 ul li a .right-info {
      padding-left: 10px; }
      .list-news003 ul li a .right-info .bottom {
        margin-top: 5px; }
        .list-news003 ul li a .right-info .bottom span {
          margin-top: 5px; } }

.list-notice005 ul li {
  padding-left: 0.2rem;
  position: relative;
  margin-top: 0.8rem; }
  .list-notice005 ul li:before {
    content: "";
    height: 0.96rem;
    border-left: 0.2rem solid #006B87;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .list-notice005 ul li a {
    box-sizing: border-box;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: #eaeaeb 1px solid;
    transition: all 0.3s; }
    .list-notice005 ul li a p {
      font-size: 0.72rem;
      line-height: 1.08rem;
      max-height: 1.08rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      color: #333;
      margin-right: 0.8rem; }
    .list-notice005 ul li a span {
      color: #aaa;
      font-size: 0.64rem;
      line-height: 1;
      display: block; }
    .list-notice005 ul li a:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .list-notice005 ul li a:hover p {
        color: #006B87; }
@media (max-width: 960px) {
  .list-notice005 ul li a {
    flex-wrap: wrap;
    padding: 10px; }
    .list-notice005 ul li a p {
      width: 100%;
      margin-right: 0;
      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;
      margin-bottom: 10px; } }

.list-notice006 ul {
  display: flex;
  flex-wrap: wrap; }
  .list-notice006 ul li {
    border-top: 1px solid #006B87;
    padding: 0.8rem 0;
    width: 30%;
    margin: 0 1.5%;
    position: relative; }
    .list-notice006 ul li:after {
      content: "";
      z-index: -1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      transition: 0.5s;
      transform: scale(1.1); }
    .list-notice006 ul li a p {
      font-size: 0.72rem;
      color: #333;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      height: 2.16rem; }
    .list-notice006 ul li a .bottom {
      display: flex;
      margin-top: 0.4rem;
      justify-content: space-between;
      align-items: center; }
      .list-notice006 ul li a .bottom span {
        font-size: 0.64rem;
        color: #006B87;
        line-height: 1; }
      .list-notice006 ul li a .bottom .circle {
        width: 1.2rem;
        height: 1.2rem;
        border: 1px solid #999;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0.4rem; }
        .list-notice006 ul li a .bottom .circle i {
          color: #999;
          font-size: 0.8rem; }
    .list-notice006 ul li:hover:after {
      background-color: #006B87;
      box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.24); }
    .list-notice006 ul li:hover a p {
      color: #fff; }
    .list-notice006 ul li:hover a .bottom span {
      color: #fff; }
    .list-notice006 ul li:hover a .bottom .circle {
      border-color: #fff; }
      .list-notice006 ul li:hover a .bottom .circle i {
        animation: showArrow 1s;
        color: #fff; }
@media (max-width: 960px) {
  .list-notice006 ul li {
    width: 100%;
    margin: 0 1%;
    border-top: 1px solid #d0d0d0; } }

.list-service002 ul {
  display: flex;
  flex-wrap: wrap; }
  .list-service002 ul li {
    margin-bottom: 0.6rem;
    width: 50%;
    padding: 0px 0.4rem;
    box-sizing: border-box;
    height: 3.04rem; }
    .list-service002 ul li a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 0 1.2rem;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
      border: 1px solid #eee;
      box-sizing: border-box; }
      .list-service002 ul li a p {
        font-size: 0.72rem;
        line-height: 1.35rem;
        max-height: 1.35rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #333;
        margin-right: 0.8rem; }
      .list-service002 ul li a .more {
        width: 4.8rem;
        height: 1rem;
        border-radius: 1.2rem;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #aaa;
        transition: all 0.3s; }
        .list-service002 ul li a .more span {
          font-size: 0.64rem;
          line-height: 1; }
        .list-service002 ul li a .more i {
          margin-left: 0.2rem;
          font-size: 12px; }
      .list-service002 ul li a:hover p {
        color: #006B87; }
      .list-service002 ul li a:hover .more {
        background-color: #006B87;
        border-color: #006B87;
        color: #fff; }
@media (max-width: 960px) {
  .list-service002 ul li {
    width: 100%; }
    .list-service002 ul li a .more {
      flex-shrink: 0;
      display: none; } }

.list-leader-text002 {
  display: flex;
  justify-content: space-between; }
  .list-leader-text002 .leader-box {
    width: 48%;
    min-height: 14rem;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-image: url(../images/cyfyy/brief/leader_l.jpg);
    background-size: cover; }
    .list-leader-text002 .leader-box .top {
      width: 100%;
      height: 2.4rem;
      background-color: #006B87; }
    .list-leader-text002 .leader-box + .leader-box {
      background-image: url(../images/cyfyy/brief/leader_r.jpg); }
      .list-leader-text002 .leader-box + .leader-box .top {
        background-color: #3ba9c1; }
    .list-leader-text002 .leader-box .leader-list {
      box-sizing: border-box;
      padding: 0.4rem 1.2rem; }
      .list-leader-text002 .leader-box .leader-list .leader-item {
        display: flex;
        padding: 0.6rem 0;
        border-bottom: 1px solid #ececec;
        justify-content: flex-start; }
        .list-leader-text002 .leader-box .leader-list .leader-item h2 {
          font-size: 0.72rem;
          color: #006B87;
          line-height: 2;
          font-weight: normal;
          text-align: right;
          margin-right: 2rem;
          position: relative;
          flex-shrink: 0;
          height: fit-content;
          width: 7.4rem; }
          .list-leader-text002 .leader-box .leader-list .leader-item h2:after {
            content: "";
            height: 0.72rem;
            border-left: 1px solid #aaa;
            position: absolute;
            right: -1.16rem;
            top: 50%;
            transform: translateY(-50%); }
        .list-leader-text002 .leader-box .leader-list .leader-item ul {
          display: flex;
          flex-wrap: wrap; }
          .list-leader-text002 .leader-box .leader-list .leader-item ul li {
            margin: 0 0.4rem; }
            .list-leader-text002 .leader-box .leader-list .leader-item ul li p {
              font-size: 0.72rem;
              line-height: 2; }
  @media (max-width: 960px) {
    .list-leader-text002 {
      flex-wrap: wrap; }
      .list-leader-text002 .leader-box {
        width: 100%;
        margin-bottom: 20px; }
        .list-leader-text002 .leader-box .leader-list .leader-item h2 {
          width: auto; } }

.list-news-classes .box1 {
  margin-top: 1.4rem; }
  .list-news-classes .box1 .nav1 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.72rem; }
    .list-news-classes .box1 .nav1 .links {
      display: flex;
      align-items: center;
      margin-left: 1.04rem; }
      .list-news-classes .box1 .nav1 .links a.link {
        display: block;
        border-radius: 0.2rem;
        border: 1px solid #cfcfcf;
        min-width: 3.36rem;
        padding: 0.4rem 0.2rem;
        text-align: center; }
        .list-news-classes .box1 .nav1 .links a.link.cur, .list-news-classes .box1 .nav1 .links a.link:hover {
          color: #fff;
          background-color: #006B87;
          border-color: #006B87; }
        .list-news-classes .box1 .nav1 .links a.link + .link {
          margin-left: 1.04rem; }
  .list-news-classes .box1 .nav2 {
    display: flex;
    justify-content: center;
    font-size: 0.72rem;
    align-items: center;
    margin-top: 1.12rem; }
    .list-news-classes .box1 .nav2 .t {
      color: #006B87; }
    .list-news-classes .box1 .nav2 .right {
      display: flex;
      align-items: center; }
      .list-news-classes .box1 .nav2 .right .select-mod {
        width: 18.64rem;
        position: relative; }
        .list-news-classes .box1 .nav2 .right .select-mod .select-bar {
          position: relative;
          z-index: 2; }
          .list-news-classes .box1 .nav2 .right .select-mod .select-bar:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            border: 1px solid #cfcfcf;
            border-radius: 5px; }
          .list-news-classes .box1 .nav2 .right .select-mod .select-bar .select-btn {
            position: relative;
            height: 1.6rem;
            padding: 0 0.8rem;
            overflow: hidden;
            cursor: pointer; }
            .list-news-classes .box1 .nav2 .right .select-mod .select-bar .select-btn .select-val {
              overflow: hidden;
              white-space: nowrap;
              text-overflow: ellipsis;
              line-height: 1.6rem; }
            .list-news-classes .box1 .nav2 .right .select-mod .select-bar .select-btn:after {
              content: '\e635';
              font-family: 'iconfont';
              position: absolute;
              color: #006B87;
              right: 0.8rem;
              top: 0.52rem;
              margin: auto;
              height: 0.32rem;
              -webkit-font-smoothing: antialiased;
              -webkit-text-stroke-width: 0.2px;
              -moz-osx-font-smoothing: grayscale;
              width: 0.56rem; }
        .list-news-classes .box1 .nav2 .right .select-mod .select-cont {
          position: absolute;
          left: 0;
          right: 0;
          top: 1.6rem;
          background-color: #fff;
          background-clip: content-box;
          z-index: 1;
          opacity: 0;
          visibility: hidden;
          border-radius: 0.2rem; }
          .list-news-classes .box1 .nav2 .right .select-mod .select-cont .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
            background-color: #006B87; }
          .list-news-classes .box1 .nav2 .right .select-mod .select-cont:before {
            content: '';
            position: absolute;
            left: 0;
            top: 1px;
            right: 0;
            bottom: 0;
            border: 1px solid #cfcfcf;
            border-top: 0;
            border-bottom-left-radius: 0.2rem;
            border-bottom-right-radius: 0.2rem; }
          .list-news-classes .box1 .nav2 .right .select-mod .select-cont .select-opts {
            position: relative;
            max-height: 9.6rem;
            padding: 1rem 0.8rem; }
            .list-news-classes .box1 .nav2 .right .select-mod .select-cont .select-opts .select-item {
              cursor: pointer; }
              .list-news-classes .box1 .nav2 .right .select-mod .select-cont .select-opts .select-item.cur {
                color: #006B87; }
              .list-news-classes .box1 .nav2 .right .select-mod .select-cont .select-opts .select-item + .select-item {
                margin-top: 0.92rem; }
        .list-news-classes .box1 .nav2 .right .select-mod.sc-show .select-cont {
          opacity: 1;
          visibility: visible; }
.list-news-classes .news-classes-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 1.6rem; }
  .list-news-classes .news-classes-list a {
    display: block;
    width: calc(50% - 0.4rem);
    box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.15);
    margin-bottom: 0.8rem;
    transition: all 0.25s; }
    .list-news-classes .news-classes-list a:hover {
      box-shadow: 0.2rem 0.2rem 0.6rem rgba(0, 0, 0, 0.15); }
  .list-news-classes .news-classes-list li {
    display: flex;
    width: 100%;
    height: 7.2rem; }
    .list-news-classes .news-classes-list li .img-box {
      width: 12.4rem;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      background-color: #006B87; }
      .list-news-classes .news-classes-list li .img-box p {
        font-size: 0.96rem;
        color: rgba(255, 255, 255, 0.8); }
      .list-news-classes .news-classes-list li .img-box img {
        width: 100%;
        height: 100%; }
    .list-news-classes .news-classes-list li .content {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      padding: 1.2rem; }
      .list-news-classes .news-classes-list li .content h3 {
        font-size: 0.72rem;
        line-height: 0.8rem;
        max-height: 1.6rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-news-classes .news-classes-list li .content span {
        font-size: 0.64rem; }

@media (max-width: 960px) {
  .list-news-classes .box1 .nav1 {
    align-items: flex-start; }
    .list-news-classes .box1 .nav1 div.t {
      white-space: nowrap;
      margin-top: 10px; }
    .list-news-classes .box1 .nav1 .links {
      flex-wrap: wrap; }
      .list-news-classes .box1 .nav1 .links a {
        margin: 5px; }
      .list-news-classes .box1 .nav1 .links a.link + .link {
        margin: 5px; }
  .list-news-classes .box1 .nav2 {
    justify-content: flex-start;
    align-items: start;
    flex-direction: column; }
    .list-news-classes .box1 .nav2 .t {
      white-space: nowrap;
      margin-bottom: 5px; }
    .list-news-classes .box1 .nav2 .right {
      width: 100%; }
      .list-news-classes .box1 .nav2 .right .select-mod {
        width: 100%; }
  .list-news-classes .news-classes-list {
    flex-direction: column; }
    .list-news-classes .news-classes-list a {
      width: 100%; }
      .list-news-classes .news-classes-list a li {
        flex-direction: column; }
        .list-news-classes .news-classes-list a li .img-box {
          width: 100%;
          min-height: 50vw;
          height: auto; }
        .list-news-classes .news-classes-list a li .content {
          padding: 10px 15px; } }
.department-list005 {
  margin: 1.6rem 0; }
  .department-list005 .layout h1 {
    margin-bottom: 1.6rem; }
  .department-list005 .layout .tab-pannel-wrap {
    width: 100%; }
    .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content {
      margin-bottom: 1.6rem;
      display: flex;
      height: auto;
      min-height: 12rem;
      flex-wrap: wrap; }
      .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content h2 {
        min-height: 12rem;
        width: 5rem !important;
        display: flex;
        align-items: center;
        justify-content: center;
        writing-mode: vertical-lr;
        font-weight: normal;
        background: url("../images/foxhcs/department/kspi_c1.png") no-repeat #006B87;
        background-size: 100%;
        color: white;
        font-size: 0.96rem;
        width: max-content;
        text-align: center; }
        .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content h2::before {
          font-family: "iconcyfyy" !important;
          content: '\e888';
          font-size: 1.2rem;
          width: max-content;
          height: max-content;
          margin: 0.2rem; }
      .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box {
        width: calc(100% - 5rem);
        height: max-content;
        min-height: 12rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        padding: 1.2rem;
        box-sizing: border-box; }
        .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul {
          width: 100%;
          box-sizing: border-box;
          display: flex;
          flex-wrap: wrap; }
          .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li {
            width: 18%;
            margin: 0.4rem 1%;
            height: 2.4rem;
            border: 1px solid #dedede;
            box-sizing: border-box;
            border-radius: 0.2rem;
            overflow: hidden; }
            .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a {
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              display: flex;
              justify-content: space-between;
              align-items: center;
              padding: 0 0.8rem;
              transform: all .5s; }
              .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a p {
                font-size: 0.72rem;
                line-height: 0.8rem;
                max-height: 1.6rem;
                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; }
              .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a i {
                font-size: 0.48rem;
                color: #489BAE;
                display: none; }
              .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a:hover {
                background: url("../images/foxhcs/department/ksli_bg.png") no-repeat #006B87; }
                .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a:hover p {
                  color: #fff; }
      .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content.itemC2 h2 {
        background: url("../images/foxhcs/department/kspi_c2.png") no-repeat #489BAE; }
        .department-list005 .layout .tab-pannel-wrap .tab-pannel .dep-content.itemC2 h2::before {
          content: '\e679'; }

@media (max-width: 960px) {
  .list-department005 {
    margin: 1.6rem 0; }
    .list-department005 .layout {
      padding: 0 10px; }
      .list-department005 .layout .tab-pannel-wrap {
        width: 100%; }
        .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content h2 {
          height: 4rem;
          min-height: 4rem;
          width: 100% !important;
          writing-mode: horizontal-tb;
          background: #1166c8;
          color: white;
          font-size: 0.96rem; }
        .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box {
          width: 100%;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          padding: 1.2rem;
          box-sizing: border-box; }
          .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul {
            width: 100%;
            box-sizing: border-box;
            display: flex;
            flex-wrap: wrap; }
            .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li {
              width: 18%;
              margin: 0.8rem 1%;
              height: 2.4rem;
              border: 1px solid #dedede;
              box-sizing: border-box;
              border-radius: 0.2rem;
              overflow: hidden; }
              .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a {
                width: 100%;
                height: 100%;
                box-sizing: border-box;
                display: flex;
                justify-content: space-between;
                align-items: center;
                padding: 0 0.8rem; }
                .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a p {
                  font-size: 0.72rem;
                  line-height: 0.8rem;
                  max-height: 1.6rem;
                  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; }
                .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a i {
                  font-size: 0.48rem;
                  color: #489BAE;
                  display: none; }
                .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a:hover {
                  background: url("../images/foxhcs/department/ksli_bg.png") no-repeat #005ac0; }
                  .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content .department-box ul li a:hover p {
                    color: #fff; }
        .list-department005 .layout .tab-pannel-wrap .tab-pannel .dep-content.itemA0 h2 {
          background: #3cb8d2; } }
.list-inhos-floor .floor-top {
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #797979; }
  .list-inhos-floor .floor-top h2 {
    font-size: 1.28rem; }
  .list-inhos-floor .floor-top .search-floor {
    height: 1.6rem;
    width: 16rem;
    border: 1px solid #AAAAAA;
    border-radius: 0.16rem;
    display: flex; }
    .list-inhos-floor .floor-top .search-floor .input-floor-search {
      flex: 1;
      background-color: inherit; }
    .list-inhos-floor .floor-top .search-floor a {
      display: flex;
      align-items: center;
      color: #006B87;
      font-size: 0.56rem;
      padding: 0 0.8rem; }
      .list-inhos-floor .floor-top .search-floor a i {
        font-size: 0.64rem;
        position: relative;
        top: 0.04rem;
        margin-right: 0.2rem; }
.list-inhos-floor .inner-mode {
  margin-top: 1.44rem; }
  .list-inhos-floor .inner-mode .mode-aside .floor-class-list {
    display: flex;
    justify-content: center; }
    .list-inhos-floor .inner-mode .mode-aside .floor-class-list a.tab-tit {
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.64rem;
      box-sizing: border-box;
      border: 1px solid #797979;
      border-radius: 0.2rem;
      height: 1.6rem;
      width: 9.6rem;
      margin: 0 0.8rem 0.8rem; }
    .list-inhos-floor .inner-mode .mode-aside .floor-class-list a.tab-tit.cur {
      background-color: #006B87;
      border-color: #006B87;
      color: #fff; }
  .list-inhos-floor .inner-mode .detail-wrap {
    flex: 1; }
    .list-inhos-floor .inner-mode .detail-wrap .floor-name {
      height: 2.4rem;
      width: 100%;
      background-color: #006B87;
      color: #fff;
      font-size: 0.8rem;
      margin-right: 1.6rem;
      line-height: 2.4rem;
      text-align: center; }
    .list-inhos-floor .inner-mode .detail-wrap .partition {
      display: flex;
      height: 2.4rem;
      box-sizing: border-box;
      border: 1px solid #797979; }
      .list-inhos-floor .inner-mode .detail-wrap .partition > span {
        font-size: 0.72rem;
        display: flex;
        width: 2.4rem;
        background-color: #7F7F7F;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-sizing: border-box;
        border: 1px solid #797979; }
      .list-inhos-floor .inner-mode .detail-wrap .partition .depart-box {
        flex: 1;
        display: flex; }
        .list-inhos-floor .inner-mode .detail-wrap .partition .depart-box .depart-area {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #f3fbf8; }
          .list-inhos-floor .inner-mode .detail-wrap .partition .depart-box .depart-area p {
            text-align: center; }
        .list-inhos-floor .inner-mode .detail-wrap .partition .depart-box .depart-area + .depart-area {
          border-left: 1px solid #797979; }
    .list-inhos-floor .inner-mode .detail-wrap .list-box li.item {
      display: flex;
      min-height: 2.4rem;
      box-sizing: border-box;
      border: 1px solid #797979; }
      .list-inhos-floor .inner-mode .detail-wrap .list-box li.item > span {
        font-size: 0.72rem;
        display: flex;
        width: 2.4rem;
        background-color: #7F7F7F;
        align-items: center;
        justify-content: center;
        color: #fff;
        box-sizing: border-box;
        border: 1px solid #797979; }
      .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box {
        flex: 1;
        display: flex; }
        .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area {
          flex: 1;
          display: flex;
          align-items: center;
          flex-wrap: wrap; }
          .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area p {
            display: flex;
            align-items: center;
            box-sizing: border-box;
            padding: 0.4rem; }
            .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area p .cn-name {
              font-size: 0.72rem;
              line-height: 1.5; }
            .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area p .en-name {
              flex: 1;
              font-size: 0.48rem; }
        .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area + .depart-area {
          border-left: 1px solid #797979; }

@media (max-width: 960px) {
  .list-inhos-floor .inner-mode {
    flex-direction: column; }
    .list-inhos-floor .inner-mode .mode-aside {
      margin-right: 0;
      width: 100%; }
      .list-inhos-floor .inner-mode .mode-aside .floor-class-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .list-inhos-floor .inner-mode .mode-aside .floor-class-list a.tab-tit {
          width: calc(50% - 10px);
          margin: 0 0 10px; }
    .list-inhos-floor .inner-mode .detail-wrap .list-box li.item {
      height: auto; }
      .list-inhos-floor .inner-mode .detail-wrap .list-box li.item > span {
        min-height: 2.4rem;
        height: auto; }
      .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box {
        flex-direction: column; }
        .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area {
          min-height: 40px;
          flex: unset; }
        .list-inhos-floor .inner-mode .detail-wrap .list-box li.item .depart-box .depart-area + .depart-area {
          border-left: unset;
          border-top: 1px solid #797979; } }
.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.2rem;
    color: #555555;
    width: 0.64rem;
    height: 0.64rem; }
  .show-content .share > span {
    font-size: 0.56rem;
    color: #999999;
    display: block;
    height: 1.12rem;
    position: relative;
    z-index: 2;
    line-height: 1.12rem; }
  .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.12rem;
    z-index: 2;
    background: #fff;
    padding: 0.4rem 0.32rem;
    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: 0.8rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.56rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.56rem;
        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: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        font-size: 0.64rem;
        display: inline-block;
        text-align: center;
        line-height: 0.8rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.2rem; }
  .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.28rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 3.84rem;
    height: 1.28rem;
    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.56rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.28rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.28rem; }
    h2.left-tit a.more:hover {
      background-color: #006B87;
      border-color: #006B87;
      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: 3.2rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 32rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.8rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 0.8rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.72rem;
          line-height: 1.08rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .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.28rem;
          color: #444;
          line-height: 1.92rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.56rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 0.8rem 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 0.8rem; }
      .news-show .list-item .content .news-content {
        padding-top: 0.8rem; }
        .news-show .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show .list-item .content .original-title {
        font-size: 0.56rem;
        color: #AAAAAA;
        line-height: 0.84rem;
        margin-top: 1.6rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 1.6rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.72rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.64rem;
          background-color: #E4E4E4;
          margin: 0 0.4rem; }
    .news-show .list-item .left-tit {
      font-size: 0.96rem;
      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: 7.28rem;
        box-sizing: border-box;
        padding-top: 0.8rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 3.44rem;
          height: 4.8rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 3.44rem;
            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: 0.8rem;
          font-size: 0.56rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #006B87;
            margin-bottom: 0.12rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.64rem;
            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.4rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.24rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 0.8rem; }
          .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.64rem;
            color: #006B87;
            line-height: 1;
            margin-bottom: 0.4rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.56rem;
            color: #AAAAAA;
            line-height: 0.84rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 14.4rem; }
    .news-show .news-right ul {
      margin-top: 0.8rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 4rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.4rem;
        position: relative;
        margin-bottom: 0.4rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.4rem;
          top: 0.4rem;
          width: 4.4rem;
          height: 3.2rem;
          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.64rem;
          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.56rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.4rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 5.2rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.2rem; }
    .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.28rem;
      color: #333;
      line-height: 1.28rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 25.6rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 44.72rem;
      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: 25.6rem; }
      .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: 2.4rem;
        height: 2.8rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 2.8rem;
        font-size: 0.72rem;
        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: 4.24rem;
      height: 2.4rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 2.4rem;
      font-size: 0.72rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.72rem;
    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.56rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.2rem; }
  .images-show .images-info .img-slide {
    margin: 1rem 0 1.2rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.12rem;
      height: 3.04rem;
      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.06rem; }
      .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: 0.88rem;
      height: 3.04rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.04rem;
      font-size: 0.48rem;
      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.28rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.2rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.88rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 15.4rem;
        margin-right: 0.88rem;
        padding-bottom: 0.8rem;
        margin-bottom: 1.2rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 8.72rem;
          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: 2.4rem;
            height: 1.6rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.56rem;
            text-align: center;
            line-height: 1.6rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.4rem 0;
          height: 2.16rem;
          color: #333;
          font-size: 0.72rem;
          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: #489BAE; }

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 10px; }
.page-content .news-content table {
  max-width: 100% !important; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }
    .news-show .news-right h2 a.more:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #555; }
      .news-show .news-right h2 a.more:hover i {
        transform: translateX(-10px); }
      .news-show .news-right h2 a.more:hover span {
        transform: translateX(0); }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
html, body {
  /* 增加锚点跳转过度效果 */
  scroll-behavior: smooth; }

.show-teacher {
  position: relative; }
  .show-teacher > img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 22.4rem;
    z-index: -1;
    opacity: 0.3; }
  .show-teacher .basic-msg {
    position: relative;
    height: 14.4rem;
    background-color: #006B87; }
    .show-teacher .basic-msg .bg-left, .show-teacher .basic-msg .bg-right {
      position: absolute; }
    .show-teacher .basic-msg .bg-left {
      height: 60%;
      width: auto;
      left: 0;
      top: 0; }
    .show-teacher .basic-msg .bg-right {
      height: 100%;
      width: auto;
      right: 0;
      bottom: 0; }
    .show-teacher .basic-msg .path {
      padding-top: 0.8rem;
      z-index: 1;
      position: relative;
      color: #fff; }
      .show-teacher .basic-msg .path span, .show-teacher .basic-msg .path i, .show-teacher .basic-msg .path a {
        color: #fff; }
    .show-teacher .basic-msg .inner-basic-msg {
      margin-top: 2rem;
      display: flex;
      position: relative;
      z-index: 1; }
      .show-teacher .basic-msg .inner-basic-msg .doc-header {
        height: 8rem;
        width: 6rem;
        margin-right: 1.6rem;
        flex-shrink: 0; }
        .show-teacher .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%; }
      .show-teacher .basic-msg .inner-basic-msg .doc-detail {
        position: relative;
        width: 100%; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail h3 {
          font-size: 1.28rem;
          color: #fff;
          font-weight: normal;
          line-height: 1; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box {
          display: flex; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box span {
            display: block;
            margin-left: 0.4rem;
            padding: 0 0.4rem;
            border: 1px solid #DCEB91;
            border-radius: 0.2rem;
            height: 1.28rem;
            line-height: 1.28rem;
            font-size: 0.64rem;
            color: #DCEB91;
            box-sizing: border-box;
            margin-top: 0.8rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .position-box span:nth-child(1) {
            margin-left: 0; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec u, .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          display: inline-block;
          line-height: 1; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec u {
          font-size: 0.64rem;
          color: rgba(255, 255, 255, 0.6); }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span {
          color: #fff;
          font-size: 0.64rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-dec span a {
            color: #fff; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-position-depart {
          font-size: 0; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .doc-position-depart .doc-dec {
            margin-top: 1.2rem; }
        .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more {
          display: block;
          height: 1.28rem;
          line-height: 1.28rem;
          background-color: #489BAE;
          padding: 0 0.4rem;
          color: #fff;
          font-size: 0.64rem;
          position: absolute;
          width: auto;
          right: 0;
          top: 0;
          border-radius: 0.2rem;
          transition: all 0.5s; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more i {
            color: #fff;
            margin-left: 0.2rem;
            font-size: 0.64rem; }
          .show-teacher .basic-msg .inner-basic-msg .doc-detail .show-more:hover {
            background-color: #006B87; }
  .show-teacher .main-msg .inner-layout {
    display: flex;
    justify-content: space-between; }
    .show-teacher .main-msg .inner-layout .mobile-left-nav {
      display: none; }
    .show-teacher .main-msg .inner-layout .left-nav {
      width: 6.4rem;
      height: fit-content;
      position: sticky;
      top: 5.84rem; }
      .show-teacher .main-msg .inner-layout .left-nav a {
        display: block;
        padding: 0.8rem 0 0.8rem 0.4rem;
        font-size: 0.64rem;
        line-height: 1;
        color: #333;
        white-space: nowrap;
        border-bottom: 1px solid #e4e4e4;
        position: relative; }
        .show-teacher .main-msg .inner-layout .left-nav a:first-child {
          padding-top: 0; }
          .show-teacher .main-msg .inner-layout .left-nav a:first-child.cur:before {
            top: 0;
            transform: translateY(0); }
        .show-teacher .main-msg .inner-layout .left-nav a:last-child {
          border-bottom: none; }
        .show-teacher .main-msg .inner-layout .left-nav a.cur {
          color: #006B87;
          font-weight: bold; }
          .show-teacher .main-msg .inner-layout .left-nav a.cur:before {
            content: "";
            display: block;
            height: 0.64rem;
            width: 2px;
            background-color: #006B87;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
    .show-teacher .main-msg .inner-layout .info-container {
      width: 38.4rem; }
      .show-teacher .main-msg .inner-layout .info-container .info-box {
        margin-bottom: 1.6rem; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .anchor-ele {
          position: relative;
          top: -5.84rem;
          visibility: hidden; }
        .show-teacher .main-msg .inner-layout .info-container .info-box h1.left-tit {
          font-size: 0.96rem;
          line-height: 1;
          color: #006B87;
          margin-bottom: 0.8rem;
          font-weight: normal; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .info-content {
          overflow: hidden; }
          .show-teacher .main-msg .inner-layout .info-container .info-box .info-content p {
            font-size: 0.64rem;
            line-height: 2;
            color: #333; }

@media (max-width: 960px) {
  .show-teacher {
    padding-top: 60px; }
    .show-teacher .basic-msg .inner-basic-msg .doc-header {
      margin-right: 20px; }
    .show-teacher .main-msg .inner-layout {
      flex-wrap: wrap; }
      .show-teacher .main-msg .inner-layout .left-nav {
        flex-shrink: 0;
        margin-right: 5px;
        top: 70px;
        display: none; }
      .show-teacher .main-msg .inner-layout .info-container {
        width: 100%;
        margin-top: 20px; }
        .show-teacher .main-msg .inner-layout .info-container .info-box .anchor-ele {
          top: -95px; }
      .show-teacher .main-msg .inner-layout .mobile-left-nav {
        width: 100%;
        display: block; }
        .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container {
          display: flex;
          height: 30px;
          align-items: center;
          justify-content: flex-end;
          position: relative;
          cursor: pointer; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container p {
            font-size: 14px; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .left-nav-container i {
            font-size: 18px; }
        .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu {
          display: none; }
          .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a {
            display: block;
            padding: 0.8rem 0 0.8rem 0.4rem;
            font-size: 0.64rem;
            line-height: 1;
            color: #333;
            white-space: nowrap;
            border-bottom: 1px solid #e4e4e4;
            position: relative; }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:first-child {
              padding-top: 0; }
              .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:first-child.cur:before {
                top: 0;
                transform: translateY(0); }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a:last-child {
              border-bottom: none; }
            .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a.cur {
              color: #12B8A0;
              font-weight: bold; }
              .show-teacher .main-msg .inner-layout .mobile-left-nav .sub-menu a.cur:before {
                content: "";
                display: block;
                height: 0.64rem;
                width: 2px;
                background-color: #489BAE;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); } }
.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: -3rem;
      right: 0; }
    .show-leader001 > img.bottom {
      bottom: 0;
      right: 0; }
  .show-leader001 .img-info {
    display: flex; }
    .show-leader001 .img-info .leader-img {
      width: 6.4rem;
      height: 8.76rem;
      margin-right: 1.6rem; }
    .show-leader001 .img-info .right-info {
      flex: 1;
      position: relative; }
      .show-leader001 .img-info .right-info > img {
        position: absolute;
        width: 6.4rem;
        opacity: 0.08;
        right: 0;
        top: 0; }
      .show-leader001 .img-info .right-info .name {
        font-size: 0.96rem;
        line-height: 1;
        color: #006B87;
        margin-bottom: 0.96rem; }
      .show-leader001 .img-info .right-info .leader-protit {
        font-size: 0.72rem;
        line-height: 1;
        color: #333333;
        margin-bottom: 1.2rem; }
      .show-leader001 .img-info .right-info .position {
        font-size: 0.72rem;
        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.2rem;
    font-size: 0.64rem;
    line-height: 1.04rem;
    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; } }
.care-mode .show-leader001 .img-info .right-info .name {
  font-size: 1.28rem; }
.care-mode .show-leader001 .img-info .right-info .leader-protit {
  font-size: 0.96rem; }
.care-mode .show-leader001 .leader-intro p, .care-mode .show-leader001 .leader-intro span, .care-mode .show-leader001 .leader-intro a, .care-mode .show-leader001 .leader-intro div {
  font-size: 0.96rem !important; }

.show-paper-detail .top-tool {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .show-paper-detail .top-tool a.back {
    display: flex;
    align-items: center;
    color: #006B87;
    line-height: 1;
    font-size: 0.64rem; }
    .show-paper-detail .top-tool a.back i {
      margin-right: 0.4rem; }
    .show-paper-detail .top-tool a.back:hover {
      color: #006B87; }
  .show-paper-detail .top-tool .right-btn {
    display: flex;
    align-items: center; }
    .show-paper-detail .top-tool .right-btn a {
      color: #006B87;
      line-height: 1;
      font-size: 0.64rem; }
      .show-paper-detail .top-tool .right-btn a + a {
        margin-left: 0.8rem; }
      .show-paper-detail .top-tool .right-btn a:hover {
        color: #006B87; }
      .show-paper-detail .top-tool .right-btn a.disable {
        cursor: no-drop;
        color: #ccc; }
        .show-paper-detail .top-tool .right-btn a.disable:hover {
          color: #ccc; }
.show-paper-detail .m-top-tool {
  display: none; }
.show-paper-detail .inner-paper-container {
  margin-top: 1.2rem; }
  .show-paper-detail .inner-paper-container.pc-paper-container {
    display: flex; }
    .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool {
      display: flex; }
      .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item {
        width: 3.92rem;
        height: 1.6rem;
        border-radius: 4px;
        background-color: #fff;
        box-sizing: border-box;
        border: 1px solid #d7d7d7;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0.4rem;
        margin-right: 0.4rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable {
          cursor: no-drop; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable span {
            color: #ccc; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable:hover {
            background-color: transparent; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable:hover i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.disable:hover span {
              color: #ccc; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item i {
          font-size: 0.56rem;
          line-height: 1;
          color: #006B87;
          margin-right: 0.32rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item span {
          color: #333;
          font-size: 0.56rem;
          line-height: 1; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.version-btn.active {
          background-color: #006B87; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.version-btn.active i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.version-btn.active span {
            color: #fff; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.prev i {
          transform: rotateY(180deg); }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.next {
          flex-direction: row-reverse; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item.next i {
            margin-right: 0;
            margin-left: 0.32rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item:hover {
          background-color: #006B87; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item:hover i, .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .left-tool .tool-item:hover span {
            color: #fff; }
    .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container {
      width: 22.4rem;
      height: fit-content;
      box-sizing: border-box;
      border: 0.4rem solid rgba(0, 107, 135, 0.15);
      margin-right: 1.2rem;
      position: relative; }
      .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box {
        background-color: #fff;
        box-sizing: border-box;
        padding: 0.4rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon {
          position: relative;
          display: none; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon.cur {
            display: block; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon img {
            width: 100%; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon .area {
            display: block;
            position: absolute; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .thumb-box .area-icon .area:hover {
              background-color: rgba(0, 107, 135, 0.5); }
      .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box {
        width: 100%;
        height: 100%;
        background-color: #006B87;
        position: absolute;
        left: 0;
        top: 0;
        display: none;
        box-sizing: border-box;
        padding: 0 1.2rem 0.8rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .active-mask {
          width: 21.6rem;
          height: 3.2rem;
          background-color: #006B87;
          position: absolute;
          left: 0;
          display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box h2.tit {
          font-weight: normal;
          height: 3.2rem;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2);
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #fff; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box h2.tit span {
            font-size: 0.96rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box h2.tit i {
            font-size: 0.8rem;
            cursor: pointer; }
        .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list {
          height: calc(100% - 4rem);
          overflow-y: auto;
          overflow-x: hidden;
          position: relative; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list::-webkit-scrollbar {
            width: 0.24rem;
            height: 0.24rem;
            background-color: inherit; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list::-webkit-scrollbar-track {
            width: 0.24rem;
            border-radius: 100px;
            background-color: rgba(0, 0, 0, 0.5); }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list::-webkit-scrollbar-thumb {
            width: 0.32rem;
            border-radius: 0.4rem;
            background-color: #fff; }
          .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item {
            position: relative; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item .inner-item {
              height: 3.2rem;
              border-bottom: 1px solid rgba(255, 255, 255, 0.2);
              display: flex;
              align-items: center;
              color: #fff;
              position: relative; }
              .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item .inner-item i {
                font-size: 12px;
                display: none;
                margin-right: 0.4rem; }
              .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item .inner-item p {
                font-size: 0.72rem;
                line-height: 1; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item.cur .inner-item i {
              display: block; }
            .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb .thumb-container .version-box .version-list .version-item.cur .inner-item p {
              font-weight: bold; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article {
      flex: 1; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info {
        margin-top: 0.4rem;
        padding-bottom: 0.8rem;
        position: relative;
        border-bottom: 1px solid #d7d7d7; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info:after {
          content: "";
          width: 2.4rem;
          height: 0.16rem;
          background-color: #006B87;
          position: absolute;
          bottom: 0;
          left: 0; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span {
          font-size: 0.64rem;
          line-height: 1;
          color: #333; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span strong {
            color: #006B87; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span + span {
            margin-left: 0.4rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span.total {
            margin-left: 0; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .m-paper-info {
        display: none; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-container {
        display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-container.cur {
          display: block; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article p.version-tit {
        margin-top: 1.2rem;
        margin-bottom: 1.2rem;
        font-size: 0.96rem;
        line-height: 1;
        color: #006B87; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-list li {
        margin-top: 0.8rem;
        font-size: 0.72rem;
        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; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-list li a {
          color: #333; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-list li:hover a {
          color: #006B87; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info {
        margin-top: 0.4rem; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info {
          height: 1.6rem;
          display: flex;
          justify-content: space-between;
          align-items: center;
          box-sizing: border-box;
          padding: 0 0.8rem;
          background-color: #006B87; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info .back-list, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info span {
            font-size: 0.64rem;
            line-height: 1;
            color: #fff; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info.m-top {
            display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content {
          margin-top: 1.2rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content h1.article-tit {
            font-size: 0.96rem;
            line-height: 1.5;
            color: #333333;
            text-align: center;
            margin-bottom: 0.96rem; }
          .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content .article-detail {
            font-size: 0.64rem;
            line-height: 0.96rem; }
            .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content .article-detail img {
              max-width: 100%;
              display: block;
              margin-right: auto;
              margin-left: auto;
              height: auto !important; }
  .show-paper-detail .inner-paper-container.m-paper-container {
    display: none; }

@media (max-width: 960px) {
  .show-paper-detail .top-tool a.back {
    font-size: 12px; }
    .show-paper-detail .top-tool a.back i {
      margin-right: 4px; }
  .show-paper-detail .top-tool .right-btn a {
    font-size: 12px; }
    .show-paper-detail .top-tool .right-btn a + a {
      margin-left: 20px; }
  .show-paper-detail .pc-top-tool {
    display: none; }
  .show-paper-detail .m-top-tool {
    display: flex; }
  .show-paper-detail .inner-paper-container {
    margin-top: 0; }
    .show-paper-detail .inner-paper-container.pc-paper-container .left-tool-thumb,
    .show-paper-detail .inner-paper-container.pc-paper-container .thumb-container {
      display: none; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info {
      margin-top: 0;
      padding-bottom: 10px;
      display: flex;
      justify-content: flex-end; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info span + span {
        margin-left: 10px; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info:after, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .paper-info .cur-info {
        display: none; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article .pc-paper-info, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .pc-version-tit, .show-paper-detail .inner-paper-container.pc-paper-container .right-article .pc-article-list {
      display: none; }
    .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info {
      margin-top: 10px; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info {
        height: 40px;
        padding: 0 20px; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info span {
          font-size: 12px; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info.pc-top {
          display: none; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .top-info.m-top {
          display: flex; }
      .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content {
        margin-top: 20px; }
        .show-paper-detail .inner-paper-container.pc-paper-container .right-article .article-info .article-content .article-tit {
          margin-bottom: 20px;
          font-size: 18px;
          line-height: 1.5; }
    .show-paper-detail .inner-paper-container.m-paper-container {
      display: block; }
      .show-paper-detail .inner-paper-container.m-paper-container .paper-info {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px; }
        .show-paper-detail .inner-paper-container.m-paper-container .paper-info .first-layer {
          margin-bottom: 10px;
          line-height: 1; }
          .show-paper-detail .inner-paper-container.m-paper-container .paper-info .first-layer span {
            font-size: 18px;
            color: #333333;
            display: inline-block; }
            .show-paper-detail .inner-paper-container.m-paper-container .paper-info .first-layer span:first-child {
              margin-right: 10px; }
        .show-paper-detail .inner-paper-container.m-paper-container .paper-info span {
          font-size: 12px;
          line-height: 1;
          display: inline-block; }
          .show-paper-detail .inner-paper-container.m-paper-container .paper-info span strong {
            color: #006B87; }
      .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit {
        height: 40px;
        background-color: #006B87;
        display: flex;
        justify-content: space-between;
        align-items: center;
        box-sizing: border-box;
        padding: 0 20px;
        color: #fff;
        cursor: pointer; }
        .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit span {
          font-size: 16px; }
        .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit i {
          font-weight: normal;
          font-size: 12px;
          transition: transform 0.5s; }
          .show-paper-detail .inner-paper-container.m-paper-container .version-box h2.version-tit i.active {
            transform: rotate(180deg); }
      .show-paper-detail .inner-paper-container.m-paper-container .version-box .version-list {
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        padding: 0 20px;
        display: none; }
        .show-paper-detail .inner-paper-container.m-paper-container .version-box .version-list a.version-item {
          display: block;
          height: 40px;
          border-bottom: 1px solid #D7D7D7;
          font-size: 14px;
          color: #333;
          line-height: 40px;
          text-align: center; }
          .show-paper-detail .inner-paper-container.m-paper-container .version-box .version-list a.version-item:last-child {
            border-bottom: none; }
      .show-paper-detail .inner-paper-container.m-paper-container .thumb-box {
        width: 180px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        padding: 10px;
        box-sizing: border-box;
        margin: 20px auto 0;
        background-color: #fff;
        position: relative; }
        .show-paper-detail .inner-paper-container.m-paper-container .thumb-box img {
          width: 100%; }
        .show-paper-detail .inner-paper-container.m-paper-container .thumb-box .scale-btn {
          width: 30px;
          height: 30px;
          border-radius: 2px;
          background-color: rgba(0, 0, 0, 0.5);
          text-align: center;
          line-height: 30px;
          position: absolute;
          right: 10px;
          bottom: 10px;
          cursor: pointer; }
          .show-paper-detail .inner-paper-container.m-paper-container .thumb-box .scale-btn i {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.8); }
      .show-paper-detail .inner-paper-container.m-paper-container .article-list li {
        padding: 20px 0;
        border-bottom: 1px solid #D7D7D7; }
        .show-paper-detail .inner-paper-container.m-paper-container .article-list li a {
          font-size: 16px;
          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; } }
.show-pic-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  z-index: 2025; }
  .show-pic-container .close-btn {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #000;
    color: #fff;
    border-radius: 4px;
    cursor: pointer; }
    .show-pic-container .close-btn i {
      font-size: 20px; }
  .show-pic-container .pinch-zoom-container {
    overflow: inherit !important;
    margin-top: 80px; }
  .show-pic-container .pinch-zoom,
  .show-pic-container .pinch-zoom img {
    width: 100%;
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
    user-drag: none; }

.news-show001 {
  padding-bottom: 3.2rem;
  display: flex;
  justify-content: space-between; }
  .news-show001 .list-item.has-right {
    width: 40rem; }
  .news-show001 .list-item {
    width: 100%; }
    .news-show001 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.8rem;
      position: relative; }
      .news-show001 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.8rem;
        color: #444;
        position: relative; }
        .news-show001 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 5.68rem;
          height: 0.08rem;
          background-color: #006B87;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show001 .list-item .content .news-title p {
          font-size: 0.72rem;
          line-height: 1.5;
          text-align: center; }
        .news-show001 .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show001 .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .news-show001 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.28rem;
          color: #333333;
          line-height: 1.5; }
        .news-show001 .list-item .content .news-title span {
          font-size: 0.56rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .news-title .time-comefrom {
          margin-top: 1.6rem;
          font-size: 0; }
          .news-show001 .list-item .content .news-title .time-comefrom span.comefrom, .news-show001 .list-item .content .news-title .time-comefrom span.djl {
            margin-left: 0.84rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .time-comefrom span.comefrom:before, .news-show001 .list-item .content .news-title .time-comefrom span.djl:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.4rem; }
        .news-show001 .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.56rem; }
          .news-show001 .list-item .content .news-title .news-author span {
            margin-right: 0.8rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.4rem;
              top: 0; }
        .news-show001 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 0.8rem;
          display: flex;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.56rem;
            line-height: 1; }
          .news-show001 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 0.8rem;
            margin-left: 0.4rem;
            line-height: 1;
            cursor: pointer; }
            .news-show001 .list-item .content .news-title .ctrl .btn i {
              font-size: 0.8rem; }
            .news-show001 .list-item .content .news-title .ctrl .btn:hover {
              color: #006B87; }
              .news-show001 .list-item .content .news-title .ctrl .btn:hover i {
                color: #006B87; }
      .news-show001 .list-item .content .news-content {
        padding-top: 1.6rem; }
        .news-show001 .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-show001 .list-item .content .news-content img {
          max-width: 100% !important;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show001 .list-item .content .original-title {
        font-size: 0.64rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 0.8rem; }
      .news-show001 .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.8rem;
        font-size: 0; }
        .news-show001 .list-item .content .share-box span {
          color: #333333;
          font-size: 0.56rem;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .share-box .share-btn {
          margin-left: 0.4rem; }
          .news-show001 .list-item .content .share-box .share-btn i {
            font-size: 0.8rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show001 .list-item .content .share-box .share-btn:hover i {
            color: #006B87; }
    .news-show001 .list-item .left-tit {
      font-size: 0.96rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show001 .list-item .related-expert {
      margin-top: 1.6rem; }
      .news-show001 .list-item .related-expert ul {
        margin-top: 0.8rem; }
        .news-show001 .list-item .related-expert ul li {
          margin-top: 0.4rem; }
          .news-show001 .list-item .related-expert ul li a {
            height: 6.36rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 0.8rem;
            display: flex; }
            .news-show001 .list-item .related-expert ul li a .doc-img {
              width: 3.6rem;
              height: 4.8rem;
              margin-right: 1.6rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show001 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show001 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.72rem;
              color: #333;
              line-height: 1;
              margin-top: 0.4rem; }
            .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.4rem;
              font-size: 0; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.56rem;
                color: #000;
                line-height: 1; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 0.8rem; }
                .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.56rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show001 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.4rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.56rem; }
            .news-show001 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #006B87; }
    .news-show001 .list-item .related-depart {
      margin-top: 1.6rem; }
      .news-show001 .list-item .related-depart ul li {
        padding: 0.8rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show001 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.72rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 0.8rem; }
          .news-show001 .list-item .related-depart ul li .dep-tit:hover {
            color: #006B87; }
        .news-show001 .list-item .related-depart ul li .dep-intro {
          font-size: 0.56rem;
          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-show001 .news-right {
    width: 17rem; }
    .news-show001 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show001 .news-right a.column-tit span {
        font-size: 0.96rem; }
      .news-show001 .news-right a.column-tit i {
        font-size: 0.64rem; }
      .news-show001 .news-right a.column-tit:hover {
        color: #006B87; }
    .news-show001 .news-right ul {
      margin-top: 0.8rem;
      width: 100%; }
      .news-show001 .news-right ul li {
        width: 100%;
        height: 3.6rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.8rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show001 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show001 .news-right ul li:hover a p.title, .news-show001 .news-right ul li:hover a .time {
          color: #006B87; }
        .news-show001 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.4rem;
          font-size: 0;
          position: relative; }
          .news-show001 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show001 .news-right ul li a .time {
            font-size: 0.56rem;
            color: #006B87;
            display: inline-block;
            line-height: 1; }
          .news-show001 .news-right ul li a p.title {
            font-size: 0.64rem;
            line-height: 0.96rem;
            max-height: 1.92rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.32rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .list-item .content .news-title .ctrl {
      position: static;
      margin-top: 10px; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }
.show-doctor001 {
  min-height: 24rem;
  padding-bottom: 4rem; }
  .show-doctor001 .basic-msg {
    position: relative;
    box-sizing: border-box;
    margin-top: 3.2rem; }
    .show-doctor001 .basic-msg > img {
      position: absolute;
      opacity: 0.3; }
      .show-doctor001 .basic-msg > img.yxy_left {
        top: 0;
        left: 0; }
      .show-doctor001 .basic-msg > img.yxy_right {
        right: 0;
        bottom: 0;
        width: 14.4rem; }
    .show-doctor001 .basic-msg .inner-basic-msg {
      display: flex;
      box-sizing: border-box;
      padding: 2.4rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-header {
        width: 7.2rem;
        height: 9.6rem;
        position: relative;
        flex-shrink: 0;
        margin-right: 2.4rem; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-header img {
          width: 100%;
          height: 100%;
          position: relative;
          z-index: 1; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-header:after {
          content: "";
          width: 100%;
          height: 100%;
          background-color: rgba(0, 107, 135, 0.2);
          position: absolute;
          right: -0.4rem;
          bottom: -0.4rem; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info {
        flex: 1;
        position: relative; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail {
          border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
          padding-bottom: 0.8rem;
          position: relative;
          z-index: 1; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail h1 {
            font-weight: normal;
            font-size: 1.28rem;
            line-height: 1;
            color: #006B87;
            position: relative; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail h1:after {
              content: "";
              position: absolute;
              left: 0px;
              bottom: -0.96rem;
              background: #006B87;
              width: 1.24rem;
              height: 0.16rem; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more001 {
            width: 6.72rem;
            height: 1.6rem;
            border-radius: 4px;
            background-color: #489BAE;
            position: absolute;
            right: 0;
            top: 0;
            justify-content: center; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep {
            display: flex;
            margin-top: 1.6rem; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p {
              font-size: 0.8rem;
              line-height: 1;
              color: #333; }
              .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p + p {
                margin-left: 0.8rem; }
              .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p a {
                color: #333; }
                .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p a:hover {
                  color: #006B87; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box {
            margin-top: 0.8rem; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span {
              border: 1px solid #006B87;
              border-radius: 4px;
              color: #006B87;
              height: 1.28rem;
              line-height: 1.28rem;
              box-sizing: border-box;
              font-size: 0.64rem;
              padding: 0 0.4rem;
              display: inline-block; }
              .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span + span {
                margin-left: 0.4rem; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at {
            margin-top: 0.8rem;
            font-size: 0.64rem;
            line-height: 0.96rem;
            display: flex; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at span {
              color: rgba(51, 51, 51, 0.6);
              flex-shrink: 0; }
            .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at p {
              color: #333; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .m-doc-brief {
          display: none; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-brief {
          font-size: 0.64rem;
          line-height: 2;
          margin-top: 0.8rem;
          color: #333; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .yh {
          position: absolute;
          right: 0;
          bottom: 0; }
  .show-doctor001 .detail-intro {
    padding: 3.2rem 0 0; }
    .show-doctor001 .detail-intro h1 {
      font-weight: normal;
      font-size: 1.28rem;
      line-height: 1;
      color: #333; }
    .show-doctor001 .detail-intro .doc-intro {
      margin-top: 0.8rem; }
      .show-doctor001 .detail-intro .doc-intro p, .show-doctor001 .detail-intro .doc-intro span {
        color: #333;
        font-size: 0.64rem !important;
        line-height: 1.28rem !important;
        font-family: 'Arial Normal', 'Arial', sans-serif !important;
        font-weight: 400 !important;
        font-style: normal !important; }
  .show-doctor001 .doc-visits {
    margin-top: 3.2rem;
    display: none; }
    .show-doctor001 .doc-visits.cur {
      display: block; }
    .show-doctor001 .doc-visits .inner-layout h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-doctor001 .doc-visits .inner-layout h1 .tit a {
        color: #333;
        font-size: 1.6rem;
        line-height: 1;
        margin-right: 0.8rem;
        display: inline-block; }
      .show-doctor001 .doc-visits .inner-layout h1 .tit span {
        font-size: 0.8rem;
        color: #7F7F7F; }
      .show-doctor001 .doc-visits .inner-layout h1 a.more {
        display: flex;
        align-items: center; }
        .show-doctor001 .doc-visits .inner-layout h1 a.more span {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-doctor001 .doc-visits .inner-layout h1 a.more i {
          font-size: 1rem;
          line-height: 1;
          color: #006B87;
          margin-left: 0.5rem; }
    .show-doctor001 .doc-visits .inner-layout .date-display {
      margin-top: 0.8rem; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .loading {
        padding: 100px 0;
        display: flex;
        justify-content: center; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows {
        display: flex;
        justify-content: flex-end; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i {
          width: 0.96rem;
          height: 0.96rem;
          border-radius: 50%;
          box-sizing: border-box;
          border: 1px solid #006B87;
          line-height: 0.96rem;
          text-align: center;
          color: #006B87;
          font-size: 10px;
          cursor: pointer; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.prev {
            margin-right: 0.32rem; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i:hover {
            color: #fff;
            background-color: #006B87; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled {
            border-color: #ccc;
            color: #ccc;
            cursor: no-drop; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows i.slick-disabled:hover {
              color: #ccc;
              background-color: #fff; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table {
        margin-top: 0.4rem; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head {
          display: flex;
          height: 2.4rem;
          box-sizing: border-box;
          border: 1px solid #8ECECD; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th {
            background-color: #1D9D9A;
            color: #fff;
            box-sizing: border-box;
            flex-shrink: 0;
            font-size: 0.64rem;
            height: 2.4rem;
            text-align: center; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.depart {
              width: 5.64rem;
              line-height: 2.4rem; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .th.time {
              width: 2.52rem;
              line-height: 2.4rem;
              border-left: 1px solid #8ECECD; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider {
            flex: 1;
            width: 39.76rem;
            margin-bottom: 0; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th {
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              border-left: 1px solid #8ECECD; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .table-head .weekday-slider .th p {
                line-height: 0.96rem; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table .visits-loading {
          width: 100%;
          border: 1px solid rgba(0, 107, 135, 0.5);
          min-height: 20rem;
          align-items: center;
          box-sizing: border-box; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table {
          width: 100%;
          border: 1px solid rgba(0, 107, 135, 0.5);
          border-collapse: collapse;
          text-align: center;
          font-size: 0.64rem;
          box-sizing: border-box; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table .first_tr td:nth-child(odd) {
            background-color: rgba(0, 107, 135, 0.05); }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table tr:not(.first_tr) td:nth-child(even) {
            background-color: rgba(0, 107, 135, 0.05); }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td {
            border: 1px solid rgba(0, 107, 135, 0.5);
            width: 5.68rem;
            box-sizing: border-box;
            min-height: 3.2rem;
            padding: 0.8rem 0; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-title {
              width: 5.68rem;
              background-color: #F8F8F8 !important;
              color: #006B87;
              line-height: 0.96rem;
              font-weight: bold; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td.depart-time {
              width: 2.56rem; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item {
              margin-bottom: 0.8rem;
              position: relative; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:last-child {
                margin-bottom: 0; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .name {
                font-size: 0.64rem;
                color: #333;
                margin-bottom: 0.24rem; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .status-mode {
                font-size: 0.56rem;
                color: #AAAAAA; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info {
                display: none;
                position: absolute;
                top: 1.4rem;
                white-space: nowrap;
                left: 50%;
                transform: translateX(-50%);
                min-width: 9.8rem;
                background: #fff;
                text-align: left;
                padding: 0.4rem;
                border: 1px solid #ddd;
                -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
                z-index: 4; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:after {
                  content: "◆";
                  color: white;
                  font-family: simsun;
                  font-size: 1.2rem;
                  line-height: 0;
                  position: absolute;
                  top: 0px;
                  left: 50%;
                  transform: translateX(-50%); }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info:before {
                  color: #ddd;
                  top: -1px; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p {
                  margin-bottom: 0.4rem;
                  color: #333; }
                  .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p:last-child {
                    margin-bottom: 0; }
                  .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp {
                    color: #ea5a54; }
                    .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item .visits-info p.visits-dp span {
                      color: #333; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .date-table table td .doc-item:hover .visits-info {
                display: block; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
        display: none; }
  .show-doctor001 .dep-doctor {
    margin-top: 2.4rem; }
    .show-doctor001 .dep-doctor h1 {
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-weight: normal; }
      .show-doctor001 .dep-doctor h1 a.tit {
        color: #333;
        font-size: 1.28rem;
        line-height: 1; }
      .show-doctor001 .dep-doctor h1 a.more {
        display: flex;
        align-items: center; }
        .show-doctor001 .dep-doctor h1 a.more span {
          font-size: 0.64rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-doctor001 .dep-doctor h1 a.more i {
          font-size: 0.8rem;
          line-height: 1;
          color: #006B87;
          margin-left: 0.4rem; }
        .show-doctor001 .dep-doctor h1 a.more:hover span {
          color: #006B87; }
    .show-doctor001 .dep-doctor .doc-list {
      display: flex;
      justify-content: center;
      margin: 1.6rem -0.48rem 0; }
      .show-doctor001 .dep-doctor .doc-list .doc-item {
        margin: 0 0.48rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 7.2rem; }
        .show-doctor001 .dep-doctor .doc-list .doc-item a.img {
          display: block;
          width: 100%;
          height: 9.6rem;
          overflow: hidden; }
          .show-doctor001 .dep-doctor .doc-list .doc-item a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .show-doctor001 .dep-doctor .doc-list .doc-item a.img:hover img {
            transform: scale(1.1); }
        .show-doctor001 .dep-doctor .doc-list .doc-item a.tit {
          font-size: 0.72rem;
          line-height: 1;
          color: #349191;
          margin-top: 0.4rem; }
        .show-doctor001 .dep-doctor .doc-list .doc-item .protit {
          margin-top: 0.4rem;
          text-align: center;
          font-size: 0; }
          .show-doctor001 .dep-doctor .doc-list .doc-item .protit span {
            font-size: 0.56rem;
            line-height: 1;
            color: #333; }
            .show-doctor001 .dep-doctor .doc-list .doc-item .protit span + span {
              margin-left: 0.4rem; }
    .show-doctor001 .dep-doctor .m-doc-list {
      display: none; }

@media (max-width: 960px) {
  .show-doctor001 .inner-layout {
    padding: 0 20px; }
  .show-doctor001 .basic-msg > img.yxy_left {
    display: none; }
  .show-doctor001 .basic-msg > img.yxy_right {
    width: 180px; }
  .show-doctor001 .basic-msg .inner-basic-msg {
    flex-direction: column;
    align-items: center;
    padding: 20px; }
    .show-doctor001 .basic-msg .inner-basic-msg .doc-header {
      margin-right: 0; }
    .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail {
      padding-bottom: 20px; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail a.more001 {
        display: none; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail h1 {
        font-size: 24px;
        margin-top: 20px;
        text-align: center; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail h1:after {
          left: 50%;
          transform: translateX(-50%); }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep {
        flex-direction: column;
        align-items: center;
        margin-top: 30px; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p {
          font-size: 14px; }
          .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .protit-dep p + p {
            margin-left: 0;
            margin-top: 10px; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box {
        text-align: center;
        margin-top: 10px; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .position-box span {
          line-height: 28px;
          height: 28px;
          font-size: 12px; }
      .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at {
        margin-top: 20px;
        display: block; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at span {
          font-size: 16px;
          line-height: 1; }
        .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-detail .good-at p {
          font-size: 16px;
          line-height: 32px;
          margin-top: 8px; }
    .show-doctor001 .basic-msg .inner-basic-msg .doc-info .doc-brief {
      display: none; }
    .show-doctor001 .basic-msg .inner-basic-msg .doc-info .m-doc-brief {
      display: block;
      margin-top: 20px;
      font-size: 16px;
      line-height: 32px;
      color: #333; }
  .show-doctor001 .detail-intro {
    display: none; }
  .show-doctor001 .doc-visits .inner-layout h1 .tit {
    position: relative;
    font-size: 0; }
    .show-doctor001 .doc-visits .inner-layout h1 .tit a {
      font-size: 18px; }
    .show-doctor001 .doc-visits .inner-layout h1 .tit span {
      position: absolute;
      left: 0;
      top: 25px;
      white-space: nowrap; }
  .show-doctor001 .doc-visits .inner-layout .date-display {
    margin-top: 30px; }
    .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .week-slick-arrows, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .pc-table {
      display: none; }
    .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table {
      display: block; }
      .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table {
        width: 100%;
        border: 1px solid rgba(0, 107, 135, 0.5);
        border-collapse: collapse;
        text-align: center;
        font-size: 0.56rem;
        color: #333; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
          border: 1px solid rgba(0, 107, 135, 0.5);
          height: 1.6rem;
          width: 25%; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table th.depart {
          background-color: #006B87;
          color: #fff; }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table tbody td:nth-child(even) {
          background-color: rgba(29, 157, 154, 0.05); }
        .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td {
          min-height: 60px;
          padding: 20px 0; }
          .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item {
            margin-bottom: 20px;
            position: relative; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:last-child {
              margin-bottom: 0; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .name {
              font-size: 14px;
              color: #333;
              margin-bottom: 6px; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .status-mode {
              font-size: 12px;
              color: #AAAAAA; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info {
              display: none;
              position: absolute;
              top: 1.4rem;
              white-space: nowrap;
              left: 50%;
              transform: translateX(-50%);
              min-width: 9.8rem;
              background: #fff;
              text-align: left;
              padding: 0.4rem;
              border: 1px solid #ddd;
              -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
              box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
              z-index: 4; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before, .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:after {
                content: "◆";
                color: white;
                font-family: simsun;
                font-size: 1.2rem;
                line-height: 0;
                position: absolute;
                top: 0px;
                left: 50%;
                transform: translateX(-50%); }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info:before {
                color: #ddd;
                top: -1px; }
              .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p {
                margin-bottom: 0.4rem;
                color: #333; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p:last-child {
                  margin-bottom: 0; }
                .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp {
                  color: #ea5a54; }
                  .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item .visits-info p.visits-dp span {
                    color: #333; }
            .show-doctor001 .doc-visits .inner-layout .date-display .doc-container .visit-doc-box .visit-doc-content .m-table table td .doc-item:hover .visits-info {
              display: block; }
  .show-doctor001 .dep-doctor h1 a.tit {
    font-size: 18px; }
  .show-doctor001 .dep-doctor h1 a.more span {
    font-size: 12px; }
  .show-doctor001 .dep-doctor h1 a.more i {
    font-size: 16px; }
  .show-doctor001 .dep-doctor .doc-list {
    display: none; }
  .show-doctor001 .dep-doctor .m-doc-list {
    display: block;
    position: relative;
    margin-top: 20px; }
    .show-doctor001 .dep-doctor .m-doc-list .line {
      width: calc(( 100% - 88px ) / 2);
      border-bottom: 1px solid #D7D7D7;
      position: absolute;
      bottom: 12px; }
      .show-doctor001 .dep-doctor .m-doc-list .line.prev {
        left: 0; }
      .show-doctor001 .dep-doctor .m-doc-list .line.next {
        right: 0; }
    .show-doctor001 .dep-doctor .m-doc-list .m-slick-arrow {
      position: absolute;
      width: 24px;
      height: 24px;
      line-height: 24px;
      text-align: center;
      border-radius: 50%;
      box-sizing: border-box;
      border: 1px solid #D7D7D7;
      color: rgba(215, 215, 215, 0.9);
      background-color: #fff;
      font-size: 12px;
      bottom: 0;
      cursor: no-drop; }
      .show-doctor001 .dep-doctor .m-doc-list .m-slick-arrow.prev {
        right: calc(50% + 10px); }
      .show-doctor001 .dep-doctor .m-doc-list .m-slick-arrow.next {
        left: calc(50% + 10px); }
    .show-doctor001 .dep-doctor .m-doc-list .doc-slider {
      margin-right: -20px;
      padding-bottom: 44px; }
      .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item {
        margin-right: 20px;
        display: flex;
        flex-direction: column;
        align-items: center; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item a.img {
          display: block;
          width: 100%;
          height: 56vw;
          overflow: hidden; }
          .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item a.img img {
            width: 100%;
            height: 100%; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item a.tit {
          font-size: 16px;
          line-height: 1;
          color: #349191;
          margin-top: 10px; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item .protit {
          margin-top: 10px;
          text-align: center;
          font-size: 0; }
          .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item .protit span {
            font-size: 12px;
            line-height: 1;
            color: #333; }
            .show-doctor001 .dep-doctor .m-doc-list .doc-slider .doc-item .protit span + span {
              margin-left: 10px; }
      .show-doctor001 .dep-doctor .m-doc-list .doc-slider .slick-arrow {
        position: absolute;
        width: 24px;
        height: 24px;
        line-height: 24px;
        text-align: center;
        border-radius: 50%;
        box-sizing: border-box;
        border: 1px solid #AC9354;
        color: rgba(172, 147, 84, 0.9);
        background-color: #fff;
        font-size: 12px;
        bottom: 0;
        cursor: pointer; }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .slick-arrow.prev {
          right: calc(50% + 20px); }
        .show-doctor001 .dep-doctor .m-doc-list .doc-slider .slick-arrow.next {
          left: 50%; } }
.show-images001 {
  padding-bottom: 2.4rem;
  position: relative; }
  .show-images001 .images-info {
    font-size: 0;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 0.8rem; }
    .show-images001 .images-info .img-title {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      line-height: 1.92rem;
      font-size: 1.28rem;
      color: #333333; }
    .show-images001 .images-info .img-info {
      margin-top: 0.8rem;
      margin-bottom: 1.2rem;
      padding-bottom: 0.4rem;
      border-bottom: 1px solid #E4E4E4;
      position: relative;
      display: flex;
      flex-wrap: wrap; }
      .show-images001 .images-info .img-info:after {
        content: "";
        display: block;
        width: 12rem;
        height: 0.1rem;
        background-color: #006B87;
        position: absolute;
        bottom: 0;
        left: 0; }
      .show-images001 .images-info .img-info span {
        font-size: 0.56rem;
        color: #888888;
        line-height: 1;
        position: relative;
        display: inline-block;
        margin-left: 21px;
        margin-bottom: 0.4rem; }
        .show-images001 .images-info .img-info span:before {
          content: "";
          width: 1px;
          height: 0.56rem;
          background-color: #D7D7D7;
          position: absolute;
          left: -10px;
          top: 0; }
      .show-images001 .images-info .img-info .first-line span:first-child {
        margin-left: 0; }
        .show-images001 .images-info .img-info .first-line span:first-child:before {
          display: none; }
    .show-images001 .images-info .img-display {
      position: relative;
      z-index: 1; }
      .show-images001 .images-info .img-display .img-box-slider {
        position: relative;
        margin-bottom: 0;
        transition: height 0.3s;
        overflow: hidden; }
        .show-images001 .images-info .img-display .img-box-slider .inner-img-bg {
          min-height: 16rem;
          background-color: #F2F2F2;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          align-items: center; }
          .show-images001 .images-info .img-display .img-box-slider .inner-img-bg img {
            max-width: 70%;
            object-fit: contain; }
        .show-images001 .images-info .img-display .img-box-slider .slick-arrow {
          width: 50%;
          height: 100%;
          position: absolute;
          top: 0;
          cursor: pointer;
          z-index: 1; }
          .show-images001 .images-info .img-display .img-box-slider .slick-arrow i {
            width: 3.2rem;
            height: 3.2rem;
            border-radius: 4px;
            background-color: rgba(255, 255, 255, 0.8);
            line-height: 3.2rem;
            text-align: center;
            font-size: 0.96rem;
            color: rgba(0, 0, 0, 0.9);
            position: absolute;
            top: 50%;
            transform: translateY(-50%); }
            .show-images001 .images-info .img-display .img-box-slider .slick-arrow i:hover {
              background-color: #fff;
              color: #006B87; }
          .show-images001 .images-info .img-display .img-box-slider .slick-arrow.prev {
            left: 0; }
            .show-images001 .images-info .img-display .img-box-slider .slick-arrow.prev i {
              left: 4px; }
          .show-images001 .images-info .img-display .img-box-slider .slick-arrow.next {
            right: 0; }
            .show-images001 .images-info .img-display .img-box-slider .slick-arrow.next i {
              right: 4px; }
      .show-images001 .images-info .img-display .count-imgtit {
        margin-top: 0.8rem;
        line-height: 1;
        display: flex; }
        .show-images001 .images-info .img-display .count-imgtit .count {
          font-size: 0;
          flex-shrink: 0; }
          .show-images001 .images-info .img-display .count-imgtit .count span {
            display: inline-block; }
          .show-images001 .images-info .img-display .count-imgtit .count .cur {
            color: #006B87;
            font-size: 0.96rem; }
          .show-images001 .images-info .img-display .count-imgtit .count .total {
            color: #AAAAAA;
            font-size: 0.72rem; }
        .show-images001 .images-info .img-display .count-imgtit h2.imgtit {
          color: #333333;
          font-size: 0.72rem;
          margin-left: 0.4rem;
          line-height: initial; }
    .show-images001 .images-info .img-intro {
      margin-top: 0.8rem;
      font-size: 0.64rem;
      line-height: 1.5; }
    .show-images001 .images-info .small-img-container {
      margin-top: 0.8rem; }
      .show-images001 .images-info .small-img-container .img-slide {
        padding: 0 3.2rem;
        position: relative;
        margin-bottom: 0; }
        .show-images001 .images-info .small-img-container .img-slide .img-item-box {
          padding: 0.4rem;
          width: 10.4rem;
          box-sizing: border-box;
          border: 1px solid transparent; }
          .show-images001 .images-info .small-img-container .img-slide .img-item-box .img-item {
            width: 9.6rem;
            height: 5.44rem;
            box-sizing: border-box;
            border: 1px solid #D7D7D7;
            position: relative;
            cursor: pointer; }
            .show-images001 .images-info .small-img-container .img-slide .img-item-box .img-item img {
              width: 100%;
              height: 100%; }
            .show-images001 .images-info .small-img-container .img-slide .img-item-box .img-item:before {
              content: "";
              position: absolute;
              top: -0.4rem;
              left: -0.4rem;
              right: -0.4rem;
              bottom: -0.4rem;
              background-color: #fff;
              border: 1px solid #006B87;
              display: none; }
          .show-images001 .images-info .small-img-container .img-slide .img-item-box.slick-current, .show-images001 .images-info .small-img-container .img-slide .img-item-box:hover {
            border-color: #006B87;
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); }
        .show-images001 .images-info .small-img-container .img-slide .slick-arrow {
          width: 1.6rem;
          height: 5.44rem;
          border-radius: 4px;
          background-color: #F2F2F2;
          line-height: 5.44rem;
          text-align: center;
          color: rgba(0, 0, 0, 0.9);
          font-size: 0.96rem;
          cursor: pointer;
          position: absolute;
          top: 50%;
          transform: translateY(-50%); }
          .show-images001 .images-info .small-img-container .img-slide .slick-arrow:hover {
            color: #006B87; }
          .show-images001 .images-info .small-img-container .img-slide .slick-arrow.prev {
            left: 0; }
          .show-images001 .images-info .small-img-container .img-slide .slick-arrow.next {
            right: 0; }
      .show-images001 .images-info .small-img-container .img-notslider {
        display: flex;
        justify-content: center;
        width: fit-content;
        margin: 0 auto; }
        .show-images001 .images-info .small-img-container .img-notslider:before, .show-images001 .images-info .small-img-container .img-notslider:after {
          width: 1.6rem;
          height: 5.44rem;
          border-radius: 4px;
          background-color: #F2F2F2;
          line-height: 5.44rem;
          text-align: center;
          color: rgba(170, 170, 170, 0.9);
          font-size: 0.96rem;
          cursor: no-drop;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          font-family: 'iconfont'; }
          .show-images001 .images-info .small-img-container .img-notslider:before:hover, .show-images001 .images-info .small-img-container .img-notslider:after:hover {
            color: #006B87; }
        .show-images001 .images-info .small-img-container .img-notslider:before {
          content: "\e64e";
          left: 0; }
        .show-images001 .images-info .small-img-container .img-notslider:after {
          content: "\e620";
          right: 0; }
    .show-images001 .images-info .share-box {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin-top: 0.8rem;
      font-size: 0; }
      .show-images001 .images-info .share-box span {
        color: #333333;
        font-size: 0.56rem;
        line-height: 1;
        display: inline-block; }
      .show-images001 .images-info .share-box .share-btn {
        margin-left: 0.4rem; }
        .show-images001 .images-info .share-box .share-btn i {
          font-size: 0.8rem;
          line-height: 1;
          color: #7F7F7F; }
        .show-images001 .images-info .share-box .share-btn:hover i {
          color: #1D9D9A; }
  .show-images001 .hot-images {
    margin-top: 2rem; }
    .show-images001 .hot-images h2.left-tit-more {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 0.8rem;
      margin-bottom: 0.8rem;
      border-bottom: 1px solid #D7D7D7;
      font-weight: normal; }
      .show-images001 .hot-images h2.left-tit-more a.news-type {
        font-size: 0.96rem;
        line-height: 1;
        color: #333; }
      .show-images001 .hot-images h2.left-tit-more a.more {
        display: flex;
        align-items: center; }
        .show-images001 .hot-images h2.left-tit-more a.more span {
          font-size: 0.64rem;
          line-height: 1;
          color: #555555; }
        .show-images001 .hot-images h2.left-tit-more a.more i {
          margin-left: 0.4rem;
          font-size: 0.8rem;
          line-height: 1;
          color: #006B87; }

@media (max-width: 960px) {
  .show-images001 .images-info .img-title {
    line-height: 27px;
    font-size: 18px; }
  .show-images001 .images-info .img-info {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0;
    flex-wrap: wrap; }
    .show-images001 .images-info .img-info:after {
      width: 80px; }
    .show-images001 .images-info .img-info .first-line {
      width: 100%;
      display: flex; }
      .show-images001 .images-info .img-info .first-line .time {
        flex-shrink: 0; }
    .show-images001 .images-info .img-info span {
      margin-bottom: 10px;
      font-size: 12px; }
      .show-images001 .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-images001 .images-info .img-info span.comefrom:before {
          left: 10px; }
      .show-images001 .images-info .img-info span:nth-of-type(1) {
        margin-left: 0; }
        .show-images001 .images-info .img-info span:nth-of-type(1):before {
          display: none; }
  .show-images001 .images-info .img-display .img-box-slider .inner-img-bg {
    min-height: 214px; }
    .show-images001 .images-info .img-display .img-box-slider .inner-img-bg img {
      max-width: 100%; }
  .show-images001 .images-info .img-display .img-box-slider .slick-arrow i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; }
  .show-images001 .images-info .img-display .count-imgtit {
    margin-top: 10px; }
    .show-images001 .images-info .img-display .count-imgtit .count .cur {
      font-size: 18px; }
    .show-images001 .images-info .img-display .count-imgtit .count .total {
      font-size: 16px; }
    .show-images001 .images-info .img-display .count-imgtit h2.imgtit {
      font-size: 16px;
      margin-left: 10px; }
  .show-images001 .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    margin-top: 10px; }
  .show-images001 .images-info .small-img-container {
    display: none; }
  .show-images001 .hot-images {
    margin-top: 30px; }
    .show-images001 .hot-images h2.left-tit-more {
      padding-bottom: 10px;
      margin-bottom: 10px; }
      .show-images001 .hot-images h2.left-tit-more a.tit {
        font-size: 18px; }
      .show-images001 .hot-images h2.left-tit-more a.more span {
        font-size: 12px; } }
.show-video-supportAli {
  padding-bottom: 3.2rem;
  display: flex;
  justify-content: space-between; }
  .show-video-supportAli .list-item.has-right {
    width: 32rem; }
  .show-video-supportAli .list-item {
    width: 100%; }
    .show-video-supportAli .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.8rem;
      position: relative; }
      .show-video-supportAli .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.8rem;
        color: #444;
        position: relative; }
        .show-video-supportAli .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 5.68rem;
          height: 0.08rem;
          background-color: #006B87;
          position: absolute;
          bottom: 0;
          left: 0; }
        .show-video-supportAli .list-item .content .news-title p {
          font-size: 0.72rem;
          line-height: 1.5;
          text-align: center; }
        .show-video-supportAli .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .show-video-supportAli .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .show-video-supportAli .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.28rem;
          color: #333333;
          line-height: 1.5; }
        .show-video-supportAli .list-item .content .news-title span {
          font-size: 0.56rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .show-video-supportAli .list-item .content .news-title .time-comefrom {
          margin-top: 1.6rem;
          font-size: 0; }
          .show-video-supportAli .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 0.84rem;
            position: relative; }
            .show-video-supportAli .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.4rem; }
        .show-video-supportAli .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.56rem; }
          .show-video-supportAli .list-item .content .news-title .news-author span {
            margin-right: 0.8rem;
            position: relative; }
            .show-video-supportAli .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.4rem;
              top: 0; }
        .show-video-supportAli .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 0.8rem;
          display: flex;
          align-items: center; }
          .show-video-supportAli .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.56rem;
            line-height: 1; }
          .show-video-supportAli .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 0.8rem;
            margin-left: 0.4rem;
            line-height: 1;
            cursor: pointer; }
            .show-video-supportAli .list-item .content .news-title .ctrl .btn i {
              font-size: 0.8rem; }
            .show-video-supportAli .list-item .content .news-title .ctrl .btn:hover {
              color: #1D9D9A; }
              .show-video-supportAli .list-item .content .news-title .ctrl .btn:hover i {
                color: #1D9D9A; }
      .show-video-supportAli .list-item .content .news-content {
        padding-top: 1.6rem; }
        .show-video-supportAli .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; }
        .show-video-supportAli .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .show-video-supportAli .list-item .content .detailed .fox-video {
        margin-top: 1rem; }
        .show-video-supportAli .list-item .content .detailed .fox-video .loading {
          height: 27rem;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 1.44rem;
          color: #AAAAAA; }
      @media (max-width: 960px) {
        .show-video-supportAli .list-item .content .detailed .fox-video {
          height: 55.5vw !important;
          min-height: 200px; }
          .show-video-supportAli .list-item .content .detailed .fox-video .loading {
            height: 100%; } }
      .show-video-supportAli .list-item .content .original-title {
        font-size: 0.64rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 0.8rem; }
      .show-video-supportAli .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.8rem;
        font-size: 0; }
        .show-video-supportAli .list-item .content .share-box span {
          color: #333333;
          font-size: 0.56rem;
          line-height: 1;
          display: inline-block; }
        .show-video-supportAli .list-item .content .share-box .share-btn {
          margin-left: 0.4rem; }
          .show-video-supportAli .list-item .content .share-box .share-btn i {
            font-size: 0.8rem;
            line-height: 1;
            color: #7F7F7F; }
          .show-video-supportAli .list-item .content .share-box .share-btn:hover i {
            color: #1D9D9A; }
    .show-video-supportAli .list-item .left-tit {
      font-size: 0.96rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .show-video-supportAli .list-item .related-expert {
      margin-top: 1.6rem; }
      .show-video-supportAli .list-item .related-expert ul {
        margin-top: 0.8rem; }
        .show-video-supportAli .list-item .related-expert ul li {
          margin-top: 0.4rem; }
          .show-video-supportAli .list-item .related-expert ul li a {
            height: 6.36rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 0.8rem;
            display: flex; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-img {
              width: 3.6rem;
              height: 4.8rem;
              margin-right: 1.6rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .show-video-supportAli .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.72rem;
              color: #333;
              line-height: 1;
              margin-top: 0.4rem; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.4rem;
              font-size: 0; }
              .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.56rem;
                color: #000;
                line-height: 1; }
              .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 0.8rem; }
                .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.56rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .show-video-supportAli .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .show-video-supportAli .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.4rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.56rem; }
            .show-video-supportAli .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #1D9D9A; }
    .show-video-supportAli .list-item .related-depart {
      margin-top: 1.6rem; }
      .show-video-supportAli .list-item .related-depart ul li {
        padding: 0.8rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .show-video-supportAli .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.72rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 0.8rem; }
          .show-video-supportAli .list-item .related-depart ul li .dep-tit:hover {
            color: #1D9D9A; }
        .show-video-supportAli .list-item .related-depart ul li .dep-intro {
          font-size: 0.56rem;
          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; }
  .show-video-supportAli .news-right {
    width: 13.6rem; }
    .show-video-supportAli .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .show-video-supportAli .news-right a.column-tit span {
        font-size: 0.96rem; }
      .show-video-supportAli .news-right a.column-tit i {
        font-size: 0.64rem; }
      .show-video-supportAli .news-right a.column-tit:hover {
        color: #006B87; }
    .show-video-supportAli .news-right ul {
      margin-top: 0.8rem;
      width: 100%; }
      .show-video-supportAli .news-right ul li {
        width: 100%;
        height: 3.6rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.8rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .show-video-supportAli .news-right ul li:hover a img {
          opacity: 0.15; }
        .show-video-supportAli .news-right ul li:hover a p.title, .show-video-supportAli .news-right ul li:hover a .time {
          color: #006B87; }
        .show-video-supportAli .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.4rem;
          font-size: 0;
          position: relative; }
          .show-video-supportAli .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .show-video-supportAli .news-right ul li a .time {
            font-size: 0.56rem;
            color: #006B87;
            display: inline-block;
            line-height: 1; }
          .show-video-supportAli .news-right ul li a p.title {
            font-size: 0.64rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.32rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .list-item .content .news-title .ctrl {
      position: static;
      margin-top: 10px; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }
.map-search {
  font-size: 0;
  text-align: center; }
  .map-search a {
    width: 4rem;
    height: 1.6rem;
    text-align: center;
    line-height: 1.6rem;
    display: inline-block;
    font-size: 0.64rem;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 0.32rem;
    margin-right: 0.32rem;
    margin-bottom: 0.4rem; }
    .map-search a:hover {
      background-color: #006B87;
      border-color: #006B87;
      color: #fff; }

.map-box {
  margin-top: 0.8rem;
  position: relative;
  border: 1px solid #e4e4e4; }
  .map-box .map-search-result {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 2rem;
    height: 100%;
    z-index: 2; }
    .map-box .map-search-result .switch {
      width: 2rem;
      height: 8rem;
      box-sizing: border-box;
      padding: 0.6rem;
      font-size: 0.64rem;
      line-height: 1.4;
      position: absolute;
      top: 50%;
      margin-top: -4rem;
      left: 0;
      background-color: #006B87;
      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: #006B87; }
      .map-box .map-search-result .switch i {
        margin-top: 0.2rem;
        font-size: 0.96rem;
        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: 28rem; }
    .map-box .position-map img {
      max-width: none !important; }
    .map-box .position-map input {
      box-sizing: border-box;
      padding: 0.12rem;
      height: 1.04rem !important;
      font-size: 0.48rem;
      vertical-align: middle; }
    .map-box .position-map .BMapLib_ap th, .map-box .position-map .BMapLib_ap td {
      padding: 0.12rem; }
    .map-box .position-map #BMapLib_is_remember_phone {
      margin-left: 0.2rem; }
    .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.48rem; }
  .map-box .map-area-tab {
    position: absolute;
    top: 0.4rem;
    left: 0;
    right: 0;
    text-align: center; }
    .map-box .map-area-tab li {
      display: inline-block;
      width: 2.4rem;
      height: 2.4rem;
      line-height: 0.64rem;
      box-sizing: border-box;
      padding: 1em;
      color: #fff;
      font-size: 0.56rem;
      border-radius: 50%;
      background-color: #006B87;
      cursor: pointer;
      transition: background-color .5s;
      -webkit-transition: background-color .5s;
      -moz-transition: background-color .5s;
      -o-transition: background-color .5s;
      vertical-align: middle; }
      .map-box .map-area-tab li.long-name {
        padding: 1em 0.28rem 0; }
      .map-box .map-area-tab li.short-name {
        padding: 0;
        line-height: 2.4rem; }
      .map-box .map-area-tab li.cur {
        font-weight: 700;
        background-color: #006B87; }
      .map-box .map-area-tab li:hover {
        background-color: #006B87; }
      .map-box .map-area-tab li + li {
        margin-left: 0.4rem; }

.eng-map .position-map {
  height: 28rem; }
  .eng-map .position-map h5 {
    line-height: 1.2rem;
    margin-bottom: 0.2rem; }
  .eng-map .position-map p {
    font-size: 0.64rem; }
.eng-map .amap-info-contentContainer {
  position: relative;
  top: -1.2rem; }

.home-banner001 {
  width: 100%;
  height: 38.5vw;
  position: relative;
  overflow: hidden; }
  .home-banner001:after {
    content: "";
    width: 100%;
    height: 9.6rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.6)); }
  .home-banner001 .banner-slick {
    width: 100%;
    height: 38.5vw;
    margin-bottom: 0;
    position: relative; }
    .home-banner001 .banner-slick .index-slider-item {
      display: block;
      height: 38.5vw;
      width: 100%;
      background-size: cover;
      background-position: center; }
      .home-banner001 .banner-slick .index-slider-item .bgc {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        -webkit-transition: all 5s cubic-bezier(0.1, 0, 0.3, 1);
        transition: all 5s cubic-bezier(0.1, 0, 0.3, 1); }
      .home-banner001 .banner-slick .index-slider-item .layout {
        position: relative;
        height: 100%; }
      .home-banner001 .banner-slick .index-slider-item div.slide-txt {
        position: absolute; }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt img {
          transition: all 1s ease-out 0.3s;
          opacity: 0;
          max-width: 100%;
          max-height: 100%; }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-left {
          left: 0;
          top: 50%;
          transform: translateY(-50%); }
          .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-left img {
            transform: translateX(-150px); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-right {
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
          .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-right img {
            transform: translateX(150px); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-top {
          top: 0;
          left: 50%;
          transform: translateX(-50%); }
          .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-top img {
            transform: translateY(-150px); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-bottom {
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
          .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-bottom img {
            transform: translateX(150px); }
        .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-center {
          left: 50%;
          top: 50%;
          width: 100%;
          transform: translate(-50%, -50%); }
          .home-banner001 .banner-slick .index-slider-item div.slide-txt.slide-txt-center img {
            width: 100%;
            height: auto;
            transform: translateY(150px); }
    .home-banner001 .banner-slick .slick-current .index-slider-item .bgc.scale {
      transform: scale(1);
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1); }
    .home-banner001 .banner-slick .slick-current .index-slider-item div.slide-txt img {
      transform: translate(0, 0);
      opacity: 1; }
    .home-banner001 .banner-slick .slick-dots {
      bottom: 4.48rem;
      right: calc(50vw - 680px + 52px);
      width: auto;
      z-index: 2;
      font-size: 0; }
      .home-banner001 .banner-slick .slick-dots li {
        width: 0.64rem;
        height: 0.64rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.6);
        margin: 0 0.48rem; }
        .home-banner001 .banner-slick .slick-dots li.slick-active {
          background-color: #fff; }
        .home-banner001 .banner-slick .slick-dots li button {
          display: none; }
    .home-banner001 .banner-slick .slick-arrow {
      position: absolute;
      top: 50%;
      margin-top: -1.2rem;
      width: 2.4rem;
      height: 2.4rem;
      border-radius: 50%;
      background-color: rgba(0, 0, 0, 0.29);
      text-align: center;
      line-height: 2.4rem;
      font-size: 1.32rem;
      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); }
  .home-banner001 .toggle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    position: absolute;
    bottom: 4rem;
    right: calc(50vw - 680px);
    background-color: #fff;
    cursor: pointer;
    z-index: 2; }
    .home-banner001 .toggle-btn #my-canvas, .home-banner001 .toggle-btn #m-canvas {
      position: absolute;
      left: 0;
      top: 0; }
    .home-banner001 .toggle-btn i {
      font-size: 0.72rem;
      line-height: 1;
      color: #5C5C66; }
      .home-banner001 .toggle-btn i.play {
        display: none;
        margin-left: 2px; }
    .home-banner001 .toggle-btn.pause i.pause {
      display: none; }
    .home-banner001 .toggle-btn.pause i.play {
      display: inline-block; }
    .home-banner001 .toggle-btn.m-btn {
      display: none; }

@media (max-width: 1600px) {
  .home-banner001 .banner-slick .slick-dots {
    right: calc(50vw - 27.4rem); }
  .home-banner001 .toggle-btn {
    right: calc(50vw - 30rem); } }
@media (max-width: 960px) {
  .home-banner001 {
    height: 60vw; }
    .home-banner001:after {
      height: 80px; }
    .home-banner001 .banner-slick {
      height: 60vw; }
      .home-banner001 .banner-slick .index-slider-item {
        height: 60vw; }
      .home-banner001 .banner-slick .slick-dots {
        right: 56px;
        bottom: 39px; }
        .home-banner001 .banner-slick .slick-dots li {
          width: 10px;
          height: 10px; }
    .home-banner001 .toggle-btn {
      width: 25px;
      height: 25px;
      line-height: 19px;
      right: 20px;
      bottom: 33px; }
      .home-banner001 .toggle-btn i {
        font-size: 12px; }
      .home-banner001 .toggle-btn.pc-btn {
        display: none; }
      .home-banner001 .toggle-btn.m-btn {
        display: block; } }
.all-cats-box {
  display: none;
  position: fixed;
  background-color: #006B87;
  height: 100vh;
  width: 100vw;
  z-index: 2023;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .all-cats-box > .header-layout {
    position: relative;
    height: 3.2rem; }
    .all-cats-box > .header-layout .top-nav {
      display: none;
      align-items: center;
      font-size: 0.64rem;
      height: 1.44rem;
      position: absolute;
      right: 2rem;
      transition: all 0.3s;
      opacity: 0.3;
      top: 2rem; }
      .all-cats-box > .header-layout .top-nav a {
        color: #fff; }
        .all-cats-box > .header-layout .top-nav a i {
          margin-right: 0.2rem; }
      .all-cats-box > .header-layout .top-nav .line {
        margin: 0 0.8rem;
        height: 0.64rem;
        width: 1px;
        background-color: #fff;
        opacity: 0.3; }
        .all-cats-box > .header-layout .top-nav .line:last-of-type {
          display: none; }
  .all-cats-box.is-show > .header-layout .top-nav {
    opacity: 1;
    right: 6.4rem; }
  .all-cats-box.is-show .all-cats-content {
    opacity: 1;
    transform: translateY(0); }
  .all-cats-box .all-cats-content {
    margin: 0 auto;
    height: calc(100vh - 5.3rem);
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0.3;
    transition: all 0.3s;
    transform: translateY(4rem); }
    .all-cats-box .all-cats-content::-webkit-scrollbar {
      width: 8px;
      height: 8px;
      background-color: inherit; }
    .all-cats-box .all-cats-content::-webkit-scrollbar-track {
      border-radius: 8px;
      background-color: inherit; }
    .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
      border-radius: 8px;
      background-color: #fff; }
    .all-cats-box .all-cats-content .inner-all-cats-content {
      min-height: 100%;
      align-items: flex-start; }
      .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box {
        padding-bottom: 1.2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        margin-bottom: 1.2rem; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box:first-child {
          display: none; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title {
          font-size: 0.96rem; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title a {
            color: #fff; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title i {
            display: none;
            color: #fff;
            transition: all 0.2s; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box.active .first-nav-title i {
          transform: rotate(180deg); }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box {
          float: left;
          max-width: unset;
          padding-right: 0.8rem;
          margin-right: 0.8rem;
          position: relative;
          margin-top: 1.2rem; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box:after {
            content: "";
            height: 0.64rem;
            border-left: 1px solid rgba(255, 255, 255, 0.4);
            position: absolute;
            right: 0;
            top: 0; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box:last-child:after {
            display: none; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title {
            font-size: 0.8rem;
            line-height: 1; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .second-nav-title a {
              color: #fff; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
            font-size: 0.64rem;
            line-height: 1;
            margin-top: 0.8rem; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
              color: rgba(255, 255, 255, 0.71); }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
              content: '';
              display: inline-block;
              height: 5px;
              width: 5px;
              background-color: rgba(255, 255, 255, 0.71);
              margin-right: 8px;
              position: relative;
              top: -2px; }

@media (max-width: 1280px) {
  .all-cats-box.is-show > .header-layout .top-nav {
    top: 20px; } }
@media (max-width: 960px) {
  .all-cats-box {
    padding-top: 60px; }
    .all-cats-box > .header-layout {
      height: 20px !important;
      padding: 0 20px;
      width: 100%;
      box-sizing: border-box; }
      .all-cats-box > .header-layout .top-nav {
        display: flex; }
    .all-cats-box .all-cats-content {
      margin-top: 10px;
      height: calc(100vh - 120px); }
      .all-cats-box .all-cats-content::-webkit-scrollbar {
        width: 5px;
        height: 5px;
        background-color: inherit; }
      .all-cats-box .all-cats-content::-webkit-scrollbar-track {
        border-radius: 5px;
        background-color: inherit; }
      .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #fff; }
      .all-cats-box .all-cats-content .inner-all-cats-content {
        flex-direction: column;
        height: auto;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 0 20px; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box {
          width: 100%;
          margin-right: 0;
          margin-bottom: 0;
          padding-bottom: 0;
          border: none; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box:first-child {
            display: block; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title {
            font-size: 20px;
            height: 60px;
            line-height: 60px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);
            width: 100%;
            display: flex;
            justify-content: space-between; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title a {
              flex: 1; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .first-nav-title i {
              display: inline-block; }
          .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box {
            display: none; }
            .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box {
              display: flex;
              flex-wrap: wrap; }
              .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                margin-right: 10px; }
        .all-cats-box .all-cats-content .inner-all-cats-content .first-nav-box:nth-child(1) .first-nav-title {
          border-top: 1px solid rgba(255, 255, 255, 0.4); }

  .all-cats-box.is-show .header-layout .top-nav {
    top: 0;
    right: 15px;
    font-size: 12px; }
    .all-cats-box.is-show .header-layout .top-nav .line {
      margin: 0 5px; } }
.all-qrcode-box {
  display: none;
  position: fixed;
  background-color: #006B87;
  height: 100vh;
  width: 100vw;
  z-index: 2024;
  top: 0;
  left: 0;
  box-sizing: border-box; }
  .all-qrcode-box .index-header {
    position: absolute;
    top: 2.4rem;
    left: 0;
    width: 100%; }
    .all-qrcode-box .index-header .index-layout {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .all-qrcode-box .index-header a.logo {
      display: block;
      height: 2.4rem; }
      .all-qrcode-box .index-header a.logo img {
        height: 100%; }
    .all-qrcode-box .index-header .right-nav {
      display: flex;
      align-items: center; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        display: flex;
        align-items: center;
        font-size: 0.64rem;
        line-height: 1;
        transform: translateX(30px);
        transition: all 0.3s;
        opacity: 0.3; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          color: #fff; }
          .all-qrcode-box .index-header .right-nav .top-nav a i {
            margin-right: 0.2rem; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          margin: 0 0.8rem;
          height: 0.64rem;
          width: 1px;
          background-color: #fff;
          opacity: 0.3; }
          .all-qrcode-box .index-header .right-nav .top-nav .line:last-of-type {
            display: none; }
      .all-qrcode-box .index-header .right-nav .right-btn {
        display: flex;
        z-index: 2024;
        margin-left: 1.6rem; }
        .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
          position: relative;
          z-index: 2024;
          display: flex;
          height: 0.96rem;
          width: 1.12rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            content: '';
            display: block;
            height: 0.16rem;
            width: 100%;
            border-radius: 0.16rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before {
            transform: rotate(45deg); }
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
            transform: rotate(-45deg); }
        @media (max-width: 1200px) {
          .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn {
            height: 20px;
            width: 24px; }
            .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn span, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:before, .all-qrcode-box .index-header .right-nav .right-btn a.close-qr-btn:after {
              height: 3px; } }
  .all-qrcode-box .qrcode-container {
    width: 32rem;
    margin: 0 auto;
    height: 100vh;
    box-sizing: border-box; }
    .all-qrcode-box .qrcode-container .qr-list {
      display: flex;
      flex-wrap: wrap;
      position: relative;
      top: 50%;
      transform: translateY(calc(-50% + 2rem));
      margin: 0 auto;
      overflow-y: auto;
      margin-right: -0.4rem;
      max-height: calc(100vh - 230px); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar {
        width: 0.24rem;
        height: 0.24rem;
        background-color: inherit; }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-track {
        width: 0.24rem;
        border-radius: 100px;
        background-color: rgba(0, 0, 0, 0.5); }
      .all-qrcode-box .qrcode-container .qr-list::-webkit-scrollbar-thumb {
        width: 0.4rem;
        border-radius: 8px;
        background-color: #fff; }
      .all-qrcode-box .qrcode-container .qr-list .qr-item {
        width: 6.4rem;
        margin: 0 0.8rem 1.6rem;
        cursor: pointer;
        text-align: center; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
          width: 100%;
          height: 6.4rem;
          border-radius: 10px;
          overflow: hidden;
          display: flex;
          justify-content: center;
          align-items: center;
          background-color: rgba(255, 255, 255, 0.2);
          margin-bottom: 0.8rem;
          position: relative; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
            transition: all 0.3s; }
          .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img i {
            font-size: 2.4rem;
            color: #fff; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item span {
          font-size: 0.64rem;
          color: #fff;
          line-height: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img img {
          opacity: 1; }
        .all-qrcode-box .qrcode-container .qr-list .qr-item:hover .qr-img i {
          opacity: 0; }
  .all-qrcode-box.is-show .index-layout .right-nav .top-nav {
    opacity: 1;
    transform: translateX(0); }
  .all-qrcode-box.is-show .all-qrcode-content {
    opacity: 1;
    transform: translateY(0); }

@media (max-width: 1280px) {
  .staff-all-qrcode-box .index-header .right-nav {
    position: relative; }
    .staff-all-qrcode-box .index-header .right-nav .top-nav {
      position: absolute;
      top: 2.8rem;
      right: 0;
      width: max-content; } }
@media (max-width: 960px) {
  .all-qrcode-box .index-header {
    top: 20px; }
    .all-qrcode-box .index-header a.logo {
      height: 30px; }
    .all-qrcode-box .index-header .right-nav {
      position: relative; }
      .all-qrcode-box .index-header .right-nav .top-nav {
        position: absolute;
        top: 40px;
        right: -10px;
        width: calc(100vw - 20px);
        flex-wrap: wrap;
        justify-content: center; }
        .all-qrcode-box .index-header .right-nav .top-nav a {
          flex-shrink: 0;
          font-size: 12px; }
        .all-qrcode-box .index-header .right-nav .top-nav .line {
          flex-shrink: 0;
          margin: 0 5px; }
      .all-qrcode-box .index-header .right-nav .right-btn .search-btn {
        margin: 0 10px; }
      .all-qrcode-box .index-header .right-nav .right-btn a.en {
        margin-right: 10px; }
  .all-qrcode-box .qrcode-container {
    width: 100%; }
    .all-qrcode-box .qrcode-container .qr-list .qr-item {
      width: calc((100% - 6rem) / 3); }
      .all-qrcode-box .qrcode-container .qr-list .qr-item .qr-img {
        height: calc((100vw - 8rem) / 3); } }
.all-qrcode-box .index-layout {
  width: 64rem;
  margin: 0 auto; }
  @media (max-width: 1600px) {
    .all-qrcode-box .index-layout {
      width: 54.4rem; } }
  @media (max-width: 1600px) {
    .all-qrcode-box .index-layout {
      width: 48rem; } }
  @media (max-width: 1280px) {
    .all-qrcode-box .index-layout {
      width: 38.4rem; } }
  @media (max-width: 960px) {
    .all-qrcode-box .index-layout {
      width: 100%;
      min-width: 360px;
      padding: 0 20px;
      box-sizing: border-box; } }

.home-service010 {
  background-color: #f5f9fa; }
  .home-service010 .layout {
    z-index: 1;
    position: relative; }
    .home-service010 .layout ul {
      background-color: #fff;
      box-sizing: border-box;
      height: 8rem;
      display: flex;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
      margin-top: -3.2rem; }
      .home-service010 .layout ul li {
        flex: 1;
        height: 100%;
        box-sizing: border-box;
        position: relative; }
        .home-service010 .layout ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .home-service010 .layout ul li a i {
            width: 3.2rem;
            height: 3.2rem;
            border-radius: 50%;
            border: 1px solid rgba(22, 160, 184, 0.1);
            text-align: center;
            line-height: 3.2rem;
            color: #006B87;
            margin-bottom: 0.8rem;
            font-size: 1.6rem;
            position: relative;
            transition: all 0.3s; }
            .home-service010 .layout ul li a i:before {
              content: '';
              position: absolute;
              display: block;
              height: 3.2rem;
              width: 3.2rem;
              border: 1px dashed #fff;
              border-radius: 50%;
              transition: all 0.3s;
              left: 0;
              top: 0; }
          .home-service010 .layout ul li a span {
            position: relative;
            color: #555555;
            font-size: 0.8rem;
            line-height: 1;
            transition: transform 0.3s; }
            .home-service010 .layout ul li a span:after {
              content: "";
              display: block;
              width: 2.4rem;
              height: 0.08rem;
              background-color: #E8E8E8;
              position: absolute;
              bottom: -0.28rem;
              left: 50%;
              margin-left: -1.2rem; }
        .home-service010 .layout ul li:hover {
          background-color: #006B87; }
          .home-service010 .layout ul li:hover:before {
            display: none; }
          .home-service010 .layout ul li:hover a i {
            border-color: #fff;
            color: #fff;
            transform: translateY(-0.25rem); }
            .home-service010 .layout ul li:hover a i:before {
              height: 4rem;
              width: 4rem;
              left: -0.44rem;
              top: -0.44rem;
              transform: rotate(90deg); }
          .home-service010 .layout ul li:hover a span {
            color: #fff;
            transform: translateY(0.25rem); }
            .home-service010 .layout ul li:hover a span:after {
              background-color: #fff; }
        .home-service010 .layout ul li + li:before {
          content: "";
          display: block;
          width: 0;
          height: 6.16rem;
          border-right: 1px dashed #E2F0F3;
          border-left: 1px dashed #F8F8F8;
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -3.08rem; }
  @media (max-width: 960px) {
    .home-service010 .layout {
      padding: 0 20px; }
      .home-service010 .layout ul {
        flex-wrap: wrap;
        height: auto;
        margin-top: 40px; }
        .home-service010 .layout ul li {
          width: 50%;
          height: 130px;
          flex: unset; }
          .home-service010 .layout ul li:nth-child(2n+1):before {
            display: none; } }

.home-yljs001 {
  padding: 3.2rem 0;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: auto 100%; }
  .home-yljs001 .layout {
    display: flex;
    justify-content: space-between; }
    .home-yljs001 .layout .left-yljs {
      width: 28.92rem;
      font-size: 0; }
      .home-yljs001 .layout .left-yljs h1 {
        font-weight: normal;
        display: flex;
        align-items: center;
        justify-content: space-between; }
      .home-yljs001 .layout .left-yljs .inner-yljs {
        margin-top: 1.84rem; }
        .home-yljs001 .layout .left-yljs .inner-yljs .time {
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-right: 1.04rem;
          border-right: 1px solid rgba(0, 107, 135, 0.5);
          margin-right: 1.2rem; }
          .home-yljs001 .layout .left-yljs .inner-yljs .time .day {
            position: relative;
            padding-bottom: 0.2rem;
            border-bottom: 1px solid #006B87;
            font-size: 1.2rem;
            line-height: 1;
            color: #006B87;
            display: inline-block;
            margin-bottom: 0.4rem; }
          .home-yljs001 .layout .left-yljs .inner-yljs .time .year {
            font-size: 0.72rem;
            line-height: 1;
            color: #006B87; }
        .home-yljs001 .layout .left-yljs .inner-yljs a.first-news {
          display: block;
          width: 100%; }
          .home-yljs001 .layout .left-yljs .inner-yljs a.first-news .img {
            width: 100%;
            height: 14.44rem;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: #006B87; }
            .home-yljs001 .layout .left-yljs .inner-yljs a.first-news .img > p {
              color: rgba(255, 255, 255, 0.6);
              font-size: 1.28rem; }
            .home-yljs001 .layout .left-yljs .inner-yljs a.first-news .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
          .home-yljs001 .layout .left-yljs .inner-yljs a.first-news .bottom {
            width: 100%;
            height: 4.8rem;
            background-color: #fff;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
            box-sizing: border-box;
            padding: 1.2rem 1.2rem;
            display: flex;
            align-items: center; }
            .home-yljs001 .layout .left-yljs .inner-yljs a.first-news .bottom .tit {
              font-size: 0.72rem;
              line-height: 1.12rem;
              height: 2.24rem;
              color: #333333;
              line-height: 1.4rem;
              max-height: 2.8rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
          .home-yljs001 .layout .left-yljs .inner-yljs a.first-news:hover .img img {
            transform: scale(1.1); }
          .home-yljs001 .layout .left-yljs .inner-yljs a.first-news:hover .bottom .tit {
            color: #006B87; }
        .home-yljs001 .layout .left-yljs .inner-yljs ul {
          position: relative; }
          .home-yljs001 .layout .left-yljs .inner-yljs ul li {
            height: 4rem;
            box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
            position: relative;
            margin-top: 0.8rem;
            background-color: #ffffff; }
            .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover:before {
              width: 4px; }
            .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover a {
              background-color: #006B87; }
              .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover a .time {
                color: #fff;
                border-right-color: #fff; }
                .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover a .time .day {
                  border-bottom-color: #fff; }
                .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover a .time .day, .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover a .time .year {
                  color: #fff; }
              .home-yljs001 .layout .left-yljs .inner-yljs ul li:hover a p {
                color: #fff; }
            .home-yljs001 .layout .left-yljs .inner-yljs ul li:before {
              display: block;
              height: 100%;
              width: 2px;
              position: absolute;
              left: 0;
              top: 0;
              transition: all 0.2s;
              background-color: #006B87; }
            .home-yljs001 .layout .left-yljs .inner-yljs ul li a {
              display: flex;
              width: 100%;
              height: 100%;
              box-sizing: border-box;
              padding: 0 1.2rem;
              align-items: center;
              transition: all 0.3s; }
              .home-yljs001 .layout .left-yljs .inner-yljs ul li a p {
                font-size: 0.72rem;
                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; }
    .home-yljs001 .layout .right-health {
      width: 24rem;
      font-size: 0; }
      .home-yljs001 .layout .right-health > img {
        width: 100%;
        height: 15.2rem; }
      .home-yljs001 .layout .right-health .health-box {
        display: block;
        width: 100%;
        height: 17.2rem;
        background-color: #006B87;
        box-sizing: border-box;
        padding: 1.6rem;
        position: relative; }
        .home-yljs001 .layout .right-health .health-box img {
          position: absolute;
          width: 7.76rem;
          opacity: 0.08;
          right: 0;
          top: 0; }
        .home-yljs001 .layout .right-health .health-box ul {
          margin-top: 2.8rem; }
          .home-yljs001 .layout .right-health .health-box ul li {
            margin-bottom: 0.8rem; }
            .home-yljs001 .layout .right-health .health-box ul li a {
              line-height: 1.35rem;
              max-height: 1.35rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              color: #fff;
              font-size: 0.72rem; }
        .home-yljs001 .layout .right-health .health-box .more001 {
          position: absolute;
          right: 1.6rem;
          bottom: 1.6rem; }

@media (max-width: 1600px) {
  .home-yljs001 .layout .left-yljs {
    margin-right: 1.36rem; }
  .home-yljs001 .layout .right-health {
    width: 22rem; } }
@media (max-width: 960px) {
  .home-yljs001 {
    padding: 40px 0; }
    .home-yljs001 .layout {
      display: block;
      padding: 0 20px; }
      .home-yljs001 .layout .left-yljs {
        margin-right: 0;
        width: 100%; }
        .home-yljs001 .layout .left-yljs .inner-yljs {
          margin-top: 23px; }
          .home-yljs001 .layout .left-yljs .inner-yljs a.first-news .bottom {
            padding: 20px; }
          .home-yljs001 .layout .left-yljs .inner-yljs ul li {
            margin-top: 10px; }
      .home-yljs001 .layout .right-health {
        width: 100%;
        margin-top: 20px; }
        .home-yljs001 .layout .right-health > img {
          height: 77vw; }
        .home-yljs001 .layout .right-health .health-box {
          height: auto;
          padding-bottom: 60px; }
          .home-yljs001 .layout .right-health .health-box ul {
            margin-top: 23px; } }
.home-news001 {
  position: relative;
  padding-top: 3.2rem;
  background-image: url(../images/cyfyy/home/news_bg.jpg);
  background-size: cover; }
  .home-news001 .layout .inner-news {
    display: flex;
    justify-content: space-between; }
    .home-news001 .layout .inner-news h1 {
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-news001 .layout .inner-news .left-news {
      width: 65%; }
      .home-news001 .layout .inner-news .left-news h1 .tab-tit-box {
        display: flex;
        align-items: center; }
        .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit {
          position: relative; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit .left-tit001:before, .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit .left-tit001:after {
            display: none; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit + .tab-tit {
            margin-left: 2rem; }
            .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit + .tab-tit:before {
              content: "";
              width: 0.4rem;
              height: 0.4rem;
              border-radius: 50%;
              background-color: #C4AF76;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: -1.2rem; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001:before, .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001:after {
            display: block; }
          .home-news001 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001 a {
            color: #489BAE; }
      .home-news001 .layout .inner-news .left-news .tab-pannel-wrap {
        margin-top: 1.84rem;
        background: #fdfdfd;
        padding-bottom: 1.8rem; }
        .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
          display: flex;
          background-color: #f1eeea;
          background-image: url(../images/cyfyy/home/news_img_bg.jpg);
          background-size: auto 100%;
          background-position: right center; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
            width: 59%;
            display: block;
            flex-shrink: 0; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img .inner-img {
              padding-bottom: 56%;
              position: relative;
              overflow: hidden; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img .inner-img img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img:hover .inner-img img {
              transform: scale(1.1); }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
            flex: 1;
            width: 41%;
            box-sizing: border-box;
            padding: 1.6rem 1.6rem 0; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time {
              width: 2.8rem;
              height: 2.8rem;
              border: #d3d0cb 1px solid;
              display: flex;
              flex-direction: column;
              align-items: center;
              justify-content: center;
              color: #006B87;
              flex-shrink: 0; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time span.day {
                font-size: 1.12rem;
                line-height: 1;
                position: relative;
                margin-bottom: 0.48rem; }
                .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time span.day:after {
                  content: '';
                  position: absolute;
                  width: 1.36rem;
                  height: 0.04rem;
                  background-color: #006B87;
                  left: 50%;
                  transform: translateX(-50%);
                  bottom: -0.32rem; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time span.month {
                font-size: 0.64rem; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .tit {
              font-size: 0.8rem;
              color: #006B87;
              line-height: 1.5rem;
              max-height: 3rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin: 0.4rem 0px;
              font-weight: bold; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .content {
              font-size: 0.56rem;
              color: #888;
              line-height: 1.1rem;
              max-height: 3.3rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
        .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
          padding: 0.8rem 1.6rem 0 0;
          box-sizing: border-box; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 0.08rem; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit {
              font-size: 0.72rem;
              height: 1.8rem;
              color: #333333;
              line-height: 2.25rem;
              max-height: 2.25rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              transition: all 0.3s; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit:hover {
                color: #006B87; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li span {
              font-size: 0.64rem;
              line-height: 1;
              color: rgba(17, 17, 17, 0.549);
              margin-left: 0.8rem;
              display: inline-block; }
    .home-news001 .layout .inner-news .right-notice {
      width: 30%;
      font-size: 0; }
      .home-news001 .layout .inner-news .right-notice ul {
        margin-top: 1.88rem;
        position: relative; }
        .home-news001 .layout .inner-news .right-notice ul li {
          margin-bottom: 0.8rem;
          box-sizing: border-box;
          border-bottom: #dcddde 1px dashed;
          padding: 0px 0px 0.8rem 1.52rem;
          position: relative;
          background: url(../images/cyfyy/home/notice_line.png) repeat-y left top; }
          .home-news001 .layout .inner-news .right-notice ul li:after {
            content: "";
            width: 0;
            border-top: 1px solid #006B87;
            transition: width 0.3s;
            position: absolute;
            left: 0;
            bottom: 0; }
          .home-news001 .layout .inner-news .right-notice ul li:last-child {
            margin-bottom: 0; }
          .home-news001 .layout .inner-news .right-notice ul li a.tit {
            font-size: 0.72rem;
            color: #333333;
            line-height: 0.8rem;
            max-height: 0.8rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            transition: all 0.3s; }
          .home-news001 .layout .inner-news .right-notice ul li span {
            font-size: 0.64rem;
            line-height: 1;
            color: #006B87;
            display: inline-block;
            margin-top: 0.4rem; }
          .home-news001 .layout .inner-news .right-notice ul li:hover {
            border: none; }
            .home-news001 .layout .inner-news .right-notice ul li:hover:after {
              width: 100%; }
            .home-news001 .layout .inner-news .right-notice ul li:hover a.tit {
              color: #006B87; }

@media (max-width: 960px) {
  .home-news001 {
    padding: 40px 0 40px;
    overflow: hidden;
    margin-top: 0; }
    .home-news001 .layout {
      padding: 0 20px; }
      .home-news001 .layout .inner-news {
        display: block; }
        .home-news001 .layout .inner-news .left-news {
          margin-right: 0;
          width: 100%; }
          .home-news001 .layout .inner-news .left-news .tab-pannel-wrap {
            background-color: transparent;
            margin-top: 23px;
            padding-bottom: 0; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
              display: block; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
                width: 100%;
                flex-shrink: 0; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
                width: 100%;
                height: auto;
                padding: 10px 20px; }
                .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .time, .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a .content {
                  display: none; }
            .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
              padding-right: 0; }
              .home-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
                margin-top: 5px; }
        .home-news001 .layout .inner-news .right-notice {
          width: 100%;
          margin-top: 30px; } }
.home-news002 {
  position: relative;
  padding: 3.2rem 0 0;
  background-color: #ffffff; }
  .home-news002 > img {
    position: absolute;
    height: auto;
    max-height: 100%;
    max-width: 100%; }
    .home-news002 > img.lt {
      left: 0;
      top: 0; }
    .home-news002 > img.rb {
      right: 0;
      bottom: 0; }
  .home-news002 .layout .inner-news {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative; }
    .home-news002 .layout .inner-news h1 {
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-news002 .layout .inner-news .left-news {
      width: 49%; }
      .home-news002 .layout .inner-news .left-news h1 .tab-tit-box {
        display: flex;
        align-items: center; }
        .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit {
          position: relative; }
          .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit .left-tit001:before, .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit .left-tit001:after {
            display: none; }
          .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit + .tab-tit {
            margin-left: 2rem; }
            .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit + .tab-tit:before {
              content: "";
              width: 0.4rem;
              height: 0.4rem;
              border-radius: 50%;
              background-color: #C4AF76;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: -1.2rem; }
          .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001:before, .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001:after {
            display: block; }
          .home-news002 .layout .inner-news .left-news h1 .tab-tit-box .tab-tit.cur .left-tit001 a {
            color: #489BAE; }
      .home-news002 .layout .inner-news .left-news .tab-pannel-wrap {
        margin-top: 1.84rem; }
        .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box {
          height: 16.44rem;
          overflow: hidden;
          position: relative; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box .news-slick-item {
            height: 16.44rem;
            position: relative;
            background-size: cover;
            background-position: center; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box .news-slick-item .news-slick-msg {
              position: absolute;
              width: 100%;
              height: 6.4rem;
              background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
              box-sizing: border-box;
              padding: 2.6rem 1.2rem 1.4rem;
              bottom: 0; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box .news-slick-item .news-slick-msg p {
                font-size: 0.72rem;
                height: 2.16rem;
                line-height: 1.05rem;
                max-height: 2.1rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
                .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box .news-slick-item .news-slick-msg p a {
                  color: #fff; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box .news-slick-item .news-slick-msg span {
                color: #fff;
                font-size: 0.64rem; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box i.slick-arrow.prev, .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box i.slick-arrow.next {
            position: absolute;
            display: flex;
            height: 0.96rem;
            width: 0.96rem;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.48rem;
            color: #fff;
            align-items: center;
            justify-content: center;
            border-radius: 0.96rem;
            z-index: 1;
            cursor: pointer; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box i.slick-arrow.prev {
            bottom: 1.2rem;
            right: 2.8rem; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box i.slick-arrow.next {
            bottom: 1.2rem;
            right: 1.2rem; }
      .home-news002 .layout .inner-news .left-news ul {
        width: 100%;
        overflow: hidden; }
        .home-news002 .layout .inner-news .left-news ul li {
          margin-bottom: 0.8rem; }
          .home-news002 .layout .inner-news .left-news ul li a {
            font-size: 0.72rem;
            margin-bottom: 0.6rem;
            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; }
            .home-news002 .layout .inner-news .left-news ul li a:hover {
              color: #006B87; }
          .home-news002 .layout .inner-news .left-news ul li span {
            color: rgba(17, 17, 17, 0.549);
            position: relative;
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 0.64rem; }
            .home-news002 .layout .inner-news .left-news ul li span:after {
              content: '';
              display: block;
              width: 100%;
              margin-left: 10px;
              border-bottom: 1px dashed #E4E4E4; }
    .home-news002 .layout .inner-news .right-notice {
      width: 49%; }
      .home-news002 .layout .inner-news .right-notice ul {
        margin-top: 1.84rem; }
        .home-news002 .layout .inner-news .right-notice ul li {
          height: 4rem;
          box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
          position: relative;
          margin-bottom: 0.8rem;
          background-color: #ffffff; }
          .home-news002 .layout .inner-news .right-notice ul li:hover:before {
            width: 4px; }
          .home-news002 .layout .inner-news .right-notice ul li:hover a {
            background-color: #006B87; }
            .home-news002 .layout .inner-news .right-notice ul li:hover a div.time {
              color: #fff; }
              .home-news002 .layout .inner-news .right-notice ul li:hover a div.time span.day:after {
                background-color: #fff; }
            .home-news002 .layout .inner-news .right-notice ul li:hover a p {
              color: #fff; }
          .home-news002 .layout .inner-news .right-notice ul li:before {
            content: '';
            display: block;
            height: 100%;
            width: 2px;
            position: absolute;
            left: 0;
            top: 0;
            transition: all 0.2s;
            background-color: #006B87; }
          .home-news002 .layout .inner-news .right-notice ul li a {
            display: flex;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 0 0.4rem;
            align-items: center;
            transition: all 0.3s; }
            .home-news002 .layout .inner-news .right-notice ul li a div.time {
              width: 4rem;
              display: flex;
              flex-direction: column;
              align-items: center;
              color: #006B87;
              flex-shrink: 0; }
              .home-news002 .layout .inner-news .right-notice ul li a div.time span.day {
                font-size: 1.12rem;
                line-height: 1;
                position: relative;
                margin-bottom: 0.48rem; }
                .home-news002 .layout .inner-news .right-notice ul li a div.time span.day:after {
                  content: '';
                  position: absolute;
                  width: 1.36rem;
                  height: 0.04rem;
                  background-color: #006B87;
                  left: 50%;
                  transform: translateX(-50%);
                  bottom: -0.32rem; }
              .home-news002 .layout .inner-news .right-notice ul li a div.time span.month {
                font-size: 0.64rem; }
            .home-news002 .layout .inner-news .right-notice ul li a p {
              font-size: 0.72rem;
              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; }

@media (max-width: 960px) {
  .home-news002 {
    padding: 40px 0 0; }
    .home-news002 .layout {
      margin: 0 20px;
      width: calc(100% - 40px); }
      .home-news002 .layout .inner-news {
        flex-direction: column;
        justify-content: start; }
        .home-news002 .layout .inner-news .left-news {
          width: 100%; }
          .home-news002 .layout .inner-news .left-news .tab-pannel-wrap {
            margin-top: 23px; }
            .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box {
              width: 100%;
              height: 50vw;
              margin-bottom: 20px; }
              .home-news002 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .news-slick-box .news-slick-item {
                width: 100%;
                height: 50vw; }
          .home-news002 .layout .inner-news .left-news ul li a {
            margin-bottom: 5px; }
        .home-news002 .layout .inner-news .right-notice {
          width: 100%; }
          .home-news002 .layout .inner-news .right-notice ul {
            margin-top: 23px; } }
.home-news003 .layout {
  display: flex;
  justify-content: space-between; }
  .home-news003 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-news003 .layout .left-box {
    width: 52.86%; }
    .home-news003 .layout .left-box .inner-news {
      margin-top: 1.84rem;
      position: relative;
      padding: 0.4rem 0 0 0.4rem; }
      .home-news003 .layout .left-box .inner-news:before {
        content: '';
        width: 70%;
        height: 30%;
        background-color: #006B87;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 0; }
      .home-news003 .layout .left-box .inner-news .first-news {
        width: 100%;
        margin-bottom: 0.8rem;
        position: relative;
        display: block; }
        .home-news003 .layout .left-box .inner-news .first-news .img {
          width: 100%;
          padding-bottom: 56%;
          position: relative;
          background-color: #006B87;
          overflow: hidden; }
          .home-news003 .layout .left-box .inner-news .first-news .img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
          .home-news003 .layout .left-box .inner-news .first-news .img p {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            color: rgba(255, 255, 255, 0.6);
            font-size: 0.96rem; }
        .home-news003 .layout .left-box .inner-news .first-news .bottom {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
          padding: 0.8rem;
          box-sizing: border-box; }
          .home-news003 .layout .left-box .inner-news .first-news .bottom p {
            color: #fff;
            line-height: 1.08rem;
            max-height: 1.08rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            font-size: 0.72rem; }
        .home-news003 .layout .left-box .inner-news .first-news:hover .img img {
          transform: scale(1.1); }
      .home-news003 .layout .left-box .inner-news ul {
        display: flex;
        margin-right: -3.3%; }
        .home-news003 .layout .left-box .inner-news ul li {
          width: 30%;
          margin-right: 3.3%; }
          .home-news003 .layout .left-box .inner-news ul li a {
            width: 100%;
            display: block;
            transition: all 0.3s; }
            .home-news003 .layout .left-box .inner-news ul li a .img {
              width: 100%;
              padding-bottom: 56%;
              position: relative;
              background-color: #006B87;
              overflow: hidden; }
              .home-news003 .layout .left-box .inner-news ul li a .img img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
              .home-news003 .layout .left-box .inner-news ul li a .img p {
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                color: rgba(255, 255, 255, 0.6);
                font-size: 0.96rem; }
            .home-news003 .layout .left-box .inner-news ul li a p {
              line-height: 1.08rem;
              max-height: 2.16rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.72rem;
              color: #333;
              margin-top: 0.4rem; }
            .home-news003 .layout .left-box .inner-news ul li a:hover {
              transform: translateY(-10px); }
              .home-news003 .layout .left-box .inner-news ul li a:hover .img img {
                transform: scale(1.1); }
              .home-news003 .layout .left-box .inner-news ul li a:hover p {
                color: #006B87; }
  .home-news003 .layout .right-notice {
    width: 43.5%; }
    .home-news003 .layout .right-notice .inner-notice {
      position: relative; }
      .home-news003 .layout .right-notice .inner-notice:after {
        content: '';
        width: 100%;
        height: 100%;
        background-color: #dee5ec;
        position: absolute;
        left: 0.4rem;
        top: 0.4rem;
        z-index: 0; }
    .home-news003 .layout .right-notice ul {
      margin-top: 1.84rem;
      border-top: 2px solid #006B87;
      padding: 0 0.8rem 0.8rem;
      background-color: #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      position: relative;
      z-index: 1; }
      .home-news003 .layout .right-notice ul li {
        border-bottom: 1px solid #e5e5e5;
        position: relative;
        font-size: 0; }
        .home-news003 .layout .right-notice ul li a {
          display: block;
          padding: 0.56rem 0; }
          .home-news003 .layout .right-notice ul li a span {
            font-size: 0.64rem;
            color: #999;
            line-height: 1; }
          .home-news003 .layout .right-notice ul li a p {
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            height: 2.16rem;
            font-size: 0.72rem;
            color: #333;
            margin-top: 0.4rem; }
          .home-news003 .layout .right-notice ul li a:after {
            content: '';
            width: 0;
            height: 1px;
            background-color: #006B87;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: all 0.36s ease-in-out; }
          .home-news003 .layout .right-notice ul li a:hover:after {
            width: 100%; }
          .home-news003 .layout .right-notice ul li a:hover p {
            color: #006B87; }
@media (max-width: 960px) {
  .home-news003 .layout {
    padding: 0 20px;
    display: block; }
    .home-news003 .layout .left-box {
      width: 100%; }
      .home-news003 .layout .left-box .inner-news {
        margin-top: 23px;
        padding: 0; }
        .home-news003 .layout .left-box .inner-news:before {
          display: none; }
        .home-news003 .layout .left-box .inner-news ul {
          display: block;
          margin-right: 0; }
          .home-news003 .layout .left-box .inner-news ul li {
            width: 100%;
            margin-right: 0;
            margin-bottom: 15px; }
    .home-news003 .layout .right-notice {
      width: 100%;
      margin-top: 20px; }
      .home-news003 .layout .right-notice ul {
        margin-top: 23px; } }

.home-news048 {
  margin-top: 3.2rem;
  padding-bottom: 3.2rem;
  background-image: url(../images/cyfyy/home/kp_bg.png);
  background-size: cover; }
  .home-news048 h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-news048 .layout .wrap_mode11 .lf {
    width: 43.5%; }
  .home-news048 .layout .wrap_mode11 .rt {
    width: 52.86%; }
  .home-news048 .layout .mode2 {
    position: relative;
    z-index: 10; }
    .home-news048 .layout .mode2 .lf {
      width: 43.533%;
      float: right; }
    .home-news048 .layout .mode2 .rt {
      width: 52.7%;
      float: left; }
  .home-news048 .layout .listTitle {
    overflow: hidden;
    position: relative; }
    .home-news048 .layout .listTitle .more1 {
      float: right;
      padding-top: 2.2rem;
      color: #999; }
    .home-news048 .layout .listTitle h1 {
      width: auto;
      float: left; }
      .home-news048 .layout .listTitle h1:first-child {
        margin-right: 0.6rem; }
      .home-news048 .layout .listTitle h1.off h2::before {
        display: none; }
    .home-news048 .layout .listTitle h2 {
      padding: 1.72rem 0 0.52rem;
      line-height: 1;
      position: relative;
      border-bottom: 0.04rem solid #e5e5e5;
      font-size: 1.2rem; }
      .home-news048 .layout .listTitle h2::before {
        content: '';
        width: 1.68rem;
        height: 0.12rem;
        background-color: #004a99;
        position: absolute;
        left: 50%;
        bottom: -0.04rem;
        transform: translateX(-50%);
        z-index: 1; }
      .home-news048 .layout .listTitle h2 span {
        position: relative;
        z-index: 10;
        color: #000; }
    .home-news048 .layout .listTitle .en {
      display: block;
      font-family: 'Optima', 'Arial';
      color: #999;
      padding: 0.32rem 0;
      text-align: center;
      display: block;
      font-size: 0.64rem;
      font-weight: normal; }
  .home-news048 .layout .titleColumn {
    display: inline-block; }
  .home-news048 .layout .wrap_more {
    position: absolute;
    right: 0rem;
    top: 0rem; }
  .home-news048 .layout .tab_box {
    position: relative;
    margin-top: 1.84rem; }
    .home-news048 .layout .tab_box .box {
      position: relative; }
      .home-news048 .layout .tab_box .box .swiper-scrollbar {
        width: 80%;
        max-width: 7.4rem;
        position: relative;
        margin: 0.8rem auto 0;
        background: #cfcfcf;
        left: 1%;
        bottom: 0.24rem;
        z-index: 50;
        height: 0.2rem;
        border-radius: 0.4rem; }
        .home-news048 .layout .tab_box .box .swiper-scrollbar .swiper-scrollbar-drag {
          height: 100%;
          width: 100%;
          position: relative;
          background: rgba(0, 0, 0, 0.5);
          background-color: #EEBC5A;
          border-radius: 0.4rem;
          left: 0;
          top: 0; }
      .home-news048 .layout .tab_box .box.on {
        height: 15.2rem;
        overflow: hidden; }
      .home-news048 .layout .tab_box .box.off {
        height: 0;
        overflow: hidden; }
      .home-news048 .layout .tab_box .box .slide-item {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
  .home-news048 .layout .Right-list {
    margin-top: 1.84rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .home-news048 .layout .Right-list li {
      margin-bottom: 1rem;
      width: 49.5%;
      display: inline-block; }
      .home-news048 .layout .Right-list li a:before {
        transition: all 0.35s ease-out; }
      .home-news048 .layout .Right-list li a .bg1 {
        transition: all 0.35s ease-out; }
      .home-news048 .layout .Right-list li a:hover:before {
        background-color: #006B87;
        background-image: url(../images/cyfyy/home/tsjs_item_bg.jpg);
        background-size: cover; }
      .home-news048 .layout .Right-list li a:hover .title {
        color: #fff; }
      .home-news048 .layout .Right-list li a:hover .date {
        color: #fff; }
      .home-news048 .layout .Right-list li a:hover .bg1 {
        opacity: 1;
        transition: all 0.35s ease-out; }
      .home-news048 .layout .Right-list li > a {
        transition: all 0.35s ease-out;
        display: block;
        margin: 0 0.52rem;
        background-color: #fff;
        padding: 0.8rem 0.8rem;
        position: relative; }
        .home-news048 .layout .Right-list li > a::after {
          width: 100%;
          height: 100%;
          position: absolute;
          background-color: #cdd7e2;
          left: 0.24rem;
          top: 0.24rem;
          content: '';
          z-index: 0; }
        .home-news048 .layout .Right-list li > a > * {
          position: relative;
          z-index: 10; }
        .home-news048 .layout .Right-list li > a::before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          z-index: 1;
          background-color: #fff; }
      .home-news048 .layout .Right-list li .title {
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 0.72rem;
        margin-bottom: 0.52rem;
        position: relative;
        margin-left: -0.8rem;
        padding-left: 0.8rem;
        height: 3.24rem; }
        .home-news048 .layout .Right-list li .title::before {
          content: '';
          width: 0.08rem;
          height: 100%;
          background-color: #EEBC5A;
          position: absolute;
          left: 0;
          top: 0; }
      .home-news048 .layout .Right-list li .date {
        line-height: 1.08rem;
        max-height: 3.24rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        font-size: 0.64rem;
        color: #999; }
      .home-news048 .layout .Right-list li .bg1 {
        position: absolute;
        width: 7rem;
        height: 3.84rem;
        right: 0;
        bottom: 0;
        opacity: 0;
        z-index: 3; }
  .home-news048 .layout .item_info2 {
    background-color: #fff;
    display: block;
    padding: 0.8rem 0.8rem 1.2rem;
    transition: all 0.35s ease-out;
    width: calc(50% - 10px);
    box-sizing: border-box;
    margin-bottom: 0.8rem;
    height: 11.92rem; }
    .home-news048 .layout .item_info2 .title {
      line-height: 1.08rem;
      max-height: 1.08rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-bottom: 0.72rem;
      font-size: 0.72rem; }
    .home-news048 .layout .item_info2:hover {
      background-color: #006B87;
      background-image: url(../images/cyfyy/home/item_info_bg.jpg);
      background-size: cover;
      color: #fff; }
      .home-news048 .layout .item_info2:hover .res_top .date {
        color: #fff; }
  .home-news048 .layout .res_top {
    overflow: hidden;
    margin-bottom: 0.6rem;
    line-height: 1; }
    .home-news048 .layout .res_top .resource {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.4rem; }
      .home-news048 .layout .res_top .resource img {
        max-height: 1.48rem;
        display: inline-block;
        max-width: none; }
    .home-news048 .layout .res_top .date {
      color: #999;
      display: inline-block;
      font-size: 0.64rem; }
  .home-news048 .layout .img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    padding-bottom: 56%;
    position: relative; }
    .home-news048 .layout .img img {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0; }

@media (max-width: 960px) {
  .home-news048 {
    margin-top: 40px;
    padding-bottom: 40px; }
    .home-news048 .layout {
      padding: 0 20px; }
      .home-news048 .layout .tab_box {
        margin-top: 23px; }
      .home-news048 .layout .mode2 .lf {
        width: 100% !important;
        float: none !important;
        margin-bottom: 20px; }
      .home-news048 .layout .mode2 .rt {
        width: 100% !important;
        float: none !important; }
      .home-news048 .layout .Right-list {
        margin-top: 23px; }
        .home-news048 .layout .Right-list li {
          width: 100%; } }
.home-map001 .map-container {
  height: 24rem; }
  .home-map001 .map-container .position-map {
    height: 24rem; }
    .home-map001 .map-container .position-map .BMapLib_SearchInfoWindow .BMapLib_trans {
      top: unset !important; }
.home-map001 .layout {
  position: absolute;
  left: 50%;
  transform: translateX(-50%); }
  .home-map001 .layout .right-area {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 20rem;
    height: 25.6rem;
    background-color: #006B87; }
    .home-map001 .layout .right-area h1 {
      margin: 1.6rem 0;
      font-size: 1.6rem;
      line-height: 1;
      text-align: center;
      font-weight: normal; }
      .home-map001 .layout .right-area h1 a {
        color: #fff; }
    .home-map001 .layout .right-area ul li .area-tit {
      height: 2.4rem;
      font-size: 0.96rem;
      text-align: center;
      color: #fff;
      line-height: 2.4rem;
      cursor: pointer;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .home-map001 .layout .right-area ul li .area-tit:before {
        content: "";
        width: 0;
        height: 0;
        font-size: 0;
        border: 1.2rem solid transparent;
        position: absolute;
        right: 100%; }
    .home-map001 .layout .right-area ul li .area-info {
      box-sizing: border-box;
      padding: 1.6rem;
      display: none; }
      .home-map001 .layout .right-area ul li .area-info p {
        color: #fff; }
        .home-map001 .layout .right-area ul li .area-info p:first-child {
          margin-bottom: 0.8rem; }
        .home-map001 .layout .right-area ul li .area-info p i {
          font-size: 0.8rem;
          line-height: 1; }
        .home-map001 .layout .right-area ul li .area-info p span {
          font-size: 0.64rem; }
    .home-map001 .layout .right-area ul li.cur .area-tit {
      background-color: #40CAC9;
      border-top: none; }
      .home-map001 .layout .right-area ul li.cur .area-tit:before {
        border-right-color: #40CAC9; }
    .home-map001 .layout .right-area ul li:first-child .area-info {
      display: block; }

@media (max-width: 960px) {
  .home-map001 .layout {
    position: relative;
    left: 0;
    transform: translateX(0); }
    .home-map001 .layout .right-area {
      width: 100%;
      overflow: hidden;
      position: relative;
      height: auto;
      padding-bottom: 20px; }
      .home-map001 .layout .right-area h1 {
        font-size: 18px; }
      .home-map001 .layout .right-area ul li .area-tit {
        font-size: 16px; } }
.home-columns003 {
  padding: 0 0 4.8rem;
  background-image: url(../images/cyfyy/home/special_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center; }
  .home-columns003 .layout {
    display: flex; }
    .home-columns003 .layout .list-item {
      height: 18.4rem;
      width: 20%; }
      .home-columns003 .layout .list-item .box {
        padding: 5px;
        box-sizing: border-box;
        width: 100%;
        height: 100%; }
        .home-columns003 .layout .list-item .box .inner-list-item {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          position: relative;
          overflow: hidden;
          background-size: cover;
          width: 100%;
          height: 100%; }
          .home-columns003 .layout .list-item .box .inner-list-item .circle {
            width: 3.28rem;
            height: 3.28rem;
            border-radius: 50%;
            background-color: rgba(255, 255, 255, 0.2);
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all .5s ease; }
          .home-columns003 .layout .list-item .box .inner-list-item i {
            transition: all .5s ease;
            position: absolute;
            top: 2.8rem;
            width: 1.48rem;
            font-size: 1.48rem;
            color: #fff; }
          .home-columns003 .layout .list-item .box .inner-list-item:hover .circle {
            transform: scale(10); }
          .home-columns003 .layout .list-item .box .inner-list-item:hover i {
            transform: scale(3);
            opacity: 0.2;
            top: 3.8rem; }
          .home-columns003 .layout .list-item .box .inner-list-item:hover span {
            transform: translateY(-2rem); }
          .home-columns003 .layout .list-item .box .inner-list-item span {
            margin-top: 0.96rem;
            font-size: 0.96rem;
            color: #ffffff;
            line-height: 1;
            transition: all .5s ease; }
        .home-columns003 .layout .list-item .box.big-box {
          height: 10.6rem; }
          .home-columns003 .layout .list-item .box.big-box .inner-list-item i {
            top: 3.44rem; }
          .home-columns003 .layout .list-item .box.big-box .inner-list-item:hover i {
            top: 4.52rem; }
        .home-columns003 .layout .list-item .box.small-box {
          height: 7.8rem; }
          .home-columns003 .layout .list-item .box.small-box .inner-list-item i {
            top: 2.08rem; }
          .home-columns003 .layout .list-item .box.small-box .inner-list-item:hover i {
            top: 3.32rem; }
      .home-columns003 .layout .list-item.item0 .box .inner-list-item {
        background-color: #006B87;
        background-image: url(../images/cyfyy/home/ztzl.jpg); }
        .home-columns003 .layout .list-item.item0 .box .inner-list-item i {
          top: 7.36rem; }
        .home-columns003 .layout .list-item.item0 .box .inner-list-item:hover i {
          top: 8.8rem; }
      .home-columns003 .layout .list-item.item1 .big-box .inner-list-item {
        background-color: #489BAE;
        background-image: url(../images/cyfyy/home/cylm.jpg); }
      .home-columns003 .layout .list-item.item1 .small-box .inner-list-item {
        background-color: #42CACA; }
      .home-columns003 .layout .list-item.item2 .big-box .inner-list-item {
        background-color: #42A1CA;
        background-image: url(../images/cyfyy/home/sfjd.jpg); }
      .home-columns003 .layout .list-item.item2 .small-box .inner-list-item {
        background-color: #E3A946; }
      .home-columns003 .layout .list-item.video-item {
        width: 40%; }
        .home-columns003 .layout .list-item.video-item .inner-publicity-column {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          width: 100%;
          height: 100%;
          position: relative;
          overflow: hidden;
          background-image: url(../images/cyfyy/home/xcp.jpg);
          background-size: cover; }
          .home-columns003 .layout .list-item.video-item .inner-publicity-column .video-mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.45);
            opacity: 1;
            transition: all 0.3s; }
          .home-columns003 .layout .list-item.video-item .inner-publicity-column img {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 0.3s; }
          .home-columns003 .layout .list-item.video-item .inner-publicity-column i {
            position: relative;
            z-index: 1;
            display: block;
            height: 1.92rem;
            width: 1.92rem;
            font-size: 1.92rem;
            color: #ffffff; }
          .home-columns003 .layout .list-item.video-item .inner-publicity-column span {
            position: relative;
            z-index: 1;
            margin-top: 0.96rem;
            font-size: 0.96rem;
            color: #ffffff; }
          .home-columns003 .layout .list-item.video-item .inner-publicity-column:hover .video-mask {
            opacity: 0.5; }
          .home-columns003 .layout .list-item.video-item .inner-publicity-column:hover img {
            transform: scale(1.1); }

@media (max-width: 960px) {
  .home-columns003 {
    padding-bottom: 50px; }
    .home-columns003 .layout {
      display: flex;
      flex-wrap: wrap;
      padding: 0 20px; }
      .home-columns003 .layout .list-item .box .inner-list-item span {
        font-size: 18px; }
      .home-columns003 .layout .list-item.item0, .home-columns003 .layout .list-item.item1 {
        width: 50%; }
      .home-columns003 .layout .list-item.item2 {
        display: flex;
        width: 100%;
        height: 10.6rem; }
        .home-columns003 .layout .list-item.item2 .big-box, .home-columns003 .layout .list-item.item2 .small-box {
          width: 50%;
          height: 100%; }
        .home-columns003 .layout .list-item.item2 .small-box .inner-list-item i {
          top: 3.44rem; }
        .home-columns003 .layout .list-item.item2 .small-box .inner-list-item:hover i {
          top: 4.52rem; }
      .home-columns003 .layout .list-item.video-item {
        width: 100%;
        height: 70vw; }
        .home-columns003 .layout .list-item.video-item .inner-publicity-column span {
          font-size: 18px; } }
.home-department002 {
  padding: 3.2rem 0 3.2rem;
  position: relative;
  background-color: #f5f9fa; }
  .home-department002 > img {
    position: absolute;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover; }
    .home-department002 > img.lt {
      left: 0;
      top: 0; }
    .home-department002 > img.rt {
      right: 0;
      top: 0; }
  .home-department002 .layout {
    padding-right: 1.2rem;
    position: relative; }
    .home-department002 .layout::after {
      content: '';
      display: block;
      height: calc(100% + 1rem);
      width: 8rem;
      background: linear-gradient(to top, #489BAE, #006B87);
      position: absolute;
      right: 0;
      bottom: 0; }
    .home-department002 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
      z-index: 10; }
    .home-department002 .layout .inner-department {
      width: 100%;
      margin-top: 1.84rem;
      position: relative;
      background: #ffffff;
      z-index: 1; }
      .home-department002 .layout .inner-department .tab-tit-box {
        width: 100%;
        display: flex; }
        .home-department002 .layout .inner-department .tab-tit-box .tab-tit {
          background: #f2f2f2;
          flex: 1;
          height: 2rem;
          color: #444444;
          text-align: center;
          position: relative; }
          .home-department002 .layout .inner-department .tab-tit-box .tab-tit + .tab-tit {
            border-left: 1px solid #ddd; }
          .home-department002 .layout .inner-department .tab-tit-box .tab-tit a {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center; }
            .home-department002 .layout .inner-department .tab-tit-box .tab-tit a i {
              font-size: 0.96rem;
              line-height: 1;
              color: #c9c9c9;
              margin-right: 0.8rem; }
            .home-department002 .layout .inner-department .tab-tit-box .tab-tit a p {
              font-size: 0.8rem;
              line-height: 1;
              color: #333; }
          .home-department002 .layout .inner-department .tab-tit-box .tab-tit.cur {
            background: linear-gradient(to left, #006B87, #006B87); }
            .home-department002 .layout .inner-department .tab-tit-box .tab-tit.cur a i {
              color: rgba(255, 255, 255, 0.6); }
            .home-department002 .layout .inner-department .tab-tit-box .tab-tit.cur a p {
              color: #fff; }
      .home-department002 .layout .inner-department .depart-box {
        background-color: #ffffff;
        padding-top: 0.8rem;
        display: flex;
        position: relative; }
        .home-department002 .layout .inner-department .depart-box .img-box {
          height: 12rem;
          width: 25%;
          position: relative; }
          .home-department002 .layout .inner-department .depart-box .img-box img {
            width: 100%;
            height: 100%; }
          .home-department002 .layout .inner-department .depart-box .img-box .detail {
            position: absolute;
            bottom: 0;
            height: 2.4rem;
            width: 100%;
            padding: 0 0.8rem;
            box-sizing: border-box;
            display: flex;
            align-items: center;
            background-color: rgba(0, 0, 0, 0.3); }
            .home-department002 .layout .inner-department .depart-box .img-box .detail h3.tit {
              font-size: 0.72rem;
              color: #fff;
              z-index: 1;
              line-height: 1rem;
              max-height: 1rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
        .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap {
          flex: 1; }
          .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul {
            display: flex;
            flex-wrap: wrap; }
            .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a {
              width: calc(25% - 1rem);
              margin-left: 0.8rem;
              line-height: 1;
              color: #5a5a5a;
              padding-left: 0.4rem;
              position: relative;
              height: 2rem;
              display: flex;
              align-items: center;
              border-right: 1px #e5e5e5 dashed;
              box-sizing: border-box; }
              .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a p {
                font-size: 0.64rem;
                line-height: 1.25rem;
                max-height: 2.5rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
              .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a:before {
                content: '';
                height: 5px;
                width: 5px;
                border-radius: 50%;
                background-color: #e5e5e5;
                position: absolute;
                left: 0;
                top: 50%;
                transform: translateY(-50%); }
            .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a.active {
              color: #489BAE; }
              .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a.active:before {
                background-color: #006B87; }
          .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a:nth-child(4n) {
            border-right: none; }

@media (max-width: 960px) {
  .home-department002 {
    padding: 40px 0; }
    .home-department002 > img.rb {
      display: none; }
    .home-department002 .layout {
      padding: 0 20px; }
      .home-department002 .layout::after {
        display: none; }
      .home-department002 .layout h1 a.more001 span {
        color: #7F7F7F; }
      .home-department002 .layout h1 a.more001 .circle {
        border-color: #006B87; }
        .home-department002 .layout h1 a.more001 .circle i {
          color: #006B87; }
      .home-department002 .layout .inner-department {
        margin-top: 23px; }
        .home-department002 .layout .inner-department .tab-tit-box .tab-tit a i {
          display: none; }
        .home-department002 .layout .inner-department .tab-tit-box .tab-tit a p {
          font-size: 14px; }
        .home-department002 .layout .inner-department .depart-box {
          padding: 10px; }
          .home-department002 .layout .inner-department .depart-box .img-box {
            display: none; }
          .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul {
            justify-content: space-between; }
            .home-department002 .layout .inner-department .depart-box .tab-pannel-wrap .tab-pannel ul a {
              width: 48%;
              margin-left: 0;
              border-right: unset; } }
.home-special001 {
  margin-top: 3.2rem;
  padding-bottom: 4.8rem; }
  .home-special001 .layout h1 {
    display: flex;
    align-items: center;
    justify-content: space-between; }
  .home-special001 .layout .special-list {
    display: flex;
    justify-content: space-between;
    margin-top: 1.84rem; }
    .home-special001 .layout .special-list a {
      width: 13.16rem;
      height: 21.88rem;
      position: relative;
      box-sizing: border-box;
      padding: 1.6rem;
      overflow: hidden; }
      .home-special001 .layout .special-list a img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
      .home-special001 .layout .special-list a .bg {
        transition: all 0.3s; }
      .home-special001 .layout .special-list a p {
        writing-mode: vertical-lr;
        color: #fff;
        font-size: 0.96rem;
        position: relative;
        letter-spacing: 2px;
        font-weight: bold; }
      .home-special001 .layout .special-list a:hover .bg {
        transform: scale(1.1); }
      .home-special001 .layout .special-list a:nth-child(1) {
        top: 1.6rem; }
      .home-special001 .layout .special-list a:nth-child(3) {
        top: 0.8rem; }
      .home-special001 .layout .special-list a:nth-child(4) {
        top: 1.6rem; }
  @media (max-width: 960px) {
    .home-special001 {
      margin-top: 40px;
      padding-bottom: 40px; }
      .home-special001 .layout {
        padding: 0 20px; }
        .home-special001 .layout .special-list {
          margin-top: 23px;
          flex-wrap: wrap; }
          .home-special001 .layout .special-list a {
            width: 48%;
            height: 71vw;
            top: 0 !important;
            margin-bottom: 20px; } }

.home-building-layout001 {
  background-image: url(../images/cyfyy/home/special_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 3rem; }
  .home-building-layout001 .layout .inner-box {
    display: flex;
    justify-content: space-between; }
    .home-building-layout001 .layout .inner-box .left-box {
      width: 20rem;
      height: 25.6rem;
      padding: 2rem;
      box-sizing: border-box;
      background-color: #006B87;
      position: relative; }
      .home-building-layout001 .layout .inner-box .left-box .left-box-bg {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0; }
      .home-building-layout001 .layout .inner-box .left-box .btn-list {
        position: relative; }
        .home-building-layout001 .layout .inner-box .left-box .btn-list a.btn-item {
          display: block;
          width: 16rem;
          height: 4.8rem;
          border-radius: 4px;
          border: 1px solid rgba(255, 255, 255, 0.5);
          padding: 1.2rem;
          box-sizing: border-box;
          margin-bottom: 0.4rem;
          transition: all 0.2s; }
          .home-building-layout001 .layout .inner-box .left-box .btn-list a.btn-item p {
            font-size: 0.96rem;
            line-height: 1;
            color: #fff;
            line-height: 24px;
            max-height: 24px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .home-building-layout001 .layout .inner-box .left-box .btn-list a.btn-item span {
            display: block;
            font-size: 0.56rem;
            line-height: 1;
            white-space: nowrap;
            margin-top: 0.8rem;
            color: rgba(255, 255, 255, 0.6); }
          .home-building-layout001 .layout .inner-box .left-box .btn-list a.btn-item:hover {
            background-color: rgba(255, 255, 255, 0.08); }
    .home-building-layout001 .layout .inner-box .right-box {
      background-color: #fff;
      box-sizing: border-box;
      padding: 0.32rem;
      width: 40rem;
      height: 25.6rem;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .home-building-layout001 .layout .inner-box .right-box .tab-tit-box {
        position: relative;
        width: 100%;
        height: 100%;
        background-image: url(../images/cyfyy/service/hos-map.jpg);
        background-size: contain; }
        .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box {
          position: absolute;
          z-index: 1;
          top: 2.4rem;
          left: 1.68rem; }
@keyframes warn {
  0% {
    transform: scale(0.5);
    opacity: 1; }
  30% {
    transform: scale(0.7);
    opacity: 1; }
  100% {
    transform: scale(1.4);
    opacity: 0; } }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box .circle {
            width: 0.8rem;
            height: 0.8rem;
            border-radius: 50%;
            position: relative; }
            .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box .circle:after {
              content: "";
              width: 0.8rem;
              height: 0.8rem;
              border-radius: 50%;
              background-color: #DDC996;
              position: absolute;
              top: 0;
              left: 0;
              animation: warn 1s ease-out 0s infinite;
              display: block; }
            .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box .circle:before {
              content: "";
              background-color: #fff;
              width: 0.4rem;
              height: 0.4rem;
              border-radius: 50%;
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 1; }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box .title {
            height: 1.36rem;
            line-height: 1.36rem;
            font-size: 0.56rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.8);
            margin-top: 0.32rem;
            padding: 0 0.4rem;
            white-space: nowrap;
            position: relative;
            cursor: pointer; }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box.item0 {
            top: 9.6rem;
            left: 20rem; }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box.item1 {
            left: 22rem;
            top: 13.6rem; }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box.item2 {
            top: 19rem;
            left: 7.2rem; }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box.item3 {
            top: 13rem;
            left: 16rem; }
          .home-building-layout001 .layout .inner-box .right-box .tab-tit-box .title-box.item4 {
            top: 9.6rem;
            left: 28.8rem; }
  @media (max-width: 960px) {
    .home-building-layout001 .layout {
      padding: 0 20px; }
      .home-building-layout001 .layout .inner-box {
        display: block; }
        .home-building-layout001 .layout .inner-box .left-box {
          margin-top: 0;
          padding: 20px;
          margin-bottom: 20px;
          height: auto;
          width: 100%; }
          .home-building-layout001 .layout .inner-box .left-box .btn-list a.btn-item {
            width: 100%; }
          .home-building-layout001 .layout .inner-box .left-box:before {
            width: 100%; }
        .home-building-layout001 .layout .inner-box .right-box {
          margin: 0 auto; } }

.staff-news001 {
  position: relative;
  padding-top: 3.2rem; }
  .staff-news001 .layout .inner-news {
    display: flex;
    justify-content: space-between; }
    .staff-news001 .layout .inner-news h1 {
      font-weight: normal;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .staff-news001 .layout .inner-news h1 .tab-tit-box {
        display: flex;
        align-items: center; }
        .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit {
          position: relative; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit .left-tit001:before, .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit .left-tit001:after {
            display: none; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit + .tab-tit {
            margin-left: 2rem; }
            .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit + .tab-tit:before {
              content: "";
              width: 0.4rem;
              height: 0.4rem;
              border-radius: 50%;
              background-color: #C4AF76;
              position: absolute;
              top: 50%;
              transform: translateY(-50%);
              left: -1.2rem; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit.cur .left-tit001:before, .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit.cur .left-tit001:after {
            display: block; }
          .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit.cur .left-tit001 a {
            color: #006B87; }
      .staff-news001 .layout .inner-news h1 a.more001 {
        margin-top: 0; }
        .staff-news001 .layout .inner-news h1 a.more001 span {
          font-size: 0.64rem; }
    .staff-news001 .layout .inner-news .left-news {
      width: 34.4rem;
      margin-right: 2.8rem; }
      .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap {
        margin-top: 1.76rem; }
        .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
          display: flex;
          justify-content: space-between; }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
            width: 16rem;
            height: 8.96rem;
            overflow: hidden;
            display: block;
            margin-right: 0.8rem; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img:hover img {
              transform: scale(1.1); }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
            width: 17.6rem;
            height: 8.96rem;
            box-sizing: border-box;
            border-bottom: 1px solid #E4E4E4;
            padding-top: 0.8rem; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
              font-size: 0.96rem;
              line-height: 1.44rem;
              height: 2.88rem;
              color: #333333;
              line-height: 1.8rem;
              max-height: 3.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit:hover {
                color: #006B87; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
              font-size: 0.8rem;
              line-height: 1;
              color: #C4AF76;
              margin-top: 1.56rem;
              display: inline-block; }
        .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
          margin-top: 1.6rem; }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-top: 1.28rem; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit {
              font-size: 0.72rem;
              color: #333333;
              line-height: 1.35rem;
              max-height: 1.35rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li a.tit:hover {
                color: #006B87; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul li span {
              font-size: 0.64rem;
              line-height: 1;
              color: #C4AF76;
              margin-left: 0.8rem;
              display: inline-block; }
    .staff-news001 .layout .inner-news .right-notice {
      width: 17.2rem;
      font-size: 0; }
      .staff-news001 .layout .inner-news .right-notice ul {
        margin-top: 1.76rem;
        position: relative; }
        .staff-news001 .layout .inner-news .right-notice ul:before {
          content: "";
          background-image: url(../images/cyfyy/staff/notice_line.png);
          left: -1.2rem;
          top: 0;
          height: 100%;
          width: 0.92rem;
          background-repeat: repeat-y;
          position: absolute; }
        .staff-news001 .layout .inner-news .right-notice ul li {
          margin-bottom: 1.6rem; }
          .staff-news001 .layout .inner-news .right-notice ul li:last-child {
            margin-bottom: 0; }
          .staff-news001 .layout .inner-news .right-notice ul li a.tit {
            font-size: 0.72rem;
            height: 2.16rem;
            color: #333333;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .staff-news001 .layout .inner-news .right-notice ul li a.tit:hover {
              color: #006B87; }
          .staff-news001 .layout .inner-news .right-notice ul li span {
            font-size: 0.64rem;
            line-height: 1;
            color: #C4AF76;
            margin-top: 0.64rem;
            display: inline-block; }

@media (max-width: 1600px) {
  .staff-news001 .layout .inner-news .left-news {
    width: 28rem; } }
@media (max-width: 960px) {
  .staff-news001 {
    padding: 40px 0 0; }
    .staff-news001 .layout {
      padding: 0 20px; }
      .staff-news001 .layout .inner-news {
        display: block; }
        .staff-news001 .layout .inner-news h1 .tab-tit-box .tab-tit .left-tit001 {
          font-size: 18px; }
        .staff-news001 .layout .inner-news .left-news {
          margin-right: 0;
          width: 100%; }
          .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap {
            margin-top: 26px; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news {
              flex-wrap: wrap; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news a.img {
                width: 100%;
                height: 50vw;
                margin-right: 0;
                flex-shrink: 0; }
              .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info {
                height: auto;
                padding-top: 5px;
                width: 100%;
                padding-bottom: 10px; }
                .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info span {
                  margin-top: 10px;
                  font-size: 14px; }
                .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel .first-news .right-info a.tit {
                  font-size: 16px;
                  height: auto;
                  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; }
            .staff-news001 .layout .inner-news .left-news .tab-pannel-wrap .tab-pannel ul {
              margin-top: 0; }
        .staff-news001 .layout .inner-news .right-notice {
          width: 100%;
          margin-top: 30px; }
          .staff-news001 .layout .inner-news .right-notice ul {
            margin-top: 26px; }
            .staff-news001 .layout .inner-news .right-notice ul li {
              margin-bottom: 20px; } }
.home-tab-tit-box {
  flex: 1;
  display: flex;
  margin-left: 1.48rem;
  font-weight: normal;
  position: relative; }
  .home-tab-tit-box a.tab-tit {
    font-size: 0.96rem;
    line-height: 1;
    color: #333333;
    position: relative;
    margin-right: 1.52rem; }
    .home-tab-tit-box a.tab-tit::before {
      content: "";
      width: 0.32rem;
      height: 0.32rem;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      left: -0.72rem; }
    .home-tab-tit-box a.tab-tit.cur {
      color: #489BAE; }
      .home-tab-tit-box a.tab-tit.cur::before {
        background-color: #489BAE; }

.staff-party002 {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  z-index: 1;
  background: linear-gradient(to bottom, rgba(245, 227, 212, 0), #f5e3d4);
  padding: 3.2rem 0 3.2rem;
  background-image: url(../images/cyfyy/staff/party002_bg.jpg);
  background-size: 100% auto;
  background-position: center bottom;
  background-repeat: no-repeat; }
  .staff-party002 .bg1 {
    position: absolute;
    top: 1.6rem;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/cyfyy/staff/party002-bg1.png"); }
  .staff-party002 .staff-party002-bg2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 0;
    transition: all 4s ease-in-out;
    overflow: hidden; }
    .staff-party002 .staff-party002-bg2 .inner-bg {
      width: 100vw;
      height: 100%;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0;
      background-image: url("../images/cyfyy/staff/party002-bg2.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: left center; }
    .staff-party002 .staff-party002-bg2.show {
      width: 100%; }
  .staff-party002 .home-tab-tit-box a.tab-tit {
    color: #333; }
    .staff-party002 .home-tab-tit-box a.tab-tit.cur {
      color: #c9151e; }
      .staff-party002 .home-tab-tit-box a.tab-tit.cur:before {
        background-color: #c9151e; }
  .staff-party002 h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal; }
    .staff-party002 h1 .left-tit001::after {
      border-color: #c9151e; }
    .staff-party002 h1 .left-tit001 a {
      color: #333; }
    .staff-party002 h1 a.more001 span {
      color: #c9151e; }
    .staff-party002 h1 a.more001 .circle {
      border-color: #c9151e; }
      .staff-party002 h1 a.more001 .circle i {
        color: #c9151e; }
  .staff-party002 .layout {
    position: relative; }
  .staff-party002 .tab-pannel-wrap {
    position: relative; }
  .staff-party002 .tab-pannel {
    display: none; }
    .staff-party002 .tab-pannel.cur {
      display: block; }
@keyframes toShrink {
  from {
    transform: scale(1.1); }
  to {
    transform: scale(1); } }
    .staff-party002 .tab-pannel .inner-news {
      padding-top: 2.4rem; }
      .staff-party002 .tab-pannel .inner-news .inner-news-box {
        display: flex; }
        .staff-party002 .tab-pannel .inner-news .inner-news-box .news-img-list {
          width: 48%;
          height: 16.2rem; }
          .staff-party002 .tab-pannel .inner-news .inner-news-box .news-img-list a.img {
            display: none;
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-img-list a.img img {
              width: 100%;
              height: 100%; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-img-list a.img.cur {
              display: block; }
              .staff-party002 .tab-pannel .inner-news .inner-news-box .news-img-list a.img.cur img {
                animation: toShrink 0.8s; }
        .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list {
          flex: 1;
          margin-left: 1.6rem; }
          .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item {
            border-bottom: 1px dashed #d4a45f; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item a {
              padding: 0.92rem 0;
              display: block;
              position: relative; }
              .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item a:before {
                content: "";
                position: absolute;
                left: -0.4rem;
                right: -0.4rem;
                top: 0;
                bottom: 0;
                background-color: #fff;
                box-shadow: 0 14px 35px 0px rgba(0, 0, 0, 0.2);
                opacity: 0;
                transition: all 0.3s; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item .img {
              display: none;
              width: 100%;
              height: 57vw;
              margin-bottom: 10px;
              position: relative;
              z-index: 1; }
              .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item .img img {
                width: 100%;
                height: auto;
                min-width: 320px; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item span {
              line-height: 1;
              font-size: 0.64rem;
              display: block;
              margin-bottom: 0.4rem;
              position: relative;
              z-index: 1; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item p {
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 1.08rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 1;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              position: relative;
              z-index: 1; }
            .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item:hover a:before {
              opacity: 1; }
          .staff-party002 .tab-pannel .inner-news .inner-news-box .news-text-list .text-item.cur p {
            color: #c9151e; }
  .staff-party002 .other-party-columns {
    margin-top: 1.6rem;
    display: flex; }
    .staff-party002 .other-party-columns .party-columns-item {
      height: 8.8rem;
      width: 27%;
      position: relative; }
@keyframes rotateY {
  0% {
    transform: rotateY(0deg); }
  100% {
    transform: rotateY(360deg); } }
      .staff-party002 .other-party-columns .party-columns-item a {
        display: flex;
        width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all 0.3s; }
        .staff-party002 .other-party-columns .party-columns-item a i {
          color: #fff;
          font-size: 2.6rem; }
        .staff-party002 .other-party-columns .party-columns-item a span {
          color: #fff;
          font-size: 0.96rem;
          margin-top: 0.8rem; }
      .staff-party002 .other-party-columns .party-columns-item + .party-columns-item {
        margin-left: -2.5%; }
      .staff-party002 .other-party-columns .party-columns-item.item-0 {
        margin-top: 2.8rem; }
        .staff-party002 .other-party-columns .party-columns-item.item-0 a {
          background-color: #E1C288; }
      .staff-party002 .other-party-columns .party-columns-item.item-1 {
        z-index: 2; }
        .staff-party002 .other-party-columns .party-columns-item.item-1 a {
          background-color: #006B87; }
      .staff-party002 .other-party-columns .party-columns-item.item-2 {
        margin-top: 2.8rem;
        z-index: 1; }
        .staff-party002 .other-party-columns .party-columns-item.item-2 a {
          background-color: #d9af72; }
      .staff-party002 .other-party-columns .party-columns-item.item-3 {
        margin-top: 1.4rem; }
        .staff-party002 .other-party-columns .party-columns-item.item-3 a {
          background-color: #cb0f16; }
      .staff-party002 .other-party-columns .party-columns-item:hover {
        z-index: 10; }
        .staff-party002 .other-party-columns .party-columns-item:hover a {
          transform: translateY(-15px); }

@media (max-width: 960px) {
  .home-tab-tit-box {
    margin-left: 0; }
    .home-tab-tit-box a.tab-tit {
      font-size: 16px;
      margin-right: 15px; }
      .home-tab-tit-box a.tab-tit:before {
        left: -8px; }

  .staff-party002 {
    height: auto;
    background-color: #F2F2F2;
    padding: 20px 0; }
    .staff-party002 .bg1 {
      display: none; }
    .staff-party002 .staff-party002-bg2 {
      display: none; }
    .staff-party002 .home-tab-tit-box a.tab-tit {
      color: #c9151e;
      margin-right: 10px; }
    .staff-party002 > .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .staff-party002 > .layout .tab-pannel-wrap .tab-pannel .inner-news {
        padding-top: 23px; }
        .staff-party002 > .layout .tab-pannel-wrap .tab-pannel .inner-news .news-img-list {
          display: none; }
        .staff-party002 > .layout .tab-pannel-wrap .tab-pannel .inner-news .news-text-list {
          margin-left: 0; }
          .staff-party002 > .layout .tab-pannel-wrap .tab-pannel .inner-news .news-text-list .text-item .img {
            display: block;
            height: auto; }
        .staff-party002 > .layout .tab-pannel-wrap .tab-pannel .inner-news .inner-news-box .news-text-list .text-item p {
          height: auto; }
      .staff-party002 > .layout .other-party-columns {
        margin-top: 30px;
        flex-wrap: wrap; }
        .staff-party002 > .layout .other-party-columns .party-columns-item {
          width: calc(50% - 6px);
          margin: 0 3px 6px; }
          .staff-party002 > .layout .other-party-columns .party-columns-item.item-0, .staff-party002 > .layout .other-party-columns .party-columns-item.item-2, .staff-party002 > .layout .other-party-columns .party-columns-item.item-3 {
            margin-top: 0; } }
.staff-column-entry001 {
  box-sizing: border-box;
  padding-bottom: 6.4rem; }
  .staff-column-entry001 .layout {
    display: flex;
    justify-content: center; }
    .staff-column-entry001 .layout .column-item {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      width: 14.4rem;
      height: 11.2rem;
      overflow: hidden;
      position: relative;
      flex-shrink: 0; }
      .staff-column-entry001 .layout .column-item .circle {
        width: 4.4rem;
        height: 4.4rem;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all .5s ease; }
      .staff-column-entry001 .layout .column-item i {
        color: #fff;
        font-size: 2rem;
        line-height: 1;
        transition: all .5s ease;
        position: absolute;
        top: 3.72rem; }
      .staff-column-entry001 .layout .column-item p {
        margin-top: 0.96rem;
        font-size: 0.96rem;
        line-height: 1;
        color: #fff;
        transition: all .5s ease;
        left: 0;
        top: 0; }
      .staff-column-entry001 .layout .column-item:hover .circle {
        transform: scale(10); }
      .staff-column-entry001 .layout .column-item:hover i {
        color: rgba(255, 255, 255, 0.2);
        transform: scale(3); }
      .staff-column-entry001 .layout .column-item:hover p {
        transform: translateY(-2rem); }
      .staff-column-entry001 .layout .column-item.item0 {
        left: 1.6rem;
        top: 0;
        z-index: 1;
        background-color: #149FBD; }
      .staff-column-entry001 .layout .column-item.item1 {
        left: 0.52rem;
        top: 3.2rem;
        z-index: 2;
        background-color: #DDBF55; }
      .staff-column-entry001 .layout .column-item.item2 {
        top: 0;
        left: -0.52rem;
        z-index: 3;
        background-color: #DBD9BE; }
      .staff-column-entry001 .layout .column-item.item3 {
        left: -1.6rem;
        top: 3.2rem;
        z-index: 4;
        background-color: #427BBE; }

@media (max-width: 1600px) {
  .staff-column-entry001 {
    padding-bottom: 2rem; }
    .staff-column-entry001 .layout .column-item {
      width: 12rem;
      height: 12rem; }
      .staff-column-entry001 .layout .column-item i {
        top: 4rem; }
      .staff-column-entry001 .layout .column-item.item0, .staff-column-entry001 .layout .column-item.item1, .staff-column-entry001 .layout .column-item.item2, .staff-column-entry001 .layout .column-item.item3 {
        left: 0;
        top: 0; } }
@media (max-width: 960px) {
  .staff-column-entry001 {
    height: auto;
    margin-top: 20px; }
    .staff-column-entry001 .layout {
      flex-direction: column; }
      .staff-column-entry001 .layout .column-item {
        width: 100%;
        height: auto;
        position: relative;
        padding: 25px 0;
        margin-bottom: 10px; }
        .staff-column-entry001 .layout .column-item i {
          top: 2.4rem; } }
.staff-special001 {
  padding-bottom: 3.2rem;
  padding-top: 3.2rem; }
  .staff-special001 h1 {
    display: flex;
    justify-content: space-between; }
  .staff-special001 .special-list {
    display: flex;
    margin-right: -2%;
    flex-wrap: wrap;
    margin-top: 1.76rem; }
    .staff-special001 .special-list a.special-item {
      display: block;
      width: 23%;
      height: 5.72rem;
      overflow: hidden;
      margin-right: 2%;
      margin-bottom: 1.2rem; }
      .staff-special001 .special-list a.special-item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.3s; }
      .staff-special001 .special-list a.special-item:hover img {
        transform: scale(1.1); }
      .staff-special001 .special-list a.special-item:nth-child(4n) {
        margin-right: 0; }
  .staff-special001 .more {
    margin: 0.4rem auto 0;
    width: fit-content;
    padding: 0 2.96rem;
    position: relative; }
    .staff-special001 .more:before, .staff-special001 .more:after {
      content: "";
      width: 7.2rem;
      border-top: 1px dashed #006B87;
      position: absolute;
      top: 50%; }
    .staff-special001 .more:before {
      left: -7.2rem; }
    .staff-special001 .more:after {
      right: -7.2rem; }

@media (max-width: 960px) {
  .staff-special001 {
    padding-top: 40px;
    overflow: hidden; }
    .staff-special001 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .staff-special001 .special-list {
      margin-right: 0;
      margin-top: 26px; }
      .staff-special001 .special-list a.special-item {
        margin-right: 0;
        width: 100%;
        height: 36vw; } }
.home-news022 {
  background-image: url(../images/cyfyy/staff/yxjy_bg.jpg);
  background-size: cover;
  padding: 3.2rem 0; }
  .home-news022 .layout {
    display: flex;
    justify-content: space-between; }
    .home-news022 .layout h1 {
      display: flex;
      align-items: center;
      justify-content: space-between; }
    .home-news022 .layout .left-news {
      width: 65%; }
      .home-news022 .layout .left-news .news-list {
        display: flex;
        margin-top: 1.76rem; }
        .home-news022 .layout .left-news .news-list a.news-item {
          width: 33.3%;
          box-sizing: border-box;
          border-top: 2px solid #006B87;
          display: flex;
          flex-direction: column;
          position: relative;
          background-color: #fff; }
          .home-news022 .layout .left-news .news-list a.news-item .top-info {
            height: 8rem;
            box-sizing: border-box;
            padding: 0.8rem 1.2rem 0;
            display: flex;
            flex-direction: column; }
            .home-news022 .layout .left-news .news-list a.news-item .top-info .num {
              display: flex;
              align-items: center;
              justify-content: space-between;
              line-height: 1; }
              .home-news022 .layout .left-news .news-list a.news-item .top-info .num span.time {
                font-size: 0.64rem;
                line-height: 1;
                color: #c9c9c9; }
              .home-news022 .layout .left-news .news-list a.news-item .top-info .num i {
                color: #c9c9c9;
                font-size: 0.96rem; }
            .home-news022 .layout .left-news .news-list a.news-item .top-info .tit {
              color: #333;
              font-size: 0.72rem;
              line-height: 1.08rem;
              max-height: 3.24rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin: 0.24rem 0px 0.64rem;
              transition: all 0.3s; }
            .home-news022 .layout .left-news .news-list a.news-item .top-info .content {
              color: #888;
              font-size: 0.64rem;
              line-height: 1.3rem;
              max-height: 2.6rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              text-indent: 2em; }
          .home-news022 .layout .left-news .news-list a.news-item .img {
            width: 100%;
            height: 8.8rem;
            overflow: hidden;
            background-color: #006B87;
            display: flex;
            align-items: center;
            justify-content: center; }
            .home-news022 .layout .left-news .news-list a.news-item .img > p {
              font-size: 1.28rem;
              color: rgba(255, 255, 255, 0.6); }
            .home-news022 .layout .left-news .news-list a.news-item .img img {
              width: 100%;
              height: 100%;
              transition: all 0.3s; }
            .home-news022 .layout .left-news .news-list a.news-item .img:hover img {
              transform: scale(1.1); }
          .home-news022 .layout .left-news .news-list a.news-item:hover .top-info .tit {
            color: #006B87; }
          .home-news022 .layout .left-news .news-list a.news-item:hover .img img {
            transform: scale(1.1); }
          .home-news022 .layout .left-news .news-list a.news-item:nth-child(1), .home-news022 .layout .left-news .news-list a.news-item:nth-child(3) {
            top: 1.6rem; }
          .home-news022 .layout .left-news .news-list a.news-item:nth-child(2) {
            flex-direction: column-reverse;
            border-bottom: 2px solid #006B87;
            border-top: none; }
            .home-news022 .layout .left-news .news-list a.news-item:nth-child(2) .top-info {
              flex-direction: column-reverse;
              justify-content: flex-end;
              border-left: #d7dbe2 1px solid;
              border-right: #d7dbe2 1px solid; }
              .home-news022 .layout .left-news .news-list a.news-item:nth-child(2) .top-info .content {
                margin-bottom: 0.24rem; }
    .home-news022 .layout .right-news {
      width: 30%; }
      .home-news022 .layout .right-news ul {
        margin-top: 1.76rem;
        background-color: #006B87;
        width: 100%;
        box-sizing: border-box;
        padding: 1.08rem 2rem; }
        .home-news022 .layout .right-news ul li {
          padding: 0.8rem 0; }
          .home-news022 .layout .right-news ul li a {
            color: #fff;
            font-size: 0.72rem;
            line-height: 1.08rem;
            max-height: 2.16rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-bottom: 0.4rem;
            transition: all 0.3s; }
            .home-news022 .layout .right-news ul li a:hover {
              color: #c0dde5; }
          .home-news022 .layout .right-news ul li span {
            font-size: 0.64rem;
            color: rgba(255, 255, 255, 0.8);
            position: relative;
            display: block; }
            .home-news022 .layout .right-news ul li span:after {
              content: "";
              position: absolute;
              right: 0px;
              top: 50%;
              transform: translateY(-50%);
              width: calc(100% - 5rem);
              height: 1px;
              background-color: rgba(255, 255, 255, 0.3); }

@media (max-width: 1600px) {
  .home-news022 .layout .left-news .news-list a.news-item .img {
    height: 7.8rem; } }
@media (max-width: 960px) {
  .home-news022 {
    padding: 40px 0; }
    .home-news022 .layout {
      padding: 0 20px;
      flex-wrap: wrap; }
      .home-news022 .layout .left-news {
        width: 100%; }
        .home-news022 .layout .left-news .news-list {
          flex-wrap: wrap;
          margin-top: 30px; }
          .home-news022 .layout .left-news .news-list a.news-item {
            width: 100%;
            margin-bottom: 30px; }
            .home-news022 .layout .left-news .news-list a.news-item .top-info {
              height: auto;
              padding-bottom: 15px; }
              .home-news022 .layout .left-news .news-list a.news-item .top-info .num {
                display: none; }
              .home-news022 .layout .left-news .news-list a.news-item .top-info .tit {
                margin: 0 0 12px; }
            .home-news022 .layout .left-news .news-list a.news-item .img {
              height: 50vw; }
            .home-news022 .layout .left-news .news-list a.news-item:nth-child(1), .home-news022 .layout .left-news .news-list a.news-item:nth-child(3) {
              top: 0; }
            .home-news022 .layout .left-news .news-list a.news-item:nth-child(2) {
              flex-direction: column;
              border-bottom: none;
              border-top: 1px solid #006B87; }
              .home-news022 .layout .left-news .news-list a.news-item:nth-child(2) .top-info {
                flex-direction: column;
                justify-content: flex-start; }
                .home-news022 .layout .left-news .news-list a.news-item:nth-child(2) .top-info .content {
                  margin-bottom: 0; }
      .home-news022 .layout .right-news {
        width: 100%; }
        .home-news022 .layout .right-news ul {
          margin-top: 30px;
          padding: 20px; } }

/*# sourceMappingURL=style_new.css.map */
