@charset "UTF-8";
/*È«¾Ömixin*/
/* remÊÊÅä */
/*½«px×ª»»³Érem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a,
button {
  cursor: pointer; }

a,
u {
  text-decoration: none; }

.mt10 {
  margin-top: 0.5rem !important; }

.mt20 {
  margin-top: 1rem !important; }

.mt30 {
  margin-top: 1.5rem !important; }

.mt40 {
  margin-top: 2rem !important; }

.mt50 {
  margin-top: 2.5rem !important; }

.mt60 {
  margin-top: 3rem !important; }

.mb80 {
  margin-bottom: 4rem !important; }

.pt40 {
  padding-top: 2rem !important; }

.pb40 {
  padding-bottom: 2rem !important; }

input {
  padding: 0 0.5rem; }

input,
button,
select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

@font-face {
  font-family: 'iconfont';
  /* Project id 3588687 */
  src: url("https://at.alicdn.com/t/c/font_3588687_okjb50rxp6n.woff2?t=1700217528233") format("woff2"), url("https://at.alicdn.com/t/c/font_3588687_okjb50rxp6n.woff?t=1700217528233") format("woff"), url("https://at.alicdn.com/t/c/font_3588687_okjb50rxp6n.ttf?t=1700217528233") format("truetype"); }
@font-face {
  font-family: "iconynzyy";
  src: url("/static/css/font/ynzyy_font/iconfont.woff2") format("woff2"), url("/static/css/font/ynzyy_font/iconfont.woff") format("woff"), url("/static/css/font/ynzyy_font/iconfont.ttf") format("truetype"); }
@font-face {
  font-family: 'iconfont2';
  /* Project id 2894331 */
  src: url("https://at.alicdn.com/t/font_2894331_9m2tttnamnd.eot?t=1641347052121");
  /* IE9 */
  src: url("https:https://at.alicdn.com/t/font_2894331_9m2tttnamnd.eot?t=1641347052121#iefix") format("embedded-opentype"), url("https://at.alicdn.com/t/font_2894331_9m2tttnamnd.woff?t=1641347052121") format("woff"), url("https://at.alicdn.com/t/font_2894331_9m2tttnamnd.ttf?t=1641347052121") format("truetype"), url("https://at.alicdn.com/t/font_2894331_9m2tttnamnd.svg?t=1641347052121#iconfont") format("svg"); }
