@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a,
button {
  cursor: pointer; }

a,
u {
  text-decoration: none; }

.mt20 {
  margin-top: 0.8rem !important; }

.mt30 {
  margin-top: 1.2rem !important; }

.mt40 {
  margin-top: 1.6rem !important; }

.mt50 {
  margin-top: 2rem !important; }

.mt60 {
  margin-top: 2.4rem !important; }

.mb80 {
  margin-bottom: 3.2rem !important; }

.pt30 {
  padding-top: 1.2rem !important; }

.pt40 {
  padding-top: 1.6rem !important; }

.pb80 {
  padding-bottom: 3.2rem !important; }

input {
  padding: 0 0.4rem; }

input,
button,
select {
  outline: 0;
  border: none; }

img {
  object-fit: cover; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';
  /* Project id 4258840 */
  src: url("//at.alicdn.com/t/c/font_4258840_qf8fmg1w1gp.woff2?t=1708567628738") format("woff2"), url("//at.alicdn.com/t/c/font_4258840_qf8fmg1w1gp.woff?t=1708567628738") format("woff"), url("//at.alicdn.com/t/c/font_4258840_qf8fmg1w1gp.ttf?t=1708567628738") format("truetype"); }
@font-face {
  font-family: "iconhxsy";
  src: url("./font/hxsy_font/iconfont.woff2") format("woff2"), url("./font/hxsy_font/iconfont.woff") format("woff"), url("./font/hxsy_font/iconfont.ttf") format("truetype"); }
/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'icondy';
  /* Project id 3588516 */
  src: url("//at.alicdn.com/t/c/font_3588516_2ik7ty05rvs.woff2?t=1718243809684") format("woff2"), url("//at.alicdn.com/t/c/font_3588516_2ik7ty05rvs.woff?t=1718243809684") format("woff"), url("//at.alicdn.com/t/c/font_3588516_2ik7ty05rvs.ttf?t=1718243809684") format("truetype"); }
.icondy {
  font-family: "icondy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconhxsy {
  font-family: "iconhxsy" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa;
  padding: 100px 0;
  position: relative; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 25px; }

.layout {
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box; }

.inner-container {
  overflow: hidden;
  min-height: 600px;
  padding: 2.4rem 0; }

