@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_qf8fmg1w1gp.woff2?t=1708567628738") format("woff2"), url("//at.alicdn.com/t/c/font_4258840_qf8fmg1w1gp.woff?t=1708567628738") format("woff"), url("//at.alicdn.com/t/c/font_4258840_qf8fmg1w1gp.ttf?t=1708567628738") format("truetype"); }
@font-face {
  font-family: "iconhxsy";
  src: url("./font/hxsy_font/iconfont.woff2") format("woff2"), url("./font/hxsy_font/iconfont.woff") format("woff"), url("./font/hxsy_font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'icondy';
  /* Project id 3588516 */
  src: url("//at.alicdn.com/t/c/font_3588516_2ik7ty05rvs.woff2?t=1718243809684") format("woff2"), url("//at.alicdn.com/t/c/font_3588516_2ik7ty05rvs.woff?t=1718243809684") format("woff"), url("//at.alicdn.com/t/c/font_3588516_2ik7ty05rvs.ttf?t=1718243809684") format("truetype"); }
.icondy {
  font-family: "icondy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconhxsy {
  font-family: "iconhxsy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.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: 1400px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  min-height: 600px;
  padding: 2.4rem 0; }

.inner-layout {
  width: 1400px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 0.6rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 0.8rem;
  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: #6C9AD5; }
    .pager a.on {
      background-color: #6C9AD5;
      border-color: #6C9AD5;
      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: #6C9AD5;
    cursor: pointer; }
    .pager button:hover {
      background-color: #6C9AD5; }
  .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; }
  .pager.party a.on {
    background-color: #c9151e;
    border-color: #c9151e;
    color: #fff; }
  .pager.party a:hover {
    color: #c9151e; }
  .pager.party button {
    background-color: #c9151e; }

#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 {
    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; }

  .inner-container {
    padding: 1rem 0; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 0.6rem; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev,
  .pager a.pager-next,
  .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes 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: #0092DB;
      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: #6C9AD5;
      font-size: 0.72rem;
      margin-left: 0.32rem; }
    h1.left-tit-more a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #0092DB;
      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: #0092DB;
        font-size: 0.8rem;
        margin-left: 0; }
    h1.left-tit-more a.more:hover span {
      color: #6C9AD5; }
    h1.left-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }
  @media (max-width: 960px) {
    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; } }

.left-tit001, .right-tit001 {
  font-size: 1.28rem;
  line-height: 1;
  position: relative;
  font-weight: normal; }
  .left-tit001 a, .right-tit001 a {
    color: #333333; }
  .left-tit001.line:after, .right-tit001.line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .left-tit001.center.line:after, .right-tit001.center.line:after {
    left: 50%;
    transform: translateX(-50%); }
  .left-tit001.white, .right-tit001.white {
    color: #fff; }
    .left-tit001.white a, .right-tit001.white a {
      color: #fff; }
    .left-tit001.white:after, .right-tit001.white:after {
      border-top-color: #fff; }

.center-tit001 {
  font-size: 1.28rem;
  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; }

.more001 {
  display: flex;
  align-items: center;
  font-weight: normal; }
  .more001 span {
    font-size: 0.72rem;
    color: #7F7F7F;
    line-height: 1; }
  .more001 .circle {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #6C9AD5;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem; }
    .more001 .circle i {
      color: #6C9AD5;
      font-size: 0.8rem; }
  .more001:hover .circle i {
    animation: showArrow 1s; }
  .more001.white span {
    color: #fff; }
  .more001.white .circle {
    border-color: #fff; }
    .more001.white .circle i {
      color: #fff; }

@media (max-width: 960px) {
  body,
  html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  .left-tit001,
  .center-tit001 {
    font-size: 18px; }
    .left-tit001.line:after,
    .center-tit001.line:after {
      border-top-width: 3px;
      bottom: -13px; } }
.dm-header001 {
  background-color: #fff;
  border-top: 0.4rem solid #0092DB;
  padding: 1.2rem 0; }
  .dm-header001 .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dm-header001 .logo-row a.logo-img {
      display: block;
      height: 2.4rem; }
      .dm-header001 .logo-row a.logo-img img {
        height: 100%; }
    .dm-header001 .logo-row .nav {
      flex: 1;
      margin-right: 0.8rem; }
      .dm-header001 .logo-row .nav .nav-ul {
        display: flex;
        justify-content: flex-end;
        align-items: center; }
        .dm-header001 .logo-row .nav .nav-ul > li {
          font-size: 18px;
          white-space: nowrap; }
          .dm-header001 .logo-row .nav .nav-ul > li + li {
            margin-left: 1.6rem; }
          .dm-header001 .logo-row .nav .nav-ul > li > a {
            color: #333333;
            position: relative; }
            .dm-header001 .logo-row .nav .nav-ul > li > a:after {
              content: '';
              display: block;
              position: absolute;
              bottom: -0.8rem;
              left: 50%;
              height: 2px;
              width: 0;
              background-color: #FFA943;
              transition: all 0.3s; }
          .dm-header001 .logo-row .nav .nav-ul > li:hover > a:after {
            width: 100%;
            left: 0; }
          .dm-header001 .logo-row .nav .nav-ul > li.cur > a {
            font-weight: bold; }
            .dm-header001 .logo-row .nav .nav-ul > li.cur > a:after {
              width: 100%;
              left: 0; }
    .dm-header001 .logo-row .right-btn {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .right-btn a.gohome-bar {
        width: 5.2rem;
        height: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 1000px;
        border: 1px solid #0092DB;
        box-sizing: border-box;
        overflow: hidden;
        position: relative; }
        .dm-header001 .logo-row .right-btn a.gohome-bar:before {
          content: "";
          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: #0092DB; }
        .dm-header001 .logo-row .right-btn a.gohome-bar i, .dm-header001 .logo-row .right-btn a.gohome-bar span {
          position: relative;
          z-index: 1;
          color: #0092DB;
          font-size: 0.64rem; }
        .dm-header001 .logo-row .right-btn a.gohome-bar i {
          margin-right: 0.4rem; }
      .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;
        margin-left: 0.4rem; }
        .dm-header001 .logo-row .right-btn .search-btn i {
          color: #0092DB;
          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: #0092DB; }
      .dm-header001 .logo-row .right-btn .menu {
        color: #0092DB;
        display: none;
        margin-left: 10px; }
        .dm-header001 .logo-row .right-btn .menu i {
          font-size: 30px; }
      @media (any-hover: hover) {
        .dm-header001 .logo-row .right-btn a.gohome-bar:hover:before {
          top: -1.8rem;
          -webkit-transform: scale(1.2); }
        .dm-header001 .logo-row .right-btn a.gohome-bar:hover i, .dm-header001 .logo-row .right-btn a.gohome-bar:hover span {
          color: #fff; }
        .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 .search {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 146, 219, 0.95);
    z-index: 2000; }
    .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: #0092DB;
            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 {
    padding: 10px 0; }
    .dm-header001 .logo-row {
      padding: 0 10px; }
      .dm-header001 .logo-row a.logo-img {
        height: 30px; }
      .dm-header001 .logo-row .right-btn a.menu {
        display: inline-block; }
    .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; } }
.footer001 {
  background-color: #034161;
  z-index: 1;
  position: relative; }
  .footer001 .links {
    max-height: 2.4rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .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;
      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.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer001 .footer-info .inner-footer-info {
      padding-top: 2rem;
      padding-bottom: 1.6rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer001 .footer-info .inner-footer-info .info-item {
        width: 325px; }
      .footer001 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer001 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 0.8rem; }
        .footer001 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 2.96rem;
          height: 3.6rem;
          margin-right: 0.8rem; }
          .footer001 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul {
          padding-top: 0.4rem; }
          .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li {
            font-size: 14px;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.56rem; }
            .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
              color: #fff; }
      .footer001 .footer-info .inner-footer-info .address-phone {
        width: 900px;
        display: flex;
        justify-content: space-between; }
        .footer001 .footer-info .inner-footer-info .address-phone .add-box {
          width: 27%;
          padding: 0.8rem;
          background-color: #084c6f; }
          .footer001 .footer-info .inner-footer-info .address-phone .add-box h2 {
            font-weight: normal;
            color: #fff;
            font-size: 0.72rem;
            margin-bottom: 0.4rem;
            line-height: 1; }
            .footer001 .footer-info .inner-footer-info .address-phone .add-box h2 i {
              margin-right: 0.2rem; }
          .footer001 .footer-info .inner-footer-info .address-phone .add-box ul li {
            font-size: 14px;
            line-height: 1.35;
            color: #fff;
            margin-bottom: 0.4rem; }
            .footer001 .footer-info .inner-footer-info .address-phone .add-box ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer001 .footer-info .inner-footer-info .address-phone .add-box ul li a {
              color: #fff; }
      .footer001 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100px;
        margin-right: -0.4rem; }
        .footer001 .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;
          padding: 0.2rem; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 5px; }
          .footer001 .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; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item > span {
            font-size: 0.56rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            text-align: center; }
          .footer001 .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); }
            .footer001 .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%); }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap img {
              width: 120px;
              height: 120px;
              margin-bottom: 10px; }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap span {
              font-size: 14px;
              line-height: 1;
              color: #333333; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item:hover {
            background-color: #0092DB; }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item:hover > span {
              color: #fff; }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item:hover .img-wrap {
              animation: popFadeInUp .5S;
              display: flex; }
  .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: translate(0, -50%);
  z-index: 100;
  width: 3.2rem;
  flex-direction: column;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 10px rgba(0, 146, 219, 0.5);
  background: none;
  transition: opacity 0.3s ease 0.2s, transform .3s ease .5s; }
  .aside-s-001 .aside-container {
    transition: height .5s;
    background-color: white;
    width: max-content;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-radius: 0.4rem; }
    .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;
      font-size: 0;
      transition: all 0.5s;
      position: relative; }
      .aside-s-001 .aside-container a i {
        color: #0092DB;
        font-size: 1.2rem;
        margin-bottom: 0.4rem; }
      .aside-s-001 .aside-container a span {
        color: #0092DB;
        font-size: 0.56rem;
        line-height: 1; }
      .aside-s-001 .aside-container a .img-wrap {
        display: none;
        position: absolute;
        left: -140px;
        top: 0;
        width: 110px;
        min-height: 110px;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        .aside-s-001 .aside-container a .img-wrap:after {
          content: "";
          display: block;
          position: absolute;
          top: 26px;
          right: -16px;
          border: 8px solid transparent;
          border-left-color: #fff;
          margin-top: -8px; }
        .aside-s-001 .aside-container a .img-wrap img {
          width: 110px;
          height: 110px; }
        .aside-s-001 .aside-container a .img-wrap u {
          display: block;
          text-align: center;
          color: #555; }
      .aside-s-001 .aside-container a:hover .img-wrap {
        animation: popFadeIn .5S;
        display: block; }
      .aside-s-001 .aside-container a:hover span {
        font-weight: bold; }
      .aside-s-001 .aside-container a#to-top i {
        transform: rotate(180deg); }
  .aside-s-001 .aside-btn {
    position: absolute;
    top: 50%;
    padding: 17px 7px;
    transform: translate(-90%, -50%);
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    box-shadow: -6px 0px 11px -3px rgba(0, 146, 219, 0.5); }
    .aside-s-001 .aside-btn i {
      font-size: 1rem;
      color: #0092DB;
      transition: all .5s; }
  .aside-s-001.hidden-aside {
    transform: translate(100%, -50%); }
    .aside-s-001.hidden-aside .aside-container {
      height: 3.2rem;
      overflow: hidden; }
    .aside-s-001.hidden-aside .aside-btn i {
      transform: rotate(180deg); }

.float-window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }
  .float-window .close-fw {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 0.6rem;
    text-align: center;
    border-radius: 2px; }

.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 .left-info {
    width: 350px; }
  .footer001 .footer-info .inner-footer-info .address-phone {
    width: 600px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer001 .footer-info .inner-footer-info .address-phone .add-box {
      width: 43%;
      margin-top: 15px; }
  .footer001 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; }
  .footer001 .footer-info .inner-footer-info .right-qr {
    width: 100px; } }
@media (max-width: 1200px) {
  .footer001 .links .layout a.link-more {
    top: 14px; }
  .footer001 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer001 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer001 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; }
  .footer001 .footer-info .inner-footer-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 .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;
      justify-content: center; }
      .footer001 .footer-info .inner-footer-info .address-phone .add-box {
        width: 70%; }
    .footer001 .footer-info .inner-footer-info .right-qr {
      margin-top: 40px;
      justify-content: center;
      margin-right: 0; }
      .footer001 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer001 .bottom .layout {
    justify-content: center; }
    .footer001 .bottom .layout .share-box {
      display: none; } }
html {
  width: 100vw;
  overflow-x: hidden; }

.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: #0092DB;
      border-color: #0092DB;
      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: #0092DB;
            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: #0092DB;
            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: #6C9AD5; }

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 10px; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }
    .news-show .news-right h2 a.more:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #555; }
      .news-show .news-right h2 a.more:hover i {
        transform: translateX(-10px); }
      .news-show .news-right h2 a.more:hover span {
        transform: translateX(0); }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
.category-department-index001 .left-tit001 {
  font-size: 1.28rem; }
.category-department-index001 h1 {
  display: flex;
  align-items: center;
  justify-content: space-between; }
.category-department-index001 .column2,
.category-department-index001 .column4,
.category-department-index001 .column6 {
  background-color: #f8f6f1;
  padding: 3.2rem 0; }
.category-department-index001 .depart-intro {
  background-color: #0092DB;
  padding-top: 1.6rem;
  padding-bottom: 3.2rem;
  position: relative;
  background-repeat: repeat; }
  .category-department-index001 .depart-intro > img {
    position: absolute;
    bottom: 0;
    opacity: 0.4; }
    .category-department-index001 .depart-intro > img.left {
      left: 0; }
    .category-department-index001 .depart-intro > img.right {
      right: 0; }
  .category-department-index001 .depart-intro .inner-layout .path-tit {
    position: relative; }
    .category-department-index001 .depart-intro .inner-layout .path-tit .dep-path {
      font-size: 0.56rem;
      line-height: 1; }
      .category-department-index001 .depart-intro .inner-layout .path-tit .dep-path a,
      .category-department-index001 .depart-intro .inner-layout .path-tit .dep-path span {
        color: #fff; }
    .category-department-index001 .depart-intro .inner-layout .path-tit .tit {
      text-align: center;
      height: 4.8rem;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      .category-department-index001 .depart-intro .inner-layout .path-tit .tit h1 {
        font-size: 1.28rem;
        font-weight: normal;
        line-height: 1;
        color: #fff;
        display: block; }
      .category-department-index001 .depart-intro .inner-layout .path-tit .tit .sub-tit {
        font-size: 0.64rem;
        color: rgba(255, 255, 255, 0.8);
        margin-top: 0.8rem;
        line-height: 1; }
  .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line {
    display: flex;
    align-items: center;
    font-weight: normal; }
    .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line a.tit {
      font-size: 0.96rem;
      line-height: 1;
      color: #fff;
      margin-right: 0.8rem; }
    .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line .line {
      flex: 1;
      height: 1px;
      background-color: rgba(255, 255, 255, 0.5);
      position: relative; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line .line:before, .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line .line:after {
        content: "";
        display: block;
        background-color: rgba(255, 255, 255, 0.5);
        position: absolute; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line .line::before {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        left: -0.4rem;
        top: 50%;
        margin-top: -0.2rem; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line .line:after {
        width: 2.8rem;
        height: 0.16rem;
        right: 0;
        bottom: 0; }
  .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    position: relative;
    margin-top: 1.2rem; }
    .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide {
      width: 23.2rem;
      height: 13.2rem;
      background-color: #424242;
      margin-right: 1.6rem; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .img-box {
        width: 100%;
        height: 100%;
        display: block; }
        .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .img-box img {
          width: 100%;
          height: 100%; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots {
        bottom: 0.48rem;
        text-align: right; }
        .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots li {
          width: 2.56rem;
          height: 0.32rem;
          background-color: #D7D7D7; }
          .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots li.slick-active {
            background-color: #61A4B4; }
          .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .depart-img-slide .slick-dots li button {
            display: none; }
    .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box div.img-box {
      width: 23.2rem;
      height: 13.2rem;
      background-color: #424242;
      margin-right: 1.6rem; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box div.img-box img {
        width: 100%;
        height: 100%; }
    .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro {
      width: 23.2rem;
      flex: 1;
      position: relative; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro .center-tit {
        display: none; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro.hasthumb .dep-intro-content {
        line-height: 1.6rem;
        max-height: 12.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro .dep-intro-content {
        font-size: 0.64rem;
        color: #fff;
        line-height: 1.6rem;
        max-height: 6.4rem;
        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: 2.4rem; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro a.more001 {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 6.72rem;
        height: 1.6rem;
        border-radius: 5px;
        background-color: #0d55bf;
        justify-content: center; }
.category-department-index001 .depart-doc {
  background: #f8f6f1;
  padding: 3.2rem 0; }
  .category-department-index001 .depart-doc .inner-layout .doc-list {
    margin: 1.76rem -0.48rem 0; }
    .category-department-index001 .depart-doc .inner-layout .doc-list .doc-slider {
      margin-bottom: 0px; }
    .category-department-index001 .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: 15rem;
      position: relative;
      border: 1px solid #e4e4e4;
      box-sizing: border-box;
      border: 1px solid #ccc; }
      .category-department-index001 .depart-doc .inner-layout .doc-list .doc-item:after {
        content: "";
        width: 100%;
        height: 0;
        background-color: #0092DB;
        position: absolute;
        left: 0;
        bottom: 0;
        transition: height 0.3s; }
      .category-department-index001 .depart-doc .inner-layout .doc-list .doc-item .img {
        width: 100%;
        height: 10.2rem;
        overflow: hidden;
        flex-shrink: 0; }
        .category-department-index001 .depart-doc .inner-layout .doc-list .doc-item .img img {
          width: 100%;
          height: 100%;
          transition: all 0.5s; }
      .category-department-index001 .depart-doc .inner-layout .doc-list .doc-item .name {
        font-size: 0.8rem;
        line-height: 1;
        color: #0092DB;
        margin: 0.8rem 0 0.4rem; }
      .category-department-index001 .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-index001 .depart-doc .inner-layout .doc-list .doc-item:hover .img img {
        transform: scale(1.1); }
      .category-department-index001 .depart-doc .inner-layout .doc-list .doc-item:hover:after {
        height: 2px; }
    .category-department-index001 .depart-doc .inner-layout .doc-list .slick-arrow {
      width: 1.6rem;
      height: 1.6rem;
      border-radius: 50%;
      background-color: #0092DB;
      color: #fff;
      line-height: 1.6rem;
      text-align: center;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      z-index: 1; }
      .category-department-index001 .depart-doc .inner-layout .doc-list .slick-arrow.prev {
        left: -1.6rem; }
      .category-department-index001 .depart-doc .inner-layout .doc-list .slick-arrow.next {
        right: -1.6rem; }
.category-department-index001 .depart-news001 {
  background: #f8f6f1;
  padding-bottom: 3.2rem; }
  .category-department-index001 .depart-news001 .inner-layout {
    position: relative;
    z-index: 1; }
    .category-department-index001 .depart-news001 .inner-layout .news-list {
      display: flex;
      margin-top: 1.2rem; }
      .category-department-index001 .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-index001 .depart-news001 .inner-layout .news-list .news-item .img {
          overflow: hidden;
          width: 100%;
          height: 8.16rem; }
          .category-department-index001 .depart-news001 .inner-layout .news-list .news-item .img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-department-index001 .depart-news001 .inner-layout .news-list .news-item .img.noimg {
            background-color: #0092DB;
            display: flex;
            justify-content: center;
            align-items: center; }
            .category-department-index001 .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-index001 .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.6rem;
          color: #333;
          height: 2.16rem;
          margin-bottom: 0.3rem; }
        .category-department-index001 .depart-news001 .inner-layout .news-list .news-item span {
          font-size: 0.72rem;
          line-height: 1;
          color: #0092DB;
          display: inline-block; }
        .category-department-index001 .depart-news001 .inner-layout .news-list .news-item:hover .img img {
          transform: scale(1.1); }
        .category-department-index001 .depart-news001 .inner-layout .news-list .news-item:hover p {
          color: #0092DB; }
.category-department-index001 .depart-news002 {
  margin-bottom: 3.2rem; }
  .category-department-index001 .depart-news002 .inner-layout {
    display: flex; }
    .category-department-index001 .depart-news002 .inner-layout .news-item {
      margin: 0 7px;
      width: calc(33.33% - 14px);
      border: 1px dashed;
      padding: 6px; }
      .category-department-index001 .depart-news002 .inner-layout .news-item .inner-box {
        padding: 1.6rem;
        color: #fff;
        height: 19.88rem;
        box-sizing: border-box; }
        .category-department-index001 .depart-news002 .inner-layout .news-item .inner-box h1 {
          padding: 0 0 0.8rem;
          border-bottom: 1px solid #fff; }
        .category-department-index001 .depart-news002 .inner-layout .news-item .inner-box ul {
          margin-top: 1.2rem; }
          .category-department-index001 .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-index001 .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-index001 .depart-news002 .inner-layout .news-item .inner-box ul li a {
              color: #fff;
              font-size: 0.72rem;
              line-height: 1.35rem;
              max-height: 2.7rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 2.16rem;
              margin-bottom: 0.4rem; }
            .category-department-index001 .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-index001 .depart-news002 .inner-layout .news-item .inner-box ul li:hover {
              border-color: transparent; }
              .category-department-index001 .depart-news002 .inner-layout .news-item .inner-box ul li:hover:after {
                width: 100%; }
      .category-department-index001 .depart-news002 .inner-layout .news-item.item0 {
        border-color: #0092DB; }
        .category-department-index001 .depart-news002 .inner-layout .news-item.item0 .inner-box {
          background-color: #0092DB; }
      .category-department-index001 .depart-news002 .inner-layout .news-item.item1 {
        border-color: #D9B97B; }
        .category-department-index001 .depart-news002 .inner-layout .news-item.item1 .inner-box {
          background-color: #D9B97B; }
      .category-department-index001 .depart-news002 .inner-layout .news-item.item2 {
        border-color: #6C9AD5; }
        .category-department-index001 .depart-news002 .inner-layout .news-item.item2 .inner-box {
          background-color: #6C9AD5; }
.category-department-index001 .depart-news003 {
  padding-bottom: 3.2rem; }
  .category-department-index001 .depart-news003 .inner-layout {
    display: flex; }
    .category-department-index001 .depart-news003 .inner-layout .left-news {
      width: 50%; }
      .category-department-index001 .depart-news003 .inner-layout .left-news ul {
        margin-top: 1.76rem; }
        .category-department-index001 .depart-news003 .inner-layout .left-news ul li {
          height: 3.32rem;
          margin-bottom: 0.8rem; }
          .category-department-index001 .depart-news003 .inner-layout .left-news ul li a {
            display: flex;
            height: 100%; }
            .category-department-index001 .depart-news003 .inner-layout .left-news ul li a .img {
              width: 24.5%;
              height: 100%;
              overflow: hidden;
              background-color: #0092DB;
              display: flex;
              justify-content: center;
              align-items: center; }
              .category-department-index001 .depart-news003 .inner-layout .left-news ul li a .img > p {
                font-size: 0.96rem;
                color: rgba(255, 255, 255, 0.5); }
              .category-department-index001 .depart-news003 .inner-layout .left-news ul li a .img img {
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .category-department-index001 .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-index001 .depart-news003 .inner-layout .left-news ul li a .right-info p {
                font-size: 0.72rem;
                line-height: 1.35rem;
                max-height: 2.7rem;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box; }
            .category-department-index001 .depart-news003 .inner-layout .left-news ul li a:hover .img img {
              transform: scale(1.1); }
            .category-department-index001 .depart-news003 .inner-layout .left-news ul li a:hover p {
              color: #6C9AD5; }
    .category-department-index001 .depart-news003 .inner-layout .right-news {
      width: 50%;
      box-sizing: border-box;
      padding-left: 2rem; }
      .category-department-index001 .depart-news003 .inner-layout .right-news .news-list {
        margin-top: 1.76rem; }
        .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .img {
          width: 100%;
          height: 12.36rem;
          overflow: hidden;
          background-color: #0092DB;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-department-index001 .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-index001 .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-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .bottom-info {
          height: 3.2rem;
          background-color: #0092DB;
          padding: 0 1.6rem;
          display: flex;
          align-items: center;
          box-sizing: border-box; }
          .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .bottom-info 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: #fff; }
        .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item:hover .img img {
          transform: scale(1.1); }
        .category-department-index001 .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: #6C9AD5;
          color: #fff;
          font-size: 0.64rem;
          cursor: pointer;
          position: absolute;
          bottom: 4rem;
          z-index: 2; }
          .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #6C9AD5;
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(0);
            transition: transform 0.5s;
            z-index: -1; }
          .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow.prev {
            right: 3.6rem; }
          .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow.next {
            right: 1.2rem; }
          .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow:hover {
            color: #fff;
            border-color: #6C9AD5; }
            .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider .slick-arrow:hover:before {
              transform: scale(1); }
.category-department-index001 .depart-news004 {
  margin-bottom: 3.2rem; }
  .category-department-index001 .depart-news004 .inner-layout {
    display: flex; }
    .category-department-index001 .depart-news004 .inner-layout .left-news {
      width: 50%;
      box-sizing: border-box; }
      .category-department-index001 .depart-news004 .inner-layout .left-news .news-list {
        margin-top: 1.76rem; }
        .category-department-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .img {
          width: 100%;
          height: 13.48rem;
          overflow: hidden;
          background-color: #0092DB;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-department-index001 .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-index001 .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-index001 .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-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .bottom-info p {
            font-size: 0.72rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff; }
        .category-department-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item:hover .img img {
          transform: scale(1.1); }
        .category-department-index001 .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-index001 .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-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow.prev {
            right: 3.6rem; }
          .category-department-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow.next {
            right: 1.2rem; }
          .category-department-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow:hover {
            color: #fff;
            border-color: #D9B97B; }
            .category-department-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider .slick-arrow:hover:before {
              transform: scale(1); }
    .category-department-index001 .depart-news004 .inner-layout .right-news {
      width: 50%;
      padding-left: 2rem; }
      .category-department-index001 .depart-news004 .inner-layout .right-news ul {
        margin-top: 0.96rem; }
        .category-department-index001 .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-index001 .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-index001 .depart-news004 .inner-layout .right-news ul li a {
            font-size: 0.72rem;
            line-height: 1.35rem;
            max-height: 2.7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-right: 0.8rem;
            height: 2.16rem;
            transition: all 0.3s; }
          .category-department-index001 .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-index001 .depart-news004 .inner-layout .right-news ul li:hover {
            border-color: transparent; }
            .category-department-index001 .depart-news004 .inner-layout .right-news ul li:hover:after {
              width: 100%; }
            .category-department-index001 .depart-news004 .inner-layout .right-news ul li:hover a {
              color: #6C9AD5;
              transform: translateX(5px); }
.category-department-index001 .depart-news005 {
  padding: 0 0 2rem;
  background-color: #f8f6f1; }
  .category-department-index001 .depart-news005 .inner-layout ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -2%;
    margin-top: 1.6rem; }
    .category-department-index001 .depart-news005 .inner-layout ul li {
      width: 23%;
      margin-right: 2%;
      margin-bottom: 0.4rem; }
      .category-department-index001 .depart-news005 .inner-layout ul li a {
        display: block;
        background-color: #fff;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 0.8rem;
        box-sizing: border-box;
        border-radius: 4px;
        border: 1px solid #d4d4d4;
        transition: all 0.3s; }
        .category-department-index001 .depart-news005 .inner-layout ul li a .tit {
          font-size: 0.72rem;
          line-height: 1.08rem;
          max-height: 2.16rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-weight: bold; }
        .category-department-index001 .depart-news005 .inner-layout ul li a .content {
          font-size: 0.56rem;
          line-height: 0.84rem;
          max-height: 2.52rem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 3;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #9e9e9e;
          margin-top: 0.4rem;
          margin-bottom: 0.4rem; }
        .category-department-index001 .depart-news005 .inner-layout ul li a .time {
          color: #999;
          line-height: 1;
          font-size: 0.64rem; }
        .category-department-index001 .depart-news005 .inner-layout ul li a:hover {
          border-color: #0092DB;
          transform: translateY(-5px); }
          .category-department-index001 .depart-news005 .inner-layout ul li a:hover .tit {
            color: #0092DB; }
  @media (max-width: 960px) {
    .category-department-index001 .depart-news005 {
      padding-bottom: 40px; }
      .category-department-index001 .depart-news005 .inner-layout ul {
        display: block;
        margin-right: 0;
        margin-top: 20px; }
        .category-department-index001 .depart-news005 .inner-layout ul li {
          margin-right: 0;
          width: 100%; } }
.category-department-index001 .depart-dynamic {
  padding: 3.2rem 0;
  background: #f8f6f1; }
  .category-department-index001 .depart-dynamic .inner-layout .dynamic-list {
    margin-top: 1.76rem;
    display: flex; }
    .category-department-index001 .depart-dynamic .inner-layout .dynamic-list .dnmc-item {
      width: 25%;
      border: 1px solid red;
      padding: 1.2rem 1rem;
      margin-right: 1rem;
      box-sizing: border-box; }
      .category-department-index001 .depart-dynamic .inner-layout .dynamic-list .dnmc-item .item-tit {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0.8rem;
        font-size: 0.8rem;
        line-height: 1.5; }
      .category-department-index001 .depart-dynamic .inner-layout .dynamic-list .dnmc-item .item-cnt {
        font-size: 0.68rem;
        line-height: 1.5;
        color: #c7c7c7;
        display: -webkit-box;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        margin-bottom: 0.8rem; }
      .category-department-index001 .depart-dynamic .inner-layout .dynamic-list .dnmc-item .time {
        color: #0d55bf;
        font-size: 0.64rem; }
      .category-department-index001 .depart-dynamic .inner-layout .dynamic-list .dnmc-item:last-child {
        margin-right: 0; }
.category-department-index001 .depart-QrCode {
  padding: 0rem 0 3.2rem;
  background-color: #f8f6f1; }
  .category-department-index001 .depart-QrCode .inner-layout .qr-box {
    display: flex;
    height: 7rem;
    width: max-content;
    padding: 0.8rem;
    margin: 0 auto; }
    .category-department-index001 .depart-QrCode .inner-layout .qr-box .code-img {
      border: 8px solid #e5c995;
      border-width: 0.32rem; }
      .category-department-index001 .depart-QrCode .inner-layout .qr-box .code-img img {
        height: 6.36rem !important;
        width: 6.36rem !important; }
    .category-department-index001 .depart-QrCode .inner-layout .qr-box .code-info h3.gzh-tit {
      background: #6d99ed;
      font-weight: lighter;
      color: #fff;
      font-size: 0.8rem;
      line-height: 1.5;
      position: relative;
      margin-top: 0.6rem;
      padding-right: 1.6rem;
      margin-bottom: 0.2rem;
      text-indent: 0.4rem;
      margin-bottom: 1.32rem; }
      .category-department-index001 .depart-QrCode .inner-layout .qr-box .code-info h3.gzh-tit::after {
        content: '';
        position: absolute;
        background-color: #f8f6f1;
        height: 1.2rem;
        width: 1.2rem;
        right: -0.36rem;
        transform: rotate(45deg); }
    .category-department-index001 .depart-QrCode .inner-layout .qr-box .code-info p {
      padding-top: 0.2rem;
      font-size: 0.6rem;
      margin-left: 0.4rem; }

@media (max-width: 960px) {
  .category-department-index001 {
    margin-top: 60px; }
    .category-department-index001 .left-tit001 {
      font-size: 18px; }
    .category-department-index001 .column0,
    .category-department-index001 .column2,
    .category-department-index001 .column4,
    .category-department-index001 .column6 {
      padding: 40px 0; }
    .category-department-index001 .depart-intro {
      padding-bottom: 40px;
      padding-top: 20px; }
      .category-department-index001 .depart-intro > img.right {
        display: none; }
      .category-department-index001 .depart-intro .inner-layout .path-tit {
        height: auto;
        display: block;
        overflow: hidden; }
        .category-department-index001 .depart-intro .inner-layout .path-tit .dep-path {
          font-size: 12px; }
        .category-department-index001 .depart-intro .inner-layout .path-tit .tit {
          height: auto;
          padding: 20px 0; }
          .category-department-index001 .depart-intro .inner-layout .path-tit .tit h1 {
            font-size: 20px; }
          .category-department-index001 .depart-intro .inner-layout .path-tit .tit .sub-tit {
            margin-top: 12px;
            font-size: 12px; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro h2.left-tit-line {
        display: none; }
      .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box {
        flex-wrap: wrap;
        margin-top: 0; }
        .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box div.img-box {
          width: 100%;
          margin-right: 0;
          height: 68vw;
          margin-bottom: 20px; }
        .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro {
          width: 100%; }
          .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro h2.center-tit {
            display: block;
            font-size: 18px;
            margin-bottom: 20px;
            font-weight: normal;
            text-align: center; }
            .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro h2.center-tit a {
              color: #fff; }
          .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro .dep-intro-content {
            font-size: 14px;
            line-height: 21px;
            max-height: 189px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro.hasthumb .dep-intro-content {
            font-size: 14px;
            line-height: 21px;
            max-height: 189px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 9;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .category-department-index001 .depart-intro .inner-layout .inner-dep-intro .dep-intro-box .dep-intro a.more001 {
            margin: 20px auto 0; }
    .category-department-index001 .depart-doc {
      padding: 40px 0; }
      .category-department-index001 .depart-doc .inner-layout .doc-list {
        margin-top: 20px; }
        .category-department-index001 .depart-doc .inner-layout .doc-list .doc-slider .doc-item {
          height: calc(45vw + 100px); }
          .category-department-index001 .depart-doc .inner-layout .doc-list .doc-slider .doc-item .img {
            height: 45vw; }
        .category-department-index001 .depart-doc .inner-layout .doc-list .doc-slider .slick-dots {
          bottom: -30px; }
          .category-department-index001 .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-index001 .depart-doc .inner-layout .doc-list .doc-slider .slick-dots li.slick-active {
              background-color: #DFB728; }
            .category-department-index001 .depart-doc .inner-layout .doc-list .doc-slider .slick-dots li button {
              display: none; }
        .category-department-index001 .depart-doc .inner-layout .doc-list .doc-slider .slick-arrow {
          width: 24px;
          height: 24px;
          line-height: 24px;
          bottom: -5px; }
    .category-department-index001 .depart-news001 {
      padding-bottom: 40px; }
      .category-department-index001 .depart-news001 .inner-layout .news-list {
        flex-wrap: wrap;
        margin-top: 20px; }
        .category-department-index001 .depart-news001 .inner-layout .news-list .news-item {
          width: 100%;
          height: auto;
          padding: 10px; }
          .category-department-index001 .depart-news001 .inner-layout .news-list .news-item .img {
            height: 49vw; }
          .category-department-index001 .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-index001 .depart-news001 .inner-layout .news-list .news-item span {
            font-size: 16px;
            line-height: 14px; }
    .category-department-index001 .depart-news002 {
      margin-bottom: 40px; }
      .category-department-index001 .depart-news002 .inner-layout {
        flex-wrap: wrap; }
        .category-department-index001 .depart-news002 .inner-layout .news-item {
          width: 100%;
          margin-bottom: 10px; }
          .category-department-index001 .depart-news002 .inner-layout .news-item .inner-box {
            height: auto;
            padding: 20px; }
            .category-department-index001 .depart-news002 .inner-layout .news-item .inner-box ul {
              margin-top: 20px; }
    .category-department-index001 .depart-news003 {
      margin-bottom: 40px; }
      .category-department-index001 .depart-news003 .inner-layout {
        flex-wrap: wrap; }
        .category-department-index001 .depart-news003 .inner-layout .left-news {
          width: 100%;
          margin-bottom: 20px; }
          .category-department-index001 .depart-news003 .inner-layout .left-news ul {
            margin-top: 20px; }
            .category-department-index001 .depart-news003 .inner-layout .left-news ul li {
              height: auto; }
              .category-department-index001 .depart-news003 .inner-layout .left-news ul li a {
                display: block; }
                .category-department-index001 .depart-news003 .inner-layout .left-news ul li a .img {
                  width: 100%;
                  height: 50vw; }
                .category-department-index001 .depart-news003 .inner-layout .left-news ul li a .right-info {
                  border-left: 1px dashed #d4a45f;
                  border-top: 0; }
        .category-department-index001 .depart-news003 .inner-layout .right-news {
          width: 100%;
          padding-left: 0; }
          .category-department-index001 .depart-news003 .inner-layout .right-news .news-list {
            margin-top: 20px; }
            .category-department-index001 .depart-news003 .inner-layout .right-news .news-list .news-slider a.news-item .img {
              height: 50vw; }
    .category-department-index001 .depart-news004 {
      margin-bottom: 40px; }
      .category-department-index001 .depart-news004 .inner-layout {
        flex-wrap: wrap; }
        .category-department-index001 .depart-news004 .inner-layout .left-news {
          width: 100%; }
          .category-department-index001 .depart-news004 .inner-layout .left-news .news-list {
            margin-top: 20px; }
            .category-department-index001 .depart-news004 .inner-layout .left-news .news-list .news-slider a.news-item .img {
              height: 50vw; }
        .category-department-index001 .depart-news004 .inner-layout .right-news {
          width: 100%;
          padding-left: 0; }
          .category-department-index001 .depart-news004 .inner-layout .right-news ul {
            margin-top: 10px; }
    .category-department-index001 .depart-dynamic .inner-layout .dynamic-list {
      flex-wrap: wrap;
      justify-content: space-between; }
      .category-department-index001 .depart-dynamic .inner-layout .dynamic-list .dnmc-item {
        margin: 0;
        width: calc(50% - 10px);
        margin-top: 1rem; } }

/*# sourceMappingURL=department.css.map */
