@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !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; }

.pb80 {
  padding-bottom: 4rem !important; }

input, button, select {
  outline: 0;
  border: none; }

.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; }

textarea, input[type="text"], input[type="number"], input[type="password"], input[type="search"], select {
  padding: 0 0.5rem;
  line-height: 2rem;
  height: 2rem;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.7rem;
  background-image: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "iconfont";
  /* Project id 3569614 */
  src: url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
.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; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto; }

.inner-container {
  min-height: 20rem;
  overflow: hidden;
  background: url("../images/sdzyy/mzxx_bg1.png") no-repeat left top, url("../images/sdzyy/mzxx_bg2.png") no-repeat right bottom;
  background-size: 45%; }

.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 320px; }

.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 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: #5F929D; }
    .pager a.on {
      background-color: #5F929D;
      border-color: #5F929D;
      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: #61A4B4;
    cursor: pointer; }
    .pager button:hover {
      background-color: #5F929D; }
  .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%; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    margin: 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 */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

.login-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4); }
  .login-dialog .login-pop {
    background: #fff;
    border-top: 5px solid #EAB660;
    padding: 0.5rem 1.5rem;
    width: 15rem;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -9rem;
    margin-top: -12.5rem; }
    .login-dialog .login-pop .pop-tit {
      line-height: 2.5rem;
      font-size: 0.8rem;
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem; }
      .login-dialog .login-pop .pop-tit a {
        display: block;
        width: 50%;
        float: left;
        text-align: center; }
        .login-dialog .login-pop .pop-tit a.cur {
          border-bottom: 1px solid #50ACAF;
          margin-bottom: -1px;
          color: #50ACAF; }
    .login-dialog .login-pop .close {
      position: absolute;
      top: 0.25rem;
      right: 0.5rem; }
    .login-dialog .login-pop .login-form .ruifox-form-group {
      padding-bottom: 0;
      margin-bottom: 0.75rem; }
      .login-dialog .login-pop .login-form .ruifox-form-group .control {
        float: left;
        width: 100%; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control > span {
          position: absolute;
          top: 0.15rem;
          text-align: center;
          left: 0;
          width: 1.7rem;
          height: 1.7rem;
          z-index: 2;
          line-height: 1.7rem;
          color: #d5cccc; }
          .login-dialog .login-pop .login-form .ruifox-form-group .control > span i {
            font-size: 1.2rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .input {
          width: 100%;
          display: block;
          padding-left: 1.8rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .btn {
          width: 100%;
          font-size: 0.8rem;
          line-height: 2rem; }
    .login-dialog .login-pop .login-form p {
      padding: 0.25rem 0;
      overflow: hidden;
      font-size: 0.7rem; }
      .login-dialog .login-pop .login-form p.text-center {
        word-spacing: 1em;
        color: #999; }
    .login-dialog .login-pop .login-form a {
      color: #03a560; }

label, summary {
  cursor: default; }

.alert {
  padding: 0.4rem 1.75rem 0.4rem 0.7rem;
  margin-bottom: 1rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #c09853;
  font-size: 0.7rem;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 0.2rem;
  line-height: 1; }
  .alert.alert-danger, .alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }

.hidden {
  display: none; }

.text-center {
  text-align: center; }

.ruifox-form {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 2rem; }
  .ruifox-form input, .ruifox-form select, .ruifox-form button, .ruifox-form .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px; }
  .ruifox-form .btn {
    padding: 0 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2rem;
    height: 2rem;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 4rem; }
    .ruifox-form .btn.btn-primary {
      color: #fff;
      background-color: #03a560;
      border-color: #03a560;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
  .ruifox-form .label {
    text-align: right;
    vertical-align: middle;
    line-height: 2rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
  .ruifox-form .text-hidden {
    font-size: 0 !important; }

.ruifox-form-group {
  margin-bottom: 0.25rem;
  vertical-align: middle; }
  .ruifox-form-group .control {
    position: relative;
    font-size: 14px; }
    .ruifox-form-group .control textarea {
      min-height: 120px;
      resize: vertical; }
  .ruifox-form-group .nc-container {
    min-height: 2rem; }
    .ruifox-form-group .nc-container .nc_scale {
      height: 2rem; }
      .ruifox-form-group .nc-container .nc_scale span {
        box-sizing: border-box;
        width: 2rem;
        height: 2rem;
        line-height: 2rem; }
      .ruifox-form-group .nc-container .nc_scale .scale_text {
        line-height: 2rem; }

.ruifox-form-horizontal .ruifox-form-group {
  padding-bottom: 0;
  margin-bottom: 0.25rem; }
  .ruifox-form-horizontal .ruifox-form-group > .label {
    float: left;
    width: 16.66666667%;
    padding-right: 1.5rem; }
  .ruifox-form-horizontal .ruifox-form-group > .control {
    float: left;
    width: 58.33333333%; }
  .ruifox-form-horizontal .ruifox-form-group:after {
    clear: both;
    display: table;
    content: ""; }

.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15.25rem;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-position: bottom; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15.25rem-3rem;
    line-height: 15.25rem-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: 15.25rem-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: #AB6034; }
        .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: #FFA943; }

@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: 10px solid #EAB660; }
  .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 {
        width: 12.15rem;
        height: 2.5rem;
        display: inline-block; }
        .special-header001 .logo-row .left-logo a.logo-img img {
          width: 100%;
          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: #50ACAF;
        border: 1px solid #50ACAF;
        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: #50ACAF;
          color: #fff; }
      .special-header001 .logo-row .right-logo a.menu {
        color: #50ACAF;
        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: 16px; }
      .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: #50ACAF; } }
.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("../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("../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; }
  .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("../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: #555555; }
  .footer .links {
    position: relative;
    min-height: 50px;
    line-height: 50px;
    background-color: #7F7F7F; }
    .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.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 .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 20px 0;
      background-color: #333333;
      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: #484848; }
  .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); }
    .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 .right-info {
      width: 907px;
      color: #fff; }
      .footer .footer-info .right-info .footer-columns {
        float: left; }
        .footer .footer-info .right-info .footer-columns ul {
          float: left;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal; }
          .footer .footer-info .right-info .footer-columns ul .column-head {
            font-size: 16px;
            line-height: 16px; }
          .footer .footer-info .right-info .footer-columns ul li {
            font-size: 14px;
            line-height: 14px;
            margin-top: 16px; }
          .footer .footer-info .right-info .footer-columns ul a {
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .footer-columns ul a:hover {
            color: #fff; }
        .footer .footer-info .right-info .footer-columns ul + ul {
          margin-left: 40px; }
      .footer .footer-info .right-info .footer-nav {
        float: right;
        width: 310px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .footer .footer-info .right-info .footer-nav .nav-item {
          width: 90px;
          height: 90px;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          margin-bottom: 20px; }
          .footer .footer-info .right-info .footer-nav .nav-item a {
            display: inline-block;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 0.6);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .footer .footer-info .right-info .footer-nav .nav-item a span {
              font-size: 14px;
              display: block; }
            .footer .footer-info .right-info .footer-nav .nav-item a i {
              font-size: 40px;
              line-height: 40px; }
            .footer .footer-info .right-info .footer-nav .nav-item a:hover span {
              color: #fff; }
      .footer .footer-info .right-info .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .right-info .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .right-info .address-left p a {
          color: #fff; }
      .footer .footer-info .right-info .qr-code {
        width: 330px; }
        .footer .footer-info .right-info .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer .footer-info .right-info .qr-code a img {
            display: block;
            width: 90px;
            height: 90px;
            margin-bottom: 6px; }
          .footer .footer-info .right-info .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 .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 {
    height: 50px;
    line-height: 50px; }
    .footer .footlinks .footlinks-item a {
      position: relative;
      float: left;
      color: #fff;
      font-size: 0.7rem; }
      .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: 12px; }
      .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;
  top: 160px;
  z-index: 1001;
  width: 60px; }
  .aside-s-001 .aside-item {
    width: 60px;
    height: 180px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    writing-mode: vertical-lr;
    line-height: 60px;
    display: block; }
    .aside-s-001 .aside-item i.icon {
      position: absolute;
      font-size: 20px;
      line-height: 20px;
      z-index: 5;
      color: rgba(255, 255, 255, 0.5); }
      .aside-s-001 .aside-item i.icon.icon-lt {
        left: 0;
        top: 0;
        transform: rotateY(180deg); }
      .aside-s-001 .aside-item i.icon.icon-rt {
        right: 0;
        top: 0; }
      .aside-s-001 .aside-item i.icon.icon-lb {
        left: 0;
        bottom: 0;
        transform: rotate(180deg); }
      .aside-s-001 .aside-item i.icon.icon-rb {
        right: 0;
        bottom: 0;
        transform: rotateX(180deg); }
  .aside-s-001 .menu {
    position: absolute;
    width: 300px;
    right: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 2000; }
    .aside-s-001 .menu > ul {
      display: flex;
      width: 100%; }
      .aside-s-001 .menu > ul > li {
        height: 60px;
        width: 100%; }
        .aside-s-001 .menu > ul > li > a {
          height: 100%;
          line-height: 60px;
          box-sizing: border-box;
          color: #333333;
          width: 100%;
          writing-mode: horizontal-tb;
          padding-left: 40px;
          text-align: left;
          display: flex;
          align-items: center; }
          .aside-s-001 .menu > ul > li > a i {
            font-size: 24px;
            color: #EAB660;
            margin-right: 24px; }
          .aside-s-001 .menu > ul > li > a span {
            font-size: 18px;
            font-family: Arial;
            color: #333333; }
        .aside-s-001 .menu > ul > li:hover {
          background-color: #50ACAF; }
          .aside-s-001 .menu > ul > li:hover a span {
            color: #fff; }
            .aside-s-001 .menu > ul > li:hover a span i {
              color: #fff; }
  .aside-s-001 .aside-item01 {
    background-color: #79B0E1; }
    .aside-s-001 .aside-item01:hover .menu {
      display: block; }
  .aside-s-001 .aside-item02 {
    background-color: #50ACAF; }
  .aside-s-001 .aside-item03 {
    background-color: #EAB660; }
    .aside-s-001 .aside-item03 .menu {
      bottom: 0; }
    .aside-s-001 .aside-item03:hover .menu {
      display: block; }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 8rem;
  left: 0;
  height: 8.6rem;
  width: 20rem; }
  .float-win li .float-img {
    display: inline-block;
    position: relative; }
    .float-win li .float-img img {
      height: 8.6rem;
      width: 20rem;
      object-fit: cover; }
  .float-win .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 {
    width: 790px; }

  .footer .footer-info .right-info .footer-nav {
    zoom: 0.8; }

  .footer .footer-info .left-info .site-info p {
    font-size: 12px; }

  .footer .footer-info .right-info .qr-code a {
    zoom: 0.8; } }
@media (max-width: 1200px) {
  .footer {
    min-width: 960px; }

  .footer .footer-info .right-info {
    width: 590px; }

  .footer .footer-info .right-info .footer-columns ul + ul {
    margin-left: 20px; }

  .aside-s-001 {
    display: none !important; } }
@media (max-width: 960px) {
  .footer {
    min-width: 720px; }

  .footer .links {
    padding-left: 10px; }

  .footer .footer-info .right-info .footer-columns {
    display: none; }

  .footer .footer-info .footer-info-top,
  .footer .footer-info .right-info {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .footer .footer-info .right-info,
  .footer .footer-info .right-info .qr-code {
    width: auto; }

  .footer .footer-info .left-info {
    margin-bottom: 10px; }

  .footer .footer-info .right-info .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); } }
@media (max-width: 720px) {
  .footer {
    min-width: 360px; } }
.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.4rem;
    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: #50ACAF;
      border-color: #50ACAF;
      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;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 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%;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .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: #50ACAF;
            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: #50ACAF;
            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: #5F929D; }

.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%;
  display: inline-block;
  margin: 10px; }

.fox-video {
  min-height: 33.75rem;
  margin-top: 1.25rem; }

@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) {
  .fox-video {
    height: 60vw;
    min-height: 230px; }

  .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); } }
.special-header002 .top-img {
  height: 25rem;
  position: relative; }
  .special-header002 .top-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .special-header002 .top-img > img.m-img {
      display: none; }
  .special-header002 .top-img .top-mask {
    height: 5rem;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    left: 0; }
    .special-header002 .top-img .top-mask .header-layout {
      width: 1760px;
      margin: 0 auto; }
    .special-header002 .top-img .top-mask .logo-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      .special-header002 .top-img .top-mask .logo-row .logo {
        display: block;
        height: 3rem;
        z-index: 2024; }
        .special-header002 .top-img .top-mask .logo-row .logo img {
          height: 100%; }
      .special-header002 .top-img .top-mask .logo-row .goback {
        display: flex;
        width: 6.6rem;
        height: 2rem;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #fff;
        color: #fff;
        align-items: center;
        justify-content: center; }
        .special-header002 .top-img .top-mask .logo-row .goback i {
          margin-right: 0.5rem;
          font-size: 18px; }
        .special-header002 .top-img .top-mask .logo-row .goback span {
          font-size: 0.8rem; }
      .special-header002 .top-img .top-mask .logo-row .right-btn {
        display: flex;
        align-items: center; }
        .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu {
          position: relative;
          z-index: 2024;
          display: none;
          height: 14px;
          width: 17px;
          align-items: center;
          flex-direction: column;
          justify-content: space-between; }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu span {
            display: block;
            height: 2px;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transition: all 0.3s; }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu:before, .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu:after {
            content: '';
            display: block;
            height: 2px;
            width: 100%;
            border-radius: 0.2rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show:before {
            transform: rotate(45deg); }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show:after {
            transform: rotate(-45deg); }
          .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show span {
            opacity: 0; }
.special-header002 .nav {
  background-color: #E53B3B; }
  .special-header002 .nav .nav-ul {
    display: flex;
    justify-content: center; }
    .special-header002 .nav .nav-ul li {
      font-size: 0.9rem;
      margin: 0 2rem;
      line-height: 4rem; }
      .special-header002 .nav .nav-ul li a {
        color: #fff;
        position: relative; }
        .special-header002 .nav .nav-ul li a:after {
          content: '';
          width: 0;
          height: 4px;
          background-color: #FFDD00;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -0.9rem;
          transition: width 0.5s; }
      .special-header002 .nav .nav-ul li.cur {
        font-weight: bold; }
        .special-header002 .nav .nav-ul li.cur a:after {
          width: 100%; }
      .special-header002 .nav .nav-ul li:hover a:after {
        width: 100%; }

@media (max-width: 1760px) {
  .special-header002 .top-img .top-mask .header-layout {
    width: 1360px; } }
@media (max-width: 1440px) {
  .special-header002 .top-img .top-mask .header-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  .special-header002 .top-img .top-mask .header-layout {
    width: 960px; } }
@media (max-width: 960px) {
  .special-header002 .top-img {
    height: auto; }
    .special-header002 .top-img > img.pc-img {
      display: none; }
    .special-header002 .top-img > img.m-img {
      display: block; }
    .special-header002 .top-img .top-mask {
      height: 40px; }
      .special-header002 .top-img .top-mask .header-layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px; }
      .special-header002 .top-img .top-mask .logo-row .logo {
        height: 20px; }
      .special-header002 .top-img .top-mask .logo-row .goback {
        width: auto;
        border: none; }
        .special-header002 .top-img .top-mask .logo-row .goback span {
          display: none; }
      .special-header002 .top-img .top-mask .logo-row .right-btn a.m-menu {
        display: flex; }
  .special-header002 .nav {
    display: none; } }
.m-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 2023;
  background-color: #E53B3B; }
  .m-menu-container .menu-container {
    padding-top: 64px; }
    .m-menu-container .menu-container .menu-content .min-nav ul {
      width: 100%; }
      .m-menu-container .menu-container .menu-content .min-nav ul li {
        width: 100%; }
        .m-menu-container .menu-container .menu-content .min-nav ul li .min-nav-item {
          margin: 0 27px;
          height: 60px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.5);
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .m-menu-container .menu-container .menu-content .min-nav ul li .min-nav-item a {
            color: #fff;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 18px;
            line-height: 60px;
            flex: 1; }
          .m-menu-container .menu-container .menu-content .min-nav ul li .min-nav-item i {
            cursor: pointer;
            color: #fff;
            transition: all 0.3s; }
        .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav {
          display: none; }
          .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box {
            border-bottom: 1px solid rgba(255, 255, 255, 0.5);
            margin: 0 27px; }
            .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box a.second-nav {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 14px;
              line-height: 40px; }
            .m-menu-container .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box .min-three-nav a.min-three-nav-item {
              display: inline-block;
              font-size: 12px;
              color: #7F7F7F;
              margin: 14px 14px 20px 0; }
        .m-menu-container .menu-container .menu-content .min-nav ul li:first-child .min-nav-item {
          border-top: 1px solid rgba(255, 255, 255, 0.5); }
        .m-menu-container .menu-container .menu-content .min-nav ul li.active .min-nav-item i {
          transform: rotate(180deg); }

.category-special001 {
  padding-top: 4rem;
  padding-bottom: 5rem; }
  .category-special001 img {
    object-fit: cover; }
  .category-special001 h1.center-tit001 {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal; }
    .category-special001 h1.center-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1;
      margin-bottom: 1rem; }
    .category-special001 h1.center-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.center-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.center-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.center-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 h1.left-tit001 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal; }
    .category-special001 h1.left-tit001 a.tit {
      font-size: 1.6rem;
      color: #333333;
      line-height: 1; }
    .category-special001 h1.left-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.left-tit001 a.more span {
        font-size: 0.7rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.left-tit001 a.more i {
        font-size: 0.8rem;
        color: #E53B3B;
        margin-left: 0.5rem; }
      .category-special001 h1.left-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 .home-news001 .inner-news {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between; }
    .category-special001 .home-news001 .inner-news .left-news-list {
      padding: 0.5rem 0; }
      .category-special001 .home-news001 .inner-news .left-news-list .news-item {
        padding: 0.5rem 0;
        display: flex;
        justify-content: space-between;
        width: 33.5rem;
        height: 4.2rem;
        box-sizing: border-box;
        border-bottom: 1px solid #E4E4E4;
        position: relative; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:last-child {
          border-bottom: none; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
          font-size: 0.9rem;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 32px;
          max-height: 64px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-right: 1.5rem;
          z-index: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item span {
          font-size: 0.8rem;
          line-height: 2.2;
          color: #aaa;
          display: inline-block;
          z-index: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item .bg {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -0.5rem;
          right: -0.5rem;
          background-color: #E53B3B;
          opacity: 0;
          transition: opacity 0.3s; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:hover .bg {
          opacity: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:hover p {
          color: #fff;
          font-weight: bold; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item:hover span {
          color: #fff; }
    .category-special001 .home-news001 .inner-news .right-news-img {
      width: 30rem;
      height: 22.5rem;
      overflow: hidden; }
      .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
        display: block;
        width: 30rem;
        height: 22.5rem;
        overflow: hidden;
        position: relative; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img img {
          width: 100%;
          height: 100%; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask {
          width: 100%;
          height: 8rem;
          background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
          position: absolute;
          bottom: 0;
          box-sizing: border-box;
          padding: 2.5rem 1.5rem 0; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask p {
            font-size: 0.9rem;
            line-height: 27px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask .time {
            font-size: 0.8rem;
            line-height: 1;
            color: #fff;
            position: absolute;
            bottom: 1rem;
            left: 1.5rem; }
      .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow {
        position: absolute;
        width: 1.2rem;
        height: 1.2rem;
        line-height: 1.2rem;
        text-align: center;
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.9);
        background-color: rgba(0, 0, 0, 0.5);
        right: 1.5rem;
        bottom: 0.8rem;
        font-size: 12px;
        cursor: pointer; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.prev {
          right: 3.1rem;
          z-index: 1; }
  .category-special001 .home-news002 {
    padding-top: 4rem; }
    .category-special001 .home-news002 h1.center-tit001 {
      margin-bottom: 20px; }
    .category-special001 .home-news002 .inner-news {
      position: relative; }
      .category-special001 .home-news002 .inner-news .line {
        width: calc((100% - 7.9rem) / 2);
        height: 1px;
        background-color: #E4E4E4;
        position: absolute;
        bottom: 0.95rem; }
        .category-special001 .home-news002 .inner-news .line.prev {
          left: 0; }
        .category-special001 .home-news002 .inner-news .line.next {
          right: 0; }
        .category-special001 .home-news002 .inner-news .line.m-line {
          display: none; }
      .category-special001 .home-news002 .inner-news .news-slider {
        margin: -10px -0.675rem 0;
        padding-bottom: 1.7rem; }
        .category-special001 .home-news002 .inner-news .news-slider .news-item {
          margin: 10px 0.675rem;
          width: 16rem;
          height: 12rem;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          position: relative;
          background-color: #fff; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:after {
            content: "";
            width: 100%;
            height: 0.2rem;
            background-color: #AC3532;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: width 0.5s; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 1rem;
            position: relative; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info {
              overflow: hidden;
              height: 100%;
              font-size: 0; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .time {
                font-size: 0.8rem;
                line-height: 1;
                color: #AC3532;
                display: inline-block;
                opacity: 1;
                transition: opacity 0.5s, transform 0.5s; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info p {
                margin-top: 1rem;
                line-height: 27px;
                max-height: 81px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 0.9rem;
                color: #333;
                transition: transform 0.5s;
                transform: translateY(0);
                margin-bottom: 0.4rem; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .more {
                display: flex;
                align-items: center;
                color: #333;
                opacity: 0;
                transition: transform 0.5s,opacity 0.5s;
                transform: translateY(0);
                font-size: 0.7rem;
                position: absolute;
                left: 1rem;
                bottom: 0; }
                .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .more i {
                  margin-left: 2px;
                  font-size: 12px; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb {
            height: auto; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb .img {
              width: 100%;
              height: 9rem; }
              .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb .img img {
                width: 100%;
                height: 100%; }
@keyframes showLine {
  from {
    width: 0; }
  to {
    width: 100%; } }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover:after {
            animation: showLine 0.5s; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
            opacity: 0;
            transform: translateY(-1.8rem); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
            transform: translateY(-1.8rem); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
            transform: translateY(-1.8rem);
            opacity: 1; }
        .category-special001 .home-news002 .inner-news .news-slider .slick-arrow {
          position: absolute;
          width: 2rem;
          height: 2rem;
          font-size: 0.8rem;
          line-height: 2rem;
          text-align: center;
          color: #E53B3B;
          border: 1px solid #E53B3B;
          box-sizing: border-box;
          cursor: pointer;
          border-radius: 50%;
          bottom: 0; }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow.prev {
            right: 50%;
            transform: translateX(-5px); }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow.next {
            left: 50%;
            transform: translateX(5px); }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: #E53B3B;
            position: absolute;
            left: 0;
            top: 0;
            transform: scale(0);
            transition: transform 0.5s;
            z-index: -1; }
          .category-special001 .home-news002 .inner-news .news-slider .slick-arrow:hover {
            color: #fff;
            border: none; }
            .category-special001 .home-news002 .inner-news .news-slider .slick-arrow:hover:before {
              transform: scale(1); }
  .category-special001 .special-notice {
    padding-top: 4rem; }
    .category-special001 .special-notice .inner-notice {
      box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      box-sizing: border-box;
      padding: 2rem 2rem 1rem; }
      .category-special001 .special-notice .inner-notice ul {
        margin-top: 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .category-special001 .special-notice .inner-notice ul li {
          width: 30rem;
          padding: 1rem 0;
          border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
          .category-special001 .special-notice .inner-notice ul li:last-child, .category-special001 .special-notice .inner-notice ul li:nth-last-child(2) {
            border-bottom: none; }
          .category-special001 .special-notice .inner-notice ul li a {
            font-size: 0;
            display: block; }
            .category-special001 .special-notice .inner-notice ul li a .time {
              font-size: 0.8rem;
              line-height: 1;
              color: #AC3532;
              display: inline-block; }
            .category-special001 .special-notice .inner-notice ul li a p {
              margin-top: 0.5rem;
              font-size: 0.9rem;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              line-height: 27px;
              max-height: 54px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-special001 .special-notice .inner-notice ul li a:hover p, .category-special001 .special-notice .inner-notice ul li a:hover .time {
              color: #E53B3B; }
  .category-special001 .special-link {
    padding-top: 4rem; }
    .category-special001 .special-link h1.center-tit {
      text-align: center;
      font-weight: normal;
      font-size: 0; }
      .category-special001 .special-link h1.center-tit a.tit {
        font-size: 1.6rem;
        color: #333333;
        line-height: 1; }
    .category-special001 .special-link .inner-link ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0.5rem -1.325rem 0; }
      .category-special001 .special-link .inner-link ul li {
        margin: 1.5rem 1.325rem 0;
        width: 15rem; }
        .category-special001 .special-link .inner-link ul li a.img {
          display: block;
          width: 15rem;
          height: 8.5rem;
          overflow: hidden;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          margin-bottom: 0.5rem; }
          .category-special001 .special-link .inner-link ul li a.img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s; }
          .category-special001 .special-link .inner-link ul li a.img:hover img {
            transform: scale(1.1); }
        .category-special001 .special-link .inner-link ul li a.title {
          font-size: 0.9rem;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          line-height: 18px;
          max-height: 18px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          text-align: center; }

@media (max-width: 1440px) {
  .category-special001 .home-news001 .inner-news .left-news-list .news-item {
    width: 28.5rem;
    height: 3.8rem; }
    .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
      line-height: 28px;
      max-height: 56px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
  .category-special001 .home-news001 .inner-news .right-news-img {
    width: 27rem;
    height: 20.25rem; }
    .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
      width: 27rem;
      height: 20.25rem; }
  .category-special001 .special-notice .inner-notice ul li {
    width: 26rem; }
  .category-special001 .special-link .inner-link ul li {
    width: 13.0125rem; }
    .category-special001 .special-link .inner-link ul li a.img {
      width: 13.0125rem; } }
@media (max-width: 1200px) {
  .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .category-special001 {
    padding-top: 30px; }
    .category-special001 .layout {
      box-sizing: border-box;
      padding: 0 20px; }
    .category-special001 h1.center-tit001 a.tit {
      font-size: 18px;
      margin-bottom: 14px; }
    .category-special001 h1.center-tit001 a.more i {
      margin-left: 4px;
      font-size: 14px; }
    .category-special001 h1.left-tit001 a.tit {
      font-size: 18px; }
    .category-special001 h1.left-tit001 a.more i {
      margin-left: 4px;
      font-size: 14px; }
    .category-special001 .home-news001 .inner-news {
      flex-direction: column-reverse; }
      .category-special001 .home-news001 .inner-news .left-news-list {
        padding: 0; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item {
          width: 100%;
          padding: 20px 0;
          height: 90px; }
          .category-special001 .home-news001 .inner-news .left-news-list .news-item p {
            font-size: 16px;
            line-height: 24px;
            max-height: 48px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            margin-right: 20px; }
      .category-special001 .home-news001 .inner-news .right-news-img {
        width: 100%;
        height: 67vw; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
          width: 100%;
          height: 67vw; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask {
            height: 100px;
            padding: 20px 10px 0; }
            .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask p {
              font-size: 16px;
              line-height: 24px;
              max-height: 48px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .mask .time {
              left: 10px;
              bottom: 10px; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow {
          bottom: 50%;
          transform: translateY(10px);
          width: 30px;
          height: 30px;
          line-height: 30px; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.prev {
            left: 10px; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.next {
            right: 10px; }
    .category-special001 .home-news002 {
      padding-top: 30px; }
      .category-special001 .home-news002 .inner-news .line {
        top: 24px; }
        .category-special001 .home-news002 .inner-news .line.pc-line {
          display: none; }
        .category-special001 .home-news002 .inner-news .line.m-line {
          display: block; }
      .category-special001 .home-news002 .inner-news .news-slider {
        padding-bottom: 0;
        padding-top: 50px; }
        .category-special001 .home-news002 .inner-news .news-slider .news-item {
          height: 160px; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info {
            padding: 10px; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info p {
              font-size: 14px;
              line-height: 21px;
              max-height: 84px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 4;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-top: 10px; }
            .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info .inner-info .more {
              left: 10px; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item.hasthumb .img {
            height: 24vw; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .time {
            transform: translateY(-26px); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
            transform: translateY(-26px); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
            transform: translateY(-26px); }
        .category-special001 .home-news002 .inner-news .news-slider .slick-arrow {
          top: 10px;
          width: 30px;
          height: 30px;
          line-height: 30px; }
    .category-special001 .special-notice {
      padding: 20px 20px 0; }
      .category-special001 .special-notice .inner-notice {
        padding: 20px 20px 10px; }
        .category-special001 .special-notice .inner-notice ul {
          margin-top: 10px; }
          .category-special001 .special-notice .inner-notice ul li {
            width: 100%;
            padding: 10px 0; }
            .category-special001 .special-notice .inner-notice ul li:nth-last-child(2) {
              border-bottom: 1px solid rgba(201, 201, 201, 0.5); }
            .category-special001 .special-notice .inner-notice ul li a p {
              font-size: 16px;
              line-height: 21px;
              max-height: 42px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              margin-top: 10px; }
    .category-special001 .special-link {
      padding-top: 30px; }
      .category-special001 .special-link h1.center-tit a.tit {
        font-size: 18px; }
      .category-special001 .special-link .inner-link ul {
        margin: 0; }
        .category-special001 .special-link .inner-link ul li {
          margin: 10px 0 0;
          width: 100%; }
          .category-special001 .special-link .inner-link ul li a.img {
            width: 100%;
            height: 49vw; } }
.special-footer001 {
  background-color: #333333; }
  .special-footer001 p {
    font-size: 0.8rem;
    line-height: 100px;
    color: #fff;
    text-align: center; }
    .special-footer001 p u {
      color: #AAAAAA; }

.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: #50ACAF;
          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: 0 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 .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: #50ACAF;
            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: #50ACAF;
            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(80, 172, 175, 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 {
        font-size: 16px; }
      .news-show003 .news-right a.column-tit:hover {
        background-color: #50ACAF;
        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 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: #AB6034; }
        .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: 8.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-color: #E4E4E4;
      cursor: pointer; }
      .news-show003 .share-box .share-ico i {
        font-size: 1.5rem; }
      .news-show003 .share-box .share-ico.close {
        background-color: #50ACAF;
        color: #fff; }
    .news-show003 .share-box .share-container .share-btn {
      display: block;
      background-color: #E4E4E4;
      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-color: #F59A23; }
      .news-show003 .share-box .share-container .share-btn.qr-btn {
        background-color: #70B603; }
      .news-show003 .share-box .share-container .share-btn.print-btn {
        background-color: #02A7F0; }

@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 */