.inner-layout {
  width: 1400px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 0.6rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 0.8rem;
  text-align: center;
  margin-top: 30px; }
  .pager a,
  .pager input,
  .pager button,
  .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #6C9AD5; }
    .pager a.on {
      background-color: #6C9AD5;
      border-color: #6C9AD5;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #6C9AD5;
    cursor: pointer; }
    .pager button:hover {
      background-color: #6C9AD5; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }
  .pager.party a.on {
    background-color: #c9151e;
    border-color: #c9151e;
    color: #fff; }
  .pager.party a:hover {
    color: #c9151e; }
  .pager.party button {
    background-color: #c9151e; }

#foxWechatBox {
  width: 16rem !important;
  height: 19.2rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.24rem 2rem 2.8rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -8rem !important;
  margin-top: -9.6rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 0.96rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.2rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.44rem !important;
    right: -1.2rem !important;
    font-size: 1.2rem !important;
    width: 0.8rem !important;
    height: 0.8rem !important; }
  #foxWechatBox img {
    width: 12rem !important;
    height: 12rem !important; }

@media (max-width: 1600px) {
  html {
    font-size: 20px; }

  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  body,
  html {
    max-width: 100%;
    min-width: 360px; }

  .layout {
    width: 100%;
    min-width: 320px; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    box-sizing: border-box;
    padding: 0 20px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  .inner-container {
    padding: 1rem 0; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 0.6rem; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev,
  .pager a.pager-next,
  .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

@keyframes popFadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    -ms-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes popFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes showArrow {
  from {
    opacity: 0;
    transform: translateX(-0.5rem); }
  to {
    opacity: 1;
    transform: translateX(0); } }
.show-share-position {
  position: absolute;
  top: 0; }

.show-share-box {
  position: absolute;
  top: 0;
  left: -3.04rem;
  width: 2.24rem;
  z-index: 11; }
  .show-share-box.position {
    position: fixed;
    top: 2.24rem;
    left: 50%;
    margin-left: -27.04rem; }
  .show-share-box .share-ico {
    width: 2.24rem;
    height: 2.24rem;
    line-height: 2.24rem;
    text-align: center;
    color: #AAAAAA;
    background-color: #E4E4E4;
    cursor: pointer; }
    .show-share-box .share-ico i {
      font-size: 1.2rem; }
    .show-share-box .share-ico.close {
      background-color: #0092DB;
      color: #fff; }
  .show-share-box .share-container .share-btn {
    display: block;
    background-color: #E4E4E4;
    width: 2.24rem;
    height: 2.24rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; }
    .show-share-box .share-container .share-btn span {
      display: none;
      font-size: 0.56rem; }
    .show-share-box .share-container .share-btn i {
      font-size: 0.96rem;
      animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
    .show-share-box .share-container .share-btn:hover i {
      display: none; }
    .show-share-box .share-container .share-btn:hover span {
      display: inline-block;
      animation: showSpan 0.5s; }
    .show-share-box .share-container .share-btn.copy-btn {
      background-color: #F59A23; }
    .show-share-box .share-container .share-btn.qr-btn {
      background-color: #70B603; }
    .show-share-box .share-container .share-btn.print-btn {
      background-color: #02A7F0; }

@media (max-width: 1200px) {
  .show-share-position {
    position: static; }

  .show-share-box.position {
    margin-left: -480px; }

  .show-share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .show-share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .show-share-box .share-ico i {
        font-size: 18px; }
    .show-share-box .share-container {
      display: flex; }
      .show-share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .show-share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .show-share-box.position {
    margin-left: 10px;
    left: 0; }

  .show-share-box .share-container .share-btn:hover i {
    display: block; }
  .show-share-box .share-container .share-btn:hover span {
    display: none; } }
h1.left-tit-more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal; }
  h1.left-tit-more a.tit {
    font-size: 1.6rem;
    line-height: 1; }
  h1.left-tit-more a.more {
    display: flex;
    align-items: center; }
    h1.left-tit-more a.more span {
      font-size: 0.72rem;
      line-height: 1;
      color: #7f7f7f;
      transition: all 0.5s; }
    h1.left-tit-more a.more i {
      color: #6C9AD5;
      font-size: 0.72rem;
      margin-left: 0.32rem; }
    h1.left-tit-more a.more .circle {
      width: 1.2rem;
      height: 1.2rem;
      border: 1px dashed #0092DB;
      border-radius: 50%;
      box-sizing: border-box;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 0.4rem; }
      h1.left-tit-more a.more .circle i {
        color: #0092DB;
        font-size: 0.8rem;
        margin-left: 0; }
    h1.left-tit-more a.more:hover span {
      color: #6C9AD5; }
    h1.left-tit-more a.more:hover .circle i {
      animation: showArrow 1s; }
  @media (max-width: 960px) {
    h1.left-tit-more a.tit {
      font-size: 18px; }
    h1.left-tit-more a.more span {
      font-size: 12px; }
    h1.left-tit-more a.more .circle {
      width: 20px;
      height: 20px; }
      h1.left-tit-more a.more .circle i {
        font-size: 12px; } }

.left-tit001, .right-tit001 {
  font-size: 1.28rem;
  line-height: 1;
  position: relative;
  font-weight: normal; }
  .left-tit001 a, .right-tit001 a {
    color: #333333; }
  .left-tit001.line:after, .right-tit001.line:after {
    content: "";
    position: absolute;
    left: 0;
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .left-tit001.center.line:after, .right-tit001.center.line:after {
    left: 50%;
    transform: translateX(-50%); }
  .left-tit001.white, .right-tit001.white {
    color: #fff; }
    .left-tit001.white a, .right-tit001.white a {
      color: #fff; }
    .left-tit001.white:after, .right-tit001.white:after {
      border-top-color: #fff; }

.center-tit001 {
  font-size: 1.28rem;
  line-height: 1;
  position: relative;
  font-weight: normal;
  text-align: center; }
  .center-tit001 a {
    color: #333333; }
  .center-tit001.line:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2.4rem;
    border-top: 6px solid #D4C89F;
    bottom: -1.04rem; }
  .center-tit001.white {
    color: #fff; }
    .center-tit001.white a {
      color: #fff; }
    .center-tit001.white.line:after {
      border-top-color: #fff; }

.more001 {
  display: flex;
  align-items: center;
  font-weight: normal; }
  .more001 span {
    font-size: 0.72rem;
    color: #7F7F7F;
    line-height: 1; }
  .more001 .circle {
    width: 1.2rem;
    height: 1.2rem;
    border: 1px dashed #6C9AD5;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.4rem; }
    .more001 .circle i {
      color: #6C9AD5;
      font-size: 0.8rem; }
  .more001:hover .circle i {
    animation: showArrow 1s; }
  .more001.white span {
    color: #fff; }
  .more001.white .circle {
    border-color: #fff; }
    .more001.white .circle i {
      color: #fff; }

@media (max-width: 960px) {
  body,
  html {
    max-width: 100%;
    overflow-x: hidden;
    min-width: 360px; }

  .left-tit001,
  .center-tit001 {
    font-size: 18px; }
    .left-tit001.line:after,
    .center-tit001.line:after {
      border-top-width: 3px;
      bottom: -13px; } }
.header-001 {
  transition: all 0.3s ease-out 0s;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999; }
  .header-001 .header-layout {
    width: 56rem;
    margin: 0 auto; }
  .header-001 .top-bar {
    height: 0.4rem;
    background-color: #0092DB;
    transition: all 0.2s ease-out 0s; }
    .header-001 .top-bar > .header-layout {
      height: 100%; }
    .header-001 .top-bar .top-nav {
      display: flex;
      align-items: center;
      font-size: 16px;
      height: 100%; }
      .header-001 .top-bar .top-nav a {
        color: #fff;
        height: 1.12rem;
        line-height: 1.12rem;
        padding: 0 0.4rem;
        border-radius: 4px; }
        .header-001 .top-bar .top-nav a.cur {
          background-color: #FFA943; }
      .header-001 .top-bar .top-nav .line {
        margin: 0 0.4rem;
        height: 0.64rem;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.2); }
        .header-001 .top-bar .top-nav .line:last-of-type {
          display: none; }
  .header-001 .header-wrap.staff {
    height: 4rem; }
  .header-001 .header-wrap.is-show .all-cats-box > .header-layout {
    display: none; }
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn .m-search i,
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn .top-qr-btn i,
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.index-pc-menu i,
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.pc-menu i {
    color: #FFF !important; }
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.pc-menu span, .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.pc-menu:after, .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.pc-menu:before,
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.index-pc-menu span,
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.index-pc-menu:after,
  .header-001 .header-wrap.is-show .header-layout .logo-row .right-btn a.index-pc-menu:before {
    background-color: #fff !important; }
  .header-001 .header-wrap .header-layout .logo-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2024;
    padding: 0.8rem 0;
    height: 5.2rem;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
    overflow: hidden; }
    .header-001 .header-wrap .header-layout .logo-row a.logo {
      display: block;
      height: 3.2rem; }
      .header-001 .header-wrap .header-layout .logo-row a.logo img {
        height: 100%;
        width: auto; }
      .header-001 .header-wrap .header-layout .logo-row a.logo .no-top-img {
        display: none; }
    .header-001 .header-wrap .header-layout .logo-row .right-btn {
      display: flex;
      align-items: center; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn .m-search i {
        font-size: 1.04rem; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search {
        position: relative;
        z-index: 2024; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search form {
          position: relative; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search form .change-wrap .keyword {
            width: 12.8rem;
            height: 1.6rem;
            border-radius: 1000px;
            border: 1px solid #C9C9C9;
            box-sizing: border-box;
            padding: 0 1.76rem 0 0.68rem;
            font-size: 0.64rem; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search form .change-wrap .keyword::placeholder {
              color: #D7D7D7; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search form .change-wrap .search-submit {
            position: absolute;
            right: 0.8rem;
            top: 50%;
            transform: translateY(-50%);
            background-color: unset; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search form .change-wrap .search-submit i {
              font-size: 0.96rem;
              color: #0092DB;
              line-height: 1; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn .top-qr-btn {
        cursor: pointer;
        margin-left: 0.8rem;
        margin-right: 0.8rem;
        position: relative;
        z-index: 2024; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn .top-qr-btn i {
          font-size: 0.96rem;
          color: #333333; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu,
      .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu {
        position: relative;
        z-index: 2024;
        display: flex;
        height: 0.96rem;
        width: 1.12rem;
        align-items: center;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 0.8rem; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu span,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu span {
          display: block;
          height: 0.16rem;
          width: 100%;
          border-radius: 0.16rem;
          background-color: #333;
          transition: all 0.3s; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:before, .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:after,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:before,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:after {
          content: '';
          display: block;
          height: 0.16rem;
          width: 100%;
          border-radius: 0.16rem;
          background-color: #333;
          transform-origin: left;
          transition: all 0.3s; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu.is-show:before,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu.is-show:before {
          transform: rotate(45deg); }
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu.is-show:after,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu.is-show:after {
          transform: rotate(-45deg); }
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu.is-show span,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu.is-show span {
          opacity: 0; }
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:hover span, .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:hover:before, .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:hover:after,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:hover span,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:hover:before,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:hover:after {
          background-color: #0092DB; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu .center-line {
        background-color: #fff; }
      .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:before, .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:after {
        background-color: #fff; }
      @media (max-width: 1440px) {
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu,
        .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu {
          height: 16px;
          width: 18px; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu span, .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:before, .header-001 .header-wrap .header-layout .logo-row .right-btn a.pc-menu:after,
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu span,
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:before,
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:after {
            height: 3px; } }
  .header-001 .header-wrap .header-layout .nav {
    position: relative; }
    .header-001 .header-wrap .header-layout .nav::before {
      content: '';
      width: 100vw;
      height: 1px;
      background: #eeeeee;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%); }
    .header-001 .header-wrap .header-layout .nav .nav-ul {
      display: flex;
      justify-content: space-between;
      width: 100%;
      align-items: center; }
      .header-001 .header-wrap .header-layout .nav .nav-ul > li {
        font-size: 0.8rem;
        line-height: 2.4rem;
        white-space: nowrap;
        position: relative; }
        .header-001 .header-wrap .header-layout .nav .nav-ul > li > a {
          color: #333333;
          position: relative; }
          .header-001 .header-wrap .header-layout .nav .nav-ul > li > a:after {
            content: '';
            display: block;
            position: absolute;
            bottom: -0.36rem;
            left: 50%;
            height: 0.16rem;
            width: 0;
            background-color: #F2D254;
            transition: all 0.3s; }
        .header-001 .header-wrap .header-layout .nav .nav-ul > li:hover > a:after {
          width: 100%;
          left: 0; }
      .header-001 .header-wrap .header-layout .nav .nav-ul > li.cur > a {
        font-weight: bold; }
        .header-001 .header-wrap .header-layout .nav .nav-ul > li.cur > a:after {
          width: 100%;
          left: 0; }
  .header-001 .header-wrap.scroll {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    background-color: #0092DB; }
    .header-001 .header-wrap.scroll > .header-layout {
      width: 56rem;
      padding-top: 0; }
      .header-001 .header-wrap.scroll > .header-layout .logo-row {
        height: 0;
        padding: 0; }
        .header-001 .header-wrap.scroll > .header-layout .logo-row .logo,
        .header-001 .header-wrap.scroll > .header-layout .logo-row .right-btn {
          display: none; }
      .header-001 .header-wrap.scroll > .header-layout .nav::before {
        display: none; }
      .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul {
        justify-content: space-between; }
        .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li {
          position: relative; }
          .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li > a {
            color: #fff; }
            .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li > a:after {
              background-color: #fff;
              height: 0.16rem;
              bottom: -0.52rem; }
          .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li .subnav {
            top: 100%; }
            .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li .subnav:before {
              top: -0.8rem;
              height: 0.8rem; }
  .header-001 .header-wrap #searchWrap {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 146, 219, 0.95);
    z-index: 2025; }
    .header-001 .header-wrap #searchWrap form {
      position: relative;
      height: 100%;
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      .header-001 .header-wrap #searchWrap form .turn-down-search {
        position: absolute;
        right: 4rem;
        top: 4rem; }
        .header-001 .header-wrap #searchWrap form .turn-down-search i {
          color: #fff;
          font-size: 46px; }
      .header-001 .header-wrap #searchWrap form h2 {
        font-size: 1.28rem;
        color: #fff;
        font-weight: normal;
        margin-bottom: 1.6rem; }
      .header-001 .header-wrap #searchWrap form .change-wrap {
        width: 32rem;
        height: 2.56rem;
        display: flex; }
        .header-001 .header-wrap #searchWrap form .change-wrap input {
          height: 2.56rem;
          width: 32rem;
          border: none;
          box-sizing: border-box;
          padding-left: 1.6rem;
          border-top-left-radius: 4px;
          border-bottom-left-radius: 4px;
          font-size: 0.72rem; }
        .header-001 .header-wrap #searchWrap form .change-wrap button {
          height: 2.56rem;
          width: 4rem;
          border: none;
          border-top-right-radius: 4px;
          border-bottom-right-radius: 4px;
          background-color: #fff; }
          .header-001 .header-wrap #searchWrap form .change-wrap button i {
            color: #0092DB;
            font-size: 34px; }
      .header-001 .header-wrap #searchWrap form .hot-search {
        display: flex;
        align-items: center;
        margin-top: 1.2rem;
        justify-content: center; }
        .header-001 .header-wrap #searchWrap form .hot-search span {
          font-size: 0.56rem;
          color: #ffffff; }
        .header-001 .header-wrap #searchWrap form .hot-search p {
          line-height: 1.36rem;
          height: 1.36rem;
          margin-right: 0.4rem;
          width: auto;
          background-color: rgba(0, 0, 0, 0.4);
          border-radius: 0.16rem; }
          .header-001 .header-wrap #searchWrap form .hot-search p a {
            box-sizing: border-box;
            padding: 0 0.4rem;
            display: block;
            height: 100%;
            width: 100%;
            border-radius: 0.16rem;
            color: #fff;
            font-size: 0.56rem; }
  .header-001.index-header .header-layout .logo-row .right-btn .m-search i {
    color: #fff; }

@media (max-width: 1440px) {
  .header-001 .header-layout {
    width: 1200px; }

  .header-001 .top-bar .top-nav {
    font-size: 14px; }
  .header-001 .header-wrap.scroll > .header-layout .nav .nav-ul > li {
    margin: 0; }

  .header-001 .header-wrap.scroll > .header-layout {
    width: 1200px; } }
@media (max-width: 1280px) {
  .header-001 .header-layout {
    width: 960px; }

  .header-001 .header-wrap.scroll > .header-layout {
    width: 960px; } }
@media (max-width: 960px) {
  .header-001 {
    height: auto;
    top: 0;
    left: 0; }
    .header-001 .top-bar {
      height: 10px; }
      .header-001 .top-bar .top-nav {
        display: none; }
    .header-001 .header-wrap {
      height: auto !important; }
      .header-001 .header-wrap.no-top .header-layout .logo-row .right-btn .m-search i {
        font-size: 18px; }
      .header-001 .header-wrap.no-top .header-layout .logo-row .right-btn a.index-pc-menu .center-line {
        background-color: #0092DB; }
      .header-001 .header-wrap.no-top .header-layout .logo-row .right-btn a.index-pc-menu:before, .header-001 .header-wrap.no-top .header-layout .logo-row .right-btn a.index-pc-menu:after {
        background-color: #0092DB; }
      .header-001 .header-wrap .header-layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px; }
        .header-001 .header-wrap .header-layout .logo-row {
          padding: 10px 0;
          height: auto; }
          .header-001 .header-wrap .header-layout .logo-row a.logo {
            height: 30px; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn .m-search {
            display: block;
            cursor: pointer;
            position: relative;
            z-index: 2024; }
            .header-001 .header-wrap .header-layout .logo-row .right-btn .m-search i {
              font-size: 18px; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn .pc-search {
            display: none; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu .center-line {
            background-color: #fff; }
          .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:before, .header-001 .header-wrap .header-layout .logo-row .right-btn a.index-pc-menu:after {
            background-color: #fff; }
        .header-001 .header-wrap .header-layout .nav {
          display: none; }
      .header-001 .header-wrap #searchWrap form .turn-down-search {
        right: 12px;
        top: 20px; }
        .header-001 .header-wrap #searchWrap form .turn-down-search i {
          font-size: 20px; }
      .header-001 .header-wrap #searchWrap form h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .header-001 .header-wrap #searchWrap form .change-wrap {
        width: 320px;
        height: 40px; }
        .header-001 .header-wrap #searchWrap form .change-wrap input {
          width: 320px;
          height: 40px;
          font-size: 12px;
          padding-left: 10px; }
        .header-001 .header-wrap #searchWrap form .change-wrap button {
          height: 40px;
          width: 40px; }
          .header-001 .header-wrap #searchWrap form .change-wrap button i {
            font-size: 16px; }
      .header-001 .header-wrap #searchWrap form .hot-search {
        width: 320px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: start; }
        .header-001 .header-wrap #searchWrap form .hot-search span {
          margin-bottom: 10px;
          display: block;
          width: 100%;
          font-size: 14px; }
        .header-001 .header-wrap #searchWrap form .hot-search p {
          margin-bottom: 10px; }
          .header-001 .header-wrap #searchWrap form .hot-search p a {
            font-size: 12px; } }
.subnav {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  z-index: 3000;
  color: #333;
  font-size: 0.56rem;
  border-top: 5px solid #0092DB;
  min-width: 7.2rem;
  background-color: #fff;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
  .subnav:before {
    width: 100%;
    border-top: 25px solid transparent;
    position: absolute;
    left: 0;
    top: -30px; }
  .subnav .dropMenu {
    overflow: hidden;
    box-sizing: border-box;
    padding: 0.6rem 0; }
    .subnav .dropMenu li {
      line-height: 1.44rem;
      line-height: 1.8rem;
      max-height: 1.8rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .subnav .dropMenu li a {
        display: block;
        box-sizing: border-box;
        line-height: 1.44rem;
        height: 1.44rem;
        font-size: 15px;
        text-align: center;
        transition: none;
        color: #0092DB; }
      .subnav .dropMenu li:hover {
        background: #ededed; }

.special-header001 .top-img {
  height: 20rem;
  position: relative; }
  .special-header001 .top-img > img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
    .special-header001 .top-img > img.m-img {
      display: none; }
  .special-header001 .top-img .top-mask {
    height: 4rem;
    width: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    left: 0; }
    .special-header001 .top-img .top-mask .header-layout {
      width: 1760px;
      margin: 0 auto; }
    .special-header001 .top-img .top-mask .logo-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      .special-header001 .top-img .top-mask .logo-row .logo {
        display: block;
        height: 2.4rem;
        z-index: 2024; }
        .special-header001 .top-img .top-mask .logo-row .logo img {
          height: 100%; }
      .special-header001 .top-img .top-mask .logo-row .goback {
        display: flex;
        width: 5.28rem;
        height: 1.6rem;
        border-radius: 4px;
        box-sizing: border-box;
        border: 1px solid #fff;
        color: #fff;
        align-items: center;
        justify-content: center; }
        .special-header001 .top-img .top-mask .logo-row .goback i {
          margin-right: 0.4rem;
          font-size: 18px; }
        .special-header001 .top-img .top-mask .logo-row .goback span {
          font-size: 0.64rem; }
      .special-header001 .top-img .top-mask .logo-row .right-btn {
        display: flex;
        align-items: center; }
        .special-header001 .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-header001 .top-img .top-mask .logo-row .right-btn a.m-menu span {
            display: block;
            height: 2px;
            width: 100%;
            border-radius: 0.16rem;
            background-color: #fff;
            transition: all 0.3s; }
          .special-header001 .top-img .top-mask .logo-row .right-btn a.m-menu:before, .special-header001 .top-img .top-mask .logo-row .right-btn a.m-menu:after {
            content: '';
            display: block;
            height: 2px;
            width: 100%;
            border-radius: 0.16rem;
            background-color: #fff;
            transform-origin: left;
            transition: all 0.3s; }
          .special-header001 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show:before {
            transform: rotate(45deg); }
          .special-header001 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show:after {
            transform: rotate(-45deg); }
          .special-header001 .top-img .top-mask .logo-row .right-btn a.m-menu.is-show span {
            opacity: 0; }
.special-header001 .nav {
  background-color: #E53B3B; }
  .special-header001 .nav .nav-ul {
    display: flex;
    justify-content: center; }
    .special-header001 .nav .nav-ul li {
      font-size: 0.72rem;
      margin: 0 1.6rem;
      line-height: 3.2rem; }
      .special-header001 .nav .nav-ul li a {
        color: #fff;
        position: relative; }
        .special-header001 .nav .nav-ul li a:after {
          content: '';
          width: 0;
          height: 4px;
          background-color: #FFDD00;
          position: absolute;
          left: 50%;
          transform: translateX(-50%);
          bottom: -0.72rem;
          transition: width 0.5s; }
      .special-header001 .nav .nav-ul li.cur {
        font-weight: bold; }
        .special-header001 .nav .nav-ul li.cur a:after {
          width: 100%; }
      .special-header001 .nav .nav-ul li:hover a:after {
        width: 100%; }

@media (max-width: 1760px) {
  .special-header001 .top-img .top-mask .header-layout {
    width: 1360px; } }
@media (max-width: 1600px) {
  .special-header001 .top-img .top-mask .header-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  .special-header001 .top-img .top-mask .header-layout {
    width: 960px; } }
@media (max-width: 960px) {
  .special-header001 .top-img {
    height: auto; }
    .special-header001 .top-img > img.pc-img {
      display: none; }
    .special-header001 .top-img > img.m-img {
      display: block; }
    .special-header001 .top-img .top-mask {
      height: 40px; }
      .special-header001 .top-img .top-mask .header-layout {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px; }
      .special-header001 .top-img .top-mask .logo-row .logo {
        height: 20px; }
      .special-header001 .top-img .top-mask .logo-row .goback {
        width: auto;
        border: none; }
        .special-header001 .top-img .top-mask .logo-row .goback span {
          display: none; }
      .special-header001 .top-img .top-mask .logo-row .right-btn a.m-menu {
        display: flex; }
  .special-header001 .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;
            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); }

.party-special-index001 .party-slider-list {
  overflow: hidden;
  position: relative;
  height: 19.84rem;
  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: 12rem;
    width: 100%; }
    .party-special-index001 .party-slider-list .slider-text-box .special-news-slider {
      height: 12rem;
      width: 23.2rem; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider img {
        height: 12rem;
        width: 23.2rem; }
      .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots {
        text-align: right;
        bottom: 1rem;
        right: 1rem; }
        .party-special-index001 .party-slider-list .slider-text-box .special-news-slider .slick-dots li button:before {
          font-size: 0.8rem; }
        .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: 12rem;
      width: 23.6rem;
      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: 5.8rem;
        width: 11.6rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1.52rem 0.96rem; }
        .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.4rem; }
        .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: 17.68rem;
    width: 23.76rem;
    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: 11.2rem;
      width: 11.2rem;
      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: 7.2rem;
        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: 5.76rem;
        width: 7.72rem;
        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: 0.8rem 0.8rem; }
        .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: 2.4rem; }
    .party-special-index001 .party-news-outcontainer .link-list-box .link-list-box-col {
      width: 23.2rem; }
      .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: 2.8rem;
        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: 2.8rem;
        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: 7.6rem;
          height: 2.8rem;
          box-shadow: 0 0 19px #D9D9D9;
          box-sizing: border-box;
          padding: 0 0.8rem;
          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: 5rem;
              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: 2rem;
            color: #F9F0F0;
            position: absolute;
            left: 0;
            bottom: 5px; }

.party-special-tit {
  margin: 2.4rem 0 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .party-special-tit h2.party-special-title {
    color: #AC2020;
    font-size: 1.04rem; }
    .party-special-tit h2.party-special-title i {
      font-size: 1.04rem;
      font-weight: normal; }
  .party-special-tit a.party-special-more {
    display: block;
    height: 1.04rem;
    width: 3.6rem;
    border: 1px solid #ac2020;
    border-radius: 1.04rem;
    line-height: 1.04rem;
    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%; } }
.category-special001 .party-slider-list .party-slider-list-bg .inner-party-slider-list-bg {
  background-image: none; }
.category-special001 .party-slider-list .cc-bg {
  display: none; }
.category-special001 .party-news-outcontainer {
  padding-bottom: 2.4rem; }
  .category-special001 .party-news-outcontainer .bg-img {
    display: none; }
  .category-special001 .party-news-outcontainer .party-news-list .party-news-list-item {
    background-color: #fff; }
    .category-special001 .party-news-outcontainer .party-news-list .party-news-list-item .item-bg {
      display: none; }

.category-special001 {
  padding-top: 3.2rem;
  padding-bottom: 4rem; }
  .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.28rem;
      color: #333333;
      line-height: 1;
      margin-bottom: 0.8rem; }
    .category-special001 h1.center-tit001 a.more {
      display: flex;
      align-items: center; }
      .category-special001 h1.center-tit001 a.more span {
        font-size: 0.56rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.center-tit001 a.more i {
        font-size: 0.64rem;
        color: #E53B3B;
        margin-left: 0.4rem; }
      .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.28rem;
      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.56rem;
        line-height: 1;
        color: #7F7F7F; }
      .category-special001 h1.left-tit001 a.more i {
        font-size: 0.64rem;
        color: #E53B3B;
        margin-left: 0.4rem; }
      .category-special001 h1.left-tit001 a.more:hover span {
        color: #E53B3B; }
  .category-special001 .home-news001 .inner-news {
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between; }
    .category-special001 .home-news001 .inner-news .left-news-list {
      padding: 0.4rem 0; }
      .category-special001 .home-news001 .inner-news .left-news-list .news-item {
        padding: 0.4rem 0;
        display: flex;
        justify-content: space-between;
        width: 26.8rem;
        height: 3.36rem;
        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.72rem;
          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.2rem;
          z-index: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item span {
          font-size: 0.64rem;
          line-height: 2.2;
          color: #aaa;
          display: inline-block;
          z-index: 1; }
        .category-special001 .home-news001 .inner-news .left-news-list .news-item .bg {
          position: absolute;
          top: 0;
          bottom: 0;
          left: -0.4rem;
          right: -0.4rem;
          background-color: #E53B3B;
          opacity: 0;
          transition: opacity 0.3s; }
        .category-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: 24rem;
      height: 18rem;
      overflow: hidden; }
      .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
        display: block;
        width: 24rem;
        height: 18rem;
        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 .tit-mask {
          width: 100%;
          height: 6.4rem;
          background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
          position: absolute;
          bottom: 0;
          box-sizing: border-box;
          padding: 2rem 1.2rem 0; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .tit-mask p {
            font-size: 0.72rem;
            line-height: 27px;
            max-height: 54px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #fff; }
          .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img .tit-mask .time {
            font-size: 0.64rem;
            line-height: 1;
            color: #fff;
            position: absolute;
            bottom: 0.8rem;
            left: 1.2rem; }
      .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow {
        position: absolute;
        width: 0.96rem;
        height: 0.96rem;
        line-height: 0.96rem;
        text-align: center;
        border-radius: 50%;
        color: rgba(255, 255, 255, 0.9);
        background-color: rgba(0, 0, 0, 0.5);
        right: 1.2rem;
        bottom: 0.64rem;
        font-size: 12px;
        cursor: pointer; }
        .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .slick-arrow.prev {
          right: 2.48rem;
          z-index: 1; }
  .category-special001 .home-news002 {
    padding-top: 3.2rem; }
    .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.76rem; }
        .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.54rem 0;
        padding-bottom: 1.36rem; }
        .category-special001 .home-news002 .inner-news .news-slider .news-item {
          margin: 10px 0.54rem;
          width: 12.8rem;
          height: 9.6rem;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
          position: relative;
          background-color: #fff; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:after {
            content: "";
            width: 100%;
            height: 0.16rem;
            background-color: #AC3532;
            position: absolute;
            bottom: 0;
            left: 0;
            transition: width 0.5s; }
          .category-special001 .home-news002 .inner-news .news-slider .news-item .bottom-info {
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            padding: 0.8rem;
            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.64rem;
                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: 0.8rem;
                line-height: 27px;
                max-height: 81px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 3;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                font-size: 0.72rem;
                color: #333;
                transition: transform 0.5s;
                transform: translateY(0);
                margin-bottom: 0.32rem; }
              .category-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.56rem;
                position: absolute;
                left: 0.8rem;
                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: 7.2rem; }
              .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.44rem); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info p {
            transform: translateY(-1.44rem); }
          .category-special001 .home-news002 .inner-news .news-slider .news-item:hover .bottom-info .inner-info .more {
            transform: translateY(-1.44rem);
            opacity: 1; }
        .category-special001 .home-news002 .inner-news .news-slider .slick-arrow {
          position: absolute;
          width: 1.6rem;
          height: 1.6rem;
          font-size: 0.64rem;
          line-height: 1.6rem;
          text-align: center;
          color: #E53B3B;
          border: 1px solid #E53B3B;
          box-sizing: border-box;
          cursor: pointer;
          border-radius: 50%;
          bottom: 0; }
          .category-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: 3.2rem; }
    .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: 1.6rem 1.6rem 0.8rem; }
      .category-special001 .special-notice .inner-notice ul {
        margin-top: 0.8rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .category-special001 .special-notice .inner-notice ul li {
          width: 24rem;
          padding: 0.8rem 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.64rem;
              line-height: 1;
              color: #AC3532;
              display: inline-block; }
            .category-special001 .special-notice .inner-notice ul li a p {
              margin-top: 0.4rem;
              font-size: 0.72rem;
              font-family: 微软雅黑, sans-serif;
              font-weight: 400;
              font-style: normal;
              line-height: 27px;
              max-height: 54px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
            .category-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: 3.2rem; }
    .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.28rem;
        color: #333333;
        line-height: 1; }
    .category-special001 .special-link .inner-link ul {
      display: flex;
      flex-wrap: wrap;
      margin: 0.4rem -1.06rem 0; }
      .category-special001 .special-link .inner-link ul li {
        margin: 1.2rem 1.06rem 0;
        width: 12rem; }
        .category-special001 .special-link .inner-link ul li a.img {
          display: block;
          width: 12rem;
          height: 6.8rem;
          overflow: hidden;
          border: 1px solid #D7D7D7;
          box-sizing: border-box;
          margin-bottom: 0.4rem; }
          .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.72rem;
          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: 1600px) {
  .category-special001 .home-news001 .inner-news .left-news-list .news-item {
    width: 22.8rem;
    height: 3.04rem; }
    .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: 21.6rem;
    height: 16.2rem; }
    .category-special001 .home-news001 .inner-news .right-news-img .news-img-slider .news-img-item a.img {
      width: 21.6rem;
      height: 16.2rem; }
  .category-special001 .special-notice .inner-notice ul li {
    width: 20.8rem; }
  .category-special001 .special-link .inner-link ul li {
    width: 10.41rem; }
    .category-special001 .special-link .inner-link ul li a.img {
      width: 10.41rem; } }
@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; } }
.footer001 {
  background-color: #034161;
  z-index: 1;
  position: relative; }
  .footer001 .links {
    max-height: 2.4rem;
    overflow: hidden;
    transition: max-height 0.5s; }
    .footer001 .links .layout {
      position: relative; }
      .footer001 .links .layout ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap; }
        .footer001 .links .layout ul li {
          font-size: 0.56rem;
          line-height: 2.4rem;
          height: 2.4rem;
          flex-shrink: 0; }
          .footer001 .links .layout ul li + li {
            margin-right: 1.6rem; }
          .footer001 .links .layout ul li.tit {
            font-weight: bold;
            color: #fff;
            margin-right: 0.8rem; }
          .footer001 .links .layout ul li a {
            color: rgba(255, 255, 255, 0.8); }
      .footer001 .links .layout a.link-more,
      .footer001 .links .layout a.more-link {
        position: absolute;
        right: 0;
        top: 0.84rem;
        display: none;
        align-items: center; }
        .footer001 .links .layout a.link-more span,
        .footer001 .links .layout a.more-link span {
          font-size: 0.56rem;
          color: #fff;
          line-height: 1; }
        .footer001 .links .layout a.link-more i,
        .footer001 .links .layout a.more-link i {
          color: #DFB728;
          font-size: 0.56rem;
          margin-left: 0.32rem;
          transition: all 0.3s; }
        .footer001 .links .layout a.link-more.active i,
        .footer001 .links .layout a.more-link.active i {
          transform: rotate(180deg); }
    .footer001 .links.show-more .layout ul {
      padding-right: 10px; }
    .footer001 .links.show-more .layout .link-more {
      display: flex; }
    .footer001 .links.open {
      max-height: 240px; }
      .footer001 .links.open a.link-more i {
        transform: rotate(180deg); }
    .footer001 .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 10px 0;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer001 .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6);
        margin-right: 20px; }
  .footer001 .footer-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .footer001 .footer-info .inner-footer-info {
      padding-top: 2rem;
      padding-bottom: 1.6rem;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer001 .footer-info .inner-footer-info .info-item {
        width: 325px; }
      .footer001 .footer-info .inner-footer-info .left-info {
        font-size: 0; }
        .footer001 .footer-info .inner-footer-info .left-info .logo {
          max-width: 400px;
          margin-bottom: 0.8rem; }
        .footer001 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          width: 2.96rem;
          height: 3.6rem;
          margin-right: 0.8rem; }
          .footer001 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo img {
            width: 100%;
            height: 100%; }
        .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul {
          padding-top: 0.4rem; }
          .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li {
            font-size: 14px;
            line-height: 1;
            color: #fff;
            margin-bottom: 0.56rem; }
            .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li a {
              color: #fff; }
      .footer001 .footer-info .inner-footer-info .address-phone {
        width: 900px;
        display: flex;
        justify-content: space-between; }
        .footer001 .footer-info .inner-footer-info .address-phone .add-box {
          width: 27%;
          padding: 0.8rem;
          background-color: #084c6f; }
          .footer001 .footer-info .inner-footer-info .address-phone .add-box h2 {
            font-weight: normal;
            color: #fff;
            font-size: 0.72rem;
            margin-bottom: 0.4rem;
            line-height: 1; }
            .footer001 .footer-info .inner-footer-info .address-phone .add-box h2 i {
              margin-right: 0.2rem; }
          .footer001 .footer-info .inner-footer-info .address-phone .add-box ul li {
            font-size: 14px;
            line-height: 1.35;
            color: #fff;
            margin-bottom: 0.4rem; }
            .footer001 .footer-info .inner-footer-info .address-phone .add-box ul li span {
              color: rgba(255, 255, 255, 0.5); }
            .footer001 .footer-info .inner-footer-info .address-phone .add-box ul li a {
              color: #fff; }
      .footer001 .footer-info .inner-footer-info .right-qr {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        width: 100px;
        margin-right: -0.4rem; }
        .footer001 .footer-info .inner-footer-info .right-qr .qr-item {
          margin: 0 0.4rem 0.4rem 0;
          width: 3.2rem;
          height: 3.2rem;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          padding: 0.2rem; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item i {
            font-size: 2rem;
            color: rgba(255, 255, 255, 0.8);
            margin-bottom: 5px; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item .svg {
            width: 2.4rem;
            fill: rgba(255, 255, 255, 0.8);
            margin-top: -0.4rem;
            margin-bottom: -0.24rem; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item > span {
            font-size: 0.56rem;
            line-height: 1;
            color: rgba(255, 255, 255, 0.6);
            text-align: center; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap {
            display: none;
            position: absolute;
            bottom: 3.92rem;
            left: 50%;
            margin-left: -70px;
            width: 140px;
            background-color: #fff;
            border-radius: 4px;
            box-sizing: border-box;
            padding: 10px;
            font-size: 0;
            flex-direction: column;
            align-items: center;
            z-index: 1;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap:before {
              content: "";
              width: 0;
              height: 0;
              font-size: 0;
              border: 10px solid transparent;
              border-top-color: #fff;
              position: absolute;
              bottom: -20px;
              left: 50%;
              transform: translateX(-50%); }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap img {
              width: 120px;
              height: 120px;
              margin-bottom: 10px; }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item .img-wrap span {
              font-size: 14px;
              line-height: 1;
              color: #333333; }
          .footer001 .footer-info .inner-footer-info .right-qr .qr-item:hover {
            background-color: #0092DB; }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item:hover > span {
              color: #fff; }
            .footer001 .footer-info .inner-footer-info .right-qr .qr-item:hover .img-wrap {
              animation: popFadeInUp .5S;
              display: flex; }
  .footer001 .bottom .layout {
    display: flex;
    justify-content: space-between;
    height: 2.4rem;
    align-items: center; }
    .footer001 .bottom .layout .left-author {
      font-size: 0.56rem; }
      .footer001 .bottom .layout .left-author span {
        color: #fff; }
      .footer001 .bottom .layout .left-author a {
        color: #fff; }
        .footer001 .bottom .layout .left-author a:hover {
          color: #cfb36d; }
    .footer001 .bottom .layout .share-box {
      font-size: 0; }
      .footer001 .bottom .layout .share-box span {
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: white;
        font-size: 0.56rem; }
      .footer001 .bottom .layout .share-box .share-btn {
        display: inline-block;
        width: 1.28rem;
        height: 1.28rem;
        text-align: center;
        line-height: 1.28rem;
        border-radius: 4px;
        background-color: rgba(255, 255, 255, 0.15); }
        .footer001 .bottom .layout .share-box .share-btn i {
          font-size: 0.8rem;
          color: #fff; }
        .footer001 .bottom .layout .share-box .share-btn + .share-btn {
          margin-left: 0.4rem; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 0.4rem 0 0;
      font-size: 0.72rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0.4rem;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 100;
  width: 3.2rem;
  flex-direction: column;
  border-radius: 0.4rem;
  box-shadow: 0px 0px 10px rgba(0, 146, 219, 0.5);
  background: none;
  transition: opacity 0.3s ease 0.2s, transform .3s ease .5s; }
  .aside-s-001 .aside-container {
    transition: height .5s;
    background-color: white;
    width: max-content;
    border-top-left-radius: 0.4rem;
    border-top-right-radius: 0.4rem;
    border-radius: 0.4rem; }
    .aside-s-001 .aside-container a {
      width: 3.2rem;
      height: 3.2rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      border-radius: 0.4rem;
      font-size: 0;
      transition: all 0.5s;
      position: relative; }
      .aside-s-001 .aside-container a i {
        color: #0092DB;
        font-size: 1.2rem;
        margin-bottom: 0.4rem; }
      .aside-s-001 .aside-container a span {
        color: #0092DB;
        font-size: 0.56rem;
        line-height: 1; }
      .aside-s-001 .aside-container a .img-wrap {
        display: none;
        position: absolute;
        left: -140px;
        top: 0;
        width: 110px;
        min-height: 110px;
        padding: 10px;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); }
        .aside-s-001 .aside-container a .img-wrap:after {
          content: "";
          display: block;
          position: absolute;
          top: 26px;
          right: -16px;
          border: 8px solid transparent;
          border-left-color: #fff;
          margin-top: -8px; }
        .aside-s-001 .aside-container a .img-wrap img {
          width: 110px;
          height: 110px; }
        .aside-s-001 .aside-container a .img-wrap u {
          display: block;
          text-align: center;
          color: #555; }
      .aside-s-001 .aside-container a:hover .img-wrap {
        animation: popFadeIn .5S;
        display: block; }
      .aside-s-001 .aside-container a:hover span {
        font-weight: bold; }
      .aside-s-001 .aside-container a#to-top i {
        transform: rotate(180deg); }
  .aside-s-001 .aside-btn {
    position: absolute;
    top: 50%;
    padding: 17px 7px;
    transform: translate(-90%, -50%);
    cursor: pointer;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 0.4rem;
    border-top-left-radius: 0.4rem;
    box-shadow: -6px 0px 11px -3px rgba(0, 146, 219, 0.5); }
    .aside-s-001 .aside-btn i {
      font-size: 1rem;
      color: #0092DB;
      transition: all .5s; }
  .aside-s-001.hidden-aside {
    transform: translate(100%, -50%); }
    .aside-s-001.hidden-aside .aside-container {
      height: 3.2rem;
      overflow: hidden; }
    .aside-s-001.hidden-aside .aside-btn i {
      transform: rotate(180deg); }

.float-window {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999; }
  .float-window .close-fw {
    position: absolute;
    top: 0;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.3);
    line-height: 0.6rem;
    text-align: center;
    border-radius: 2px; }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 6rem;
  left: 0;
  height: 6.32rem;
  width: 11.2rem; }
  .float-win li {
    padding: 5px 0; }
    .float-win li .float-img {
      display: inline-block;
      position: relative; }
      .float-win li .float-img img {
        height: 6.32rem;
        width: 11.2rem; }
      .float-win li .float-img .close {
        background: #fff;
        position: absolute;
        top: 0;
        right: 0;
        width: 15px;
        height: 15px;
        line-height: 15px;
        text-align: center;
        opacity: 0.5; }

.share-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

@media (max-width: 1600px) {
  .footer001 .footer-info .inner-footer-info .left-info {
    width: 350px; }
  .footer001 .footer-info .inner-footer-info .address-phone {
    width: 600px;
    justify-content: space-between;
    flex-wrap: wrap; }
    .footer001 .footer-info .inner-footer-info .address-phone .add-box {
      width: 43%;
      margin-top: 15px; }
  .footer001 .footer-info .inner-footer-info .left-info .logo {
    max-width: 350px; }
  .footer001 .footer-info .inner-footer-info .right-qr {
    width: 100px; } }
@media (max-width: 1200px) {
  .footer001 .links .layout a.link-more {
    top: 14px; }
  .footer001 .footer-info .inner-footer-info .left-info .logo {
    max-width: 282px; }
  .footer001 .footer-info .inner-footer-info .left-info .copyright-info ul li {
    font-size: 12px; }
  .footer001 .footer-info .inner-footer-info .address-phone ul li {
    font-size: 12px; }
  .footer001 .footer-info .inner-footer-info .right-qr .qr-item i {
    margin-bottom: 0; }
  .footer001 .footer-info .inner-footer-info .right-qr .qr-item > span {
    display: none; }

  .aside-s-001 {
    display: none; } }
@media (max-width: 960px) {
  .footer001 .links {
    max-height: none; }
    .footer001 .links .layout {
      box-sizing: border-box;
      padding: 0 20px; }
      .footer001 .links .layout ul li.link-item, .footer001 .links .layout ul li.tit u {
        display: none; }
      .footer001 .links .layout a.link-more {
        display: none !important; }
      .footer001 .links .layout a.more-link {
        display: flex;
        top: 17px;
        right: 20px; }
  .footer001 .footer-info .inner-footer-info {
    padding: 20px 0;
    flex-wrap: wrap; }
    .footer001 .footer-info .inner-footer-info .info-item {
      width: 100%; }
    .footer001 .footer-info .inner-footer-info .left-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .footer001 .footer-info .inner-footer-info .left-info .logo {
        max-width: 240px;
        margin-bottom: 20px; }
      .footer001 .footer-info .inner-footer-info .left-info .copyright-info {
        display: flex;
        flex-direction: column;
        align-items: center; }
        .footer001 .footer-info .inner-footer-info .left-info .copyright-info a.institution-logo {
          margin-right: 0;
          width: 33px;
          height: 40px; }
    .footer001 .footer-info .inner-footer-info .address-phone {
      margin-top: 30px;
      justify-content: center; }
      .footer001 .footer-info .inner-footer-info .address-phone .add-box {
        width: 70%; }
    .footer001 .footer-info .inner-footer-info .right-qr {
      margin-top: 40px;
      justify-content: center;
      margin-right: 0; }
      .footer001 .footer-info .inner-footer-info .right-qr .qr-item {
        margin: 0 5px 10px; }
  .footer001 .bottom .layout {
    justify-content: center; }
    .footer001 .bottom .layout .share-box {
      display: none; } }
.inner-list-tit {
  line-height: 1;
  padding-bottom: 0.8rem;
  padding-top: 1.6rem;
  border-bottom: 1px solid #c9c9c9;
  font-size: 0.96rem;
  font-weight: normal;
  color: #0092DB; }
  @media (max-width: 960px) {
    .inner-list-tit {
      padding-top: 20px;
      padding-bottom: 20px; } }

.list-news-image001.party ul li .right-info a.tit:hover {
  color: #c9151e; }
.list-news-image001.party ul li .right-info .bottom span.time {
  color: #c9151e; }
.list-news-image001 ul li a {
  display: flex;
  padding: 1.2rem;
  border-bottom: 1px solid #e5e5e5;
  box-sizing: border-box;
  transition: all 0.3s; }
  .list-news-image001 ul li a .img {
    display: block;
    width: 17.6%;
    box-sizing: border-box;
    padding: 0.2rem;
    border: 1px solid #e8e8e8;
    margin-right: 1.6rem;
    flex-shrink: 0; }
    .list-news-image001 ul li a .img .inner-img {
      width: 100%;
      padding-bottom: 56%;
      position: relative;
      overflow: hidden; }
      .list-news-image001 ul li a .img .inner-img img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s; }
    .list-news-image001 ul li a .img:hover .inner-img img {
      transform: scale(1.1); }
  .list-news-image001 ul li a .right-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .list-news-image001 ul li a .right-info .tit {
      font-size: 0.72rem;
      font-weight: bold;
      color: #333;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      transition: all 0.3s; }
      .list-news-image001 ul li a .right-info .tit:hover {
        color: #0092DB; }
    .list-news-image001 ul li a .right-info .content {
      font-size: 0.56rem;
      color: #666;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-top: 0.4rem; }
    .list-news-image001 ul li a .right-info .bottom {
      margin-top: 0.8rem;
      font-size: 0;
      line-height: 1;
      overflow: hidden; }
      .list-news-image001 ul li a .right-info .bottom span {
        font-size: 0.56rem;
        color: #999; }
        .list-news-image001 ul li a .right-info .bottom span.time {
          color: #0092DB; }
        .list-news-image001 ul li a .right-info .bottom span + span:before {
          content: "";
          height: 100%;
          border-left: 1px solid #c7c5c5;
          margin: 0 0.4rem; }
  .list-news-image001 ul li a:hover {
    border-bottom-color: transparent;
    box-shadow: 0.2rem 0.2rem 1rem 0.2rem rgba(0, 0, 0, 0.15); }
.list-news-image001 ul li:first-child {
  border-top: 1px solid #e5e5e5; }
@media (max-width: 960px) {
  .list-news-image001 ul li a {
    padding: 15px 0; }
    .list-news-image001 ul li a .img {
      width: 128px;
      margin-right: 10px; }
    .list-news-image001 ul li a .right-info .content {
      display: none; }
    .list-news-image001 ul li a .right-info .bottom span {
      display: none; }
      .list-news-image001 ul li a .right-info .bottom span.time {
        display: block; }
    .list-news-image001 ul li a:hover {
      box-shadow: unset; } }

.list-news-image002 ul li {
  box-sizing: border-box;
  padding: 1.8rem;
  border-bottom: 1px solid #ddd;
  transition: all 0.3s; }
  .list-news-image002 ul li a {
    display: flex; }
    .list-news-image002 ul li a .left-time {
      width: 4rem;
      box-sizing: border-box;
      padding-top: 0.8rem;
      border-top: 1px solid #0092DB;
      margin-right: 2.6rem;
      flex-shrink: 0;
      text-align: right; }
      .list-news-image002 ul li a .left-time .year {
        font-size: 0.64rem;
        color: #888; }
      .list-news-image002 ul li a .left-time .day {
        font-size: 1.52rem;
        color: #0092DB;
        font-weight: bold; }
    .list-news-image002 ul li a .img {
      margin-right: 2.6rem;
      width: 15%;
      flex-shrink: 0; }
      .list-news-image002 ul li a .img .inner-img {
        width: 100%;
        padding-bottom: 56%;
        position: relative;
        overflow: hidden; }
        .list-news-image002 ul li a .img .inner-img img {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          transition: all 0.3s; }
    .list-news-image002 ul li a .right-info {
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      .list-news-image002 ul li a .right-info .tit {
        font-size: 0.72rem;
        font-weight: bold;
        color: #333;
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        transition: all 0.3s; }
      .list-news-image002 ul li a .right-info .content {
        font-size: 0.56rem;
        color: #666;
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 0.4rem; }
  .list-news-image002 ul li:hover {
    border-bottom-color: transparent;
    box-shadow: 0.2rem 0.2rem 1rem 0.2rem rgba(0, 0, 0, 0.15); }
    .list-news-image002 ul li:hover .img .inner-img img {
      transform: scale(1.1); }
    .list-news-image002 ul li:hover .right-info .tit {
      color: #0092DB; }
@media (max-width: 960px) {
  .list-news-image002 ul li {
    padding: 15px 0; }
    .list-news-image002 ul li a .left-time {
      display: none; }
    .list-news-image002 ul li a .img {
      width: 96px;
      margin-right: 10px; }
    .list-news-image002 ul li a .right-info .tit {
      line-height: 18px;
      max-height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
    .list-news-image002 ul li a .right-info .content {
      display: none; }
    .list-news-image002 ul li:hover {
      box-shadow: unset; } }

.list-news-text001 ul li {
  border-bottom: 1px solid #e4e4e4;
  transition: box-shadow .8s;
  -webkit-transition: box-shadow .8s; }
  .list-news-text001 ul li:last-child {
    border-bottom: none; }
  .list-news-text001 ul li a {
    padding: 1.2rem 1.6rem;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: center; }
    .list-news-text001 ul li a .time {
      font-size: 0.72rem;
      color: #0092DB;
      margin-right: 1.6rem;
      text-align: center; }
      .list-news-text001 ul li a .time .day {
        display: block;
        font-size: 1.6rem;
        font-weight: 700;
        margin-bottom: 0.4rem;
        line-height: 1; }
    .list-news-text001 ul li a .right-info {
      overflow: hidden;
      padding-left: 1.6rem;
      border-left: 1px solid rgba(0, 146, 219, 0.33); }
      .list-news-text001 ul li a .right-info .top h2 {
        font-size: 0.72rem;
        font-weight: bold;
        color: #333;
        line-height: 1.08rem;
        max-height: 1.08rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-news-text001 ul li a .right-info .top .content {
        font-size: 0.56rem;
        color: #666;
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-top: 0.4rem; }
      .list-news-text001 ul li a .right-info .bottom {
        margin-top: 0.8rem;
        font-size: 0;
        line-height: 1;
        overflow: hidden; }
        .list-news-text001 ul li a .right-info .bottom span {
          font-size: 0.56rem;
          color: #999; }
          .list-news-text001 ul li a .right-info .bottom span + span:before {
            content: "";
            height: 100%;
            border-left: 1px solid #c7c5c5;
            margin: 0 0.4rem; }
    .list-news-text001 ul li a:hover .right-info .top h2 {
      color: #6C9AD5; }
  .list-news-text001 ul li:hover {
    color: #fff;
    box-shadow: 5px 5px 25px 5px rgba(0, 0, 0, 0.15);
    border: 0; }
@media (max-width: 960px) {
  .list-news-text001 ul li a {
    padding: 15px 10px; }
    .list-news-text001 ul li a .time {
      font-size: 14px;
      margin-right: 10px; }
      .list-news-text001 ul li a .time .day {
        font-size: 18px;
        margin-bottom: 5px; }
    .list-news-text001 ul li a .right-info {
      padding-left: 10px; }
      .list-news-text001 ul li a .right-info .top h2 {
        line-height: 1.08rem;
        max-height: 2.16rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-news-text001 ul li a .right-info .top .content {
        display: none; }
      .list-news-text001 ul li a .right-info .bottom {
        margin-top: 5px; }
        .list-news-text001 ul li a .right-info .bottom span {
          margin-top: 5px; } }

.list-news002 ul {
  margin-right: -1%;
  display: flex;
  flex-wrap: wrap; }
  .list-news002 ul li {
    width: 23.6%;
    height: 2rem;
    margin-top: 0.8rem;
    margin-right: 1%; }
    .list-news002 ul li a {
      width: 100%;
      height: 100%;
      border-radius: 4px;
      box-sizing: border-box;
      border: 1px solid #E4E4E4;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 0 0.64rem;
      position: relative;
      overflow: hidden;
      background-color: #fff;
      transition: all 0.3s; }
      .list-news002 ul li a:before {
        width: 0.32rem;
        height: 0.32rem;
        border-radius: 50%;
        background-color: #0092DB;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0.32rem; }
      .list-news002 ul li a .dep-item-bg {
        position: absolute;
        left: 0;
        bottom: 0;
        transition: all 0.5s;
        width: 100%;
        height: 0; }
      .list-news002 ul li a p {
        font-size: 0.64rem;
        line-height: 1.5;
        max-height: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #333;
        margin-right: 0.56rem;
        transition: all 0.3s;
        position: relative; }
      .list-news002 ul li a i {
        font-size: 0.48rem;
        color: #6C9AD5;
        transition: all 0.3s;
        position: relative; }
      .list-news002 ul li a:hover {
        background-color: #0092DB; }
        .list-news002 ul li a:hover p,
        .list-news002 ul li a:hover i {
          color: #fff; }
        .list-news002 ul li a:hover .dep-item-bg {
          height: 100%; }

.list-notice001.party ul li:before {
  border-left-color: #c9151e; }
.list-notice001.party ul li a:hover p {
  color: #c9151e; }
.list-notice001.no-time ul li a p {
  margin-right: 0; }
.list-notice001.no-time ul li a span {
  display: none; }
.list-notice001 ul li {
  padding-left: 0.2rem;
  position: relative;
  margin-bottom: 0.8rem; }
  .list-notice001 ul li:before {
    content: "";
    height: 0.96rem;
    border-left: 0.2rem solid #0092DB;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); }
  .list-notice001 ul li a {
    box-sizing: border-box;
    padding: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: #eaeaeb 1px solid;
    transition: all 0.3s; }
    .list-notice001 ul li a p {
      font-size: 0.72rem;
      line-height: 1.35rem;
      max-height: 1.35rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      color: #333;
      margin-right: 0.8rem; }
    .list-notice001 ul li a span {
      color: #aaa;
      font-size: 0.64rem;
      line-height: 1;
      display: block; }
    .list-notice001 ul li a:hover {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .list-notice001 ul li a:hover p {
        color: #6C9AD5; }
@media (max-width: 960px) {
  .list-notice001 ul li a {
    flex-wrap: wrap;
    padding: 10px; }
    .list-notice001 ul li a p {
      width: 100%;
      margin-right: 0;
      line-height: 18px;
      max-height: 36px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      margin-bottom: 10px; } }

.list-notice002 ul {
  display: flex;
  flex-wrap: wrap; }
  .list-notice002 ul li {
    border-top: 1px solid #0092DB;
    padding: 0.8rem 0;
    width: 30%;
    margin: 0 1.5%;
    position: relative; }
    .list-notice002 ul li:after {
      content: "";
      z-index: -1;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      transition: 0.5s;
      transform: scale(1.1); }
    .list-notice002 ul li a p {
      font-size: 0.72rem;
      color: #333;
      line-height: 1.08rem;
      max-height: 2.16rem;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box;
      height: 2.16rem; }
    .list-notice002 ul li a .bottom {
      display: flex;
      margin-top: 0.4rem;
      justify-content: space-between;
      align-items: center; }
      .list-notice002 ul li a .bottom span {
        font-size: 0.64rem;
        color: #0092DB;
        line-height: 1; }
      .list-notice002 ul li a .bottom .circle {
        width: 1.2rem;
        height: 1.2rem;
        border: 1px solid #999;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 0.4rem; }
        .list-notice002 ul li a .bottom .circle i {
          color: #999;
          font-size: 0.8rem; }
    .list-notice002 ul li:hover:after {
      background-color: #0092DB;
      box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.24); }
    .list-notice002 ul li:hover a p {
      color: #fff; }
    .list-notice002 ul li:hover a .bottom span {
      color: #fff; }
    .list-notice002 ul li:hover a .bottom .circle {
      border-color: #fff; }
      .list-notice002 ul li:hover a .bottom .circle i {
        animation: showArrow 1s;
        color: #fff; }
@media (max-width: 960px) {
  .list-notice002 ul li {
    width: 100%;
    margin: 0 1%;
    border-top: 1px solid #d0d0d0; } }

.list-service001 ul {
  display: flex;
  flex-wrap: wrap; }
  .list-service001 ul li {
    margin-bottom: 0.6rem;
    width: 50%;
    padding: 0px 0.4rem;
    box-sizing: border-box;
    height: 3.04rem; }
    .list-service001 ul li a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff;
      padding: 0 1.2rem;
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
      border: 1px solid #eee;
      box-sizing: border-box; }
      .list-service001 ul li a p {
        font-size: 0.72rem;
        line-height: 1.35rem;
        max-height: 1.35rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        color: #333;
        margin-right: 0.8rem; }
      .list-service001 ul li a .more {
        width: 4.8rem;
        height: 1rem;
        border-radius: 1.2rem;
        border: 1px solid #ccc;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #aaa;
        transition: all 0.3s; }
        .list-service001 ul li a .more span {
          font-size: 0.64rem;
          line-height: 1; }
        .list-service001 ul li a .more i {
          margin-left: 0.2rem;
          font-size: 12px; }
      .list-service001 ul li a:hover p {
        color: #0092DB; }
      .list-service001 ul li a:hover .more {
        background-color: #0092DB;
        border-color: #0092DB;
        color: #fff; }
@media (max-width: 960px) {
  .list-service001 ul li {
    width: 100%; }
    .list-service001 ul li a .more {
      flex-shrink: 0;
      display: none; } }

.inner-list-content .share {
  cursor: pointer;
  position: relative; }
  .inner-list-content .share:hover .bdsharebuttonbox {
    display: block; }
  .inner-list-content .share i {
    margin-right: 0.2rem;
    color: #555555;
    width: 0.64rem;
    height: 0.64rem; }
  .inner-list-content .share span {
    font-size: 0.56rem;
    color: #999999;
    display: block;
    height: 1.12rem;
    position: relative;
    z-index: 2; }
  .inner-list-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .inner-list-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.12rem;
    z-index: 1;
    background: #fff;
    padding: 0.4rem 0.32rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .inner-list-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 0.8rem; }
    .inner-list-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.56rem;
      margin-right: 0;
      width: 100%; }
      .inner-list-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.56rem;
        background-color: #70B603; }
      .inner-list-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .inner-list-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .inner-list-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        font-size: 0.64rem;
        display: inline-block;
        text-align: center;
        line-height: 0.8rem;
        vertical-align: text-top; }
      .inner-list-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.2rem; }
  .inner-list-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .inner-list-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

.inner-list-item {
  position: relative; }
  .inner-list-item .inner-list-tit {
    height: 0.8rem;
    line-height: 0.8rem;
    padding-bottom: 0.8rem;
    padding-top: 1.6rem;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      color: #666;
      position: relative;
      font-size: 0.56rem; }
      .inner-list-item .inner-list-tit .fl span {
        font-weight: normal; }
      .inner-list-item .inner-list-tit .fl i {
        font-family: Arial;
        color: #aaa;
        font-style: normal; }
    .inner-list-item .inner-list-tit .fl.list-title {
      font-size: 0.96rem;
      color: #0092DB;
      font-weight: normal; }
    .inner-list-item .inner-list-tit .tab-tit {
      display: block;
      color: #555; }
      .inner-list-item .inner-list-tit .tab-tit a {
        display: inline-block;
        color: #666;
        font-weight: normal;
        font-size: 0.56rem;
        position: relative;
        margin-bottom: 0.72rem; }
        .inner-list-item .inner-list-tit .tab-tit a:last-child {
          margin-right: 0; }
        .inner-list-item .inner-list-tit .tab-tit a.cur {
          color: #E38A59;
          font-weight: bold; }
          .inner-list-item .inner-list-tit .tab-tit a.cur:after {
            background-color: #0092DB; }
    .inner-list-item .inner-list-tit .toggle-news-style a {
      width: 1.2rem;
      height: 1.2rem;
      margin: 0 5px 0 0;
      border: 1px solid #0092DB;
      text-align: center;
      line-height: 1.2rem;
      color: #0092DB;
      display: inline-block;
      border-radius: 4px; }
      .inner-list-item .inner-list-tit .toggle-news-style a i {
        font-size: 0.96rem; }
      .inner-list-item .inner-list-tit .toggle-news-style a.active {
        background-color: #0092DB;
        color: #fff; }
  .inner-list-item .inner-list-content {
    position: relative; }
    .inner-list-item .inner-list-content .aa {
      border-top: 1px solid #e4e4e4;
      padding-top: 30px;
      padding-bottom: 20px; }
    .inner-list-item .inner-list-content .bac {
      font-size: 0.9rem;
      font-weight: bold; }
    .inner-list-item .inner-list-content a:hover {
      color: #FFA943; }
    .inner-list-item .inner-list-content .mark {
      color: #0092DB; }
    .inner-list-item .inner-list-content .borderB {
      margin-bottom: 98px; }
    .inner-list-item .inner-list-content .list-news001 li, .inner-list-item .inner-list-content .list-video001 li {
      border-bottom: 1px solid #e4e4e4;
      padding: 1.2rem 0;
      height: 6.4rem;
      box-sizing: border-box;
      position: relative; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb, .inner-list-item .inner-list-content .list-video001 li.hasthumb {
        padding-left: 8rem; }
      .inner-list-item .inner-list-content .list-news001 li:last-child, .inner-list-item .inner-list-content .list-video001 li:last-child {
        border-bottom: none; }
      .inner-list-item .inner-list-content .list-news001 li .thumb, .inner-list-item .inner-list-content .list-video001 li .thumb {
        position: absolute;
        left: 0;
        top: 1.2rem;
        width: 7.2rem;
        height: 4rem;
        overflow: hidden; }
        .inner-list-item .inner-list-content .list-news001 li .thumb img, .inner-list-item .inner-list-content .list-video001 li .thumb img {
          display: block;
          width: 100%;
          height: 100%; }
        .inner-list-item .inner-list-content .list-news001 li .thumb i, .inner-list-item .inner-list-content .list-video001 li .thumb i {
          font-size: 1.2rem;
          color: rgba(255, 255, 255, 0.6);
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          z-index: 99; }
      .inner-list-item .inner-list-content .list-news001 li .title, .inner-list-item .inner-list-content .list-video001 li .title {
        font-size: 0.72rem;
        color: #333;
        height: 2.24rem;
        font-family: 微软雅黑;
        line-height: 28px;
        max-height: 56px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .inner-list-item .inner-list-content .list-news001 li .title a:hover, .inner-list-item .inner-list-content .list-video001 li .title a:hover {
          color: #6C9AD5; }
      .inner-list-item .inner-list-content .list-news001 li h2, .inner-list-item .inner-list-content .list-video001 li h2 {
        font-size: 0.72rem;
        font-weight: bold; }
      .inner-list-item .inner-list-content .list-news001 li.hasthumb .info, .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
        width: calc(100% - 200px); }
      .inner-list-item .inner-list-content .list-news001 li.nothumb .info, .inner-list-item .inner-list-content .list-video001 li.nothumb .info {
        width: 100%; }
      .inner-list-item .inner-list-content .list-news001 li .info, .inner-list-item .inner-list-content .list-video001 li .info {
        font-size: 0.56rem;
        color: #999;
        line-height: 1.12rem;
        position: absolute;
        bottom: 1rem; }
        .inner-list-item .inner-list-content .list-news001 li .info .mark, .inner-list-item .inner-list-content .list-video001 li .info .mark {
          color: #999; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark .time, .inner-list-item .inner-list-content .list-video001 li .info .mark .time {
            color: #0092DB; }
          .inner-list-item .inner-list-content .list-news001 li .info .mark u, .inner-list-item .inner-list-content .list-video001 li .info .mark u {
            padding: 0 0.4rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }

.list-announce001 li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.2rem 0;
  position: relative; }
  .list-announce001 li:last-child {
    border-bottom: none; }
  .list-announce001 li .title {
    font-size: 0.72rem;
    color: #333;
    font-family: 微软雅黑;
    line-height: 28px;
    max-height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-bottom: 0.68rem; }
    .list-announce001 li .title a:hover {
      color: #6C9AD5; }
  .list-announce001 li h2 {
    font-size: 0.72rem;
    font-weight: bold; }
  .list-announce001 li p {
    color: #797979;
    line-height: 0.8rem;
    margin-bottom: 0; }
  .list-announce001 li.nothumb .info {
    width: 100%; }
  .list-announce001 li .info {
    font-size: 0.56rem;
    color: #999;
    line-height: 1.12rem; }
    .list-announce001 li .info .mark {
      color: #999; }
      .list-announce001 li .info .mark .time {
        font-family: Arial;
        color: #0092DB; }
      .list-announce001 li .info .mark u {
        padding: 0 0.4rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.list-service001.list-sevice-withnav {
  display: flex;
  justify-content: space-between; }
  .list-service001.list-sevice-withnav .nav3-list {
    width: 11.2rem; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      font-size: 0.72rem;
      color: #5F929D;
      height: 2.8rem;
      line-height: 2.8rem;
      padding-left: 1.2rem;
      box-sizing: border-box;
      border-bottom: 1px solid #DBC19E;
      position: relative; }
      .list-service001.list-sevice-withnav .nav3-list h2 i {
        position: absolute;
        left: 0;
        top: -23px;
        transform: rotate(270deg);
        font-size: 24px;
        font-weight: normal;
        color: #DBC19E; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding-top: 0.8rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        height: 1.84rem;
        width: 100%;
        line-height: 1.84rem;
        padding-left: 1.2rem;
        box-sizing: border-box; }
        .list-service001.list-sevice-withnav .nav3-list ul div a {
          display: inline-block;
          color: #555555;
          font-size: 0.64rem;
          position: relative;
          padding-left: 10px; }
          .list-service001.list-sevice-withnav .nav3-list ul div a:before {
            content: '';
            display: block;
            position: absolute;
            height: 0.64rem;
            width: 2px;
            background-color: #C69B59;
            left: 0;
            top: 0.6rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div.cur a {
        color: #5F929D;
        font-weight: bolder; }
      .list-service001.list-sevice-withnav .nav3-list ul div:hover {
        background-color: #5898A6; }
        .list-service001.list-sevice-withnav .nav3-list ul div:hover a {
          color: #fff; }
          .list-service001.list-sevice-withnav .nav3-list ul div:hover a:before {
            background-color: #fff; }
  .list-service001.list-sevice-withnav .service-list {
    width: 35.6rem; }

@media (max-width: 960px) {
  .list-service001.list-sevice-withnav .nav3-list {
    width: 120px;
    height: 446px;
    padding: 30px 10px;
    box-sizing: border-box;
    background-color: #F2F2F2; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      display: none; }
    .list-service001.list-sevice-withnav .nav3-list .nav3-list-box {
      border-top: 1px solid #D7D7D7;
      border-bottom: 1px solid #D7D7D7;
      height: 380px;
      overflow-y: auto;
      overflow-x: hidden; }
    .list-service001.list-sevice-withnav .nav3-list ul {
      padding: 0; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        padding: 0; }
  .list-service001.list-sevice-withnav .service-list {
    width: calc(100% - 130px); } }
.inner-img-content {
  margin: 1.2rem 0; }

.list-images001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.88rem;
  font-size: 0; }
  .list-images001 li {
    width: 15.4rem;
    margin-right: 0.88rem;
    padding-bottom: 0.8rem;
    margin-bottom: 1.2rem;
    position: relative; }
    .list-images001 li .img {
      display: block;
      width: 100%;
      height: 8.72rem;
      position: relative; }
      .list-images001 li .img img {
        width: 100%;
        height: 100%; }
      .list-images001 li .img .count {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 2.4rem;
        height: 1.6rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 0.56rem;
        text-align: center;
        line-height: 1.6rem; }
    .list-images001 li .title {
      margin: 10px 0;
      height: 2.16rem;
      color: #333;
      font-size: 0.72rem;
      line-height: 27px;
      max-height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-images001 li .title:hover a {
        color: #6C9AD5; }
    .list-images001 li .info {
      color: #aaa;
      font-size: 0.56rem;
      height: 0.56rem;
      line-height: 0.56rem; }
      .list-images001 li .info .mark .time {
        display: inline-block;
        margin-right: 1.2rem; }
      .list-images001 li .info .mark .comefrom {
        white-space: nowrap; }
      .list-images001 li .info .share i {
        color: #333; }
      .list-images001 li .info .share span {
        height: auto; }
      .list-images001 li .info .share .bdsharebuttonbox {
        right: 0;
        top: -5.4rem; }
        .list-images001 li .info .share .bdsharebuttonbox span {
          display: inline-block;
          color: #555;
          border-bottom: 1px solid #e4e4e4;
          width: 100%;
          height: 0.8rem; }
        .list-images001 li .info .share .bdsharebuttonbox:before {
          content: "";
          display: inline-block;
          width: 3.72rem;
          height: 0.8rem;
          position: absolute;
          bottom: -0.6rem;
          right: 0;
          background-color: transparent; }
    .list-images001 li:nth-child(3n+1):after {
      content: "";
      display: inline-block;
      width: 1200px;
      height: 1px;
      background-color: #e4e4e4;
      position: absolute;
      left: 0;
      bottom: 0; }

.list-leader-image001 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 2.4rem; }
  .list-leader-image001 li {
    width: 13.2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.4rem 1.6rem; }
    .list-leader-image001 li .leader-photo {
      width: 5.6rem;
      height: 8rem; }
      .list-leader-image001 li .leader-photo img {
        width: 100%;
        height: 100%; }
    .list-leader-image001 li .leader-info {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .list-leader-image001 li .leader-info .leader-name {
        line-height: 0.96rem;
        font-size: 0.96rem;
        color: #0092DB;
        font-weight: normal;
        margin: 0.8rem 0; }
      .list-leader-image001 li .leader-info span {
        font-size: 0.64rem;
        color: #555; }
      .list-leader-image001 li .leader-info .leader-protit {
        line-height: 21px;
        max-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .list-leader-image001 li .leader-info .doc-protit {
        margin-top: 10px;
        line-height: 17px;
        max-height: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }

.list-leader-text001 li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #d7d7d7; }
  .list-leader-text001 li .leader-photo {
    display: block;
    width: 5.76rem;
    height: 8rem;
    flex-shrink: 0; }
    .list-leader-text001 li .leader-photo img {
      width: 100%;
      height: 100%; }
  .list-leader-text001 li .leader-info {
    margin-left: 1.6rem;
    padding-right: 1.6rem; }
    .list-leader-text001 li .leader-info .leader-name {
      display: block;
      font-weight: normal;
      color: #0092DB;
      font-size: 0.96rem;
      margin-bottom: 0.96rem; }
    .list-leader-text001 li .leader-info .leader-protit {
      margin-bottom: 1.28rem; }
      .list-leader-text001 li .leader-info .leader-protit span {
        font-size: 18px;
        line-height: 18px;
        color: #333;
        display: inline-block; }
        .list-leader-text001 li .leader-info .leader-protit span + span {
          margin-left: 0.8rem; }
    .list-leader-text001 li .leader-info .leader-intro {
      color: #797979;
      font-size: 14px;
      line-height: 24px;
      max-height: 72px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      display: -webkit-box; }

@media (max-width: 1200px) {
  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 16px;
    height: 48px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 16px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li,
  .list-announce001 li {
    padding: 25px 0; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 160px); }

  .list-announce001 li .title {
    margin-bottom: 12px; }

  .inner-list-content .share span,
  .inner-list-content .share .bdsharebuttonbox a {
    font-size: 12px; }

  .list-images001 li .title {
    font-size: 0.64rem;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    width: 960px; }

  .list-leader-image001 li .leader-name {
    line-height: 20px;
    font-size: 20px; }

  .list-leader-image001 li span {
    font-size: 14px; }

  .list-leader-image001 li .doc-protit,
  .list-leader-image001 li .leader-protit {
    line-height: 15px;
    max-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 20px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 16px;
    line-height: 16px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 18px;
    max-height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .inner-list-item .inner-list-tit {
    height: 12px;
    line-height: 12px;
    padding-bottom: 17px;
    padding-top: 20px; }

  .inner-list-item .inner-list-tit .fl,
  .inner-list-item .inner-list-tit .tab-tit a {
    font-size: 12px; }

  .inner-list-item .inner-list-content .list-news001 li,
  .inner-list-item .inner-list-content .list-video001 li {
    height: 112px;
    padding: 20px 0; }

  .inner-list-item .inner-list-content .list-news001 li .info,
  .inner-list-item .inner-list-content .list-video001 li .info {
    bottom: 15px; }

  .inner-list-item .inner-list-content .list-news001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-news001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .author,
  .inner-list-item .inner-list-content .list-video001 li .info .mark .comefrom,
  .inner-list-item .inner-list-content li .info .share {
    display: none; }

  .inner-list-item .inner-list-content .list-news001 li .thumb,
  .inner-list-item .inner-list-content .list-video001 li .thumb {
    width: 126px;
    height: 70px;
    top: 20px; }

  .inner-list-item .inner-list-content .list-news001 li .title,
  .inner-list-item .inner-list-content .list-video001 li .title,
  .list-announce001 li .title {
    font-size: 14px;
    height: 42px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .inner-list-item .inner-list-content .list-news001 li h2,
  .inner-list-item .inner-list-content .list-video001 li h2,
  .list-announce001 li h2 {
    font-size: 14px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb {
    padding-left: 136px; }

  .inner-list-item .inner-list-content .list-news001 li.hasthumb .info,
  .inner-list-item .inner-list-content .list-video001 li.hasthumb .info {
    width: calc(100% - 136px); }

  .inner-list-item .inner-list-content li .title a:hover {
    color: #333 !important; }

  .list-images001 {
    justify-content: space-between;
    margin-right: 0; }

  .list-images001 li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 16px;
    padding-bottom: 10px; }

  .list-images001 li .img {
    height: auto; }

  .list-images001 li .img .count {
    width: 40px;
    height: 20px;
    font-size: 12px;
    line-height: 20px; }

  .list-images001 li .title {
    margin: 8px 0;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-images001 li .info {
    margin-top: 28px; }

  .list-images001 li .info .mark {
    position: relative; }

  .list-images001 li .info .mark .comefrom {
    position: absolute;
    left: 0;
    top: -20px; }

  .list-images001 li .info .share i {
    font-size: 12px; }

  .list-images001 li:nth-child(3n+1):after {
    display: none; }

  .list-images001 li:nth-child(2n+1):after {
    content: "";
    display: inline-block;
    width: calc(100vw - 20px);
    height: 1px;
    background-color: #e4e4e4;
    position: absolute;
    left: 0;
    bottom: 0; }

  .inner-list-item .inner-list-content .list-images001 li .info .share {
    display: block; }

  .list-leader-image001 {
    margin-top: 0; }

  .list-leader-image001 li {
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    border-bottom: 1px solid #f2f2f2;
    padding: 20px 0; }

  .list-leader-image001 li .leader-photo {
    width: 69px;
    height: 96px;
    flex-shrink: 0; }

  .list-leader-image001 li .leader-info {
    align-items: flex-start;
    margin-left: 10px; }

  .list-leader-image001 li .leader-info .leader-name {
    margin: 0 0 33px; }

  .list-leader-text001 li {
    padding: 20px 0; }

  .list-leader-text001 li .leader-photo {
    width: 69px;
    height: 96px; }

  .list-leader-text001 li .leader-info {
    margin-left: 10px;
    padding-right: 0; }

  .list-leader-text001 li .leader-info .leader-name {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 10px; }

  .list-leader-text001 li .leader-info .leader-protit {
    margin-bottom: 18px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span {
    font-size: 14px;
    line-height: 14px; }

  .list-leader-text001 li .leader-info .leader-protit span + span {
    margin-left: 20px; }

  .list-leader-text001 li .leader-info .leader-intro {
    font-size: 12px;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 720px) {
  .pages {
    width: 100%;
    height: 50%;
    background-color: #70B603;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    flex-shrink: 1;
    flex-grow: 1;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 1;
    transform: rotate(30deg);
    transform: translateX(-10px);
    transition: all 0.3s;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0; } }
.list-department001 {
  position: relative;
  min-height: 24rem; }
  .list-department001 .inner-layout .container-inner .department-list {
    font-size: 0.64rem; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      display: flex; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        overflow: hidden;
        width: 9.6rem;
        height: 2.4rem;
        flex: 1;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #A2CDEC;
        background-color: #F0F6F9;
        position: relative;
        display: inline-block;
        line-height: 2.4rem;
        text-align: center; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          top: -0.88rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          right: 0;
          bottom: -0.88rem;
          transform: rotate(90deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          top: -0.88rem;
          transform: rotate(270deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          font-size: 0.64rem;
          position: absolute;
          display: inline-block;
          color: #A2CDEC;
          left: 0;
          bottom: -0.88rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #0092DB; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #0092DB;
          border-color: #0092DB; }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur .left-bottom {
            color: rgba(255, 255, 255, 0.8); }
          .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur p {
            color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      display: none;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        transition: all 0.3s;
        width: 11.6rem;
        height: 2rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.532rem;
        line-height: 2rem;
        box-sizing: border-box;
        margin-top: 1.2rem;
        position: relative;
        line-height: 50px;
        max-height: 50px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.32rem;
          width: 0.32rem;
          box-sizing: border-box;
          position: absolute; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-top {
          top: 0;
          left: 0;
          border-top: 0.12rem solid #D7D7D7;
          border-left: 0.12rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-bottom {
          bottom: 0;
          left: 0;
          border-bottom: 0.12rem solid #D7D7D7;
          border-left: 0.12rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-top {
          top: 0;
          right: 0;
          border-top: 0.12rem solid #D7D7D7;
          border-right: 0.12rem solid #D7D7D7; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-bottom {
          bottom: 0;
          right: 0;
          border-right: 0.12rem solid #D7D7D7;
          border-bottom: 0.12rem solid #D7D7D7; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:hover {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:nth-child(4n) {
        margin-right: 0; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-p {
        padding-left: 0.8rem; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@media (max-width: 1200px) {
  .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
    line-height: 40px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .list-department001 {
    padding: 0 10px; }
    .list-department001 .inner-layout .container-inner .department-list .area-con {
      justify-content: center;
      flex-wrap: wrap; }
      .list-department001 .inner-layout .container-inner .department-list .area-con .second-line {
        height: 34px;
        line-height: 34px;
        margin-top: 10px;
        width: auto;
        padding: 0 10px;
        border: 1px solid #fff;
        background-color: #fff; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top, .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          color: #fff; }
    .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class {
      justify-content: space-between; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        margin-right: 0;
        width: calc(50% - 15px); } }
.dm-doctor-list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%; }
  .dm-doctor-list ul li {
    margin: 0 1%;
    width: 14.6%;
    margin-bottom: 0.8rem; }
    .dm-doctor-list ul li a {
      display: flex;
      flex-direction: column;
      align-items: center;
      box-sizing: border-box;
      padding: 0.4rem;
      transition: all 0.3s;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      background-color: #fff;
      border: 3px solid transparent; }
      .dm-doctor-list ul li a .img {
        width: 100%;
        overflow: hidden;
        position: relative;
        padding-bottom: 143%; }
        .dm-doctor-list ul li a .img img {
          width: 100%;
          height: 100%;
          transition: all 0.3s;
          position: absolute;
          left: 0;
          top: 0; }
      .dm-doctor-list ul li a .bottom {
        text-align: center; }
        .dm-doctor-list ul li a .bottom .name {
          font-size: 0.72rem;
          line-height: 1;
          color: #0092DB;
          margin-top: 0.4rem; }
        .dm-doctor-list ul li a .bottom .protit {
          margin-top: 0.4rem;
          text-align: center;
          font-size: 0;
          min-height: 0.56rem; }
          .dm-doctor-list ul li a .bottom .protit span {
            font-size: 0.56rem;
            line-height: 1;
            color: #333; }
            .dm-doctor-list ul li a .bottom .protit span + span {
              margin-left: 0.4rem; }
      .dm-doctor-list ul li a:hover {
        border-color: #0092DB; }
        .dm-doctor-list ul li a:hover .img img {
          transform: scale(1.1); }
@media (max-width: 960px) {
  .dm-doctor-list ul li {
    width: 31%; } }
@media (max-width: 460px) {
  .dm-doctor-list ul {
    justify-content: space-between;
    margin: 0; }
    .dm-doctor-list ul li {
      width: 48%;
      margin: 0 0 10px; } }

.list-medicine001 .container-inner {
  padding-top: 2.72rem;
  position: relative; }
.list-medicine001 .medicine-search-box {
  top: 0.72rem;
  position: absolute;
  width: 23rem;
  margin-right: -11.5rem;
  right: 50%;
  font-size: 0.72rem;
  color: #333; }
  .list-medicine001 .medicine-search-box p.medicine-search-tit {
    line-height: 1.92rem;
    float: left; }
.list-medicine001 .medicine-search {
  width: 19.2rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-medicine001 .medicine-search .medicine-name {
    height: 1.92rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 1.6rem 0 0.4rem;
    line-height: 1.92rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.16rem;
    display: inline-block;
    font-size: 0.56rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-medicine001 .medicine-search .medicine-name::placeholder {
      color: #aaa; }
  .list-medicine001 .medicine-search .btn {
    position: absolute;
    height: 1.92rem;
    background: inherit;
    color: #036F6F;
    right: 0.56rem; }
    .list-medicine001 .medicine-search .btn i {
      font-size: 0.96rem;
      line-height: 1.92rem;
      color: #0092DB; }
.list-medicine001 .haschosen {
  padding: 0.6rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.4rem;
  margin-bottom: 0.8rem; }
  .list-medicine001 .haschosen #formPosition {
    position: absolute;
    top: -6rem; }
  .list-medicine001 .haschosen span, .list-medicine001 .haschosen .medicine-num {
    font-size: 0.64rem;
    color: #999;
    line-height: 1.2rem; }
  .list-medicine001 .haschosen .medicine-count {
    display: flex;
    justify-content: space-between; }
    .list-medicine001 .haschosen .medicine-count .medicine-num b {
      font-weight: 400;
      color: #0092DB; }
  .list-medicine001 .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.56rem;
    margin-right: 0.2rem;
    line-height: 1.36rem;
    border-radius: 0.12rem;
    margin-bottom: 0.16rem;
    padding: 0 0.4rem;
    background-color: #0092DB;
    color: #fff; }
    .list-medicine001 .haschosen .choose-list a i {
      font-size: 0.48rem;
      margin-left: 0.2rem; }
.list-medicine001 .medicine-list-wrap table {
  width: 100%;
  text-align: center;
  border: 1px solid #d7bf9d;
  border-collapse: collapse;
  margin-bottom: 10px; }
  .list-medicine001 .medicine-list-wrap table thead {
    text-align: center;
    font-size: 18px;
    color: #bd382a;
    background-color: #efeee7; }
  .list-medicine001 .medicine-list-wrap table td {
    padding: 5px;
    font-size: 18x;
    border-collapse: collapse;
    border: 1px solid #d7bf9d; }
@media (max-width: 960px) {
  .list-medicine001 .container-inner {
    padding-top: 58px; }
  .list-medicine001 .medicine-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-medicine001 .medicine-search-box p.medicine-search-tit {
      display: none; }
  .list-medicine001 .medicine-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-medicine001 .medicine-search .medicine-name {
      height: 40px;
      line-height: 40px; }
    .list-medicine001 .medicine-search .btn {
      height: 40px; } }

/************************ 下载列表********************************/
.download-list li:hover a.dl-icon:before {
  color: #6C9AD5; }
.download-list li:hover a.dl-icon.doc:before, .download-list li:hover a.dl-icon.docx:before {
  color: #4568a0; }
.download-list li:hover a.dl-icon.xls:before, .download-list li:hover a.dl-icon.xlsx:before {
  color: #378458; }
.download-list li:hover a.dl-icon.ppt:before, .download-list li:hover a.dl-icon.pptx:before {
  color: #db6340; }
.download-list li:hover a.dl-icon.pdf:before {
  color: #e81f05; }
.download-list li:hover a.dl-icon.rar:before {
  color: #ff5056; }
.download-list li:hover a.dl-icon.zip:before {
  color: #a372db; }
.download-list li:hover a.dl-icon.swf:before {
  color: #bb041a; }
.download-list li:hover a.dl-icon.txt:before {
  color: #8fa4b5; }
.download-list li a.download {
  position: absolute;
  border-radius: 3px;
  top: 5px;
  right: 0;
  width: 70px;
  line-height: 24px;
  font-size: 12px;
  background: #0092DB;
  color: #fff;
  display: inline-block;
  padding: 3px 15px; }
  .download-list li a.download:hover {
    background: #6C9AD5; }
  .download-list li a.download i {
    margin-right: 5px; }
.download-list li a.dl-icon {
  padding-left: 30px;
  position: relative; }
  .download-list li a.dl-icon:before {
    left: 0;
    font-size: 22px;
    color: #0092DB;
    content: "\e663";
    display: block;
    font-family: "iconfont";
    position: absolute;
    top: -7px; }
  .download-list li a.dl-icon.doc:before, .download-list li a.dl-icon.docx:before {
    content: "\e667"; }
  .download-list li a.dl-icon.xls:before, .download-list li a.dl-icon.xlsx:before {
    content: "\e668"; }
  .download-list li a.dl-icon.ppt:before, .download-list li a.dl-icon.pptx:before {
    content: "\e660"; }
  .download-list li a.dl-icon.pdf:before {
    content: "\e68f"; }
  .download-list li a.dl-icon.rar:before {
    content: "\e665"; }
  .download-list li a.dl-icon.zip:before {
    content: "\e661"; }
  .download-list li a.dl-icon.swf:before {
    content: "\e7c0"; }
  .download-list li a.dl-icon.txt:before {
    content: "\e664"; }

html {
  width: 100vw;
  overflow-x: hidden; }

.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.2rem;
    color: #555555;
    width: 0.64rem;
    height: 0.64rem; }
  .show-content .share > span {
    font-size: 0.56rem;
    color: #999999;
    display: block;
    height: 1.12rem;
    position: relative;
    z-index: 2;
    line-height: 1.12rem; }
  .show-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .show-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.12rem;
    z-index: 2;
    background: #fff;
    padding: 0.4rem 0.32rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .show-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 0.8rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.56rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.56rem;
        background-color: #70B603; }
      .show-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .show-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .show-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        font-size: 0.64rem;
        display: inline-block;
        text-align: center;
        line-height: 0.8rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.2rem; }
  .show-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .show-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.28rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 3.84rem;
    height: 1.28rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.56rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.28rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.28rem; }
    h2.left-tit a.more:hover {
      background-color: #0092DB;
      border-color: #0092DB;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

.news-show {
  width: 1200px;
  margin: auto;
  padding-bottom: 3.2rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 32rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.8rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 0.8rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.72rem;
          line-height: 1.08rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .news-show .list-item .content .news-title h1 a {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.28rem;
          color: #444;
          line-height: 1.92rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.56rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 0.8rem 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 0.8rem; }
      .news-show .list-item .content .news-content {
        padding-top: 0.8rem; }
        .news-show .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif; }
        .news-show .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show .list-item .content .original-title {
        font-size: 0.56rem;
        color: #AAAAAA;
        line-height: 0.84rem;
        margin-top: 1.6rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 1.6rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.72rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.64rem;
          background-color: #E4E4E4;
          margin: 0 0.4rem; }
    .news-show .list-item .left-tit {
      font-size: 0.96rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 7.28rem;
        box-sizing: border-box;
        padding-top: 0.8rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 3.44rem;
          height: 4.8rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 3.44rem;
            height: 100%; }
            .news-show .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show .list-item .related-expert ul li .doc-info {
          margin-left: 0.8rem;
          font-size: 0.56rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #0092DB;
            margin-bottom: 0.12rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.64rem;
            line-height: 1;
            font-weight: bold; }
          .news-show .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name,
          .news-show .list-item .related-expert ul li .doc-info .doc-job,
          .news-show .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.4rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.24rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 0.8rem; }
          .news-show .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.64rem;
            color: #0092DB;
            line-height: 1;
            margin-bottom: 0.4rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.56rem;
            color: #AAAAAA;
            line-height: 0.84rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 14.4rem; }
    .news-show .news-right ul {
      margin-top: 0.8rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 4rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.4rem;
        position: relative;
        margin-bottom: 0.4rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.4rem;
          top: 0.4rem;
          width: 4.4rem;
          height: 3.2rem;
          overflow: hidden; }
          .news-show .news-right ul li .thumb img {
            display: block;
            width: 100%;
            height: 100%; }
        .news-show .news-right ul li p.title a {
          font-size: 0.64rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #444; }
        .news-show .news-right ul li .time {
          font-size: 0.56rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.4rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 5.2rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.2rem; }
    .images-show .images-info .img-title a {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.28rem;
      color: #333;
      line-height: 1.28rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 25.6rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 44.72rem;
      height: 100%;
      background-color: #fff;
      margin: 0 auto; }
      .images-show .images-info .img-display .img-box .inner-img-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        height: 25.6rem; }
      .images-show .images-info .img-display .img-box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
      .images-show .images-info .img-display .img-box .slick-list {
        height: 100%; }
      .images-show .images-info .img-display .img-box .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 2.4rem;
        height: 2.8rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 2.8rem;
        font-size: 0.72rem;
        z-index: 1; }
        .images-show .images-info .img-display .img-box .slick-arrow.prev {
          left: 0; }
        .images-show .images-info .img-display .img-box .slick-arrow.next {
          right: 0; }
      .images-show .images-info .img-display .img-box.slick-slider {
        position: static; }
    .images-show .images-info .img-display .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 4.24rem;
      height: 2.4rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 2.4rem;
      font-size: 0.72rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.72rem;
    margin: 20px 0;
    line-height: 27px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .images-show .images-info .info {
    font-size: 0.56rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.2rem; }
  .images-show .images-info .img-slide {
    margin: 1rem 0 1.2rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.12rem;
      height: 3.04rem;
      box-sizing: border-box;
      overflow: hidden;
      cursor: pointer; }
      .images-show .images-info .img-slide .img-item img {
        width: 100%;
        height: 100%; }
      .images-show .images-info .img-slide .img-item + .img-item {
        margin-left: 0.06rem; }
      .images-show .images-info .img-slide .img-item:hover {
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
    .images-show .images-info .img-slide .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 0.88rem;
      height: 3.04rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.04rem;
      font-size: 0.48rem;
      z-index: 1; }
      .images-show .images-info .img-slide .slick-arrow.prev {
        left: 0; }
      .images-show .images-info .img-slide .slick-arrow.next {
        right: 0; }
.images-show .hot-images {
  margin-top: 1.28rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.2rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -0.88rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 15.4rem;
        margin-right: 0.88rem;
        padding-bottom: 0.8rem;
        margin-bottom: 1.2rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 8.72rem;
          position: relative; }
          .images-show .hot-images .hot-images-content .img-list li .img img {
            width: 100%;
            height: 100%; }
          .images-show .hot-images .hot-images-content .img-list li .img .count {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 2.4rem;
            height: 1.6rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.56rem;
            text-align: center;
            line-height: 1.6rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.4rem 0;
          height: 2.16rem;
          color: #333;
          font-size: 0.72rem;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .images-show .hot-images .hot-images-content .img-list li .title:hover a {
            color: #6C9AD5; }

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif; }
.page-content .news-content img {
  max-width: 100% !important;
  display: inline-block;
  margin: 10px; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }
    .news-show .news-right h2 a.more:hover {
      background-color: #fff;
      border-color: #D7D7D7;
      color: #555; }
      .news-show .news-right h2 a.more:hover i {
        transform: translateX(-10px); }
      .news-show .news-right h2 a.more:hover span {
        transform: translateX(0); }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
.second-nav-wrap {
  background-position: center;
  background-size: cover;
  z-index: 2;
  position: relative;
  min-height: 12rem; }
  .second-nav-wrap.party .second-nav .second-nav-list ul li > a:hover {
    color: #c9151e; }
  .second-nav-wrap.party .second-nav .second-nav-list ul li.cur > a:after {
    background-color: #fff; }
  .second-nav-wrap.nav-mask:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }
  .second-nav-wrap .second-nav {
    position: relative; }
    .second-nav-wrap .second-nav h1 {
      height: 12rem;
      line-height: 12rem;
      color: #fff;
      font-size: 1.6rem;
      box-sizing: border-box; }
      .second-nav-wrap .second-nav h1.text-right {
        text-align: right; }
      .second-nav-wrap .second-nav h1.text-center {
        text-align: center; }
  .second-nav-wrap .second-nav-list {
    box-shadow: 0px 0.16rem 0.29rem 0px rgba(33, 74, 154, 0.11); }
    .second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      position: relative; }
      .second-nav-wrap .second-nav-list ul li {
        margin: 0 0.8rem;
        padding: 1rem 0; }
        .second-nav-wrap .second-nav-list ul li > a {
          position: relative;
          display: block;
          line-height: 0.8rem;
          font-size: 0.64rem;
          color: #000; }
          .second-nav-wrap .second-nav-list ul li > a:hover {
            color: #FFA943; }
        .second-nav-wrap .second-nav-list ul li.cur > a {
          font-weight: bold; }
          .second-nav-wrap .second-nav-list ul li.cur > a:after {
            content: '';
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -0.6rem;
            height: 0.16rem;
            background-color: #FFA943; }
        .second-nav-wrap .second-nav-list ul li .more-column-box {
          display: none;
          position: absolute;
          top: 100%;
          left: 0;
          width: 54.4rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          z-index: 2023;
          border-bottom: 2px solid #0092DB; }
          .second-nav-wrap .second-nav-list ul li .more-column-box .inner-box {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-top: 0.8rem; }
            .second-nav-wrap .second-nav-list ul li .more-column-box .inner-box > div {
              margin: 0 0.8rem;
              height: 2.4rem; }
              .second-nav-wrap .second-nav-list ul li .more-column-box .inner-box > div > a {
                position: relative;
                display: block;
                line-height: 0.8rem;
                font-size: 0.64rem;
                color: #333; }
                .second-nav-wrap .second-nav-list ul li .more-column-box .inner-box > div > a:hover {
                  color: #FFA943; }
              .second-nav-wrap .second-nav-list ul li .more-column-box .inner-box > div.cur a {
                font-weight: bold; }
                .second-nav-wrap .second-nav-list ul li .more-column-box .inner-box > div.cur a:after {
                  content: '';
                  display: block;
                  position: absolute;
                  left: 0;
                  right: 0;
                  bottom: -0.6rem;
                  height: 0.16rem;
                  background-color: #FFA943; }
  .second-nav-wrap.dep-second-nav-wrap {
    background-color: #6C9AD5; }
  .second-nav-wrap .dm-second-nav {
    height: 12rem; }
    .second-nav-wrap .dm-second-nav h1 {
      padding: 3rem 0;
      height: auto;
      line-height: 1; }
  .second-nav-wrap .path {
    color: #fff;
    padding-top: 0.8rem; }
    .second-nav-wrap .path a {
      color: #fff; }

.three-nav-wrap {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D7D7D7;
  min-width: 1360px;
  position: relative; }
  .three-nav-wrap .three-nav {
    line-height: 2.4rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-nav-wrap .three-nav li {
      box-sizing: border-box;
      height: 2.4rem;
      text-align: center;
      position: relative;
      margin: 0 0.8rem; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 0.64rem;
        color: #333; }
        .three-nav-wrap .three-nav li a:hover {
          color: #6C9AD5; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.16rem;
        background-color: #FFA943; }
      .three-nav-wrap .three-nav li.cur a {
        color: #0092DB;
        font-weight: bold; }

.four-nav-wrap {
  min-width: 1360px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D7D7D7;
  padding: 0.48rem 0; }
  .four-nav-wrap .four-nav {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .four-nav-wrap .four-nav li {
      box-sizing: border-box;
      height: 1.2rem;
      text-align: center;
      line-height: 1.2rem;
      border-radius: 0.16rem; }
      .four-nav-wrap .four-nav li a {
        display: block;
        font-size: 0.64rem;
        color: #333;
        padding: 0 0.72rem;
        border-radius: 0.16rem; }
      .four-nav-wrap .four-nav li.cur a {
        color: #fff;
        background-color: #0092DB; }

@media (max-width: 1600px) {
  .second-nav-wrap,
  .three-nav-wrap,
  .four-nav-wrap {
    min-width: 1200px; }

  .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
    width: 48rem; } }
@media (max-width: 1200px) {
  .second-nav-wrap,
  .three-nav-wrap,
  .four-nav-wrap {
    min-width: 960px; } }
@media (max-width: 960px) {
  .second-nav-wrap,
  .three-nav-wrap,
  .four-nav-wrap {
    min-width: 720px; }

  .second-nav-wrap {
    min-height: 120px; }
    .second-nav-wrap .second-nav h1 {
      height: 150px;
      line-height: 180px;
      font-size: 18px;
      font-weight: normal; }
    .second-nav-wrap .second-nav .second-nav-list {
      padding-bottom: 10px; }
      .second-nav-wrap .second-nav .second-nav-list ul li {
        height: 30px;
        margin: 0 5px; }
        .second-nav-wrap .second-nav .second-nav-list ul li.cur > a:after {
          bottom: -5px; }
        .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box {
          width: 100%; }
          .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div {
            height: 30px; }
            .second-nav-wrap .second-nav .second-nav-list ul li .more-column-box .inner-box > div.cur a:after {
              bottom: -5px; }
    .second-nav-wrap .dm-second-nav {
      min-height: 120px;
      height: auto; }
      .second-nav-wrap .dm-second-nav h1.text-center {
        line-height: 1;
        height: auto;
        padding: 30px 0; }
    .second-nav-wrap.dep-second-nav-wrap {
      margin-top: 80px; }

  .second-nav-wrap .second-nav-list ul li a,
  .three-nav-wrap .three-nav-box ul li a,
  .four-nav-wrap .four-nav-box ul li a {
    font-size: 12px; }

  .three-nav-wrap .three-nav {
    line-height: inherit; }

  .three-nav-wrap .three-nav li {
    height: auto;
    margin-bottom: 12px; }

  .three-nav-wrap {
    padding: 14px 0 2px 0; }

  .three-nav-wrap .three-nav li.cur:after {
    height: 2px;
    bottom: -2px; }

  .four-nav-wrap {
    padding: 10px 0; }

  .four-nav-wrap .four-nav li {
    height: 20px;
    line-height: 20px; }

  .four-nav-wrap .four-nav li a {
    padding: 0 10px; } }
@media (max-width: 720px) {
  .second-nav-wrap,
  .three-nav-wrap,
  .four-nav-wrap {
    min-width: 320px; }

  .second-nav-wrap .second-nav-list ul,
  .three-nav-wrap .three-nav-box ul {
    min-width: 320px; }

  .three-nav-wrap .three-nav-box ul li {
    margin-left: 10px;
    margin-right: 10px; } }
.second-nav-wrap002 .second-nav-banner {
  height: 16rem;
  position: relative;
  background-color: #0092DB;
  background-position: center;
  background-size: cover; }
  .second-nav-wrap002 .second-nav-banner .layout {
    position: relative;
    height: 100%;
    overflow: hidden; }
    .second-nav-wrap002 .second-nav-banner .layout .second-nav-path {
      color: #fff;
      font-size: 0.56rem;
      margin-top: 1.6rem; }
      .second-nav-wrap002 .second-nav-banner .layout .second-nav-path .home {
        font-size: 0.64rem; }
      .second-nav-wrap002 .second-nav-banner .layout .second-nav-path a {
        color: #fff;
        padding: 0 0.48rem; }
      .second-nav-wrap002 .second-nav-banner .layout .second-nav-path i {
        font-size: 12px; }
    .second-nav-wrap002 .second-nav-banner .layout h1 {
      font-size: 1.92rem;
      color: #fff;
      font-weight: normal;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
.second-nav-wrap002 .second-nav-list {
  position: relative;
  width: 100%;
  background: #fff;
  box-shadow: 0px 0.16rem 0.29rem 0px rgba(0, 146, 219, 0.11); }
  .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list {
    display: flex;
    justify-content: center; }
    .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li {
      height: 3.04rem;
      font-size: 0.72rem;
      display: flex;
      align-items: center;
      position: relative;
      margin: 0 0.8rem; }
      .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li a {
        display: inline-block;
        height: 1.6rem;
        line-height: 1.6rem;
        border-radius: 0.2rem;
        color: #333; }
        .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li a:hover {
          color: #6C9AD5; }
      .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li:before {
        content: '';
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 2px;
        width: 0;
        opacity: 0;
        background: #0092DB;
        bottom: 10px;
        z-index: 2;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
      .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li.cur a {
        color: #0092DB; }
      .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li.cur:before {
        width: 100%;
        opacity: 1; }
      .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list li:hover:before {
        width: 100%;
        opacity: 1; }
  .second-nav-wrap002 .second-nav-list .layout .m-second-nav {
    display: none; }
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li a:hover {
  color: #E53B3B; }
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li:hover a,
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li.cur a {
  color: #E53B3B; }
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li:hover:after,
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li.cur:after {
  border-bottom-color: #E53B3B; }
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li:hover:before,
.second-nav-wrap002.party .second-nav-list .layout .pc-second-nav-list li.cur:before {
  background-color: #E53B3B; }
@media (max-width: 960px) {
  .second-nav-wrap002 {
    margin-top: 60px; }
    .second-nav-wrap002 .second-nav-banner {
      height: 200px; }
      .second-nav-wrap002 .second-nav-banner .layout h1 {
        font-size: 20px;
        text-align: center;
        margin-bottom: 0; }
      .second-nav-wrap002 .second-nav-banner .layout .second-nav-path {
        display: none; }
    .second-nav-wrap002 .second-nav-list {
      box-shadow: unset; }
      .second-nav-wrap002 .second-nav-list .layout .pc-second-nav-list {
        display: none; }
      .second-nav-wrap002 .second-nav-list .layout .m-second-nav {
        display: block;
        margin-top: 20px;
        padding: 0 20px; }
        .second-nav-wrap002 .second-nav-list .layout .m-second-nav .cur-tit {
          display: flex;
          align-items: center;
          justify-content: space-between;
          color: #fff;
          height: 48px;
          font-size: 18px !important;
          background-color: #0092DB;
          padding: 0 20px;
          box-sizing: border-box;
          cursor: pointer; }
          .second-nav-wrap002 .second-nav-list .layout .m-second-nav .cur-tit i {
            font-size: 20px; }
        .second-nav-wrap002 .second-nav-list .layout .m-second-nav ul {
          display: none;
          background: #0a9ce5;
          padding: 24px; }
          .second-nav-wrap002 .second-nav-list .layout .m-second-nav ul li {
            font-size: 16px;
            line-height: 34px; }
            .second-nav-wrap002 .second-nav-list .layout .m-second-nav ul li a {
              color: #fff;
              display: block; }
            .second-nav-wrap002 .second-nav-list .layout .m-second-nav ul li.cur a {
              color: #e6c390; }
    .second-nav-wrap002.party .second-nav-list .layout .m-second-nav .cur-tit,
    .second-nav-wrap002.party .second-nav-list .layout .m-second-nav ul {
      background-color: #E53B3B; } }

.show-news {
  margin-top: -1.6rem; }

.show-news.detail-container {
  border-top: none; }

.news-show001 {
  display: flex;
  justify-content: space-between; }
  .news-show001.party .list-item .content .news-title:after {
    background-color: #c9151e; }
  .news-show001.party .list-item .content .news-title .ctrl .btn:hover i {
    color: #c9151e; }
  .news-show001.party .list-item .content .share-box .share-btn:hover i {
    color: #c9151e; }
  .news-show001.party .news-right a.column-tit:hover {
    color: #c9151e; }
  .news-show001.party .news-right ul li a .time {
    color: #c9151e; }
  .news-show001.party .news-right ul li:hover p.title,
  .news-show001.party .news-right ul li:hover .time {
    color: #c9151e; }
  .news-show001 .list-item.has-right {
    width: 32rem; }
  .news-show001 .list-item {
    width: 100%; }
    .news-show001 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.8rem;
      position: relative; }
      .news-show001 .list-item .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.8rem;
        color: #444;
        position: relative; }
        .news-show001 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 5.68rem;
          height: 0.08rem;
          background-color: #0092DB;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show001 .list-item .content .news-title p {
          font-size: 0.72rem;
          line-height: 1.5;
          text-align: center; }
        .news-show001 .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show001 .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .news-show001 .list-item .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 1.28rem;
          color: #333333;
          line-height: 1.5; }
        .news-show001 .list-item .content .news-title span {
          font-size: 0.56rem;
          color: #888;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .news-title .time-comefrom {
          margin-top: 1.6rem;
          font-size: 0; }
          .news-show001 .list-item .content .news-title .time-comefrom span.comefrom {
            margin-left: 0.84rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .time-comefrom span.comefrom:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              top: 0;
              left: -0.4rem; }
        .news-show001 .list-item .content .news-title .news-author {
          font-size: 0;
          margin-top: 0.56rem; }
          .news-show001 .list-item .content .news-title .news-author span {
            margin-right: 0.8rem;
            position: relative; }
            .news-show001 .list-item .content .news-title .news-author span + span:before {
              content: "";
              height: 14px;
              width: 1px;
              background-color: #D7D7D7;
              position: absolute;
              left: -0.4rem;
              top: 0; }
        .news-show001 .list-item .content .news-title .ctrl {
          position: absolute;
          right: 0;
          bottom: 0.8rem;
          display: flex;
          align-items: center; }
          .news-show001 .list-item .content .news-title .ctrl span {
            color: #333333;
            font-size: 0.56rem;
            line-height: 1; }
          .news-show001 .list-item .content .news-title .ctrl .btn {
            color: #7F7F7F;
            font-size: 0.8rem;
            margin-left: 0.4rem;
            line-height: 1;
            cursor: pointer; }
            .news-show001 .list-item .content .news-title .ctrl .btn i {
              font-size: 0.8rem; }
            .news-show001 .list-item .content .news-title .ctrl .btn:hover {
              color: #1D9D9A; }
              .news-show001 .list-item .content .news-title .ctrl .btn:hover i {
                color: #1D9D9A; }
      .news-show001 .list-item .content .news-content {
        padding-top: 1.6rem;
        position: relative; }
        .news-show001 .list-item .content .news-content::before {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          opacity: 0.1;
          background: url(../images/dy120/new_bottom_bg.png) left top no-repeat;
          background-size: contain;
          background-color: #00b3fb8f; }
        .news-show001 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI", "Microsoft YaHei", Arial, SimSun, "Segoe UI", Tahoma, Helvetica, sans-serif; }
        .news-show001 .list-item .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show001 .list-item .content .original-title {
        font-size: 0.64rem;
        color: #7F7F7F;
        line-height: 1.5;
        margin-top: 0.8rem; }
      .news-show001 .list-item .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.8rem;
        font-size: 0; }
        .news-show001 .list-item .content .share-box span {
          color: #333333;
          font-size: 0.56rem;
          line-height: 1;
          display: inline-block; }
        .news-show001 .list-item .content .share-box .share-btn {
          margin-left: 0.4rem; }
          .news-show001 .list-item .content .share-box .share-btn i {
            font-size: 0.8rem;
            line-height: 1;
            color: #7F7F7F; }
          .news-show001 .list-item .content .share-box .share-btn:hover i {
            color: #1D9D9A; }
    .news-show001 .list-item .left-tit {
      font-size: 0.96rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show001 .list-item .related-expert {
      margin-top: 1.6rem; }
      .news-show001 .list-item .related-expert ul {
        margin-top: 0.8rem; }
        .news-show001 .list-item .related-expert ul li {
          margin-top: 0.4rem; }
          .news-show001 .list-item .related-expert ul li a {
            height: 6.36rem;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            background-color: #fff;
            box-sizing: border-box;
            padding: 0.8rem;
            display: flex; }
            .news-show001 .list-item .related-expert ul li a .doc-img {
              width: 3.6rem;
              height: 4.8rem;
              margin-right: 1.6rem;
              flex-shrink: 0;
              overflow: hidden;
              border-radius: 4px; }
              .news-show001 .list-item .related-expert ul li a .doc-img img {
                width: 100%;
                height: 100%; }
            .news-show001 .list-item .related-expert ul li a .doc-info .doc-name {
              font-size: 0.72rem;
              color: #333;
              line-height: 1;
              margin-top: 0.4rem; }
            .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit {
              display: flex;
              margin-top: 0.4rem;
              font-size: 0; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .depart {
                font-size: 0.56rem;
                color: #000;
                line-height: 1; }
              .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit {
                margin-left: 0.8rem; }
                .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span {
                  font-size: 0.56rem;
                  color: #000;
                  display: inline-block;
                  line-height: 1;
                  position: relative; }
                  .news-show001 .list-item .related-expert ul li a .doc-info .dep-protit .protit span + span:before {
                    content: "/"; }
            .news-show001 .list-item .related-expert ul li a .doc-info .goodat {
              margin-top: 0.4rem;
              color: #7F7F7F;
              line-height: 1.05rem;
              max-height: 3.15rem;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 3;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              font-size: 0.56rem; }
            .news-show001 .list-item .related-expert ul li a:hover .doc-info .doc-name {
              color: #1D9D9A; }
    .news-show001 .list-item .related-depart {
      margin-top: 1.6rem; }
      .news-show001 .list-item .related-depart ul li {
        padding: 0.8rem 0;
        border-bottom: 1px solid #D7D7D7;
        box-sizing: border-box; }
        .news-show001 .list-item .related-depart ul li .dep-tit {
          display: inline-block;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.72rem;
          color: #333333;
          line-height: 1;
          margin-bottom: 0.8rem; }
          .news-show001 .list-item .related-depart ul li .dep-tit:hover {
            color: #1D9D9A; }
        .news-show001 .list-item .related-depart ul li .dep-intro {
          font-size: 0.56rem;
          color: #7F7F7F;
          line-height: 21px;
          max-height: 42px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
  .news-show001 .news-right {
    width: 13.6rem; }
    .news-show001 .news-right a.column-tit {
      width: 100%;
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      line-height: 1; }
      .news-show001 .news-right a.column-tit span {
        font-size: 0.96rem; }
      .news-show001 .news-right a.column-tit i {
        font-size: 0.64rem; }
      .news-show001 .news-right a.column-tit:hover {
        color: #0092DB; }
    .news-show001 .news-right ul {
      margin-top: 0.8rem;
      width: 100%; }
      .news-show001 .news-right ul li {
        width: 100%;
        height: 3.6rem;
        box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.8rem;
        background-color: #fff;
        transition: all 0.5s;
        position: relative;
        overflow: hidden; }
        .news-show001 .news-right ul li:hover a img {
          opacity: 0.15; }
        .news-show001 .news-right ul li:hover a p.title,
        .news-show001 .news-right ul li:hover a .time {
          color: #1D9D9A; }
        .news-show001 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.4rem;
          font-size: 0;
          position: relative; }
          .news-show001 .news-right ul li a img {
            position: absolute;
            bottom: 0;
            right: 0;
            opacity: 0; }
          .news-show001 .news-right ul li a .time {
            font-size: 0.56rem;
            color: #9CC301;
            display: inline-block;
            line-height: 1; }
          .news-show001 .news-right ul li a p.title {
            font-size: 0.64rem;
            line-height: 1.2rem;
            max-height: 2.4rem;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box;
            color: #333333;
            margin-top: 0.32rem; }

@media (max-width: 960px) {
  .news-show001-box .inner-layout {
    padding: 0 20px; }

  .news-show001 {
    display: block; }
    .news-show001 .list-item.has-right {
      width: 100%; }
    .news-show001 .list-item .content .news-title .ctrl {
      position: static;
      margin-top: 10px; }
    .news-show001 .news-right {
      width: 100%;
      margin-top: 20px; } }

/*# sourceMappingURL=special.css.map */
