@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; }

.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; }

.depart-header001 {
  height: 5.04rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .depart-header001 .header-layout {
    width: 67.2rem;
    margin: 0 auto; }
  .depart-header001 .top-bar {
    height: 1.44rem;
    background-color: #489BAE;
    transition: all 0.2s ease-out 0s; }
    .depart-header001 .top-bar > .header-layout {
      height: 100%; }
    .depart-header001 .top-bar .top-nav {
      display: flex;
      align-items: center;
      font-size: 0.64rem;
      height: 100%;
      z-index: 2024;
      position: relative; }
      .depart-header001 .top-bar .top-nav a {
        color: #fff;
        line-height: 1;
        height: 100%;
        line-height: 1.44rem; }
      .depart-header001 .top-bar .top-nav .line {
        margin: 0 0.4rem;
        height: 0.64rem;
        width: 1px;
        background-color: #fff;
        opacity: 0.3; }
        .depart-header001 .top-bar .top-nav .line:last-of-type {
          display: none; }
  .depart-header001 .header-wrap {
    height: 3.6rem;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .depart-header001 .header-wrap.is-show .header-layout .nav-search .search-btn i {
      color: #fff !important; }
    .depart-header001 .header-wrap.is-show .header-layout .nav-search a.pc-menu span, .depart-header001 .header-wrap.is-show .header-layout .nav-search a.pc-menu:after, .depart-header001 .header-wrap.is-show .header-layout .nav-search a.pc-menu:before {
      background-color: #fff !important; }
    .depart-header001 .header-wrap .header-layout {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      .depart-header001 .header-wrap .header-layout .logo-row {
        display: flex;
        align-items: center; }
        .depart-header001 .header-wrap .header-layout .logo-row a.logo-img {
          height: 1.6rem;
          display: inline-block;
          z-index: 2024; }
          .depart-header001 .header-wrap .header-layout .logo-row a.logo-img img {
            height: 100%; }
        .depart-header001 .header-wrap .header-layout .logo-row .dep-tit {
          display: inline-block;
          font-size: 0.96rem;
          color: #333;
          margin-left: 0.8rem;
          position: relative;
          z-index: 2024; }
          .depart-header001 .header-wrap .header-layout .logo-row .dep-tit:before {
            content: '';
            display: block;
            position: absolute;
            height: 2rem;
            width: 1px;
            left: -0.4rem;
            top: -0.32rem;
            background-color: #D7D7D7; }
      .depart-header001 .header-wrap .header-layout .nav-search {
        display: flex;
        align-items: center;
        height: 100%; }
        .depart-header001 .header-wrap .header-layout .nav-search .nav-ul {
          display: flex;
          justify-content: space-between; }
          .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li {
            font-size: 0.8rem;
            position: relative;
            line-height: 3.6rem;
            white-space: nowrap; }
            .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li + li {
              margin-left: 0.8rem; }
            .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li > a {
              color: #333333; }
              .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li > a:after {
                content: '';
                display: block;
                position: absolute;
                bottom: 0.92rem;
                left: 50%;
                height: 2px;
                width: 0;
                background-color: #F2D254;
                transition: all 0.3s; }
            .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li:hover > a:after {
              width: 100%;
              left: 0; }
          .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li.cur {
            font-weight: bold; }
            .depart-header001 .header-wrap .header-layout .nav-search .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }
        .depart-header001 .header-wrap .header-layout .nav-search .search-btn {
          cursor: pointer;
          margin: 0 0.8rem;
          position: relative;
          z-index: 2024; }
          .depart-header001 .header-wrap .header-layout .nav-search .search-btn i {
            font-size: 0.96rem;
            color: #489BAE; }
        .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu {
          display: none;
          position: relative;
          z-index: 2024;
          height: 0.96rem;
          width: 1.12rem;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu span {
            display: block;
            height: 0.16rem;
            width: 100%;
            border-radius: 0.16rem;
            background-color: #7F7F7F;
            transition: all 0.3s; }
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:before, .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:after {
            content: '';
            display: block;
            height: 0.16rem;
            width: 100%;
            border-radius: 0.16rem;
            background-color: #7F7F7F;
            transform-origin: left;
            transition: all 0.3s; }
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu.is-show:before {
            transform: rotate(45deg); }
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu.is-show:after {
            transform: rotate(-45deg); }
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu.is-show span {
            opacity: 0; }
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:hover span, .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:hover:before, .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:hover:after {
            background-color: #006B87; }
        @media (max-width: 1200px) {
          .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu {
            height: 20px;
            width: 24px; }
            .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu span, .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:before, .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu:after {
              height: 3px; } }
    .depart-header001 .header-wrap .search {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.6);
      z-index: 2025; }
      .depart-header001 .header-wrap .search form {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .depart-header001 .header-wrap .search form .turn-down-search {
          position: absolute;
          right: 4rem;
          top: 4rem; }
          .depart-header001 .header-wrap .search form .turn-down-search i {
            color: #fff;
            font-size: 46px; }
        .depart-header001 .header-wrap .search form h2 {
          font-size: 1.28rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 1.6rem; }
        .depart-header001 .header-wrap .search form .change-wrap {
          width: 32rem;
          height: 2.56rem;
          display: flex; }
          .depart-header001 .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; }
          .depart-header001 .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; }
            .depart-header001 .header-wrap .search form .change-wrap button i {
              color: #006B87;
              font-size: 34px; }
        .depart-header001 .header-wrap .search form .hot-search {
          display: flex;
          align-items: center;
          margin-top: 1.2rem;
          justify-content: center; }
          .depart-header001 .header-wrap .search form .hot-search span {
            font-size: 0.56rem;
            color: #ffffff; }
          .depart-header001 .header-wrap .search form .hot-search p {
            line-height: 1.28rem;
            height: 1.28rem;
            margin-right: 0.4rem;
            width: auto;
            background-color: #006B87;
            border-radius: 0.2rem; }
            .depart-header001 .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.2rem;
              background-color: rgba(0, 0, 0, 0.3);
              color: #fff;
              font-size: 0.56rem; }
    .depart-header001 .header-wrap .all-cats-box {
      display: none;
      position: fixed;
      background-color: #1D9D9A;
      height: 100vh;
      width: 100vw;
      z-index: 2023;
      top: 0;
      left: 0;
      box-sizing: border-box;
      padding-top: 1.44rem; }
      .depart-header001 .header-wrap .all-cats-box .header-layout {
        position: relative;
        height: 3.6rem; }
        .depart-header001 .header-wrap .all-cats-box .header-layout .top-nav {
          display: flex;
          align-items: center;
          font-size: 0.64rem;
          height: 1.44rem;
          position: absolute;
          right: 2rem;
          transition: all 0.3s;
          opacity: 0.3; }
          .depart-header001 .header-wrap .all-cats-box .header-layout .top-nav a {
            color: #fff; }
            .depart-header001 .header-wrap .all-cats-box .header-layout .top-nav a i {
              margin-right: 0.2rem; }
          .depart-header001 .header-wrap .all-cats-box .header-layout .top-nav .line {
            margin: 0 0.8rem;
            height: 0.64rem;
            width: 1px;
            background-color: #fff;
            opacity: 0.3; }
            .depart-header001 .header-wrap .all-cats-box .header-layout .top-nav .line:last-of-type {
              display: none; }
      .depart-header001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        opacity: 1;
        right: 6.4rem; }
      .depart-header001 .header-wrap .all-cats-box.is-show .all-cats-content {
        opacity: 1;
        transform: translateY(0); }
      .depart-header001 .header-wrap .all-cats-box .all-cats-content {
        display: flex;
        justify-content: space-between;
        margin: 1.6rem auto 0;
        height: calc(100vh - 8.3rem);
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0.3;
        transition: all 0.3s;
        transform: translateY(4rem); }
        .depart-header001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
          width: 8px;
          height: 8px;
          background-color: inherit; }
        .depart-header001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
          border-radius: 8px;
          background-color: inherit; }
        .depart-header001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
          border-radius: 8px;
          background-color: #fff; }
        .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout {
          min-height: 100%;
          align-items: flex-start; }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
            font-size: 0.96rem; }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title a {
              color: #fff; }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
              display: none;
              color: #fff;
              transition: all 0.2s; }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box.active .first-nav-title i {
            transform: rotate(180deg); }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title {
            font-size: 0.8rem;
            line-height: 1;
            margin-top: 1.2rem; }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .second-nav-title a {
              color: #fff; }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
            font-size: 0.64rem;
            line-height: 1;
            margin-top: 0.8rem; }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title a {
              color: rgba(255, 255, 255, 0.71); }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title:before {
              content: '';
              display: inline-block;
              height: 5px;
              width: 5px;
              background-color: rgba(255, 255, 255, 0.71);
              margin-right: 8px;
              position: relative;
              top: -2px; }
    @media (max-width: 960px) {
      .depart-header001 .header-wrap .all-cats-box {
        padding-top: 80px; }
        .depart-header001 .header-wrap .all-cats-box .header-layout {
          height: 50px; }
        .depart-header001 .header-wrap .all-cats-box .all-cats-content {
          margin-top: 10px;
          height: calc(100vh - 120px); }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: inherit; }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-track {
            border-radius: 5px;
            background-color: inherit; }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content::-webkit-scrollbar-thumb {
            border-radius: 5px;
            background-color: #fff; }
          .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout {
            flex-direction: column;
            height: auto;
            justify-content: flex-start; }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box {
              width: 100%; }
              .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title {
                font-size: 1.2rem;
                height: 60px;
                line-height: 60px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.4);
                width: 100%;
                display: flex;
                justify-content: space-between; }
                .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .first-nav-title i {
                  display: inline-block; }
              .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box {
                display: none; }
                .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box {
                  display: flex;
                  flex-wrap: wrap; }
                  .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box .second-nav-box .third-nav-box .third-nav-title {
                    margin-right: 10px; }
            .depart-header001 .header-wrap .all-cats-box .all-cats-content .header-layout .first-nav-box:nth-child(1) .first-nav-title {
              border-top: 1px solid rgba(255, 255, 255, 0.4); }
      .depart-header001 .header-wrap .all-cats-box.is-show .header-layout .top-nav {
        right: 15px; } }

@media (max-width: 1680px) {
  .depart-header001 .header-layout {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.8rem; }

  .depart-header001 .header-wrap .header-layout .nav .nav-ul > li {
    font-size: 0.64rem; }
    .depart-header001 .header-wrap .header-layout .nav .nav-ul > li + li {
      margin-left: 0.4rem; } }
@media (max-width: 1200px) {
  .depart-header001 .top-bar .top-nav {
    font-size: 12px; } }
@media (max-width: 960px) {
  .depart-header001 {
    height: auto; }
    .depart-header001 .header-wrap {
      height: auto;
      padding: 10px 0; }
      .depart-header001 .header-wrap .header-layout .logo-row .dep-tit {
        display: none; }
      .depart-header001 .header-wrap .header-layout .nav-search .nav-ul {
        display: none; }
      .depart-header001 .header-wrap .header-layout .nav-search a.pc-menu {
        display: flex; } }
.footer001 {
  background-color: #333;
  z-index: 1;
  position: relative; }
  .footer001 .links {
    max-height: 2.4rem;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: #333; }
    .footer001 .links .layout {
      position: relative; }
      .footer001 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer001 .links .layout ul li {
          font-size: 0.56rem;
          line-height: 2.4rem;
          height: 2.4rem;
          flex-shrink: 0; }
          .footer001 .links .layout ul li + li {
            margin-right: 1.6rem; }
          .footer001 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 0.8rem; }
          .footer001 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer001 .links .layout a.link-more, .footer001 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 0.84rem;
        display: none;
        align-items: center; }
        .footer001 .links .layout a.link-more span, .footer001 .links .layout a.more-link span {
          font-size: 0.56rem;
          color: #fff;
          line-height: 1; }
        .footer001 .links .layout a.link-more i, .footer001 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.56rem;
          margin-left: 0.32rem;
          transition: all 0.3s; }
        .footer001 .links .layout a.link-more.active i, .footer001 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer001 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer001 .links.show-more .layout .link-more {
      display: flex; }
    .footer001 .links.open {
      max-height: 240px; }
      .footer001 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer001 .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: #333;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer001 .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; }
  .footer001 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer001 .footer-info .layout .info-item {
      width: 17.6rem; }
    .footer001 .footer-info .layout .inner-top-info {
      display: flex;
      justify-content: space-between;
      padding: 3.2rem 0; }
      .footer001 .footer-info .layout .inner-top-info a.logo {
        height: 2.4rem; }
        .footer001 .footer-info .layout .inner-top-info a.logo img {
          height: 100%;
          max-width: 16rem;
          object-fit: contain; }
      .footer001 .footer-info .layout .inner-top-info .column {
        display: flex; }
        .footer001 .footer-info .layout .inner-top-info .column ul + ul {
          margin-left: 2.4rem; }
        .footer001 .footer-info .layout .inner-top-info .column ul li {
          margin-bottom: 0.56rem; }
          .footer001 .footer-info .layout .inner-top-info .column ul li a {
            font-size: 0.56rem;
            line-height: 1;
            color: #fff;
            white-space: nowrap; }
      .footer001 .footer-info .layout .inner-top-info .copyright-info {
        display: none; }
        .footer001 .footer-info .layout .inner-top-info .copyright-info a.institution-logo {
          width: 2.32rem;
          height: 2.8rem;
          margin-right: 0.88rem; }
          .footer001 .footer-info .layout .inner-top-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer001 .footer-info .layout .inner-top-info .copyright-info ul li {
          font-size: 0.56rem;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.56rem;
          display: flex; }
          .footer001 .footer-info .layout .inner-top-info .copyright-info ul li span {
            flex-shrink: 0;
            color: rgba(255, 255, 255, 0.5); }
          .footer001 .footer-info .layout .inner-top-info .copyright-info ul li a {
            color: #fff; }
      .footer001 .footer-info .layout .inner-top-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-right: -0.4rem; }
        .footer001 .footer-info .layout .inner-top-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; }
          .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item i {
            font-size: 40px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 8px; }
          .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item .svg {
            width: 2.4rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.4rem;
            margin-bottom: -0.24rem; }
          .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item > span {
            font-size: 14px;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            text-align: center; }
          .footer001 .footer-info .layout .inner-top-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); }
            .footer001 .footer-info .layout .inner-top-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%); }
            .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item .img-wrap img {
              width: 120px;
              height: 120px;
              margin-bottom: 10px; }
            .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item .img-wrap span {
              font-size: 0.56rem;
              line-height: 1;
              color: #333333; }
          .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item:hover {
            background-color: #006B87; }
            .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item:hover > span {
              color: #fff; }
            .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item:hover .img-wrap {
              animation: popFadeInUp .5S;
              display: flex; }
    .footer001 .footer-info .layout .inner-bottom-info {
      display: flex;
      justify-content: space-between;
      padding: 2.4rem 0;
      border-top: 1px solid #797979; }
      .footer001 .footer-info .layout .inner-bottom-info .copyright-info a.institution-logo {
        width: 2.32rem;
        height: 2.8rem;
        margin-right: 0.88rem; }
        .footer001 .footer-info .layout .inner-bottom-info .copyright-info a.institution-logo img {
          width: 100%;
          height: 100%; }
      .footer001 .footer-info .layout .inner-bottom-info ul li {
        font-size: 0.56rem;
        line-height: 1;
        color: #fff;
        margin-bottom: 0.56rem; }
        .footer001 .footer-info .layout .inner-bottom-info ul li span {
          color: rgba(255, 255, 255, 0.5); }
        .footer001 .footer-info .layout .inner-bottom-info ul li a {
          color: #fff; }
  .footer001 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 2.4rem;
    align-items: center; }
    .footer001 .bottom .layout .left-author {
      font-size: 0.56rem; }
      .footer001 .bottom .layout .left-author span {
        color: #fff; }
      .footer001 .bottom .layout .left-author a {
        color: #fff; }
        .footer001 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer001 .bottom .layout .share-box {
      font-size: 0; }
      .footer001 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.56rem; }
      .footer001 .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); }
        .footer001 .bottom .layout .share-box .share-btn i {
          font-size: 0.8rem;
          color: #fff; }
        .footer001 .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 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) {
  .footer001 .footer-info .inner-footer-info .info-item {
    width: 15.2rem; }
  .footer001 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; }

  .footer001 .footer-info .layout .info-item {
    width: 15.44rem; } }
@media (max-width: 1280px) {
  .footer001 .links .layout a.link-more {
    top: 14px; }
  .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item i {
    margin-bottom: 0; }
  .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item > span {
    display: none; }

  .aside-s-001 {
    display: none; } }
@media (max-width: 960px) {
  .footer001 .links {
    max-height: none; }
    .footer001 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer001 .links .layout ul li.link-item, .footer001 .links .layout ul li.tit u {
        display: none; }
      .footer001 .links .layout a.link-more {
        display: none !important; }
      .footer001 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer001 .footer-info .layout {
    padding: 0 20px; }
    .footer001 .footer-info .layout .inner-top-info {
      padding: 20px 0 10px;
      flex-direction: column;
      align-items: center; }
      .footer001 .footer-info .layout .inner-top-info a.logo {
        text-align: center;
        margin-bottom: 20px; }
      .footer001 .footer-info .layout .inner-top-info .column {
        display: none; }
      .footer001 .footer-info .layout .inner-top-info .copyright-info {
        display: flex;
        justify-content: center;
        margin-bottom: 10px; }
      .footer001 .footer-info .layout .inner-top-info .right-qr {
        justify-content: center;
        margin-right: 0; }
        .footer001 .footer-info .layout .inner-top-info .right-qr .qr-item {
          margin: 0 5px 10px; }
    .footer001 .footer-info .layout .inner-bottom-info {
      padding: 20px 0 10px;
      flex-direction: column;
      align-items: center; }
      .footer001 .footer-info .layout .inner-bottom-info .copyright-info {
        display: none; }
      .footer001 .footer-info .layout .inner-bottom-info ul li {
        font-size: 12px; }
  .footer001 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer001 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer001 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer001 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer001 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer001 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px; }
    .footer001 .footer-info .inner-footer-info .address-phone {
      margin-top: 30px; }
      .footer001 .footer-info .inner-footer-info .address-phone ul {
        text-align: center;
        padding-top: 0; }
        .footer001 .footer-info .inner-footer-info .address-phone ul li {
          margin-bottom: 12px; }
          .footer001 .footer-info .inner-footer-info .address-phone ul li span {
            display: block;
            margin-bottom: 12px; }
  .footer001 .bottom .layout {
    justify-content: center; }
    .footer001 .bottom .layout .share-box {
      display: none; } }
.site-error-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 800px;
  height: 665px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f; }