.iconynzyy {
  font-family: "iconynzyy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*Ã»ÓÐÐÅÏ¢*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 5rem 0; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

body {
  overflow-x: hidden; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto; }

.inner-container {
  background: url(/static/images/innerbg1.png) left 0px no-repeat, url(/static/images/innerbg2.png) right bottom no-repeat;
  min-height: 30rem;
  overflow: hidden; }
  .inner-container.show-leader001 {
    background: none; }

@media (max-width: 960px) {
  .inner-container {
    background-size: 60%; } }
.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 360px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: 30px; }
  .pager.party a.on {
    background-color: #c50c11;
    border-color: #c50c11; }
  .pager.party a:hover {
    color: #c50c11; }
  .pager.party button {
    background-color: #c50c11; }
    .pager.party button:hover {
      background-color: #c50c11; }
  .pager a,
  .pager input,
  .pager button,
  .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #4FA27A; }
    .pager a.on {
      background-color: #4FA27A;
      border-color: #4FA27A;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #4FA27A;
    cursor: pointer; }
    .pager button:hover {
      background-color: #4FA27A; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 20rem !important;
  height: 24rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.8rem 2.5rem 3.5rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -10rem !important;
  margin-top: -12rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 1.2rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.5rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.8rem !important;
    right: -1.5rem !important;
    font-size: 1.5rem !important;
    width: 1rem !important;
    height: 1rem !important; }
  #foxWechatBox img {
    width: 15rem !important;
    height: 15rem !important; }

@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  .layout {
    width: 100%;
    min-width: 360px; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 10px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev,
  .pager a.pager-next,
  .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "¡û"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "¡ú"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -18px;
  display: block;
  width: 100%;
  text-align: center; }
  .slick-dots li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    border-radius: 15px;
    cursor: pointer;
    background-color: #D9CCB9;
    transition: .38s; }
    .slick-dots li button {
      display: none; }
    .slick-dots li.slick-active {
      width: 50px;
      background-color: #DBCA7B; }
    .slick-dots li:hover {
      background-color: #335C4E; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes toShow {
  0% {
    opacity: 0;
    transform: translateX(-80px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }
h1.center-tit001 {
  font-size: 2rem;
  line-height: 1;
  font-weight: normal;
  text-align: center;
  z-index: 1;
  position: relative; }
  h1.center-tit001 a {
    color: #fff; }
  h1.center-tit001.black a {
    color: #333; }

h1.center-tit002 {
  font-weight: normal;
  display: flex;
  justify-content: center;
  align-items: center; }
  h1.center-tit002 i {
    color: #88B7A7;
    font-size: 2rem;
    line-height: 1; }
  h1.center-tit002 a {
    color: #fff;
    font-size: 2rem;
    line-height: 1;
    margin: 0 1.5rem; }
  h1.center-tit002.black a {
    color: #333; }

h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  z-index: 1;
  position: relative; }
  h1.left-tit-more.white a.tit {
    color: #fff; }
  h1.left-tit-more a.tit {
    font-size: 2rem;
    line-height: 1;
    color: #333; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.9rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #A49887;
      font-size: 1.5rem;
      margin-left: 0.4rem; }
    h1.left-tit-more a.more:hover span {
      color: #4FA27A; }

h1.left-tab-tit001 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tab-tit001.black a.tit {
    color: #000000; }
    h1.left-tab-tit001.black a.tit:after {
      background-color: #335C4E; }
  h1.left-tab-tit001 a.tit {
    font-size: 2rem;
    line-height: 2rem;
    color: #fff;
    position: relative; }
    h1.left-tab-tit001 a.tit:after {
      content: "";
      display: block;
      width: 3.2rem;
      height: 0.2rem;
      background-color: #fff;
      position: absolute;
      left: 0;
      bottom: -0.7rem;
      border-radius: 7.5rem; }
  h1.left-tab-tit001 .tab-tit {
    flex: 1;
    font-size: 0; }
    h1.left-tab-tit001 .tab-tit a {
      margin-right: 1.5rem;
      font-size: 1.2rem;
      line-height: 1;
      color: #333333;
      position: relative; }
      h1.left-tab-tit001 .tab-tit a.cur {
        color: #335C4E; }
        h1.left-tab-tit001 .tab-tit a.cur:after {
          position: absolute;
          content: "";
          font-size: 0;
          width: 0;
          height: 0;
          border: 0.65rem solid transparent;
          border-top-color: #4FA27A;
          left: 50%;
          transform: translateX(-50%);
          bottom: -1.5rem;
          border-top-width: 0.5rem;
          border-bottom-width: 0.5rem; }
  h1.left-tab-tit001 a.more {
    display: flex;
    align-items: center; }
    h1.left-tab-tit001 a.more span {
      font-size: 0.9rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tab-tit001 a.more i {
      color: #A49887;
      font-size: 1.5rem;
      margin-left: 0.4rem; }
    h1.left-tab-tit001 a.more:hover span {
      color: #4FA27A; }

h2.left-tab-tit002 {
  display: flex;
  justify-content: space-between;
  font-weight: normal; }
  h2.left-tab-tit002 .tab-tit {
    font-size: 1rem;
    line-height: 1;
    position: relative;
    height: 2.5rem; }
    h2.left-tab-tit002 .tab-tit a {
      color: #333; }
    h2.left-tab-tit002 .tab-tit.cur a {
      color: #335C4E; }
    h2.left-tab-tit002 .tab-tit.cur:after {
      position: absolute;
      content: "";
      font-size: 0;
      width: 0;
      height: 0;
      border: 0.75rem solid transparent;
      border-top-color: #4FA27A;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0;
      border-top-width: 0.5rem;
      border-bottom-width: 0.5rem; }
    h2.left-tab-tit002 .tab-tit + .tab-tit {
      margin-left: 1.05rem;
      position: relative; }
      h2.left-tab-tit002 .tab-tit + .tab-tit:before {
        display: block;
        content: "";
        width: 1px;
        height: 1rem;
        background-color: #E4E4E4;
        position: absolute;
        left: -0.5rem;
        top: 0; }
  h2.left-tab-tit002 a.more {
    display: flex;
    align-items: center; }
    h2.left-tab-tit002 a.more span {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #335C4E;
      transition: all 0.5s; }
    h2.left-tab-tit002 a.more i {
      color: #4FA27A;
      font-size: 0.8rem;
      margin-left: 0.4rem; }
    h2.left-tab-tit002 a.more:hover span {
      color: #4FA27A; }

h1.tit-line {
  font-weight: normal;
  position: relative;
  font-size: 0; }
  h1.tit-line:after {
    content: "";
    display: block;
    width: 3.6rem;
    height: 0.2rem;
    background-color: #335C4E;
    position: absolute;
    left: 0;
    bottom: -0.7rem; }
  h1.tit-line.center {
    text-align: center; }
    h1.tit-line.center:after {
      left: 50%;
      transform: translateX(-50%); }
  h1.tit-line.black a {
    color: #333; }
  h1.tit-line a {
    font-size: 1.6rem;
    line-height: 1;
    color: #fff; }

a.center-more001 {
  width: 9rem;
  height: 2.5rem;
  border-radius: 4px;
  background-color: #fff;
  position: relative;
  left: 50%;
  margin-left: -4.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  transition: all 0.5s; }
  a.center-more001 span {
    font-size: 0.9rem;
    line-height: 1;
    color: #333; }
  a.center-more001 i {
    color: #4FA27A;
    font-size: 0.9rem;
    margin-left: 0.4rem; }

a.center-more002 {
  width: 9.8rem;
  height: 2.65rem;
  position: relative;
  left: 50%;
  margin-left: -4.9rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  transition: all 0.5s;
  overflow: hidden; }
  a.center-more002 .svg {
    position: absolute;
    left: 0;
    top: -130%;
    width: 100%; }
    a.center-more002 .svg .st0,
    a.center-more002 .svg .st1 {
      fill: none;
      stroke: #D9CCB9;
      stroke-miterlimit: 10;
      fill-opacity: 0;
      transition: fill-opacity 0.5s; }
  a.center-more002 span {
    font-size: 0.9rem;
    line-height: 1;
    color: #D9CCB9;
    z-index: 1; }
  a.center-more002 i {
    color: #D9CCB9;
    font-size: 1.5rem;
    margin-left: 0.25rem;
    z-index: 1; }
  a.center-more002:hover .svg .st1 {
    fill-opacity: 1;
    fill: #335C4E; }

@media (max-width: 960px) {
  body,
  html {
    max-width: 100%;
    overflow-x: hidden; }

  h1.center-tit001 {
    font-size: 18px; }

  h1.center-tit002 a {
    font-size: 18px; }

  h1.left-tit-more a.tit {
    font-size: 18px; }

  h1.left-tab-tit001 .tab-tit a,
  h1.tit-line a {
    font-size: 18px; }

  a.center-more001 {
    width: 100px;
    height: 30px;
    margin-left: -50px; } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.8rem;
  width: 2.8rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 7.3rem;
    left: 50%;
    margin-left: -33.8rem; }
  .show-share-box .share-ico {
    width: 2.8rem;
    height: 2.8rem;
    line-height: 2.8rem;
    text-align: center;
    color: #AAAAAA;
    background-image: url("/static/images/ynzyy/share.png");
    background-size: contain;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.5rem; }
    .show-share-box .share-ico.close {
      background-image: url("/static/images/ynzyy/share_close.png");
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-size: contain;
    width: 2.8rem;
    height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.7rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 1.2rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-image: url("/static/images/ynzyy/link.png"); }
    .show-share-box .share-container .share-btn.qr-btn {
      background-image: url("/static/images/ynzyy/qr-code.png"); }
    .show-share-box .share-container .share-btn.print-btn {
      background-image: url("/static/images/ynzyy/print.png"); }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15rem;
    background-color: #335C4E;
    background-position: bottom; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15rem-3rem;
    line-height: 15rem-3rem;
    color: #fff;
    font-size: 0;
    box-sizing: border-box; }
    .dm-second-nav-wrap h1.text-right {
      text-align: right; }
    .dm-second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15rem-3rem; }
    .dm-second-nav-wrap h1 p {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      line-height: 1; }
    .dm-second-nav-wrap h1 span {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
      .dm-second-nav-wrap h1 span + span {
        margin-left: 1.2rem; }
  .dm-second-nav-wrap .second-nav-list {
    position: relative; }
    .dm-second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .dm-second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .dm-second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .dm-second-nav-wrap .second-nav-list ul li:hover a {
          color: #4FA27A; }
        .dm-second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .dm-second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #DBCA7B; }

@media (max-width: 1200px) {
  .dm-second-nav-wrap {
    min-width: 960px; }

  .dm-second-nav-wrap h1 p {
    font-size: 32px; }

  .dm-second-nav-wrap h1 span {
    font-size: 14px; } }
@media (max-width: 960px) {
  .dm-second-nav-wrap {
    min-width: 720px; }

  .dm-second-nav-wrap .second-nav {
    min-height: 160px; }

  .dm-second-nav-wrap h1 {
    padding: 42px 0 38px; }

  .dm-second-nav-wrap h1 p {
    font-size: 18px;
    margin-bottom: 25px; }

  .dm-second-nav-wrap h1 span {
    font-size: 12px; } }
@media (max-width: 720px) {
  .dm-second-nav-wrap {
    min-width: 360px; } }
.special-header001 {
  border-top: 1rem solid #335C4E; }
  .special-header001 .logo-row {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .special-header001 .logo-row .left-logo {
      display: flex;
      align-items: center; }
      .special-header001 .logo-row .left-logo a.logo-img {
        height: 3.5rem;
        display: inline-block; }
        .special-header001 .logo-row .left-logo a.logo-img img {
          height: 100%; }
      .special-header001 .logo-row .left-logo .dep-tit {
        display: inline-block;
        font-size: 1.2rem;
        color: #333;
        margin-left: 1rem;
        position: relative; }
        .special-header001 .logo-row .left-logo .dep-tit:before {
          content: '';
          display: block;
          position: absolute;
          height: 2.5rem;
          width: 1px;
          left: -0.5rem;
          top: -0.4rem;
          background-color: #D7D7D7; }
    .special-header001 .logo-row .right-logo {
      display: flex;
      align-items: center; }
      .special-header001 .logo-row .right-logo a.gohome-bar {
        display: inline-block;
        height: 2rem;
        width: 7rem;
        text-align: center;
        line-height: 1.9rem;
        background-color: #fff;
        border-radius: 4px;
        color: #335C4E;
        border: 1px solid #335C4E;
        box-sizing: border-box;
        font-size: 14px; }
        .special-header001 .logo-row .right-logo a.gohome-bar i {
          margin-right: 0.5rem;
          font-size: 16px; }
        .special-header001 .logo-row .right-logo a.gohome-bar:hover {
          background-color: #335C4E;
          color: #fff; }
      .special-header001 .logo-row .right-logo a.menu {
        color: #335C4E;
        display: none;
        margin-left: 10px; }
        .special-header001 .logo-row .right-logo a.menu i {
          font-size: 30px; }
  .special-header001 .special-banner {
    height: 20rem;
    width: 100%;
    background-size: cover;
    background-position: center; }
  .special-header001 .nav {
    height: 3rem;
    background: linear-gradient(to right, #B54646, #992929); }
    .special-header001 .nav .nav-ul {
      display: flex;
      justify-content: center; }
      .special-header001 .nav .nav-ul li {
        height: 3rem; }
        .special-header001 .nav .nav-ul li a {
          color: #F6CDCD;
          line-height: 3rem;
          font-size: 0.8rem; }
      .special-header001 .nav .nav-ul li + li {
        margin-left: 2.25rem; }
      .special-header001 .nav .nav-ul li.cur a {
        color: #fff;
        font-weight: bold; }

@media (max-width: 1200px) {
  .special-header001 .logo-row .left-logo .dep-tit {
    font-size: 24px; }

  .special-header001 .nav ul li {
    font-size: 16px; }

  .special-header001 .logo-row .right-logo a.gohome-bar,
  .special-header001 .logo-row .right-logo a.gohome-bar i {
    font-size: 12px; } }
@media (max-width: 960px) {
  .special-header001 .logo-row .left-logo .dep-tit {
    display: none; }

  .special-header001 .nav {
    height: 40px; }

  .special-header001 .nav .nav-ul {
    justify-content: space-between; }

  .special-header001 .nav .nav-ul li {
    height: 40px; }

  .special-header001 .nav .nav-ul li a {
    line-height: 40px; }

  .special-header001 .nav .nav-ul li + li {
    margin-left: 0; }

  .special-header001 .special-banner {
    height: 21.333vw; }

  .special-header001 .logo-row .right-logo a.menu {
    display: inline-block; }

  .special-header001 .logo-row {
    height: 40px; }

  .special-header001 .logo-row .left-logo a.logo-img {
    height: 24px;
    width: auto; }

  .special-header001 .logo-row .right-logo a.gohome-bar {
    width: 84px;
    height: 24px;
    line-height: 24px; }

  .special-header001 .logo-row .right-logo a.gohome-bar:hover {
    background-color: #fff;
    color: #335C4E; } }
.party-special-index001 .party-slider-list {
  overflow: hidden;
  position: relative;
  height: 24.8rem;
  width: 100%; }
  .party-special-index001 .party-slider-list .inner-layout {
    position: relative;
    z-index: 1; }
  .party-special-index001 .party-slider-list .cc-bg {
    display: none;
    position: absolute;
    bottom: 0;
    width: 100%; }
  .party-special-index001 .party-slider-list .slider-text-box {
    height: 15rem;
    width: 100%; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-slider {
      height: 15rem;
      width: 29rem; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider img {
        height: 15rem;
        width: 29rem; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots {
        text-align: right;
        bottom: 1.25rem;
        right: 1.25rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li button:before {
          font-size: 1rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li.slick-active button:before {
          color: #ac2020;
          opacity: 1; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item {
        position: relative; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask {
          position: absolute;
          display: none;
          bottom: 0;
          height: 64.5%;
          width: 100%;
          z-index: 1;
          background: linear-gradient(to top, rgba(2, 2, 2, 0.7), rgba(0, 0, 0, 0)); }
          .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item {
            position: absolute;
            bottom: 30px;
            padding: 0 30px; }
            .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item p {
              line-height: 22px;
              max-height: 44px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              height: 44px; }
              .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item p a {
                font-size: 14px;
                color: #fff; }
            .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask .inner-special-news-item span {
              font-size: 13px;
              color: #fff; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-text {
      height: 15rem;
      width: 29.5rem;
      display: flex;
      justify-content: space-between;
      align-content: space-between;
      flex-wrap: wrap; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item {
        height: 7.25rem;
        width: 14.5rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1.9rem 1.2rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item p {
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          font-size: 14px;
          color: #333333;
          margin-bottom: 0.5rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item span {
          font-size: 13px;
          color: #B2B2B2; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item {
        background-color: #ac2020; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item p {
          color: #fff; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item span {
          color: #fff; }
  .party-special-index001 .party-slider-list .party-slider-list-bg {
    background-image: url("/static/images/special/bg_fill.jpg");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .party-special-index001 .party-slider-list .party-slider-list-bg .inner-party-slider-list-bg {
      background-image: url("/static/images/special/party_spe_news_bg.png");
      background-size: 100% auto;
      background-repeat: no-repeat;
      height: 100%;
      width: 100%; }
.party-special-index001 .party-news-outcontainer {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem; }
  .party-special-index001 .party-news-outcontainer .bg-img {
    opacity: 0.15;
    height: 22.1rem;
    width: 29.7rem;
    position: absolute;
    left: 0;
    bottom: 0; }
  .party-special-index001 .party-news-outcontainer .party-news-list {
    display: flex;
    justify-content: space-between; }
    .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item {
      position: relative;
      height: 14rem;
      width: 14rem;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.news-img {
        height: 9rem;
        width: 100%;
        display: block; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.item-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 7.2rem;
        width: 9.65rem;
        opacity: 0.4; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text {
        box-sizing: border-box;
        width: 100%;
        padding: 1rem 1rem; }
        .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text p a {
          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;
          font-size: 14px;
          color: #606060; }
        .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text span {
          font-size: 13px;
          color: #B2B2B2; }
        .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text p:hover a {
          color: #ac2020; }
  .party-special-index001 .party-news-outcontainer .link-list-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3rem; }
    .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col {
      width: 29rem; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link {
        background-image: url("/static/images/special/banner_zszc.jpg");
        height: 3.5rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link p {
          color: #fff;
          font-size: 14px; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link p u {
            color: #DF8080; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list {
        height: 3.5rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item {
          width: 9.5rem;
          height: 3.5rem;
          box-shadow: 0 0 19px #D9D9D9;
          box-sizing: border-box;
          padding: 0 1rem;
          position: relative; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a {
            display: flex;
            height: 100%;
            justify-content: space-between;
            align-items: center;
            position: relative;
            z-index: 1; }
            .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a p {
              width: 6.25rem;
              font-size: 14px;
              color: #ac2020;
              line-height: 16px;
              max-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a i {
              font-size: 14px;
              color: #ac2020; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item i.xiangyun {
            font-size: 2.5rem;
            color: #F9F0F0;
            position: absolute;
            left: 0;
            bottom: 5px; }

.party-special-tit {
  margin: 3rem 0 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .party-special-tit h2.party-special-title {
    color: #AC2020;
    font-size: 1.3rem; }
    .party-special-tit h2.party-special-title i {
      font-size: 1.3rem;
      font-weight: normal; }
  .party-special-tit a.party-special-more {
    display: block;
    height: 1.3rem;
    width: 4.5rem;
    border: 1px solid #ac2020;
    border-radius: 1.3rem;
    line-height: 1.3rem;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    color: #AC2020; }

@media (max-width: 960px) {
  .party-special-tit {
    margin: 30px 0 20px; }

  .party-special-index001 .party-slider-list {
    height: auto; }

  .party-special-index001 .party-slider-list .cc-bg {
    display: block; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider {
    width: 96vw;
    height: 49.6vw;
    margin-bottom: 10px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .special-news-item .special-news-mask {
    display: block; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider img {
    width: 96vw;
    height: 49.6vw;
    border-radius: 6px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots {
    bottom: 15px;
    right: 5px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity: 1; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-text {
    height: auto;
    width: 100%;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    margin-bottom: 10px; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-text .special-news-item {
    width: 100%;
    height: 85px;
    padding: 14px 24px 0;
    background-color: inherit; }

  .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item {
    background-color: inherit; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item p {
      color: #333; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-text a.cur .special-news-item span {
      color: #B2B2B2; }

  .party-special-index001 .party-news-outcontainer .bg-img {
    display: none; }

  .party-special-index001 .party-news-outcontainer .party-news-list {
    flex-direction: column; }
    .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item {
      width: 100%;
      height: 80px;
      margin-bottom: 9px;
      display: flex;
      align-items: center;
      box-sizing: border-box;
      padding: 10px;
      border-radius: 5px; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item .party-news-item-text {
        padding: 0; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.news-img {
        height: 60px;
        width: 110px;
        flex: none;
        margin-right: 10px; }
      .party-special-index001 .party-news-outcontainer .party-news-list .party-news-list-item img.item-bg {
        right: 0;
        top: 0;
        left: unset;
        height: 80px;
        width: 110px;
        transform: rotateY(180deg); }

  .party-special-index001 .party-news-outcontainer .link-list-box {
    flex-direction: column; }
    .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col {
      width: 100%; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-cat-link {
        height: 18.666vw;
        background-size: cover; }
      .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list {
        height: 80px;
        justify-content: flex-start;
        overflow-x: auto;
        overflow-y: hidden;
        align-items: center; }
        .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item {
          flex: none;
          margin-right: 10px; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a i {
            display: none; }
          .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col .party-news-link-list .party-news-link-item a p {
            width: 100%; } }
.site-error-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 800px;
  height: 665px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f; }

.footer {
  min-width: 1360px;
  background-color: #4F4F4F; }
  .footer .links {
    position: relative;
    min-height: 3rem;
    line-height: 3rem;
    background-color: #6E6E6E; }
    .footer .links .linklist li {
      float: left; }
      .footer .links .linklist li + li {
        margin-left: 30px; }
      .footer .links .linklist li > a {
        display: block;
        color: #fff;
        font-family: Î¢ÈíÑÅºÚ, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px; }
        .footer .links .linklist li > a:hover {
          color: #4FA27A; }
    .footer .links .linklist li.active {
      border-bottom: 4px solid #F59A23; }
      .footer .links .linklist li.active a {
        font-family: "Î¢ÈíÑÅºÚ Bold", "Î¢ÈíÑÅºÚ Regular", Î¢ÈíÑÅºÚ, sans-serif;
        font-weight: 700; }
      .footer .links .linklist li.active > a:after {
        transform: rotate(45deg) !important; }
    .footer .links a.more-link {
      font-size: 0.7rem;
      color: #fff; }
      .footer .links a.more-link:after {
        content: "\e669";
        font-family: "iconfont";
        position: relative;
        display: inline-block;
        width: 25px;
        text-align: center;
        transition: all 0.2s;
        color: #A49887; }
      .footer .links a.more-link.active:after {
        transform: rotate(45deg) !important; }
    .footer .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 20px 0;
      background-color: #349191;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: Î¢ÈíÑÅºÚ, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6); }
        .footer .links .link-nav a + a {
          margin-left: 40px; }
        .footer .links .link-nav a:hover {
          color: #fff;
          background-color: #424242; }
    .footer .links .share-box {
      height: 3rem;
      display: flex;
      align-items: center; }
      .footer .links .share-box a.print {
        display: block;
        width: 1.6rem;
        height: 1.6rem;
        background-color: rgba(2, 167, 240, 0.96);
        border-radius: 0.2rem;
        text-align: center;
        line-height: 1.6rem;
        margin-left: 0.5rem; }
        .footer .links .share-box a.print i {
          color: #fff;
          font-size: 1rem; }
  .footer .footer-info {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    min-height: 279px; }
    .footer .footer-info .left-info {
      overflow: hidden; }
      .footer .footer-info .left-info a.institution-logo {
        display: block;
        float: left; }
        .footer .footer-info .left-info a.institution-logo img {
          display: block;
          width: 90px; }
      .footer .footer-info .left-info .site-info {
        margin-left: 20px; }
        .footer .footer-info .left-info .site-info p {
          color: #fff;
          font-size: 14px;
          line-height: 28px; }
          .footer .footer-info .left-info .site-info p a {
            color: #fff; }
            .footer .footer-info .left-info .site-info p a:hover {
              color: #cfb36d; }
          .footer .footer-info .left-info .site-info p u {
            color: #c4c4c4; }
    .footer .footer-info .address-left {
      margin-top: 1rem; }
      .footer .footer-info .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .address-left p a {
          color: #fff; }
    .footer .footer-info .right-info {
      width: 750px;
      color: #fff; }
      .footer .footer-info .right-info .footer-columns {
        float: left; }
        .footer .footer-info .right-info .footer-columns ul {
          float: left; }
          .footer .footer-info .right-info .footer-columns ul li {
            font-family: Î¢ÈíÑÅºÚ, sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 16px; }
            .footer .footer-info .right-info .footer-columns ul li a {
              color: rgba(255, 255, 255, 0.6); }
              .footer .footer-info .right-info .footer-columns ul li a:hover {
                color: #fff; }
        .footer .footer-info .right-info .footer-columns ul + ul {
          margin-left: 40px; }
      .footer .footer-info .right-info .qr-code {
        float: right;
        width: 15.5rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end; }
        .footer .footer-info .right-info .qr-code .qr-item {
          margin: 0 0 0.5rem 0.5rem;
          width: 4.5rem;
          height: 4.5rem;
          border-radius: 0.4rem;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer .footer-info .right-info .qr-code .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 0.5rem; }
          .footer .footer-info .right-info .qr-code .qr-item > span {
            font-size: 0.7rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .qr-code .qr-item .img-wrap {
            display: none;
            position: absolute;
            top: 5rem;
            left: 50%;
            margin-left: -2.75rem;
            width: 5.5rem;
            height: 6.75rem;
            background-color: #fff;
            border-radius: 0.2rem;
            box-sizing: border-box;
            padding-top: 0.5rem;
            font-size: 0;
            flex-direction: column;
            align-items: center; }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 0.5rem solid transparent;
              border-bottom-color: #fff;
              position: absolute;
              top: -1rem;
              left: 50%;
              transform: translateX(-50%); }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap img {
              width: 5rem;
              height: 5rem;
              margin-bottom: 0.15rem; }
            .footer .footer-info .right-info .qr-code .qr-item .img-wrap span {
              font-size: 12px;
              line-height: 1;
              color: #333333; }
          .footer .footer-info .right-info .qr-code .qr-item + a.qr i {
            color: #D5513F; }
          .footer .footer-info .right-info .qr-code .qr-item:hover .img-wrap {
            animation: popFadeIn .5S;
            display: flex; }
        .footer .footer-info .right-info .qr-code > a {
          display: block;
          float: right;
          width: 4.5rem;
          color: #fff;
          text-align: center;
          margin-left: 10px; }
          .footer .footer-info .right-info .qr-code > a img {
            display: block;
            width: 4.5rem;
            height: 4.5rem;
            margin-bottom: 6px; }
          .footer .footer-info .right-info .qr-code > a span {
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
    .footer .footer-info .footer-info-bottom {
      padding-top: 40px; }
      .footer .footer-info .footer-info-bottom .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .footer-info-bottom .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .footer-info-bottom .address-left p a {
          color: #fff; }
      .footer .footer-info .footer-info-bottom .qr-code {
        width: 330px; }
        .footer .footer-info .footer-info-bottom .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer .footer-info .footer-info-bottom .qr-code a img {
            display: block;
            width: 90px;
            height: 90px;
            margin-bottom: 6px; }
          .footer .footer-info .footer-info-bottom .qr-code a span {
            display: block;
            max-height: 40px;
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
  .footer .footlinks > .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
  .footer .footlinks .share-box {
    font-size: 0; }
    .footer .footlinks .share-box span {
      font-family: Î¢ÈíÑÅºÚ, sans-serif;
      font-weight: 400;
      font-style: normal;
      color: white;
      font-size: 0.7rem; }
    .footer .footlinks .share-box .share-btn {
      display: inline-block;
      width: 1.6rem;
      height: 1.6rem;
      text-align: center;
      line-height: 1.6rem;
      border-radius: 4px;
      background-color: rgba(255, 255, 255, 0.15); }
      .footer .footlinks .share-box .share-btn i {
        font-size: 0.8rem;
        color: #fff; }
      .footer .footlinks .share-box .share-btn + .share-btn {
        margin-left: 0.5rem; }
  .footer .footlinks .footlinks-item a {
    position: relative;
    float: left;
    color: #fff; }
    .footer .footlinks .footlinks-item a:hover {
      color: #cfb36d; }
    .footer .footlinks .footlinks-item a + a {
      margin-left: 40px; }
      .footer .footlinks .footlinks-item a + a:before {
        content: '';
        display: block;
        position: absolute;
        left: -20px;
        top: 22px;
        width: 1px;
        height: 16px;
        background-color: #fcfcfc; }
  .footer .footlinks .right-author {
    color: #c4c4c4;
    font-size: 14px; }
    .footer .footlinks .right-author a {
      color: #fff; }
      .footer .footlinks .right-author a:hover {
        color: #cfb36d; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3001;
  width: 80px;
  opacity: 1; }
  .aside-s-001 > img {
    width: 4rem;
    line-height: 2rem;
    height: 2rem; }
    .aside-s-001 > img.next {
      transform: rotateX(180deg); }
  .aside-s-001 a {
    width: 4rem;
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #F2EEE7;
    color: #333333;
    font-size: 0;
    transition: all 0.5s;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    border: 2px solid #A49887;
    position: relative; }
    .aside-s-001 a i {
      font-size: 1.5rem;
      color: #A49887; }
    .aside-s-001 a .svg {
      width: 2.5rem;
      height: 2.5rem;
      z-index: 1; }
      .aside-s-001 a .svg #svg0 .cls-1, .aside-s-001 a .svg #svg0 .cls-2 {
        fill: none;
        stroke: #A49887;
        stroke-linejoin: round;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg0 .cls-2 {
        stroke-linecap: round; }
      .aside-s-001 a .svg #svg1 .cls-1, .aside-s-001 a .svg #svg1 .cls-2, .aside-s-001 a .svg #svg1 .cls-3 {
        fill: none;
        stroke: #A49887;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg1 .cls-1, .aside-s-001 a .svg #svg1 .cls-2 {
        stroke-miterlimit: 10; }
      .aside-s-001 a .svg #svg1 .cls-2, .aside-s-001 a .svg #svg1 .cls-3 {
        stroke-linecap: round; }
      .aside-s-001 a .svg #svg1 .cls-3 {
        stroke-linejoin: round; }
      .aside-s-001 a .svg #svg2 .cls-1 {
        fill: none;
        stroke: #A49887;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg3 .cls-1, .aside-s-001 a .svg #svg3 .cls-2 {
        fill: none;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg3 .cls-1 {
        stroke: #A49887;
        stroke-miterlimit: 10; }
      .aside-s-001 a .svg #svg3 .cls-2 {
        stroke: #A49887;
        stroke-linecap: round;
        stroke-linejoin: round; }
      .aside-s-001 a .svg #svg4 .cls-1 {
        fill: none;
        stroke: #A49887;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg5 .cls-1, .aside-s-001 a .svg #svg5 .cls-2 {
        fill: none;
        stroke: #A49887;
        stroke-width: 8px; }
      .aside-s-001 a .svg #svg5 .cls-1 {
        stroke-miterlimit: 10; }
      .aside-s-001 a .svg #svg5 .cls-2 {
        stroke-linecap: round;
        stroke-linejoin: round; }
    .aside-s-001 a span {
      font-size: 0.9rem;
      line-height: 1.2rem;
      display: none;
      color: #fff;
      width: 1.8rem; }
    .aside-s-001 a:hover {
      background-color: #335C4E; }
      .aside-s-001 a:hover .svg {
        display: none; }
      .aside-s-001 a:hover span {
        display: block; }
  .aside-s-001.show-aside {
    opacity: 1 !important; }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 7.5rem;
  left: 0;
  height: 7.9rem;
  width: 14rem; }
  .float-win li {
    padding: 5px 0; }
    .float-win li .float-img {
      display: inline-block;
      position: relative; }
      .float-win li .float-img img {
        height: 7.9rem;
        width: 14rem; }
      .float-win li .float-img .close {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        opacity: 0.5; }

.share-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 24rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.9rem;
      font-weight: bold;
      height: 2.9rem;
      box-sizing: border-box;
      padding: 1rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.8rem;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.5rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box, .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.7rem;
        box-sizing: border-box;
        height: 1.6rem;
        width: 3rem;
        background-color: #4D99F2;
        border-radius: 0.2rem;
        line-height: 1.6rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.5rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }

@media (max-width: 1440px) {
  .footer {
    min-width: 1200px; }

  .footer .footer-info .left-info a.institution-logo img {
    width: 59px; }

  .footer .footer-info .right-info .footer-nav {
    zoom: 0.8; }

  .footer .footer-info .left-info .site-info p {
    font-size: 12px; }

  .footer .footer-info .footer-info-bottom .qr-code a {
    zoom: 0.8; } }
@media (max-width: 1200px) {
  .footer {
    min-width: 960px; }

  .footer .footer-info .right-info {
    width: 620px; }

  .footer .footer-info .right-info .footer-columns ul + ul {
    margin-left: 20px; }

  .aside-s-001 {
    display: none; }

  .footer .footer-info .left-info-content {
    width: 320px; }

  .footer .footer-info .left-info .site-info {
    width: calc(100% - 79px); } }
@media (max-width: 960px) {
  .footer {
    min-width: 720px; }

  .footer .footer-info .right-info .footer-columns {
    display: none; }

  .footer .footer-info .footer-info-top,
  .footer .footer-info .footer-info-bottom {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .footer .footer-info .right-info,
  .footer .footer-info .footer-info-bottom .qr-code {
    width: auto; }

  .footer .footer-info .left-info-content {
    width: auto; }

  .footer .footer-info .left-info {
    margin-bottom: 10px;
    display: flex;
    justify-content: center; }
    .footer .footer-info .left-info .site-info {
      width: calc(100% - 130px);
      margin-left: 10px; }

  .footer .footer-info .footer-info-bottom .address-left {
    text-align: center;
    margin-bottom: 10px; }

  .link-site-mask {
    padding: 0 15px;
    box-sizing: border-box; }
    .link-site-mask .link-site-box {
      width: calc(100% - 30px); }

  .footer .footlinks .right-author {
    font-size: 12px;
    float: none !important;
    text-align: center; }

  .footer .footer-info .right-info .qr-code {
    justify-content: center; }

  .footer .footlinks .share-box {
    display: none; }

  .footer .footlinks > .layout {
    justify-content: flex-end; }

  .footer .footer-info .address-left {
    text-align: center;
    margin-bottom: 10px; } }
@media (max-width: 720px) {
  .footer {
    min-width: 360px; } }
.footer003 {
  background-color: #4F4F4F;
  z-index: 1;
  position: relative; }
  .footer003 .links {
    max-height: 3rem;
    overflow: hidden;
    transition: max-height 0.5s;
    background-color: #6E6E6E; }
    .footer003 .links .layout {
      position: relative; }
      .footer003 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer003 .links .layout ul li {
          font-size: 0.7rem;
          line-height: 3rem;
          height: 3rem;
          flex-shrink: 0; }
          .footer003 .links .layout ul li + li {
            margin-right: 2rem; }
          .footer003 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 1rem; }
          .footer003 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer003 .links .layout a.link-more, .footer003 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 1.05rem;
        display: none;
        align-items: center; }
        .footer003 .links .layout a.link-more span, .footer003 .links .layout a.more-link span {
          font-size: 0.7rem;
          color: #fff;
          line-height: 1; }
        .footer003 .links .layout a.link-more i, .footer003 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.7rem;
          margin-left: 0.4rem;
          transition: all 0.3s; }
        .footer003 .links .layout a.link-more.active i, .footer003 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer003 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer003 .links.show-more .layout .link-more {
      display: flex; }
    .footer003 .links.open {
      max-height: 240px; }
      .footer003 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer003 .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 10px 0;
      background-color: #336667;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer003 .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: Î¢ÈíÑÅºÚ, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 20px; }
  .footer003 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer003 .footer-info .inner-footer-info {
      padding-top: 2.5rem;
      padding-bottom: 2rem;
      display: flex;
      justify-content: space-between; }
      .footer003 .footer-info .inner-footer-info .info-item {
        width: 430px; }
      .footer003 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer003 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 1rem; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 3.7rem;
          height: 4.5rem;
          margin-right: 1rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul {
          padding-top: 0.5rem; }
          .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
            font-size: 14px;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.7rem; }
            .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
              color: #fff; }
      .footer003 .footer-info .inner-footer-info .address-phone ul {
        padding-top: 0.45rem; }
        .footer003 .footer-info .inner-footer-info .address-phone ul li {
          font-size: 14px;
          line-height: 1;
          color: #fff;
          margin-bottom: 0.7rem; }
          .footer003 .footer-info .inner-footer-info .address-phone ul li span {
            color: rgba(255, 255, 255, 0.5); }
          .footer003 .footer-info .inner-footer-info .address-phone ul li a {
            color: #fff; }
      .footer003 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-right: -0.5rem; }
        .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
          margin: 0 0.5rem 0.5rem 0;
          width: 4rem;
          height: 4rem;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item i {
            font-size: 40px;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 8px; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item .svg {
            width: 3rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.5rem;
            margin-bottom: -0.3rem; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item > span {
            font-size: 14px;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            text-align: center; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap {
            display: none;
            position: absolute;
            bottom: 4.9rem;
            left: 50%;
            margin-left: -70px;
            width: 140px;
            background-color: #fff;
            border-radius: 4px;
            box-sizing: border-box;
            padding: 10px;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 1;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 10px solid transparent;
              border-top-color: #fff;
              position: absolute;
              bottom: -20px;
              left: 50%;
              transform: translateX(-50%); }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap img {
              width: 120px;
              height: 120px;
              margin-bottom: 10px; }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap span {
              font-size: 14px;
              line-height: 1;
              color: #333333; }
          .footer003 .footer-info .inner-footer-info .right-qr .qr-item:hover {
            background-color: #335C4E; }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item:hover > span {
              color: #fff; }
            .footer003 .footer-info .inner-footer-info .right-qr .qr-item:hover .img-wrap {
              animation: popFadeInUp .5S;
              display: flex; }
  .footer003 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 3rem;
    align-items: center; }
    .footer003 .bottom .layout .left-author {
      font-size: 0.7rem; }
      .footer003 .bottom .layout .left-author span {
        color: #fff; }
      .footer003 .bottom .layout .left-author a {
        color: #fff; }
        .footer003 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer003 .bottom .layout .share-box {
      font-size: 0; }
      .footer003 .bottom .layout .share-box span {
        font-family: Î¢ÈíÑÅºÚ, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.7rem; }
      .footer003 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.6rem;
        height: 1.6rem;
        text-align: center;
        line-height: 1.6rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer003 .bottom .layout .share-box .share-btn i {
          font-size: 1rem;
          color: #fff; }
        .footer003 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.5rem; }

@media (max-width: 1440px) {
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 19rem; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; } }
@media (max-width: 1280px) {
  .footer003 .links .layout a.link-more {
    top: 14px; }
  .footer003 .footer-info .inner-footer-info .info-item {
    width: 304px; }
  .footer003 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer003 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; }
  .footer003 .footer-info .inner-footer-info .right-qr .qr-item > span {
    display: none; } }
@media (max-width: 960px) {
  .footer003 .links {
    max-height: none; }
    .footer003 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer003 .links .layout ul li.link-item, .footer003 .links .layout ul li.tit u {
        display: none; }
      .footer003 .links .layout a.link-more {
        display: none !important; }
      .footer003 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer003 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer003 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer003 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer003 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer003 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer003 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px; }
    .footer003 .footer-info .inner-footer-info .address-phone {
      margin-top: 30px; }
      .footer003 .footer-info .inner-footer-info .address-phone ul {
        text-align: center;
        padding-top: 0; }
        .footer003 .footer-info .inner-footer-info .address-phone ul li {
          margin-bottom: 12px; }
          .footer003 .footer-info .inner-footer-info .address-phone ul li span {
            display: block;
            margin-bottom: 12px; }
    .footer003 .footer-info .inner-footer-info .right-qr {
      margin-top: 40px;
      justify-content: center;
      margin-right: 0; }
      .footer003 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer003 .bottom .layout {
    justify-content: center; }
    .footer003 .bottom .layout .share-box {
      display: none; } }
.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .show-content .share > span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2;
    line-height: 1.4rem; }
  .show-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .show-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 2;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .show-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .show-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .show-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .show-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .show-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .show-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.6rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #335C4E;
      border-color: #335C4E;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

.news-show {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 40rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show .list-item .content .news-title h1 a {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.6rem;
          color: #444;
          line-height: 2.4rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 1rem 0 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 1rem;
          margin-top: 1rem; }
      .news-show .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
        .news-show .list-item .content .news-content a:hover {
          color: #cfb36d; }
      .news-show .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #335C4E;
            margin-bottom: 0.15rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name, .news-show .list-item .related-expert ul li .doc-info .doc-job, .news-show .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.8rem;
            color: #335C4E;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 18rem; }
    .news-show .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.5rem;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.5rem;
          top: 0.5rem;
          width: 5.5rem;
          height: 4rem;
          overflow: hidden; }
          .news-show .news-right ul li .thumb img {
            display: block;
            width: 100%;
            height: 100%; }
        .news-show .news-right ul li p.title a {
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #444; }
        .news-show .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.5rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 6.5rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.5rem; }
    .images-show .images-info .img-title a {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.6rem;
      color: #333;
      line-height: 1.6rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 32rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 55.9rem;
      height: 100%;
      background-color: #fff;
      margin: 0 auto; }
      .images-show .images-info .img-display .img-box .inner-img-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        height: 32rem; }
      .images-show .images-info .img-display .img-box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
      .images-show .images-info .img-display .img-box .slick-list {
        height: 100%; }
      .images-show .images-info .img-display .img-box .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 3.5rem;
        font-size: 0.9rem;
        z-index: 1; }
        .images-show .images-info .img-display .img-box .slick-arrow.prev {
          left: 0; }
        .images-show .images-info .img-display .img-box .slick-arrow.next {
          right: 0; }
      .images-show .images-info .img-display .img-box.slick-slider {
        position: static; }
    .images-show .images-info .img-display .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 5.3rem;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3rem;
      font-size: 0.9rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.9rem;
    margin: 20px 0;
    line-height: 27px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .images-show .images-info .info {
    font-size: 0.7rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.5rem; }
  .images-show .images-info .img-slide {
    margin: 1.25rem 0 1.5rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.15rem;
      height: 3.8rem;
      box-sizing: border-box;
      overflow: hidden;
      cursor: pointer; }
      .images-show .images-info .img-slide .img-item img {
        width: 100%;
        height: 100%; }
      .images-show .images-info .img-slide .img-item + .img-item {
        margin-left: 0.075rem; }
      .images-show .images-info .img-slide .img-item:hover {
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
    .images-show .images-info .img-slide .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 1.1rem;
      height: 3.8rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.8rem;
      font-size: 0.6rem;
      z-index: 1; }
      .images-show .images-info .img-slide .slick-arrow.prev {
        left: 0; }
      .images-show .images-info .img-slide .slick-arrow.next {
        right: 0; }
.images-show .hot-images {
  margin-top: 1.6rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.5rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.1rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 19.25rem;
        margin-right: 1.1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 10.9rem;
          position: relative; }
          .images-show .hot-images .hot-images-content .img-list li .img img {
            width: 100%;
            height: 100%; }
          .images-show .hot-images .hot-images-content .img-list li .img .count {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 3rem;
            height: 2rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.7rem;
            text-align: center;
            line-height: 2rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.5rem 0;
          height: 2.7rem;
          color: #333;
          font-size: 0.9rem;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .images-show .hot-images .hot-images-content .img-list li .title:hover a {
            color: #4FA27A; }

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); }

  .news-show .list-item .content .news-content table {
    table-layout: auto;
    width: 100% !important; }
    .news-show .list-item .content .news-content table tr td p, .news-show .list-item .content .news-content table tr td span {
      white-space: pre-wrap; } }
.news-show003 {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show003 .list-item.has-right {
    width: 40rem; }
  .news-show003 .list-item {
    width: 100%; }
    .news-show003 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show003 .list-item .content .news-title {
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show003 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 12rem;
          height: 0.1rem;
          background-color: #335C4E;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show003 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem;
          text-align: center; }
        .news-show003 .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show003 .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .news-show003 .list-item .content .news-title h1 {
          text-align: center; }
          .news-show003 .list-item .content .news-title h1 a {
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.6rem;
            color: #444;
            line-height: 2.4rem; }
        .news-show003 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888; }
        .news-show003 .list-item .content .news-title span.time {
          margin: 1.5rem 0 0.5rem;
          display: inline-block; }
        .news-show003 .list-item .content .news-title span.comefrom {
          margin-left: 0.75rem; }
        .news-show003 .list-item .content .news-title .news-author {
          font-size: 0; }
          .news-show003 .list-item .content .news-title .news-author span {
            margin-right: 1rem;
            position: relative; }
            .news-show003 .list-item .content .news-title .news-author span + span:before {
              content: "|";
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              left: -0.5rem;
              top: 0;
              color: #D7D7D7; }
      .news-show003 .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show003 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show003 .list-item .content .news-content img {
          max-width: 100%;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
        .news-show003 .list-item .content .news-content table td {
          white-space: normal !important; }
      .news-show003 .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show003 .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show003 .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show003 .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show003 .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show003 .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show003 .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show003 .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show003 .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show003 .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show003 .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show003 .list-item .related-expert ul li .doc-info .depart {
            color: #335C4E;
            margin-bottom: 0.15rem; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show003 .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show003 .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name, .news-show003 .list-item .related-expert ul li .doc-info .doc-job, .news-show003 .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show003 .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show003 .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show003 .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show003 .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show003 .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.8rem;
            color: #335C4E;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show003 .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show003 .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show003 .news-right {
    width: 18rem; }
    .news-show003 .news-right a.column-tit {
      width: 100%;
      height: 48px;
      background-color: rgba(51, 92, 78, 0.12);
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 0 20px;
      transition: all 0.5s; }
      .news-show003 .news-right a.column-tit span {
        font-size: 24px; }
      .news-show003 .news-right a.column-tit i {
        color: #A49887;
        font-size: 1.5rem; }
      .news-show003 .news-right a.column-tit:hover {
        background-color: #335C4E;
        color: #fff; }
    .news-show003 .news-right ul {
      margin-top: 0.5rem;
      width: 100%; }
      .news-show003 .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show003 .news-right ul li:nth-child(4n+1) {
          background: url(/static/images/rnewsbg1.png) right no-repeat; }
        .news-show003 .news-right ul li:nth-child(4n+2) {
          background: url(/static/images/rnewsbg2.png) right 1px no-repeat; }
        .news-show003 .news-right ul li:nth-child(4n) {
          background: url(/static/images/rnewsbg3.png) right no-repeat; }
        .news-show003 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.8rem 1rem;
          position: relative; }
          .news-show003 .news-right ul li a:hover p.title {
            color: #4FA27A; }
        .news-show003 .news-right ul li p.title {
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #333333;
          transition: all 0.5s; }
        .news-show003 .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.8rem; }
  .news-show003 .share-position {
    position: absolute;
    top: 0; }
  .news-show003 .share-box {
    position: absolute;
    top: 0;
    left: -3.8rem;
    width: 2.8rem;
    z-index: 11; }
    .news-show003 .share-box.position {
      position: fixed;
      top: 7.3rem;
      left: 50%;
      margin-left: -33.8rem; }
    .news-show003 .share-box .share-ico {
      width: 2.8rem;
      height: 2.8rem;
      line-height: 2.8rem;
      text-align: center;
      color: #AAAAAA;
      background-image: url("/static/images/ynzyy/share.png");
      background-size: contain;
      cursor: pointer; }
      .news-show003 .share-box .share-ico i {
        font-size: 1.5rem; }
      .news-show003 .share-box .share-ico.close {
        background-image: url("/static/images/ynzyy/share_close.png");
        color: #fff; }
    .news-show003 .share-box .share-container .share-btn {
      display: block;
      background-size: contain;
      width: 2.8rem;
      height: 2.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .news-show003 .share-box .share-container .share-btn span {
        display: none;
        font-size: 0.7rem; }
      .news-show003 .share-box .share-container .share-btn i {
        font-size: 1.2rem;
        animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .news-show003 .share-box .share-container .share-btn:hover i {
        display: none; }
      .news-show003 .share-box .share-container .share-btn:hover span {
        display: inline-block;
        animation: showSpan 0.5s; }
      .news-show003 .share-box .share-container .share-btn.copy-btn {
        background-image: url("/static/images/ynzyy/link.png"); }
      .news-show003 .share-box .share-container .share-btn.qr-btn {
        background-image: url("/static/images/ynzyy/qr-code.png"); }
      .news-show003 .share-box .share-container .share-btn.print-btn {
        background-image: url("/static/images/ynzyy/print.png"); }

@media (max-width: 1200px) {
  .news-show003 {
    width: 960px; }

  .news-show003 .list-item.has-right {
    width: 640px; }

  .news-show003 .news-right {
    width: 288px; }

  .news-show003 .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show003 .list-item .left-tit {
    font-size: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show003 .news-right ul li a {
    padding: 12px 16px; }

  .news-show003 .news-right ul li p.title {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show003 .news-right ul li .time {
    font-size: 12px; }

  .news-show003 .news-right ul li {
    height: 90px; }

  .news-show003 .list-item .content {
    padding-bottom: 10px; }

  .news-show003 .share-position {
    position: static; }

  .news-show003 .share-box.position {
    margin-left: -480px; }

  .news-show003 .share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .news-show003 .share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .news-show003 .share-box .share-ico i {
        font-size: 18px; }
    .news-show003 .share-box .share-container {
      display: flex; }
      .news-show003 .share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .news-show003 .share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .news-show003 {
    display: inherit;
    width: 100%; }

  .news-show003 .list-item.has-right {
    width: 100%; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show003 .list-item .content .news-title span.time {
    margin: 20px 0 12px; }

  .news-show003 .list-item .content .news-title span {
    font-size: 12px; }

  .news-show003 .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show003 .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show003 .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show003 .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show003 .list-item .related-depart {
    margin-top: 20px; }

  .news-show003 .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show003 .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show003 .news-right {
    width: 100%;
    margin-top: 30px; }

  .news-show003 .news-right ul li {
    height: 80px; }

  .news-show003 .share-box.position {
    margin-left: 10px;
    left: 0; }

  .news-show003 .share-box .share-container .share-btn:hover i {
    display: block; }
  .news-show003 .share-box .share-container .share-btn:hover span {
    display: none; } }

/*# sourceMappingURL=special.css.map */