.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 19.2rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.32rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.72rem;
      font-weight: bold;
      height: 2.32rem;
      box-sizing: border-box;
      padding: 0.8rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.64rem;
      margin-bottom: 0.8rem;
      padding: 0.8rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.4rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box, .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.56rem;
        color: #AAAAAA;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.56rem;
        box-sizing: border-box;
        height: 1.28rem;
        width: 2.4rem;
        background-color: #4D99F2;
        border-radius: 0.16rem;
        line-height: 1.28rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.4rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }

.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; } }
.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); } }
.category-department-index002 .left-tit001 {
  font-size: 1.28rem; }
  .category-department-index002 .left-tit001:after {
    display: none; }
.category-department-index002 h1 {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.category-department-index002 .column0, .category-department-index002 .column2, .category-department-index002 .column4, .category-department-index002 .column6 {
  background-color: #f8f6f1;
  padding: 3.2rem 0; }
.category-department-index002 .depart-intro {
  margin-top: 3.2rem; }
  .category-department-index002 .depart-intro .inner-layout .inner-dep-intro {
    box-shadow: 0px 0px 49px 0px rgba(4, 0, 0, 0.1);
    background-color: #fff;
    display: flex;
    height: 16.2rem;
    box-sizing: border-box; }
    .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box {
      display: flex;
      justify-content: space-between;
      z-index: 1;
      position: relative;
      flex: 1;
      box-sizing: border-box;
      padding: 1.6rem; }
      .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide {
        width: 17.64rem;
        height: 13.2rem;
        background-color: #424242;
        margin-right: 1.6rem; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .img-box {
          width: 100%;
          height: 13.2rem;
          display: block; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .img-box img {
            width: 100%;
            height: 100%; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots {
          bottom: 0.48rem;
          text-align: right;
          padding-right: 0.8rem;
          box-sizing: border-box; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots li {
            width: 1.2rem;
            height: 0.16rem;
            background-color: #D7D7D7; }
            .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots li.slick-active {
              background-color: #61A4B4; }
            .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots li button {
              display: none; }
      .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box div.img-box {
        width: 17.64rem;
        height: 13.2rem;
        background-color: #424242;
        margin-right: 1.6rem; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box div.img-box img {
          width: 100%;
          height: 100%; }
      .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro {
        flex: 1; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro.hasthumb .dep-intro-content {
          line-height: 1.28rem;
          max-height: 6.4rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 5;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro .dep-intro-content {
          font-size: 0.64rem;
          color: #333;
          line-height: 1.28rem;
          max-height: 5.12rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 4;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-bottom: 1.2rem;
          margin-top: 1.6rem; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro a.more001 {
          width: 6.72rem;
          height: 1.6rem;
          border-radius: 5px;
          background-color: #489BAE;
          justify-content: center; }
    .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul {
      width: 10.8rem;
      display: flex;
      flex-wrap: wrap;
      align-content: flex-start; }
      .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li {
        width: 5.4rem;
        height: 5.4rem; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li a {
          width: 100%;
          height: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          background-color: #006B87; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li a i {
            color: #fff;
            line-height: 1;
            font-size: 1.36rem; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li a p {
            color: #fff;
            font-size: 0.72rem;
            line-height: 1;
            margin-top: 0.8rem; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li:nth-child(2) a {
          background-color: #E1C288; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li:nth-child(3) a {
          background-color: #3BA9C1; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li:nth-child(4) a {
          background-color: #42CACA; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li:nth-child(5) a {
          background-color: #EEBC5A; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro > ul li:nth-child(6) a {
          background-color: #2097CA; }
  @media (max-width: 960px) {
    .category-department-index002 .depart-intro {
      margin-top: 40px; }
      .category-department-index002 .depart-intro .inner-layout .inner-dep-intro {
        display: block;
        height: auto; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box {
          flex-wrap: wrap; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide {
            width: 100%;
            margin-right: 0;
            height: 50vw;
            margin-bottom: 20px; }
            .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .img-box {
              height: 50vw; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box div.img-box {
            width: 100%;
            margin-right: 0;
            height: 50vw;
            margin-bottom: 20px; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro {
            width: 100%; }
            .category-department-index002 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro .dep-intro-content {
              margin-top: 20px;
              margin-bottom: 20px; }
        .category-department-index002 .depart-intro .inner-layout .inner-dep-intro ul {
          width: 100%; }
          .category-department-index002 .depart-intro .inner-layout .inner-dep-intro ul li {
            width: 33.3%; } }
.category-department-index002 .depart-doc {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem; }
  .category-department-index002 .depart-doc .inner-layout .doc-list {
    margin: 1.76rem -0.48rem 0; }
    .category-department-index002 .depart-doc .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-department-index002 .depart-doc .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-department-index002 .depart-doc .inner-layout .doc-list .doc-item .img {
        width: 100%;
        height: 11.2rem;
        overflow: hidden;
        flex-shrink: 0; }
        .category-department-index002 .depart-doc .inner-layout .doc-list .doc-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .category-department-index002 .depart-doc .inner-layout .doc-list .doc-item .name {
        font-size: 0.96rem;
        line-height: 1;
        color: #006B87;
        margin: 0.8rem 0 0.4rem; }
      .category-department-index002 .depart-doc .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-department-index002 .depart-doc .inner-layout .doc-list .doc-item:hover .img img {
        transform: scale(1.1); }
      .category-department-index002 .depart-doc .inner-layout .doc-list .doc-item:hover:after {
        height: 2px; }
    .category-department-index002 .depart-doc .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-department-index002 .depart-doc .inner-layout .doc-list .slick-arrow.prev {
        left: -1.6rem; }
      .category-department-index002 .depart-doc .inner-layout .doc-list .slick-arrow.next {
        right: -1.6rem; }
.category-department-index002 .depart-news001 {
  margin-bottom: 3.2rem; }
  .category-department-index002 .depart-news001 .inner-layout {
    position: relative;
    z-index: 1; }
    .category-department-index002 .depart-news001 .inner-layout .news-list {
      display: flex;
      margin-top: 1.2rem; }
      .category-department-index002 .depart-news001 .inner-layout .news-list .news-item {
        display: block;
        width: 25%;
        height: 14rem;
        box-sizing: border-box;
        padding: 0.8rem;
        background-color: #fff;
        border: 1px dashed #D7D7D7; }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item .img {
          overflow: hidden;
          width: 100%;
          height: 8.16rem; }
          .category-department-index002 .depart-news001 .inner-layout .news-list .news-item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-department-index002 .depart-news001 .inner-layout .news-list .news-item .img.noimg {
            background-color: #006B87;
            display: flex;
            justify-content: center;
            align-items: center; }
            .category-department-index002 .depart-news001 .inner-layout .news-list .news-item .img.noimg h2 {
              font-weight: normal;
              font-size: 0.96rem;
              color: rgba(255, 255, 255, 0.5); }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item 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;
          margin-top: 0.8rem;
          color: #333;
          height: 2.16rem;
          margin-bottom: 0.4rem; }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item span {
          font-size: 0.64rem;
          line-height: 1;
          color: #006B87;
          display: inline-block; }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item:hover .img img {
          transform: scale(1.1); }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item:hover p {
          color: #006B87; }
.category-department-index002 .depart-news002 {
  margin-bottom: 3.2rem; }
  .category-department-index002 .depart-news002 .inner-layout {
    display: flex; }
    .category-department-index002 .depart-news002 .inner-layout .news-item {
      margin: 0 7px;
      width: calc(33.33% - 14px);
      border: 1px dashed;
      padding: 6px; }
      .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box {
        padding: 1.6rem;
        color: #fff;
        height: 19.88rem;
        box-sizing: border-box; }
        .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box h1 {
          padding: 0 0 0.8rem;
          border-bottom: 1px solid #fff; }
        .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul {
          margin-top: 1.2rem; }
          .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul li {
            margin-top: 0.8rem;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
            padding-bottom: 0.6rem;
            font-size: 0;
            position: relative; }
            .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul li:after {
              content: "";
              width: 0;
              border-top: 1px solid #fff;
              position: absolute;
              left: 0;
              bottom: 0;
              transition: width 0.3s; }
            .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box 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: 2.16rem;
              margin-bottom: 0.4rem; }
            .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul li span {
              font-size: 0.64rem;
              line-height: 1;
              color: #fff;
              display: inline-block; }
            .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul li:hover {
              border-color: transparent; }
              .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul li:hover:after {
                width: 100%; }
      .category-department-index002 .depart-news002 .inner-layout .news-item.item0 {
        border-color: #006B87; }
        .category-department-index002 .depart-news002 .inner-layout .news-item.item0 .inner-box {
          background-color: #006B87; }
      .category-department-index002 .depart-news002 .inner-layout .news-item.item1 {
        border-color: #D9B97B; }
        .category-department-index002 .depart-news002 .inner-layout .news-item.item1 .inner-box {
          background-color: #D9B97B; }
      .category-department-index002 .depart-news002 .inner-layout .news-item.item2 {
        border-color: #489BAE; }
        .category-department-index002 .depart-news002 .inner-layout .news-item.item2 .inner-box {
          background-color: #489BAE; }
.category-department-index002 .depart-news003 {
  margin-bottom: 3.2rem; }
  .category-department-index002 .depart-news003 .inner-layout {
    display: flex; }
    .category-department-index002 .depart-news003 .inner-layout .left-news {
      width: 50%; }
      .category-department-index002 .depart-news003 .inner-layout .left-news ul {
        margin-top: 1.76rem; }
        .category-department-index002 .depart-news003 .inner-layout .left-news ul li {
          height: 3.32rem;
          margin-bottom: 0.8rem; }
          .category-department-index002 .depart-news003 .inner-layout .left-news ul li a {
            display: flex;
            height: 100%; }
            .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .img {
              width: 24.5%;
              height: 100%;
              overflow: hidden;
              background-color: #006B87;
              display: flex;
              justify-content: center;
              align-items: center; }
              .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .img > p {
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.5); }
              .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .right-info {
              -webkit-box-flex: 1;
              -ms-flex: 1;
              flex: 1;
              position: relative;
              border: 1px dashed #d4a45f;
              border-left: 0;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              height: 100%;
              padding: 0 1.2rem; }
              .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .right-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; }
            .category-department-index002 .depart-news003 .inner-layout .left-news ul li a:hover .img img {
              transform: scale(1.1); }
            .category-department-index002 .depart-news003 .inner-layout .left-news ul li a:hover p {
              color: #006B87; }
    .category-department-index002 .depart-news003 .inner-layout .right-news {
      width: 50%;
      box-sizing: border-box;
      padding-left: 2rem; }
      .category-department-index002 .depart-news003 .inner-layout .right-news .news-list {
        margin-top: 1.76rem; }
        .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .img {
          width: 100%;
          height: 12.36rem;
          overflow: hidden;
          background-color: #006B87;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .img > p {
            font-size: 0.96rem;
            color: rgba(255, 255, 255, 0.5); }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
        .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .bottom-info {
          height: 3.2rem;
          background-color: #006B87;
          padding: 0 1.6rem;
          display: flex;
          align-items: center;
          box-sizing: border-box; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .bottom-info 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: #fff; }
        .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item:hover .img img {
          transform: scale(1.1); }
        .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow {
          width: 1.6rem;
          height: 1.6rem;
          line-height: 1.6rem;
          text-align: center;
          box-sizing: border-box;
          border-radius: 50%;
          background-color: #489BAE;
          color: #fff;
          font-size: 0.64rem;
          cursor: pointer;
          position: absolute;
          bottom: 4rem;
          z-index: 2; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #489BAE;
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(0);
            transition: transform 0.5s;
            z-index: -1; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow.prev {
            right: 3.6rem; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow.next {
            right: 1.2rem; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow:hover {
            color: #fff;
            border-color: #489BAE; }
            .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow:hover:before {
              transform: scale(1); }
.category-department-index002 .depart-news004 {
  margin-bottom: 3.2rem; }
  .category-department-index002 .depart-news004 .inner-layout {
    display: flex; }
    .category-department-index002 .depart-news004 .inner-layout .left-news {
      width: 50%;
      box-sizing: border-box; }
      .category-department-index002 .depart-news004 .inner-layout .left-news .news-list {
        margin-top: 1.76rem; }
        .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .img {
          width: 100%;
          height: 13.48rem;
          overflow: hidden;
          background-color: #006B87;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .img > p {
            font-size: 0.96rem;
            color: rgba(255, 255, 255, 0.5); }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
        .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .bottom-info {
          height: 4.8rem;
          background-color: #D9B97B;
          padding: 0 1.8rem;
          display: flex;
          align-items: center;
          box-sizing: border-box; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .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: #fff; }
        .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item:hover .img img {
          transform: scale(1.1); }
        .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow {
          width: 1.6rem;
          height: 1.6rem;
          line-height: 1.6rem;
          text-align: center;
          box-sizing: border-box;
          border-radius: 50%;
          background-color: #D9B97B;
          color: #fff;
          font-size: 0.64rem;
          cursor: pointer;
          position: absolute;
          bottom: 5.6rem;
          z-index: 2; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #D9B97B;
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(0);
            transition: transform 0.5s;
            z-index: -1; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow.prev {
            right: 3.6rem; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow.next {
            right: 1.2rem; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow:hover {
            color: #fff;
            border-color: #D9B97B; }
            .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow:hover:before {
              transform: scale(1); }
    .category-department-index002 .depart-news004 .inner-layout .right-news {
      width: 50%;
      padding-left: 2rem; }
      .category-department-index002 .depart-news004 .inner-layout .right-news ul {
        margin-top: 0.96rem; }
        .category-department-index002 .depart-news004 .inner-layout .right-news ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-end;
          padding: 0.8rem 0;
          border-bottom: 1px dashed #d9af72;
          position: relative; }
          .category-department-index002 .depart-news004 .inner-layout .right-news ul li:after {
            content: "";
            width: 0;
            border-top: 1px solid #d9af72;
            position: absolute;
            left: 0;
            bottom: 0;
            transition: width 0.5s; }
          .category-department-index002 .depart-news004 .inner-layout .right-news 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;
            margin-right: 0.8rem;
            height: 2.16rem;
            transition: all 0.3s; }
          .category-department-index002 .depart-news004 .inner-layout .right-news ul li span {
            font-size: 0.64rem;
            line-height: 1;
            display: inline-block;
            color: #999;
            flex-shrink: 0;
            margin-top: 0.4rem; }
          .category-department-index002 .depart-news004 .inner-layout .right-news ul li:hover {
            border-color: transparent; }
            .category-department-index002 .depart-news004 .inner-layout .right-news ul li:hover:after {
              width: 100%; }
            .category-department-index002 .depart-news004 .inner-layout .right-news ul li:hover a {
              color: #006B87;
              transform: translateX(5px); }
.category-department-index002 .depart-news005 .inner-layout ul {
  display: flex;
  flex-wrap: wrap;
  margin: 1.76rem -0.64rem 0; }
  .category-department-index002 .depart-news005 .inner-layout ul li {
    width: calc(33.33% - 1.6rem);
    margin: 0 0.64rem 2.4rem; }
    .category-department-index002 .depart-news005 .inner-layout ul li a {
      display: block;
      width: 100%; }
      .category-department-index002 .depart-news005 .inner-layout ul li a .img {
        width: 100%;
        height: 8.48rem;
        overflow: hidden;
        background-color: #489BAE;
        display: flex;
        justify-content: center;
        align-items: center; }
        .category-department-index002 .depart-news005 .inner-layout ul li a .img > p {
          font-size: 0.96rem;
          color: rgba(255, 255, 255, 0.5); }
        .category-department-index002 .depart-news005 .inner-layout ul li a .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
      .category-department-index002 .depart-news005 .inner-layout ul li a .bottom-info {
        height: 4.8rem;
        position: relative;
        background-color: #489BAE;
        box-sizing: border-box;
        padding: 0.8rem;
        color: #fff; }
        .category-department-index002 .depart-news005 .inner-layout ul li a .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;
          height: 2.16rem; }
        .category-department-index002 .depart-news005 .inner-layout ul li a .bottom-info span {
          font-size: 0.64rem;
          display: inline-block;
          line-height: 1;
          margin-top: 0.4rem; }
      .category-department-index002 .depart-news005 .inner-layout ul li a:hover .img img {
        transform: scale(1.1); }

@media (max-width: 960px) {
  .category-department-index002 .left-tit001 {
    font-size: 18px; }
  .category-department-index002 .column0, .category-department-index002 .column2, .category-department-index002 .column4, .category-department-index002 .column6 {
    padding: 40px 0; }
  .category-department-index002 .depart-doc {
    margin-top: 40px;
    margin-bottom: 40px; }
    .category-department-index002 .depart-doc .inner-layout .doc-list {
      margin-top: 20px; }
      .category-department-index002 .depart-doc .inner-layout .doc-list .doc-slider .doc-item {
        height: calc(45vw + 88px); }
        .category-department-index002 .depart-doc .inner-layout .doc-list .doc-slider .doc-item .img {
          height: 45vw; }
      .category-department-index002 .depart-doc .inner-layout .doc-list .doc-slider .slick-dots {
        bottom: -30px; }
        .category-department-index002 .depart-doc .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-department-index002 .depart-doc .inner-layout .doc-list .doc-slider .slick-dots li.slick-active {
            background-color: #DFB728; }
          .category-department-index002 .depart-doc .inner-layout .doc-list .doc-slider .slick-dots li button {
            display: none; }
      .category-department-index002 .depart-doc .inner-layout .doc-list .doc-slider .slick-arrow {
        width: 24px;
        height: 24px;
        line-height: 24px;
        bottom: -5px; }
  .category-department-index002 .depart-news001 {
    margin-bottom: 40px; }
    .category-department-index002 .depart-news001 .inner-layout .news-list {
      flex-wrap: wrap;
      margin-top: 20px; }
      .category-department-index002 .depart-news001 .inner-layout .news-list .news-item {
        width: 100%;
        height: auto;
        padding: 10px; }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item .img {
          height: 49vw; }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item p {
          margin-bottom: 10px;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 48px;
          margin-top: 10px; }
        .category-department-index002 .depart-news001 .inner-layout .news-list .news-item span {
          font-size: 16px;
          line-height: 14px; }
  .category-department-index002 .depart-news002 {
    margin-bottom: 40px; }
    .category-department-index002 .depart-news002 .inner-layout {
      flex-wrap: wrap; }
      .category-department-index002 .depart-news002 .inner-layout .news-item {
        width: 100%;
        margin-bottom: 10px; }
        .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box {
          height: auto;
          padding: 20px; }
          .category-department-index002 .depart-news002 .inner-layout .news-item .inner-box ul {
            margin-top: 20px; }
  .category-department-index002 .depart-news003 {
    margin-bottom: 40px; }
    .category-department-index002 .depart-news003 .inner-layout {
      flex-wrap: wrap; }
      .category-department-index002 .depart-news003 .inner-layout .left-news {
        width: 100%;
        margin-bottom: 20px; }
        .category-department-index002 .depart-news003 .inner-layout .left-news ul {
          margin-top: 20px; }
          .category-department-index002 .depart-news003 .inner-layout .left-news ul li {
            height: auto; }
            .category-department-index002 .depart-news003 .inner-layout .left-news ul li a {
              display: block; }
              .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .img {
                width: 100%;
                height: 50vw; }
              .category-department-index002 .depart-news003 .inner-layout .left-news ul li a .right-info {
                border-left: 1px dashed #d4a45f;
                border-top: 0; }
      .category-department-index002 .depart-news003 .inner-layout .right-news {
        width: 100%;
        padding-left: 0; }
        .category-department-index002 .depart-news003 .inner-layout .right-news .news-list {
          margin-top: 20px; }
          .category-department-index002 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .img {
            height: 50vw; }
  .category-department-index002 .depart-news004 {
    margin-bottom: 40px; }
    .category-department-index002 .depart-news004 .inner-layout {
      flex-wrap: wrap; }
      .category-department-index002 .depart-news004 .inner-layout .left-news {
        width: 100%; }
        .category-department-index002 .depart-news004 .inner-layout .left-news .news-list {
          margin-top: 20px; }
          .category-department-index002 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .img {
            height: 50vw; }
      .category-department-index002 .depart-news004 .inner-layout .right-news {
        width: 100%;
        padding-left: 0; }
        .category-department-index002 .depart-news004 .inner-layout .right-news ul {
          margin-top: 10px; }
  .category-department-index002 .depart-news005 {
    margin-bottom: 40px; }
    .category-department-index002 .depart-news005 .inner-layout ul {
      margin: 20px 0 0; }
      .category-department-index002 .depart-news005 .inner-layout ul li {
        margin: 0 0 20px;
        width: 100%; }
        .category-department-index002 .depart-news005 .inner-layout ul li a .img {
          height: 50vw; } }
.dm-doctor-list {
  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-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; } }

/*# sourceMappingURL=department.css.map */
