@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a,
button {
  cursor: pointer; }

a,
u {
  text-decoration: none; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 2rem !important; }

.mt50 {
  margin-top: 2.5rem !important; }

.mt60 {
  margin-top: 3rem !important; }

.mb80 {
  margin-bottom: 4rem !important; }

.pt40 {
  padding-top: 2rem !important; }

.pb80 {
  padding-bottom: 4rem !important; }

input,
button,
select {
  outline: 0;
  border: none; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

textarea,
input[type="text"],
input[type="number"],
input[type="password"],
input[type="search"],
select {
  padding: 0 0.5rem;
  line-height: 2rem;
  height: 2rem;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.7rem;
  background-image: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "iconfont";
  /* Project id 3569614 */
  src: url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto; }

.inner-container {
  min-height: 20rem;
  overflow: hidden;
  background: url("../images/sdzyy/mzxx_bg1.png") no-repeat left top, url("../images/sdzyy/mzxx_bg2.png") no-repeat right bottom;
  background-size: 45%; }

.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: 30px; }
  .pager a,
  .pager input,
  .pager button,
  .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #5F929D; }
    .pager a.on {
      background-color: #5F929D;
      border-color: #5F929D;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #61A4B4;
    cursor: pointer; }
    .pager button:hover {
      background-color: #5F929D; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 20rem !important;
  height: 24rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.8rem 2.5rem 3.5rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -10rem !important;
  margin-top: -12rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 1.2rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.5rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.8rem !important;
    right: -1.5rem !important;
    font-size: 1.5rem !important;
    width: 1rem !important;
    height: 1rem !important; }
  #foxWechatBox img {
    width: 15rem !important;
    height: 15rem !important; }

@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  .layout {
    width: 100%; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    margin: 0 10px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a,
  .pager input,
  .pager button,
  .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev,
  .pager a.pager-next,
  .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

.login-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4); }
  .login-dialog .login-pop {
    background: #fff;
    border-top: 5px solid #EAB660;
    padding: 0.5rem 1.5rem;
    width: 15rem;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -9rem;
    margin-top: -12.5rem; }
    .login-dialog .login-pop .pop-tit {
      line-height: 2.5rem;
      font-size: 0.8rem;
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem; }
      .login-dialog .login-pop .pop-tit a {
        display: block;
        width: 50%;
        float: left;
        text-align: center; }
        .login-dialog .login-pop .pop-tit a.cur {
          border-bottom: 1px solid #50ACAF;
          margin-bottom: -1px;
          color: #50ACAF; }
    .login-dialog .login-pop .close {
      position: absolute;
      top: 0.25rem;
      right: 0.5rem; }
    .login-dialog .login-pop .login-form .ruifox-form-group {
      padding-bottom: 0;
      margin-bottom: 0.75rem; }
      .login-dialog .login-pop .login-form .ruifox-form-group .control {
        float: left;
        width: 100%; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control > span {
          position: absolute;
          top: 0.15rem;
          text-align: center;
          left: 0;
          width: 1.7rem;
          height: 1.7rem;
          z-index: 2;
          line-height: 1.7rem;
          color: #d5cccc; }
          .login-dialog .login-pop .login-form .ruifox-form-group .control > span i {
            font-size: 1.2rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .input {
          width: 100%;
          display: block;
          padding-left: 1.8rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .btn {
          width: 100%;
          font-size: 0.8rem;
          line-height: 2rem; }
    .login-dialog .login-pop .login-form p {
      padding: 0.25rem 0;
      overflow: hidden;
      font-size: 0.7rem; }
      .login-dialog .login-pop .login-form p.text-center {
        word-spacing: 1em;
        color: #999; }
    .login-dialog .login-pop .login-form a {
      color: #03a560; }

label,
summary {
  cursor: default; }

.alert {
  padding: 0.4rem 1.75rem 0.4rem 0.7rem;
  margin-bottom: 1rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #c09853;
  font-size: 0.7rem;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 0.2rem;
  line-height: 1; }
  .alert.alert-danger, .alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }

.hidden {
  display: none; }

.text-center {
  text-align: center; }

.ruifox-form {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 2rem; }
  .ruifox-form input,
  .ruifox-form select,
  .ruifox-form button,
  .ruifox-form .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px; }
  .ruifox-form .btn {
    padding: 0 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2rem;
    height: 2rem;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 4rem; }
    .ruifox-form .btn.btn-primary {
      color: #fff;
      background-color: #03a560;
      border-color: #03a560;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
  .ruifox-form .label {
    text-align: right;
    vertical-align: middle;
    line-height: 2rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
  .ruifox-form .text-hidden {
    font-size: 0 !important; }

.ruifox-form-group {
  margin-bottom: 0.25rem;
  vertical-align: middle; }
  .ruifox-form-group .control {
    position: relative;
    font-size: 14px; }
    .ruifox-form-group .control textarea {
      min-height: 120px;
      resize: vertical; }
  .ruifox-form-group .nc-container {
    min-height: 2rem; }
    .ruifox-form-group .nc-container .nc_scale {
      height: 2rem; }
      .ruifox-form-group .nc-container .nc_scale span {
        box-sizing: border-box;
        width: 2rem;
        height: 2rem;
        line-height: 2rem; }
      .ruifox-form-group .nc-container .nc_scale .scale_text {
        line-height: 2rem; }

.ruifox-form-horizontal .ruifox-form-group {
  padding-bottom: 0;
  margin-bottom: 0.25rem; }
  .ruifox-form-horizontal .ruifox-form-group > .label {
    float: left;
    width: 16.66666667%;
    padding-right: 1.5rem; }
  .ruifox-form-horizontal .ruifox-form-group > .control {
    float: left;
    width: 58.33333333%; }
  .ruifox-form-horizontal .ruifox-form-group:after {
    clear: both;
    display: table;
    content: ""; }

.container {
  padding-top: 160px;
  background-color: #fff; }

.xiangyun {
  background: url("../images/sdzyy/mzxx_bg1.png") no-repeat left top, url("../images/sdzyy/mzxx_bg2.png") no-repeat right bottom;
  background-size: 45%; }

@media (max-width: 1200px) {
  .container {
    padding-top: 120px; } }
@media (max-width: 960px) {
  .container {
    padding-top: 48px; } }
.header-001 {
  height: 160px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  .header-001 .top-bar {
    height: 40px;
    background: linear-gradient(90deg, #EAB660 0%, #C69B59 100%);
    transition: all 0.2s ease-out 0s; }
    .header-001 .top-bar .top-nav {
      display: flex;
      align-items: center;
      font-size: 16px;
      height: 40px; }
      .header-001 .top-bar .top-nav a {
        color: #fff; }
        .header-001 .top-bar .top-nav a i {
          margin-right: 0.25rem; }
      .header-001 .top-bar .top-nav .line {
        margin: 0 1rem;
        height: 0.7rem;
        width: 1px;
        background-color: #fff;
        opacity: 0.2; }
        .header-001 .top-bar .top-nav .line:last-of-type {
          display: none; }
      .header-001 .top-bar .top-nav.mobile-top-nav {
        display: none; }
  .header-001.tit .top-bar {
    height: 0; }
    .header-001.tit .top-bar .top-nav {
      display: none; }
  .header-001 .header-wrap {
    height: 120px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .header-001 .header-wrap .layout {
      display: flex;
      justify-content: space-between;
      align-items: center;
      height: 100%; }
      .header-001 .header-wrap .layout .nav {
        display: flex;
        justify-content: space-between;
        height: 100%; }
        .header-001 .header-wrap .layout .nav .nav-ul {
          display: flex;
          justify-content: space-between;
          width: 852px; }
          .header-001 .header-wrap .layout .nav .nav-ul > li {
            font-size: 0.9rem;
            position: relative;
            line-height: 6rem; }
            .header-001 .header-wrap .layout .nav .nav-ul > li a {
              color: #333333; }
            .header-001 .header-wrap .layout .nav .nav-ul > li:after {
              content: '';
              display: block;
              position: absolute;
              bottom: 1.5rem;
              left: 50%;
              height: 0.2rem;
              width: 0;
              background-color: #EAB660;
              transition: all 0.3s; }
            .header-001 .header-wrap .layout .nav .nav-ul > li:hover:after {
              width: 100%;
              left: 0; }
            .header-001 .header-wrap .layout .nav .nav-ul > li .subnav {
              display: none;
              position: absolute;
              left: -2.85rem;
              right: -2.85rem;
              top: 5rem;
              z-index: 3000;
              color: #333;
              font-size: 0.7rem;
              border-top: 1px solid rgba(255, 255, 255, 0.2);
              min-width: 9rem;
              background-color: #DBEDF7;
              box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15); }
              .header-001 .header-wrap .layout .nav .nav-ul > li .subnav .dropMenu {
                overflow: hidden;
                box-sizing: border-box;
                padding: 0.75rem 0; }
                .header-001 .header-wrap .layout .nav .nav-ul > li .subnav .dropMenu li {
                  line-height: 1.8rem; }
                  .header-001 .header-wrap .layout .nav .nav-ul > li .subnav .dropMenu li a {
                    display: block;
                    box-sizing: border-box;
                    line-height: 1.8rem;
                    height: 1.8rem;
                    font-size: 15px;
                    text-align: center;
                    transition: none;
                    color: #50ACAF; }
                  .header-001 .header-wrap .layout .nav .nav-ul > li .subnav .dropMenu li:hover {
                    background-color: #50ACAF; }
                    .header-001 .header-wrap .layout .nav .nav-ul > li .subnav .dropMenu li:hover a {
                      color: #fff; }
          .header-001 .header-wrap .layout .nav .nav-ul > li.cur {
            font-weight: bold; }
            .header-001 .header-wrap .layout .nav .nav-ul > li.cur a {
              color: #20857E; }
            .header-001 .header-wrap .layout .nav .nav-ul > li.cur:after {
              width: 100%;
              left: 0; }
        @media (max-width: 1440px) {
          .header-001 .header-wrap .layout .nav .nav-ul {
            width: 736px; } }
        @media (max-width: 1200px) {
          .header-001 .header-wrap .layout .nav .nav-ul {
            width: 589px; }
            .header-001 .header-wrap .layout .nav .nav-ul li {
              font-size: 14px; } }
        .header-001 .header-wrap .layout .nav .search-box {
          width: 30px;
          display: flex;
          justify-content: space-between;
          margin-left: 20px; }
          .header-001 .header-wrap .layout .nav .search-box div {
            display: flex;
            align-items: center; }
          .header-001 .header-wrap .layout .nav .search-box i {
            font-size: 24px;
            color: #61A4B4;
            cursor: pointer; }
          .header-001 .header-wrap .layout .nav .search-box .search-qr-code {
            position: relative; }
            .header-001 .header-wrap .layout .nav .search-box .search-qr-code .search-qr-code-list {
              position: absolute;
              display: none;
              right: 0;
              top: 85px; }
              .header-001 .header-wrap .layout .nav .search-box .search-qr-code .search-qr-code-list .inner-qr-code-list {
                display: flex;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
                box-sizing: border-box;
                height: 160px;
                padding: 20px;
                background-color: #fff; }
              .header-001 .header-wrap .layout .nav .search-box .search-qr-code .search-qr-code-list a {
                text-align: center; }
                .header-001 .header-wrap .layout .nav .search-box .search-qr-code .search-qr-code-list a img {
                  height: 100px;
                  width: 100px; }
                .header-001 .header-wrap .layout .nav .search-box .search-qr-code .search-qr-code-list a span {
                  font-size: 12px;
                  margin-top: 8px; }
              .header-001 .header-wrap .layout .nav .search-box .search-qr-code .search-qr-code-list a + a {
                margin-left: 20px; }
      .header-001 .header-wrap .layout .mobile-nav {
        display: none; }
        .header-001 .header-wrap .layout .mobile-nav .search-btn {
          cursor: pointer; }
          .header-001 .header-wrap .layout .mobile-nav .search-btn i {
            font-size: 20px;
            color: #61A4B4; }
        .header-001 .header-wrap .layout .mobile-nav a i {
          color: #61A4B4;
          font-size: 32px;
          position: relative;
          left: 6px; }
      .header-001 .header-wrap .layout .logo-row {
        height: 70px;
        width: auto; }
        .header-001 .header-wrap .layout .logo-row img {
          height: 100%; }
      @media (max-width: 1200px) {
        .header-001 .header-wrap .layout .logo-row {
          height: 56px;
          width: 270px; } }
    .header-001 .header-wrap .search {
      display: none;
      height: 100vh;
      width: 100vw;
      position: fixed;
      top: 0;
      left: 0;
      background-color: rgba(0, 128, 128, 0.95); }
      .header-001 .header-wrap .search form {
        position: relative;
        height: 100%;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        .header-001 .header-wrap .search form .turn-down-search {
          position: absolute;
          right: 5rem;
          top: 5rem; }
          .header-001 .header-wrap .search form .turn-down-search i {
            color: #fff;
            font-size: 46px; }
        .header-001 .header-wrap .search form h2 {
          font-size: 1.6rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 2rem; }
        .header-001 .header-wrap .search form .change-wrap {
          width: 40rem;
          height: 3.2rem;
          display: flex; }
          .header-001 .header-wrap .search form .change-wrap input {
            height: 3.2rem;
            width: 40rem;
            border: none;
            box-sizing: border-box;
            padding-left: 2rem;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
            font-size: 0.9rem; }
          .header-001 .header-wrap .search form .change-wrap button {
            height: 3.2rem;
            width: 5rem;
            border: none;
            border-radius: 4px 0 0 4px;
            background-color: #fff; }
            .header-001 .header-wrap .search form .change-wrap button i {
              color: #008080;
              font-size: 34px; }
        .header-001 .header-wrap .search form .hot-search {
          display: flex;
          align-items: center;
          margin-top: 1.5rem;
          justify-content: center; }
          .header-001 .header-wrap .search form .hot-search span {
            font-size: 0.7rem;
            color: #ffffff; }
          .header-001 .header-wrap .search form .hot-search p {
            line-height: 1.7rem;
            height: 1.7rem;
            margin-right: 0.5rem;
            width: auto;
            background-color: rgba(0, 0, 0, 0.4);
            border-radius: 0.2rem; }
            .header-001 .header-wrap .search form .hot-search p a {
              box-sizing: border-box;
              padding: 0 0.5rem;
              display: block;
              height: 100%;
              width: 100%;
              border-radius: 0.2rem;
              color: #fff;
              font-size: 0.7rem; }

@media (max-width: 1200px) {
  .header-001 {
    height: 120px; }
    .header-001 .top-bar {
      height: 24px; }
    .header-001 .header-wrap {
      height: 96px; } }
@media (max-width: 1200px) {
  .header-001 {
    height: 120px; }
    .header-001 .top-bar {
      height: 24px; }
    .header-001 .header-wrap {
      height: 96px; }

  .header-001 .top-bar .top-nav {
    font-size: 12px;
    height: 24px; } }
@media (max-width: 960px) {
  .header-001 {
    height: 48px; }
    .header-001 .top-bar .top-nav .line {
      margin: 0 10px; }
    .header-001 .top-bar .top-nav.pc-top-nav {
      display: none; }
    .header-001 .top-bar .top-nav.mobile-top-nav {
      display: flex;
      padding-right: 12px; }
    .header-001 .header-wrap {
      height: 40px; }
      .header-001 .header-wrap .layout {
        box-sizing: border-box;
        padding: 0 10px; }
        .header-001 .header-wrap .layout .nav {
          display: none; }
        .header-001 .header-wrap .layout .mobile-nav {
          display: flex;
          align-items: center; }
        .header-001 .header-wrap .layout .logo-row {
          height: 30px;
          width: 144px; }
      .header-001 .header-wrap .search form .turn-down-search {
        right: 12px;
        top: 20px; }
        .header-001 .header-wrap .search form .turn-down-search i {
          font-size: 20px; }
      .header-001 .header-wrap .search form h2 {
        font-size: 24px;
        margin-bottom: 20px; }
      .header-001 .header-wrap .search form .change-wrap {
        width: 320px;
        height: 40px; }
        .header-001 .header-wrap .search form .change-wrap input {
          width: 320px;
          height: 40px;
          font-size: 12px;
          padding-left: 10px; }
        .header-001 .header-wrap .search form .change-wrap button {
          height: 40px;
          width: 40px; }
          .header-001 .header-wrap .search form .change-wrap button i {
            font-size: 16px; }
      .header-001 .header-wrap .search form .hot-search {
        width: 320px;
        margin-top: 20px;
        flex-wrap: wrap;
        justify-content: start; }
        .header-001 .header-wrap .search form .hot-search span {
          margin-bottom: 10px;
          display: block;
          width: 100%;
          font-size: 14px; }
        .header-001 .header-wrap .search form .hot-search p {
          margin-bottom: 10px; }
          .header-001 .header-wrap .search form .hot-search p a {
            font-size: 12px; } }
.dm-header001 {
  border-top: 10px solid #EAB660; }
  .dm-header001 .logo-row {
    height: 5rem;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .dm-header001 .logo-row .left-logo {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .left-logo a.logo-img {
        width: 12.15rem;
        height: 2.5rem;
        display: inline-block; }
        .dm-header001 .logo-row .left-logo a.logo-img img {
          width: 100%;
          height: 100%; }
      .dm-header001 .logo-row .left-logo .dep-tit {
        display: inline-block;
        font-size: 1.2rem;
        color: #333;
        margin-left: 1rem;
        position: relative; }
        .dm-header001 .logo-row .left-logo .dep-tit:before {
          content: '';
          display: block;
          position: absolute;
          height: 2.5rem;
          width: 1px;
          left: -0.5rem;
          top: -0.4rem;
          background-color: #D7D7D7; }
    .dm-header001 .logo-row .right-logo {
      display: flex;
      align-items: center; }
      .dm-header001 .logo-row .right-logo a.gohome-bar {
        display: inline-block;
        height: 2rem;
        width: 7rem;
        text-align: center;
        line-height: 1.9rem;
        background-color: #fff;
        border-radius: 4px;
        color: #50ACAF;
        border: 1px solid #50ACAF;
        box-sizing: border-box;
        font-size: 14px; }
        .dm-header001 .logo-row .right-logo a.gohome-bar i {
          margin-right: 0.5rem;
          font-size: 16px; }
        .dm-header001 .logo-row .right-logo a.gohome-bar:hover {
          background-color: #50ACAF;
          color: #fff; }
      .dm-header001 .logo-row .right-logo a.menu {
        color: #50ACAF;
        display: none;
        margin-left: 10px; }
        .dm-header001 .logo-row .right-logo a.menu i {
          font-size: 30px; }
  .dm-header001 .nav {
    border-top: 1px solid #D7D7D7; }
    .dm-header001 .nav ul {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      .dm-header001 .nav ul li {
        height: 2.5rem;
        line-height: 2.5rem;
        font-size: 18px;
        position: relative; }
        .dm-header001 .nav ul li a {
          color: #333; }
        .dm-header001 .nav ul li.cur a {
          color: #50ACAF;
          font-weight: bold; }
        .dm-header001 .nav ul li.cur:after {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 4px;
          width: 100%;
          background-color: #FFA943; }

@media (max-width: 1200px) {
  .dm-header001 .logo-row .left-logo .dep-tit {
    font-size: 24px; }

  .dm-header001 .nav ul li {
    font-size: 16px; }

  .dm-header001 .logo-row .right-logo a.gohome-bar,
  .dm-header001 .logo-row .right-logo a.gohome-bar i {
    font-size: 12px; } }
@media (max-width: 960px) {
  .dm-header001 .nav,
  .dm-header001 .logo-row .left-logo .dep-tit {
    display: none; }

  .dm-header001 .logo-row .right-logo a.menu {
    display: inline-block; }

  .dm-header001 .logo-row {
    height: 40px; }

  .dm-header001 .logo-row .left-logo a.logo-img {
    height: 24px;
    width: auto; }

  .dm-header001 .logo-row .right-logo a.gohome-bar {
    width: 84px;
    height: 24px;
    line-height: 24px; }

  .dm-header001 .logo-row .right-logo a.gohome-bar:hover {
    background-color: #fff;
    color: #50ACAF; } }
.dm-second-nav-wrap {
  min-width: 1200px; }
  .dm-second-nav-wrap .second-nav {
    min-height: 15.25rem;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-position: bottom; }
  .dm-second-nav-wrap h1 {
    padding: 5.5rem 0 5.2rem;
    height: 15.25rem-3rem;
    line-height: 15.25rem-3rem;
    color: #fff;
    font-size: 0;
    box-sizing: border-box; }
    .dm-second-nav-wrap h1.text-right {
      text-align: right; }
    .dm-second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15.25rem-3rem; }
    .dm-second-nav-wrap h1 p {
      font-size: 2rem;
      margin-bottom: 1.5rem;
      line-height: 1; }
    .dm-second-nav-wrap h1 span {
      display: inline-block;
      font-size: 16px;
      font-weight: normal; }
      .dm-second-nav-wrap h1 span + span {
        margin-left: 1.2rem; }
  .dm-second-nav-wrap .second-nav-list {
    position: relative; }
    .dm-second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .dm-second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .dm-second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .dm-second-nav-wrap .second-nav-list ul li:hover a {
          color: #AB6034; }
        .dm-second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .dm-second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #FFA943; }

@media (max-width: 1200px) {
  .dm-second-nav-wrap {
    min-width: 960px; }

  .dm-second-nav-wrap h1 p {
    font-size: 32px; }

  .dm-second-nav-wrap h1 span {
    font-size: 14px; } }
@media (max-width: 960px) {
  .dm-second-nav-wrap {
    min-width: 720px; }

  .dm-second-nav-wrap .second-nav {
    min-height: 160px; }

  .dm-second-nav-wrap h1 {
    padding: 42px 0 38px; }

  .dm-second-nav-wrap h1 p {
    font-size: 18px;
    margin-bottom: 25px; }

  .dm-second-nav-wrap h1 span {
    font-size: 12px; } }
@media (max-width: 720px) {
  .dm-second-nav-wrap {
    min-width: 360px; } }
.index-block {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .index-block .banner-slick {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }
    .index-block .banner-slick .index-slider-item {
      display: flex;
      height: 100vh;
      width: 100%;
      background-size: cover;
      background-position: center;
      position: relative; }
      .index-block .banner-slick .index-slider-item div.slide-txt {
        height: 100%;
        position: absolute;
        right: 0;
        transform: translateX(150px);
        transition: all 1s ease-out 0.3s;
        opacity: 0; }
        .index-block .banner-slick .index-slider-item div.slide-txt img {
          height: 100%;
          width: auto; }
      .index-block .banner-slick .index-slider-item div.slide-txt.slide-txt-left {
        left: 0;
        transform: translateX(-150px); }
      .index-block .banner-slick .index-slider-item div.slide-txt.slide-txt-right {
        right: 0;
        transform: translateX(150px); }
      .index-block .banner-slick .index-slider-item div.slide-txt.slide-txt-center {
        position: relative;
        margin: 0 auto;
        right: unset;
        transform: translateX(-150px); }
    .index-block .banner-slick .slick-active .index-slider-item div.slide-txt {
      transform: translateX(0);
      opacity: 1; }
    .index-block .banner-slick .slick-arrow {
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 998;
      height: 6vw;
      width: 3vw;
      background-color: rgba(0, 0, 0, 0.4);
      border-radius: 2px;
      min-height: 24px;
      min-width: 12px;
      position: absolute;
      top: 50%;
      margin-top: -3vw;
      color: #fff; }
    .index-block .banner-slick .prev {
      left: 3vw;
      transform: rotate(180deg); }
    .index-block .banner-slick .next {
      right: 3vw; }
    .index-block .banner-slick .slick-dots {
      bottom: 20px; }
      .index-block .banner-slick .slick-dots li {
        width: 6vw;
        height: 1vw;
        background-color: #D7D7D7; }
        .index-block .banner-slick .slick-dots li button {
          display: none; }
      .index-block .banner-slick .slick-dots li.slick-active {
        background-color: #EAB660; }
  .index-block .header-001 {
    opacity: 0;
    transform: translateY(-100%);
    transition: all 0.3s ease-out 0s; }
    .index-block .header-001 .header-wrap {
      transition: all 0.4s;
      background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
      box-shadow: none; }
      .index-block .header-001 .header-wrap .layout .mobile-nav i {
        color: #fff; }
      .index-block .header-001 .header-wrap .layout .nav .nav-ul li a {
        color: #fff; }
      .index-block .header-001 .header-wrap .layout .nav .nav-ul li.cur a {
        color: #fff; }
      .index-block .header-001 .header-wrap .layout .nav .search-box i {
        color: #FFF; }
      .index-block .header-001 .header-wrap .is-top-img {
        display: inline-block; }
      .index-block .header-001 .header-wrap .no-top-img {
        display: none; }
    .index-block .header-001 .header-wrap.no-top {
      background: #fff;
      box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
      .index-block .header-001 .header-wrap.no-top .layout .mobile-nav i {
        color: #61A4B4; }
      .index-block .header-001 .header-wrap.no-top .layout .nav .nav-ul li a {
        color: #333333; }
      .index-block .header-001 .header-wrap.no-top .layout .nav .nav-ul li.cur a {
        color: #20857E; }
      .index-block .header-001 .header-wrap.no-top .layout .nav .search-box i {
        color: #61A4B4; }
      .index-block .header-001 .header-wrap.no-top .is-top-img {
        display: none; }
      .index-block .header-001 .header-wrap.no-top .no-top-img {
        display: inline-block; }
  .index-block .layout.service-box {
    height: 8rem;
    position: absolute;
    top: calc(90vh - 160px);
    left: 0;
    right: 0; }
    .index-block .layout.service-box .service-bar-box {
      position: absolute;
      display: flex;
      justify-content: center;
      height: 8rem;
      width: 100%;
      bottom: 0; }
      .index-block .layout.service-box .service-bar-box .service-bar + .service-bar {
        margin-left: 2rem; }
      .index-block .layout.service-box .service-bar-box .service-bar {
        height: 8rem;
        width: 15rem;
        font-size: 20px;
        position: relative; }
        .index-block .layout.service-box .service-bar-box .service-bar i.icon {
          position: absolute;
          font-size: 20px;
          line-height: 20px;
          z-index: 5;
          color: rgba(255, 255, 255, 0.5); }
          .index-block .layout.service-box .service-bar-box .service-bar i.icon.icon-lt {
            left: 4px;
            top: 4px;
            transform: rotateY(180deg); }
          .index-block .layout.service-box .service-bar-box .service-bar i.icon.icon-rt {
            right: 4px;
            top: 4px; }
          .index-block .layout.service-box .service-bar-box .service-bar i.icon.icon-lb {
            left: 4px;
            bottom: 4px;
            transform: rotate(180deg); }
          .index-block .layout.service-box .service-bar-box .service-bar i.icon.icon-rb {
            right: 4px;
            bottom: 4px;
            transform: rotateX(180deg); }
        .index-block .layout.service-box .service-bar-box .service-bar span {
          background-size: cover;
          color: #fff;
          position: relative;
          z-index: 3;
          height: 100%;
          width: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column; }
          .index-block .layout.service-box .service-bar-box .service-bar span i.title-icon {
            font-size: 2.7rem;
            margin-bottom: 0.75rem;
            margin-top: 1.55rem; }
          .index-block .layout.service-box .service-bar-box .service-bar span u {
            margin-bottom: 1.55rem; }
        .index-block .layout.service-box .service-bar-box .service-bar .service-menu, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu {
          z-index: 1;
          position: absolute;
          width: 100%;
          box-sizing: border-box;
          height: 0;
          padding: 0.75rem 0;
          background-color: #F8F5EB;
          top: 0;
          left: 0;
          overflow: hidden; }
          .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item {
            height: 3rem;
            width: 100%; }
            .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item a, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item a {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              box-sizing: border-box;
              padding-left: 2rem; }
            .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item i, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item i {
              font-size: 1.2rem;
              color: #CEBE9F;
              margin-right: 2rem; }
            .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item p, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item p {
              font-size: 0.9rem; }
          .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item:hover, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item:hover {
            background-color: #5898A6; }
            .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item:hover i, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item:hover i {
              color: #fff; }
            .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item:hover p, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item:hover p {
              color: #fff; }
        @media (max-width: 1440px) {
          .index-block .layout.service-box .service-bar-box .service-bar .service-menu, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu {
            padding: 1.25rem 0; }
            .index-block .layout.service-box .service-bar-box .service-bar .service-menu .service-item, .index-block .layout.service-box .service-bar-box .service-bar .quick-menu .service-item {
              height: 2.5rem; } }
      .index-block .layout.service-box .service-bar-box .service-bar:nth-child(1) span {
        background-image: url("../images/sdzyy/hzfw_bar_bg.jpg"); }
      .index-block .layout.service-box .service-bar-box .service-bar:nth-child(2) span {
        background-image: url("../images/sdzyy/czxx_bar_bg.jpg"); }
      .index-block .layout.service-box .service-bar-box .service-bar:nth-child(3) span {
        background-image: url("../images/sdzyy/ksdd_bar_bg.jpg"); }
    @media (max-width: 1440px) {
      .index-block .layout.service-box {
        height: 7rem;
        top: calc(90vh - 140px); }
        .index-block .layout.service-box .service-bar-box {
          height: 7rem; }
          .index-block .layout.service-box .service-bar-box .service-bar {
            height: 7rem; } }
@keyframes infinite_move {
  0% {
    transform: translateY(-10px);
    opacity: 0; }
  100% {
    transform: translateY(10px);
    opacity: 1; } }
  .index-block .push-home {
    position: absolute;
    bottom: 12px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%); }
    .index-block .push-home i.shubiao {
      font-size: 30px;
      color: #fff;
      position: relative;
      top: 0.5rem;
      cursor: pointer; }
    .index-block .push-home a {
      display: block;
      animation-name: infinite_move;
      animation-duration: 1s;
      animation-timing-function: ease;
      animation-iteration-count: infinite;
      animation-fill-mode: backwards; }
      .index-block .push-home a i {
        font-size: 40px;
        color: #fff; }
  @media (max-width: 960px) {
    .index-block .push-home {
      display: none; } }

.index-content {
  position: fixed;
  top: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
  z-index: 100;
  overflow: auto; }
  .index-content .header-001 {
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    transform: translateY(-100%); }
  .index-content .container .hospital-video {
    height: 32.5rem;
    width: 100%;
    background-color: #EAB660;
    position: relative;
    overflow: hidden; }
    .index-content .container .hospital-video .video-bg {
      position: absolute;
      height: 100%;
      width: 39%;
      background-image: url("../images/sdzyy/video_bg.jpg");
      background-size: cover;
      left: 0;
      top: 0; }
    .index-content .container .hospital-video .layout .video-content {
      float: right;
      height: 100%;
      width: calc(1360px - (39vw - (100vw - 1360px)/2));
      box-sizing: border-box;
      padding: 4.5rem 0 0 3rem; }
      .index-content .container .hospital-video .layout .video-content h2 {
        font-size: 2rem;
        font-weight: normal;
        margin-bottom: 2.75rem; }
        .index-content .container .hospital-video .layout .video-content h2 a {
          color: #fff; }
      .index-content .container .hospital-video .layout .video-content #video-title {
        font-size: 1.2rem;
        line-height: 24px;
        max-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        margin-bottom: 20px; }
        .index-content .container .hospital-video .layout .video-content #video-title a {
          color: #fff; }
      .index-content .container .hospital-video .layout .video-content #video-cont {
        font-size: 0.7rem;
        display: inline-block;
        margin-bottom: 1rem;
        height: 3.15rem;
        color: rgba(255, 255, 255, 0.6);
        line-height: 21px;
        max-height: 63px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .index-content .container .hospital-video .layout .video-content .video-slick {
        width: 71vw;
        height: 11rem;
        position: absolute;
        right: 0; }
        .index-content .container .hospital-video .layout .video-content .video-slick .slick-slide {
          height: 12.25rem;
          display: flex;
          align-items: center; }
        .index-content .container .hospital-video .layout .video-content .video-slick .video-item {
          margin-top: 0.75rem;
          box-sizing: border-box;
          transition: all 0.5s;
          width: 16rem;
          height: 9rem;
          background-size: cover;
          border-top-right-radius: 1rem;
          border-bottom-left-radius: 1rem;
          border: 0 solid #fff;
          display: flex;
          justify-content: center;
          align-items: center; }
          .index-content .container .hospital-video .layout .video-content .video-slick .video-item .video-play {
            transition: all 0.5s;
            height: 7.5rem;
            width: 7.5rem;
            border: 0.6rem solid rgba(255, 255, 255, 0);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center; }
            .index-content .container .hospital-video .layout .video-content .video-slick .video-item .video-play i {
              transition: all 0.5s;
              font-size: 3rem;
              color: #fff;
              opacity: 0; }
        .index-content .container .hospital-video .layout .video-content .video-slick .slick-slide.slick-center .video-item {
          border: 0.3rem solid #fff;
          transform: scale(1.2);
          margin-left: -0.8rem; }
          .index-content .container .hospital-video .layout .video-content .video-slick .slick-slide.slick-center .video-item .video-play {
            height: 4rem;
            width: 4rem;
            border: 0.3rem solid rgba(255, 255, 255, 0.7); }
            .index-content .container .hospital-video .layout .video-content .video-slick .slick-slide.slick-center .video-item .video-play i {
              font-size: 1.7rem;
              opacity: 0.7; }
        .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow {
          position: absolute;
          bottom: -3rem;
          cursor: pointer;
          font-size: 1.6rem;
          color: #fff; }
          .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.next {
            right: calc((100vw - 1360px)/2); }
          .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.prev {
            right: calc((100vw - 1360px)/2 + 100px); }
  @media (max-width: 1440px) {
    .index-content .container .hospital-video .layout .video-content {
      width: calc(1200px - (39vw - (100vw - 1200px)/2)); }
      .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.next {
        right: calc((100vw - 1200px)/2); }
      .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.prev {
        right: calc((100vw - 1200px)/2 + 100px); } }
  @media (max-width: 1200px) {
    .index-content .container .hospital-video .layout .video-content {
      width: calc(960px - (39vw - (100vw - 960px)/2)); }
      .index-content .container .hospital-video .layout .video-content #video-title {
        line-height: 20px;
        max-height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .index-content .container .hospital-video .layout .video-content #video-cont {
        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; }
      .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.next {
        right: calc((100vw - 960px)/2); }
      .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.prev {
        right: calc((100vw - 960px)/2 + 80px); } }

.index-content.show-div {
  top: 0; }

.index-content.show-header .header-001 {
  opacity: 1;
  transform: translateY(0); }

.index-block.show-header .header-001 {
  opacity: 1;
  transform: translateY(0); }

@media (max-width: 960px) {
  .index-content {
    position: relative;
    top: 0; }
    .index-content .header-001 {
      opacity: 0 !important;
      transform: translateY(-100%) !important; }
    .index-content .container {
      padding-top: 0; }
      .index-content .container .hospital-video {
        height: 400px; }
        .index-content .container .hospital-video .video-bg {
          display: none; }
        .index-content .container .hospital-video .layout .video-content {
          width: 100%;
          padding: 40px 0 0;
          display: flex;
          flex-direction: column;
          align-items: center; }
          .index-content .container .hospital-video .layout .video-content h2 {
            font-size: 18px;
            margin-bottom: 240px; }
          .index-content .container .hospital-video .layout .video-content #video-cont {
            display: none; }
          .index-content .container .hospital-video .layout .video-content #video-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;
            padding: 0 15px; }
          .index-content .container .hospital-video .layout .video-content .video-slick {
            width: 100%;
            left: 0;
            top: 100px; }
            .index-content .container .hospital-video .layout .video-content .video-slick .slick-slide {
              justify-content: center; }
            .index-content .container .hospital-video .layout .video-content .video-slick .video-item {
              width: 240px;
              height: 135px;
              min-height: 135px;
              min-width: 240px; }
            .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow {
              bottom: -100px; }
              .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.next {
                right: calc(50% - 50px); }
              .index-content .container .hospital-video .layout .video-content .video-slick .slick-arrow.prev {
                left: calc(50% - 50px); }

  .index-block {
    height: 50vw; }
    .index-block .banner-slick {
      height: 50vw;
      width: 100%; }
      .index-block .banner-slick .index-slider-item {
        height: 50vw;
        width: 100%; }
    .index-block .service-box {
      display: none; }
    .index-block .header-001.index-header {
      opacity: 1;
      transform: translateY(0); } }
.site-error-wrap {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  margin: auto;
  width: 800px;
  height: 665px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 #716f6f;
  box-shadow: 0 0 10px 0 #716f6f; }

.footer {
  min-width: 1360px;
  background-color: #555555; }
  .footer .links {
    position: relative;
    min-height: 50px;
    line-height: 50px;
    background-color: #7F7F7F; }
    .footer .links .linklist li {
      float: left; }
      .footer .links .linklist li + li {
        margin-left: 30px; }
      .footer .links .linklist li > a {
        display: block;
        color: #fff;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        font-size: 14px; }
    .footer .links .linklist li.active {
      border-bottom: 4px solid #F59A23; }
      .footer .links .linklist li.active a {
        font-family: "微软雅黑 Bold", "微软雅黑 Regular", 微软雅黑, sans-serif;
        font-weight: 700; }
      .footer .links .linklist li.active > a:after {
        transform: rotate(45deg) !important; }
    .footer .links .link-nav {
      display: none;
      box-sizing: border-box;
      position: relative;
      left: 0;
      top: 0;
      z-index: 1;
      width: 100%;
      padding: 20px 0;
      background-color: #333333;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .footer .links .link-nav a {
        float: left;
        display: block;
        color: #fff;
        font-size: 14px;
        line-height: 25px;
        font-family: 微软雅黑, sans-serif;
        font-weight: 400;
        font-style: normal;
        color: rgba(255, 255, 255, 0.6); }
        .footer .links .link-nav a + a {
          margin-left: 40px; }
        .footer .links .link-nav a:hover {
          color: #fff;
          background-color: #484848; }
  .footer .footer-info {
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer .footer-info .left-info {
      overflow: hidden; }
      .footer .footer-info .left-info a.institution-logo {
        display: block;
        float: left; }
        .footer .footer-info .left-info a.institution-logo img {
          display: block;
          width: 90px; }
      .footer .footer-info .left-info .site-info {
        margin-left: 20px; }
        .footer .footer-info .left-info .site-info p {
          color: #fff;
          font-size: 14px;
          line-height: 28px; }
          .footer .footer-info .left-info .site-info p a {
            color: #fff; }
            .footer .footer-info .left-info .site-info p a:hover {
              color: #cfb36d; }
          .footer .footer-info .left-info .site-info p u {
            color: #c4c4c4; }
    .footer .footer-info .right-info {
      width: 907px;
      color: #fff; }
      .footer .footer-info .right-info .footer-columns {
        float: left; }
        .footer .footer-info .right-info .footer-columns ul {
          float: left;
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal; }
          .footer .footer-info .right-info .footer-columns ul .column-head {
            font-size: 16px;
            line-height: 16px; }
          .footer .footer-info .right-info .footer-columns ul li {
            font-size: 14px;
            line-height: 14px;
            margin-top: 16px; }
          .footer .footer-info .right-info .footer-columns ul a {
            color: rgba(255, 255, 255, 0.6); }
          .footer .footer-info .right-info .footer-columns ul a:hover {
            color: #fff; }
        .footer .footer-info .right-info .footer-columns ul + ul {
          margin-left: 40px; }
      .footer .footer-info .right-info .footer-nav {
        float: right;
        width: 310px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between; }
        .footer .footer-info .right-info .footer-nav .nav-item {
          width: 90px;
          height: 90px;
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.15);
          margin-bottom: 20px; }
          .footer .footer-info .right-info .footer-nav .nav-item a {
            display: inline-block;
            width: 100%;
            height: 100%;
            color: rgba(255, 255, 255, 0.6);
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center; }
            .footer .footer-info .right-info .footer-nav .nav-item a span {
              font-size: 14px;
              display: block; }
            .footer .footer-info .right-info .footer-nav .nav-item a i {
              font-size: 40px;
              line-height: 40px; }
            .footer .footer-info .right-info .footer-nav .nav-item a:hover span {
              color: #fff; }
      .footer .footer-info .right-info .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .right-info .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .right-info .address-left p a {
          color: #fff; }
      .footer .footer-info .right-info .qr-code {
        width: 330px; }
        .footer .footer-info .right-info .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer .footer-info .right-info .qr-code a img {
            display: block;
            width: 90px;
            height: 90px;
            margin-bottom: 6px; }
          .footer .footer-info .right-info .qr-code a span {
            display: block;
            max-height: 40px;
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
    .footer .footer-info .footer-info-bottom {
      padding-top: 40px; }
      .footer .footer-info .footer-info-bottom .address-left p {
        font-size: 14px;
        line-height: 28px;
        color: #fff; }
        .footer .footer-info .footer-info-bottom .address-left p u {
          color: #c4c4c4; }
        .footer .footer-info .footer-info-bottom .address-left p a {
          color: #fff; }
      .footer .footer-info .footer-info-bottom .qr-code {
        width: 330px; }
        .footer .footer-info .footer-info-bottom .qr-code a {
          display: block;
          float: right;
          width: 90px;
          color: #fff;
          text-align: center;
          margin-left: 20px; }
          .footer .footer-info .footer-info-bottom .qr-code a img {
            display: block;
            width: 90px;
            height: 90px;
            margin-bottom: 6px; }
          .footer .footer-info .footer-info-bottom .qr-code a span {
            display: block;
            max-height: 40px;
            font-size: 12px;
            line-height: 18px;
            max-height: 36px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
  .footer .footlinks {
    height: 50px;
    line-height: 50px; }
    .footer .footlinks .footlinks-item a {
      position: relative;
      float: left;
      color: #fff;
      font-size: 0.7rem; }
      .footer .footlinks .footlinks-item a:hover {
        color: #cfb36d; }
      .footer .footlinks .footlinks-item a + a {
        margin-left: 40px; }
        .footer .footlinks .footlinks-item a + a:before {
          content: '';
          display: block;
          position: absolute;
          left: -20px;
          top: 22px;
          width: 1px;
          height: 16px;
          background-color: #fcfcfc; }
    .footer .footlinks .right-author {
      color: #c4c4c4;
      font-size: 12px; }
      .footer .footlinks .right-author a {
        color: #fff; }
        .footer .footlinks .right-author a:hover {
          color: #cfb36d; }

.qr-container {
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3000; }
  .qr-container .qr-content {
    width: 300px;
    height: 320px;
    background-color: #fff;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .qr-container .qr-content i {
      position: absolute;
      top: 10px;
      right: 10px;
      color: #333;
      font-size: 20px;
      line-height: 1;
      cursor: pointer; }
    .qr-container .qr-content p {
      margin: 0.5rem 0 0;
      font-size: 0.9rem;
      color: #333; }

.aside-s-001 {
  position: fixed;
  right: 0;
  top: 160px;
  z-index: 1001;
  width: 60px; }
  .aside-s-001 .aside-item {
    width: 60px;
    height: 180px;
    position: relative;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    text-align: center;
    writing-mode: vertical-lr;
    line-height: 60px;
    display: block; }
    .aside-s-001 .aside-item i.icon {
      position: absolute;
      font-size: 20px;
      line-height: 20px;
      z-index: 5;
      color: rgba(255, 255, 255, 0.5); }
      .aside-s-001 .aside-item i.icon.icon-lt {
        left: 0;
        top: 0;
        transform: rotateY(180deg); }
      .aside-s-001 .aside-item i.icon.icon-rt {
        right: 0;
        top: 0; }
      .aside-s-001 .aside-item i.icon.icon-lb {
        left: 0;
        bottom: 0;
        transform: rotate(180deg); }
      .aside-s-001 .aside-item i.icon.icon-rb {
        right: 0;
        bottom: 0;
        transform: rotateX(180deg); }
  .aside-s-001 .menu {
    position: absolute;
    width: 300px;
    right: 60px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 2000; }
    .aside-s-001 .menu > ul {
      display: flex;
      width: 100%; }
      .aside-s-001 .menu > ul > li {
        height: 60px;
        width: 100%; }
        .aside-s-001 .menu > ul > li > a {
          height: 100%;
          line-height: 60px;
          box-sizing: border-box;
          color: #333333;
          width: 100%;
          writing-mode: horizontal-tb;
          padding-left: 40px;
          text-align: left;
          display: flex;
          align-items: center; }
          .aside-s-001 .menu > ul > li > a i {
            font-size: 24px;
            color: #EAB660;
            margin-right: 24px; }
          .aside-s-001 .menu > ul > li > a span {
            font-size: 18px;
            font-family: Arial;
            color: #333333; }
        .aside-s-001 .menu > ul > li:hover {
          background-color: #50ACAF; }
          .aside-s-001 .menu > ul > li:hover a span {
            color: #fff; }
            .aside-s-001 .menu > ul > li:hover a span i {
              color: #fff; }
  .aside-s-001 .aside-item01 {
    background-color: #79B0E1; }
    .aside-s-001 .aside-item01:hover .menu {
      display: block; }
  .aside-s-001 .aside-item02 {
    background-color: #50ACAF; }
  .aside-s-001 .aside-item03 {
    background-color: #EAB660; }
    .aside-s-001 .aside-item03 .menu {
      bottom: 0; }
    .aside-s-001 .aside-item03:hover .menu {
      display: block; }

.float-win {
  position: fixed;
  z-index: 1001;
  top: 8rem;
  left: 0;
  height: 8.6rem;
  width: 20rem; }
  .float-win li .float-img {
    display: inline-block;
    position: relative; }
    .float-win li .float-img img {
      height: 8.6rem;
      width: 20rem;
      object-fit: cover; }
  .float-win .close {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity: 0.5; }

.fixed-win {
  position: fixed;
  z-index: 1001;
  height: 8.6rem;
  width: 20rem; }
  .fixed-win.left-top {
    top: 8rem;
    left: 0; }
  .fixed-win.right-top {
    top: 8rem;
    right: 0; }
  .fixed-win.left-bottom {
    bottom: 0;
    left: 0; }
  .fixed-win.right-bottom {
    bottom: 0;
    right: 0; }
  .fixed-win li img {
    height: 8.6rem;
    width: 20rem;
    object-fit: cover; }
  .fixed-win .close {
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    opacity: 0.5; }

.share-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }

.link-site-mask {
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 9999; }
  .link-site-mask .link-site-box {
    width: 24rem;
    height: max-content;
    background-color: #fff;
    border-radius: 0.4rem;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
    .link-site-mask .link-site-box h2 {
      font-size: 0.9rem;
      font-weight: bold;
      height: 2.9rem;
      box-sizing: border-box;
      padding: 1rem;
      border-bottom: 1px solid #E4E4E4; }
    .link-site-mask .link-site-box div.msg-cont {
      font-size: 0.8rem;
      margin-bottom: 1rem;
      padding: 1rem;
      text-align: center; }
      .link-site-mask .link-site-box div.msg-cont p:nth-child(1) {
        margin-bottom: 0.5rem; }
      .link-site-mask .link-site-box div.msg-cont span.content-box,
      .link-site-mask .link-site-box div.msg-cont span.url-box {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 16px;
        max-height: 32px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
    .link-site-mask .link-site-box .button-wrap {
      display: flex;
      flex-direction: row-reverse;
      padding: 20px;
      border-top: 1px solid #E4E4E4; }
      .link-site-mask .link-site-box .button-wrap .button-box {
        display: flex; }
      .link-site-mask .link-site-box .button-wrap a {
        display: block;
        font-size: 0.7rem;
        box-sizing: border-box;
        height: 1.6rem;
        width: 3rem;
        background-color: #4D99F2;
        border-radius: 0.2rem;
        line-height: 1.6rem;
        text-align: center;
        color: #FFF; }
      .link-site-mask .link-site-box .button-wrap a + a {
        margin-left: 0.5rem;
        background-color: #fff;
        border: 1px solid #C4C9D5;
        color: #333; }
      .link-site-mask .link-site-box .button-wrap a:hover {
        background-color: #73B2FB; }
      .link-site-mask .link-site-box .button-wrap a + a:hover {
        background-color: rgba(170, 170, 170, 0.2); }

@media (max-width: 1440px) {
  .footer {
    min-width: 1200px; }

  .footer .footer-info .left-info a.institution-logo img {
    width: 59px; }

  .footer .footer-info .right-info {
    width: 790px; }

  .footer .footer-info .right-info .footer-nav {
    zoom: 0.8; }

  .footer .footer-info .left-info .site-info p {
    font-size: 12px; }

  .footer .footer-info .right-info .qr-code a {
    zoom: 0.8; } }
@media (max-width: 1200px) {
  .footer {
    min-width: 960px; }

  .footer .footer-info .right-info {
    width: 590px; }

  .footer .footer-info .right-info .footer-columns ul + ul {
    margin-left: 20px; }

  .aside-s-001 {
    display: none !important; } }
@media (max-width: 960px) {
  .footer {
    min-width: 720px; }

  .footer .links {
    padding-left: 10px; }

  .footer .footer-info .right-info .footer-columns {
    display: none; }

  .footer .footer-info .footer-info-top,
  .footer .footer-info .right-info {
    display: flex;
    flex-direction: column;
    align-items: center; }

  .footer .footer-info .right-info,
  .footer .footer-info .right-info .qr-code {
    width: auto; }

  .footer .footer-info .left-info {
    margin-bottom: 10px; }

  .footer .footer-info .right-info .address-left {
    text-align: center;
    margin-bottom: 10px; }

  .link-site-mask {
    padding: 0 15px;
    box-sizing: border-box; }
    .link-site-mask .link-site-box {
      width: calc(100% - 30px); } }
@media (max-width: 720px) {
  .footer {
    min-width: 360px; } }
.service001 {
  height: 40rem;
  width: 100%;
  position: relative; }
  .service001 .service-content {
    display: flex; }
    .service001 .service-content .service-title {
      width: 22.5rem;
      padding-top: 3.25rem;
      margin-left: calc((100% - 1360px)/2); }
      .service001 .service-content .service-title h2 {
        font-size: 1.6rem;
        position: relative;
        font-weight: normal;
        z-index: 10; }
        .service001 .service-content .service-title h2 a {
          color: #fff; }
        .service001 .service-content .service-title h2:after {
          content: '';
          display: block;
          height: 0.2rem;
          width: 3.5rem;
          background-color: #EAB660;
          position: absolute;
          bottom: -0.5rem; }
      .service001 .service-content .service-title .more-btn-box {
        display: block;
        height: 2.5rem;
        width: 10rem;
        margin-top: 17.5rem; }
        .service001 .service-content .service-title .more-btn-box .more-btn {
          height: 2rem;
          width: 8rem;
          border: 1px solid #fff;
          color: #fff;
          position: relative;
          text-align: center;
          line-height: 2rem;
          transition: all 0.2s;
          font-size: 0.8rem; }
          .service001 .service-content .service-title .more-btn-box .more-btn:hover i {
            opacity: 1;
            transform: translateX(0); }
          .service001 .service-content .service-title .more-btn-box .more-btn:hover span {
            transform: translateX(-0.5rem); }
          .service001 .service-content .service-title .more-btn-box .more-btn i {
            display: inline-block;
            transform: translateX(-0.5rem);
            position: absolute;
            transition: all 0.4s;
            color: #fff;
            opacity: 0;
            font-size: 1rem; }
          .service001 .service-content .service-title .more-btn-box .more-btn span {
            position: relative;
            display: inline-block;
            transition: all 0.4s; }
          .service001 .service-content .service-title .more-btn-box .more-btn .btn-style {
            height: 0.6rem;
            width: 0.6rem;
            box-sizing: border-box;
            border-color: #fff;
            border-style: solid;
            position: absolute;
            transition: all 0.2s; }
          .service001 .service-content .service-title .more-btn-box .more-btn .btn-lt {
            left: 0;
            top: 0;
            border-bottom: 0.15rem;
            border-right: 0.15rem; }
          .service001 .service-content .service-title .more-btn-box .more-btn .btn-rt {
            right: 0;
            top: 0;
            border-left: 0.15rem;
            border-bottom: 0.15rem; }
          .service001 .service-content .service-title .more-btn-box .more-btn .btn-lb {
            left: 0;
            bottom: 0;
            border-right: 0.15rem;
            border-top: 0.15rem; }
          .service001 .service-content .service-title .more-btn-box .more-btn .btn-rb {
            right: 0;
            bottom: 0;
            border-left: 0.15rem;
            border-top: 0.15rem; }
    .service001 .service-content .service-list {
      width: calc(50% + 230px);
      display: flex;
      flex-wrap: wrap; }
      .service001 .service-content .service-list .service-item {
        transition: all 0.3s;
        width: 23rem;
        height: 10rem;
        box-sizing: border-box;
        padding-left: 2.25rem;
        position: relative;
        border-top: 1px solid #D7D7D7;
        border-right: 1px solid #D7D7D7; }
        .service001 .service-content .service-list .service-item:hover {
          box-shadow: 0 0 10px rgba(54, 119, 123, 0.2); }
          .service001 .service-content .service-list .service-item:hover a p {
            color: #5898A6; }
        .service001 .service-content .service-list .service-item a {
          display: flex;
          box-sizing: border-box;
          height: 10rem;
          width: 100%;
          padding: 3rem 0; }
          .service001 .service-content .service-list .service-item a img {
            height: 4rem;
            width: 4rem; }
          .service001 .service-content .service-list .service-item a .service-msg {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 1rem; }
            .service001 .service-content .service-list .service-item a .service-msg p {
              font-size: 1.2rem;
              margin-bottom: 0.5rem; }
            .service001 .service-content .service-list .service-item a .service-msg span {
              font-size: 0.7rem;
              line-height: 1.2rem;
              color: #7F7F7F; }
      .service001 .service-content .service-list .service-item:nth-child(2n) {
        width: calc(100% - 23rem);
        border-right: none; }
  .service001 .service-left {
    height: 960px;
    width: calc((100% - 1360px)/2 + 450px);
    margin-top: -8rem;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding-top: 8rem; }
    .service001 .service-left .inner-service-left {
      background-image: url("../images/sdzyy/service_bg.jpg");
      background-size: cover;
      height: 800px;
      width: 100%; }
    .service001 .service-left .service-left-mask {
      position: absolute;
      left: 0;
      bottom: 0;
      height: 800px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.2); }

@media (max-width: 1440px) {
  .service001 {
    height: 36rem; }
    .service001 .service-left {
      height: calc(100% + 160px);
      width: calc((100% - 1200px)/2 + 400px); }
      .service001 .service-left .inner-service-left {
        height: 100%; }
    .service001 .service-content .service-title {
      width: 20rem;
      margin-left: calc((100% - 1200px)/2); }
    .service001 .service-content .service-list {
      width: calc(50% + 10rem); }
      .service001 .service-content .service-list .service-item {
        height: 9rem;
        padding-left: 2rem; }
        .service001 .service-content .service-list .service-item a {
          height: 9rem;
          padding: 2.35rem 0; }
          .service001 .service-content .service-list .service-item a img {
            height: 3.5rem;
            width: 3.5rem; }
          .service001 .service-content .service-list .service-item a .service-msg {
            padding-left: 0.85rem; }
            .service001 .service-content .service-list .service-item a .service-msg p {
              margin-bottom: 0.4rem; } }
@media (max-width: 1200px) {
  .service001 .service-left {
    height: calc(100% + 120px);
    width: calc((100% - 960px)/2 + 320px); }
    .service001 .service-left .inner-service-left {
      height: 100%; }
  .service001 .service-content .service-title {
    margin-left: calc((100% - 960px)/2); } }
@media (max-width: 960px) {
  .service001 {
    height: 90vw;
    min-height: 324px; }
    .service001 .service-left {
      display: none; }
    .service001 .service-content {
      height: 100%; }
      .service001 .service-content .service-title {
        display: none; }
      .service001 .service-content .service-list {
        width: 100%; }
        .service001 .service-content .service-list .service-item {
          height: 25%;
          width: 50%; }
          .service001 .service-content .service-list .service-item .inner-service-item {
            padding: 0;
            display: flex;
            align-items: center;
            height: 100%; }
            .service001 .service-content .service-list .service-item .inner-service-item img {
              width: 11.1vw;
              height: 11.1vw;
              min-height: 40px;
              min-width: 40px; }
            .service001 .service-content .service-list .service-item .inner-service-item .service-msg {
              display: flex;
              align-items: center; }
              .service001 .service-content .service-list .service-item .inner-service-item .service-msg span {
                display: none; }
              .service001 .service-content .service-list .service-item .inner-service-item .service-msg p {
                font-size: 16px; }
        .service001 .service-content .service-list .service-item:nth-child(2n) {
          width: 50%; } }
.news001 {
  height: 1170px;
  background-color: #F8F5EB;
  position: relative; }
  @media (max-width: 1440px) {
    .news001 {
      height: 53.5rem; } }
  .news001 .bg0 {
    position: absolute;
    height: 20rem;
    width: 36rem;
    left: 0;
    top: 0; }
  .news001 .bg1 {
    position: absolute;
    height: 20rem;
    width: 36rem;
    right: 0;
    bottom: 0; }
  .news001 .layout {
    padding-top: 5rem;
    position: relative;
    z-index: 10; }
    .news001 .layout h2.title {
      text-align: center;
      font-size: 2rem;
      font-weight: normal;
      line-height: 2rem;
      margin-bottom: 3rem; }
    .news001 .layout .inner-news {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      height: 38rem;
      width: 68rem;
      margin: 0 auto 1.5rem; }
      .news001 .layout .inner-news .news-box {
        width: 33.35rem;
        height: 18.5rem; }
      .news001 .layout .inner-news .news-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-content: space-between; }
        .news001 .layout .inner-news .news-list .news-item {
          height: 8.5rem;
          width: 16rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 1.5rem 1rem; }
          .news001 .layout .inner-news .news-list .news-item p {
            font-size: 0.9rem;
            height: 4.05rem;
            margin-bottom: 0.5rem;
            line-height: 26px;
            max-height: 78px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .news001 .layout .inner-news .news-list .news-item p a {
              color: #333333; }
          .news001 .layout .inner-news .news-list .news-item span {
            font-size: 0.8rem;
            color: #5898A6; }
        .news001 .layout .inner-news .news-list .news-item:hover p {
          color: #5898A6; }
      .news001 .layout .inner-news .news-slick .news-slick-item {
        width: 33.35rem;
        height: 18.5rem;
        position: relative;
        background-size: cover; }
        .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg {
          position: absolute;
          width: 100%;
          height: 10rem;
          background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
          box-sizing: border-box;
          padding: 5rem 1rem 1rem;
          bottom: 0; }
          .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg p {
            font-size: 0.9rem;
            height: 2.6rem;
            margin-bottom: 0.5rem;
            line-height: 26px;
            max-height: 52px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
            .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg p a {
              color: #fff; }
          .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg span {
            color: #fff; }
      .news001 .layout .inner-news .news-slick .slick-dots {
        bottom: 20px;
        padding-right: 20px;
        right: 0;
        text-align: right; }
        .news001 .layout .inner-news .news-slick .slick-dots li {
          height: 0.3rem;
          width: 2.2rem;
          background-color: #D7D7D7; }
          .news001 .layout .inner-news .news-slick .slick-dots li button {
            display: none; }
        .news001 .layout .inner-news .news-slick .slick-dots li.slick-active {
          background-color: #EAB660; }
      .news001 .layout .inner-news .news-column {
        position: relative;
        background-image: url("../images/sdzyy/more_news.svg");
        box-sizing: border-box;
        padding: 2rem;
        overflow: hidden;
        background-position: center; }
        .news001 .layout .inner-news .news-column .news-mask {
          height: 100%;
          width: 100%;
          position: absolute;
          left: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.4); }
        .news001 .layout .inner-news .news-column .fl,
        .news001 .layout .inner-news .news-column .fr {
          width: 50%; }
        .news001 .layout .inner-news .news-column h2 {
          font-size: 1.5rem;
          color: #fff;
          font-weight: normal;
          position: relative; }
          .news001 .layout .inner-news .news-column h2 a {
            color: #fff; }
          .news001 .layout .inner-news .news-column h2 i {
            color: #EAB660;
            margin-right: 1rem;
            font-size: 30px; }
        .news001 .layout .inner-news .news-column div.col-list {
          display: flex;
          padding-top: 1.5rem; }
          .news001 .layout .inner-news .news-column div.col-list li {
            width: 1.3rem;
            font-size: 1.2rem;
            margin-right: 2.25rem;
            position: relative;
            transition: all 0.3s; }
            .news001 .layout .inner-news .news-column div.col-list li:before {
              content: '';
              display: block;
              position: absolute;
              top: -5rem;
              left: 0.55rem;
              height: 4.5rem;
              width: 0;
              border: 0.05rem dashed #DBC19E; }
            .news001 .layout .inner-news .news-column div.col-list li a {
              color: #fff; }
              .news001 .layout .inner-news .news-column div.col-list li a i {
                font-size: 26px;
                color: #DAC08F;
                display: inline-block; }
              .news001 .layout .inner-news .news-column div.col-list li a i.icon-bottom {
                transform: rotate(180deg); }
          .news001 .layout .inner-news .news-column div.col-list li:hover {
            transform: translateY(1rem); }
            .news001 .layout .inner-news .news-column div.col-list li:hover a {
              color: #DFC592; }
    .news001 .layout .more-btn-box {
      display: block;
      height: 2.5rem;
      width: 10rem;
      margin: 3.25rem auto 0; }
      .news001 .layout .more-btn-box .more-btn {
        height: 2.5rem;
        width: 10rem;
        border: 1px solid #61A4B4;
        color: #61A4B4;
        position: relative;
        text-align: center;
        line-height: 2.4rem;
        transition: all 0.2s;
        font-size: 0.8rem; }
        .news001 .layout .more-btn-box .more-btn:hover {
          color: #AB6034;
          border-color: #AB6034; }
          .news001 .layout .more-btn-box .more-btn:hover i {
            opacity: 1;
            transform: translateX(0); }
          .news001 .layout .more-btn-box .more-btn:hover span {
            transform: translateX(-0.5rem); }
          .news001 .layout .more-btn-box .more-btn:hover .btn-style {
            border-color: #AB6034; }
        .news001 .layout .more-btn-box .more-btn i {
          display: inline-block;
          transform: translateX(-1rem);
          position: absolute;
          transition: all 0.4s;
          color: #AB6034;
          opacity: 0;
          font-size: 1.2rem; }
        .news001 .layout .more-btn-box .more-btn span {
          position: relative;
          display: inline-block;
          transition: all 0.2s; }
        .news001 .layout .more-btn-box .more-btn .btn-style {
          height: 0.6rem;
          width: 0.6rem;
          box-sizing: border-box;
          border-color: #61A4B4;
          border-style: solid;
          position: absolute;
          transition: all 0.2s; }
        .news001 .layout .more-btn-box .more-btn .btn-lt {
          left: 0;
          top: 0;
          border-bottom: 0.15rem;
          border-right: 0.15rem; }
        .news001 .layout .more-btn-box .more-btn .btn-rt {
          right: 0;
          top: 0;
          border-left: 0.15rem;
          border-bottom: 0.15rem; }
        .news001 .layout .more-btn-box .more-btn .btn-lb {
          left: 0;
          bottom: 0;
          border-right: 0.15rem;
          border-top: 0.15rem; }
        .news001 .layout .more-btn-box .more-btn .btn-rb {
          right: 0;
          bottom: 0;
          border-left: 0.15rem;
          border-top: 0.15rem; }
    .news001 .layout .news-column-mobile {
      display: none;
      height: 52vw;
      width: 100%;
      min-height: 188px;
      margin-top: 40px;
      position: relative;
      background-image: url("../images/sdzyy/more_news.svg");
      box-sizing: border-box;
      padding: 20px;
      background-position: center;
      background-size: 105%; }
      .news001 .layout .news-column-mobile .news-mask {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.4); }
      .news001 .layout .news-column-mobile h2 {
        position: relative;
        font-size: 18px;
        color: #fff;
        font-weight: normal; }
        .news001 .layout .news-column-mobile h2 i {
          color: #EAB660;
          margin-right: 10px;
          font-size: 18px; }
      .news001 .layout .news-column-mobile div.col-list {
        margin-top: 40px;
        width: 224px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative; }
        .news001 .layout .news-column-mobile div.col-list li {
          margin-bottom: 30px; }
          .news001 .layout .news-column-mobile div.col-list li a {
            color: #fff;
            font-size: 16px; }
            .news001 .layout .news-column-mobile div.col-list li a i {
              font-size: 16px;
              color: #DAC08F;
              display: inline-block; }
            .news001 .layout .news-column-mobile div.col-list li a i.icon-top {
              transform: rotate(270deg); }
            .news001 .layout .news-column-mobile div.col-list li a i.icon-bottom {
              transform: rotate(90deg); }
  @media (max-width: 1440px) {
    .news001 .layout {
      padding-top: 4.5rem; }
      .news001 .layout h2.title {
        font-size: 2rem;
        font-weight: normal;
        line-height: 2rem;
        margin-bottom: 3rem; }
      .news001 .layout .inner-news {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 33.5rem;
        width: 60rem; }
        .news001 .layout .inner-news .news-box {
          width: 29.35rem;
          height: 16.3rem; }
        .news001 .layout .inner-news .news-list .news-item {
          height: 7.5rem;
          width: 14rem; }
          .news001 .layout .inner-news .news-list .news-item p {
            font-size: 0.8rem;
            height: 3.6rem;
            margin-bottom: 0.5rem;
            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; }
            .news001 .layout .inner-news .news-list .news-item p a {
              color: #333333; }
          .news001 .layout .inner-news .news-list .news-item span {
            font-size: 0.7rem; }
        .news001 .layout .inner-news .news-slick .news-slick-item {
          width: 29.35rem;
          height: 16.3rem; }
          .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg p {
            font-size: 0.8rem;
            height: 2.4rem;
            margin-bottom: 0.5rem;
            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; }
            .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg p a {
              color: #fff; }
          .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg span {
            color: #fff; } }
  @media (max-width: 1200px) {
    .news001 .layout .inner-news .news-list .news-item p {
      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; }
    .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg 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;
      height: 42px; } }

@media (max-width: 960px) {
  .news001 {
    height: auto; }
    .news001 .bg0,
    .news001 .bg1 {
      height: 27vw;
      width: 50vw;
      min-height: 100px;
      min-width: 180px; }
    .news001 .bg1 {
      bottom: 50vw; }
    .news001 .layout {
      padding: 40px 10px 40px;
      box-sizing: border-box;
      width: 100vw; }
      .news001 .layout h2.title {
        font-size: 18px;
        margin-bottom: 20px; }
      .news001 .layout .inner-news {
        height: auto;
        flex-direction: column;
        justify-content: start;
        width: 100%; }
        .news001 .layout .inner-news .news-box {
          width: 100%;
          height: auto; }
        .news001 .layout .inner-news .news-slick {
          margin-bottom: 10px; }
          .news001 .layout .inner-news .news-slick .news-slick-item {
            width: 100%;
            height: 52vw;
            min-height: 190px; }
            .news001 .layout .inner-news .news-slick .news-slick-item .news-slick-msg 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;
              height: 42px; }
        .news001 .layout .inner-news .news-list {
          flex-direction: column;
          justify-content: start; }
          .news001 .layout .inner-news .news-list .news-item {
            height: 90px;
            width: 100%;
            padding: 10px;
            margin-bottom: 8px; }
            .news001 .layout .inner-news .news-list .news-item p {
              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; }
            .news001 .layout .inner-news .news-list .news-item span {
              font-size: 12px; }
        .news001 .layout .inner-news .news-column {
          display: none; }
      .news001 .layout .news-column-mobile {
        display: block; }
      .news001 .layout .more-btn-box {
        margin: 0 auto 0; }
        .news001 .layout .more-btn-box .more-btn {
          font-size: 16px; } }
.news002 {
  height: 620px;
  background-color: #F8F5EB;
  position: relative; }
  @media (max-width: 1440px) {
    .news002 {
      height: 30rem; } }
  .news002 .bg0 {
    position: absolute;
    height: 20rem;
    width: 36rem;
    left: 0;
    top: 0;
    opacity: 0.4; }
  .news002 .bg1 {
    position: absolute;
    height: 20rem;
    width: 36rem;
    right: 0;
    bottom: 0;
    opacity: 0.4; }
  .news002 .layout {
    padding-top: 3rem;
    position: relative;
    z-index: 10; }
    .news002 .layout h2.title {
      text-align: center;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.6rem;
      margin-bottom: 2rem; }
      .news002 .layout h2.title a {
        position: relative; }
      .news002 .layout h2.title a:after {
        content: '';
        display: block;
        height: 0.2rem;
        width: 3.5rem;
        background-color: #EAB660;
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transform: translateX(-50%); }
    .news002 .layout .inner-news {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      height: 20.75rem;
      width: 68rem;
      margin: 0 auto 1.5rem; }
      .news002 .layout .inner-news .news-slick {
        width: 33rem;
        height: 20.5rem; }
        .news002 .layout .inner-news .news-slick .news-slick-item {
          width: 33rem;
          height: 20.5rem;
          position: relative;
          background-size: cover; }
          .news002 .layout .inner-news .news-slick .news-slick-item .news-slick-msg {
            position: absolute;
            width: 100%;
            height: 10rem;
            background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
            box-sizing: border-box;
            padding: 5rem 1rem 1rem;
            bottom: 0; }
            .news002 .layout .inner-news .news-slick .news-slick-item .news-slick-msg p {
              font-size: 0.9rem;
              height: 2.6rem;
              margin-bottom: 0.5rem;
              line-height: 26px;
              max-height: 52px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .news002 .layout .inner-news .news-slick .news-slick-item .news-slick-msg p a {
                color: #fff; }
            .news002 .layout .inner-news .news-slick .news-slick-item .news-slick-msg span {
              color: #fff; }
        .news002 .layout .inner-news .news-slick .slick-dots {
          bottom: 20px;
          padding-right: 20px;
          right: 0;
          text-align: right; }
          .news002 .layout .inner-news .news-slick .slick-dots li {
            height: 0.3rem;
            width: 2.2rem;
            background-color: #D7D7D7; }
            .news002 .layout .inner-news .news-slick .slick-dots li button {
              display: none; }
          .news002 .layout .inner-news .news-slick .slick-dots li.slick-active {
            background-color: #EAB660; }
      .news002 .layout .inner-news .news-box {
        width: 33rem;
        height: 20.5rem; }
        .news002 .layout .inner-news .news-box .news-tab-tit {
          display: flex;
          margin-bottom: 2rem;
          justify-content: space-between; }
          .news002 .layout .inner-news .news-box .news-tab-tit a.more {
            display: flex;
            align-items: center; }
            .news002 .layout .inner-news .news-box .news-tab-tit a.more span {
              font-size: 0.8rem;
              color: #5F929D;
              margin-right: 0.25rem; }
            .news002 .layout .inner-news .news-box .news-tab-tit a.more i {
              font-size: 1.1rem;
              color: #EAB660; }
            .news002 .layout .inner-news .news-box .news-tab-tit a.more:hover i {
              color: #5F929D; }
          .news002 .layout .inner-news .news-box .news-tab-tit .inner-news-tab-tit a {
            font-size: 1rem;
            color: #aaa; }
          .news002 .layout .inner-news .news-box .news-tab-tit .inner-news-tab-tit a.cur {
            color: #50ACAF;
            position: relative; }
            .news002 .layout .inner-news .news-box .news-tab-tit .inner-news-tab-tit a.cur:before {
              content: '';
              position: absolute;
              bottom: -1rem;
              margin-left: -0.45rem;
              left: 50%;
              border-left: 0.5rem solid transparent;
              border-right: 0.5rem solid transparent;
              border-top: 0.5rem solid #EAB660;
              width: 0;
              height: 0; }
            .news002 .layout .inner-news .news-box .news-tab-tit .inner-news-tab-tit a.cur:after {
              content: '';
              display: block;
              background-color: #EAB660;
              height: 2px;
              width: 100%;
              position: absolute;
              bottom: -0.5rem;
              left: 0; }
          .news002 .layout .inner-news .news-box .news-tab-tit .inner-news-tab-tit a + a {
            margin-left: 1.5rem; }
        .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel {
          display: none;
          flex-direction: column;
          justify-content: space-between;
          height: 17.5rem; }
          .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li {
            display: flex;
            height: 4rem;
            flex-direction: column;
            justify-content: space-between;
            padding: 0.5rem 0; }
            .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li p {
              font-size: 0.9rem;
              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-bottom: 0.25rem; }
            .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li span {
              font-size: 0.8rem;
              color: #AAAAAA; }
          .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li:nth-child(1) {
            padding-top: 0; }
          .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li:nth-last-child(1) {
            padding-bottom: 0; }
          .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li + li {
            border-top: 1px solid #D7D7D7; }
          .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel li:hover p a {
            color: #50ACAF; }
        .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel.cur {
          display: flex; }
      .news002 .layout .inner-news .video-box {
        height: 22rem;
        width: 32rem;
        padding-top: 1.5rem; }
        .news002 .layout .inner-news .video-box h2.news-tit {
          display: flex;
          justify-content: space-between; }
          .news002 .layout .inner-news .video-box h2.news-tit a {
            font-size: 1.6rem;
            font-weight: normal; }
          .news002 .layout .inner-news .video-box h2.news-tit a.more {
            display: flex;
            align-items: center; }
            .news002 .layout .inner-news .video-box h2.news-tit a.more span {
              font-size: 0.8rem;
              color: #5F929D;
              padding-right: 0.25rem; }
            .news002 .layout .inner-news .video-box h2.news-tit a.more i {
              font-size: 1.1rem;
              color: #EAB660; }
            .news002 .layout .inner-news .video-box h2.news-tit a.more:hover i {
              color: #5F929D; }
        .news002 .layout .inner-news .video-box ul {
          margin-top: 0.75rem; }
          .news002 .layout .inner-news .video-box ul li {
            height: 4.5rem;
            width: 100%;
            box-sizing: border-box;
            padding: 0.5rem 0;
            display: flex; }
            .news002 .layout .inner-news .video-box ul li img {
              height: 3.5rem;
              width: 6rem; }
            .news002 .layout .inner-news .video-box ul li p {
              margin-bottom: 0.75rem;
              font-size: 0.9rem; }
            .news002 .layout .inner-news .video-box ul li span {
              font-size: 0.8rem;
              color: #AAAAAA; }
            .news002 .layout .inner-news .video-box ul li .video-list-text {
              margin-left: 1rem; }
          .news002 .layout .inner-news .video-box ul li:hover p a {
            color: #50ACAF; }
          .news002 .layout .inner-news .video-box ul li + li {
            border-top: 1px solid #D7D7D7; }
      .news002 .layout .inner-news .report-box {
        height: 22rem;
        width: 34.5rem;
        background-image: url("../images/sdzyy/report_bg.jpg");
        background-size: cover;
        box-sizing: border-box;
        overflow: hidden;
        padding: 1.5rem 1rem 0 1.5rem; }
        .news002 .layout .inner-news .report-box h2.news-tit {
          display: flex;
          justify-content: space-between; }
          .news002 .layout .inner-news .report-box h2.news-tit a {
            font-size: 1.6rem;
            font-weight: normal;
            color: #fff; }
          .news002 .layout .inner-news .report-box h2.news-tit a.more {
            display: flex;
            align-items: center; }
            .news002 .layout .inner-news .report-box h2.news-tit a.more span {
              font-size: 0.8rem;
              color: #fff;
              margin-right: 0.25rem; }
            .news002 .layout .inner-news .report-box h2.news-tit a.more i {
              font-size: 1.1rem;
              color: #fff; }
        .news002 .layout .inner-news .report-box ul.report-list {
          border-left: 1px solid #fff;
          margin-top: 1.5rem;
          height: 100%; }
          .news002 .layout .inner-news .report-box ul.report-list li {
            padding-left: 3.5rem;
            position: relative;
            height: 3.5rem; }
            .news002 .layout .inner-news .report-box ul.report-list li:before {
              content: '';
              display: block;
              position: absolute;
              height: 0.05rem;
              width: 3rem;
              background-color: #fff;
              left: 0;
              top: 0; }
            .news002 .layout .inner-news .report-box ul.report-list li p {
              font-size: 0.9rem;
              position: relative;
              top: -0.5rem; }
              .news002 .layout .inner-news .report-box ul.report-list li p a {
                color: #fff; }
  @media (max-width: 1440px) {
    .news002 .layout {
      padding-top: 3.5rem; }
      .news002 .layout .inner-news {
        height: 44.5rem;
        width: 60rem; }
        .news002 .layout .inner-news .news-slick {
          width: 29.5rem;
          height: 20rem; }
          .news002 .layout .inner-news .news-slick .news-slick-item {
            width: 29.5rem;
            height: 20rem; }
        .news002 .layout .inner-news .news-box {
          width: 29.5rem;
          height: 20rem; }
          .news002 .layout .inner-news .news-box .news-tab-tit {
            margin-bottom: 1.5rem; }
            .news002 .layout .inner-news .news-box .news-tab-tit a {
              font-size: 0.9rem; }
          .news002 .layout .inner-news .news-box .news-pannel-wrap .news-pannel {
            height: 17.5rem; }
        .news002 .layout .inner-news .video-box {
          height: 21.5rem;
          width: 29rem; }
          .news002 .layout .inner-news .video-box h2.news-tit a {
            font-size: 1.4rem; }
        .news002 .layout .inner-news .report-box {
          height: 21.5rem;
          width: 30.5rem; }
          .news002 .layout .inner-news .report-box h2.news-tit a {
            font-size: 1.4rem; } }

@media (max-width: 960px) {
  .news002 {
    height: auto; }
    .news002 .bg0,
    .news002 .bg1 {
      height: 27vw;
      width: 50vw;
      min-height: 100px;
      min-width: 180px; }
    .news002 .bg1 {
      bottom: 50vw; }
    .news002 .layout {
      padding: 40px 10px 40px;
      box-sizing: border-box;
      width: 100vw; }
      .news002 .layout .inner-news {
        flex-wrap: nowrap;
        flex-direction: column;
        justify-content: flex-start;
        height: auto;
        width: 100%; }
        .news002 .layout .inner-news .news-slick {
          width: 100%;
          height: 52vw; }
          .news002 .layout .inner-news .news-slick .news-slick-item {
            width: 100%;
            height: 52vw;
            min-height: 190px; }
        .news002 .layout .inner-news .news-box {
          width: 100%; }
        .news002 .layout .inner-news .video-box {
          width: 100%; }
        .news002 .layout .inner-news .report-box {
          width: 100%; } }
.scheduling001 {
  height: 47rem;
  position: relative;
  overflow: hidden; }
  .scheduling001 .layout {
    padding-top: 2.5rem;
    z-index: 10;
    position: relative; }
    .scheduling001 .layout h2.title {
      text-align: center;
      font-size: 1.6rem;
      font-weight: normal;
      line-height: 1.6rem;
      margin-bottom: 2rem; }
      .scheduling001 .layout h2.title a {
        position: relative; }
      .scheduling001 .layout h2.title a:after {
        content: '';
        display: block;
        height: 0.2rem;
        width: 3.5rem;
        background-color: #EAB660;
        position: absolute;
        bottom: -0.5rem;
        left: 50%;
        transform: translateX(-50%); }
    .scheduling001 .layout div.search-box {
      width: 100%;
      height: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.5rem; }
      .scheduling001 .layout div.search-box p.scheduling-tips {
        font-size: 0.8rem; }
      .scheduling001 .layout div.search-box i.clear {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 0;
        color: #a7a7a7; }
      .scheduling001 .layout div.search-box i.select {
        cursor: pointer;
        display: inline-block;
        position: absolute;
        right: 16px;
        top: 0;
        color: #B8741A; }
      .scheduling001 .layout div.search-box .depart-select {
        height: 2rem;
        width: 16rem;
        line-height: 2rem;
        box-sizing: border-box;
        padding-left: 1rem;
        border: 1px solid #D7D7D7;
        border-radius: 0.3rem;
        position: relative; }
        .scheduling001 .layout div.search-box .depart-select .depart-class-detail {
          display: flex;
          flex-wrap: wrap; }
        .scheduling001 .layout div.search-box .depart-select a {
          font-size: 0.75rem;
          color: #333;
          margin-bottom: 15px;
          display: block;
          width: 33.3%;
          line-height: 1rem; }
          .scheduling001 .layout div.search-box .depart-select a span {
            color: #333; }
        .scheduling001 .layout div.search-box .depart-select a.depart-msg {
          color: #aaa;
          height: 100%;
          width: 100%;
          line-height: 2rem; }
          .scheduling001 .layout div.search-box .depart-select a.depart-msg span {
            color: #333; }
        .scheduling001 .layout div.search-box .depart-select .depart-info {
          display: none;
          width: 32.5rem;
          position: absolute;
          background-color: #fff;
          z-index: 2024;
          border-radius: 8px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          padding: 10px;
          left: 0;
          top: 55px;
          max-height: 500px;
          overflow-y: auto; }
          .scheduling001 .layout div.search-box .depart-select .depart-info .tit-bar {
            display: flex;
            height: 2rem;
            line-height: 2rem; }
        .scheduling001 .layout div.search-box .depart-select .protit-info {
          display: none;
          width: 100%;
          position: absolute;
          background-color: #fff;
          z-index: 2024;
          left: 0;
          top: 55px;
          border-radius: 6px;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
          .scheduling001 .layout div.search-box .depart-select .protit-info .protit-item {
            height: 28px;
            width: 100%;
            line-height: 28px;
            font-size: 14px;
            cursor: pointer;
            padding: 0 20px;
            box-sizing: border-box; }
          .scheduling001 .layout div.search-box .depart-select .protit-info .protit-item:hover {
            background-color: #5F929D;
            color: #fff; }
        @media (max-width: 960px) {
          .scheduling001 .layout div.search-box .depart-select .protit-info {
            max-height: 300px;
            overflow-y: auto; }
          .scheduling001 .layout div.search-box .depart-select .depart-info {
            width: 100%;
            max-height: 420px;
            overflow-y: auto;
            box-sizing: border-box; }
            .scheduling001 .layout div.search-box .depart-select .depart-info .depart-class-detail a {
              width: 50%; } }
      .scheduling001 .layout div.search-box .name-search {
        height: 2rem;
        width: 16rem;
        border: 1px solid #d7d7d7;
        border-radius: 0.3rem;
        box-sizing: border-box;
        padding-left: 1rem; }
      .scheduling001 .layout div.search-box .name-search::placeholder {
        color: #aaa;
        font-size: 0.8rem; }
      .scheduling001 .layout div.search-box .btn {
        height: 2rem;
        width: 10.25rem;
        border: none;
        border-radius: 0.3rem;
        background-color: #50ACAF;
        display: flex;
        justify-content: center;
        color: #fff;
        align-items: center;
        font-size: 0.8rem; }
        .scheduling001 .layout div.search-box .btn i {
          margin-right: 15px; }
    .scheduling001 .layout div.choose-box {
      width: 100%;
      height: 3rem;
      display: flex;
      justify-content: center;
      margin-bottom: 1.5rem; }
      .scheduling001 .layout div.choose-box .area-item {
        box-sizing: border-box;
        height: 3rem;
        width: 16rem;
        background-color: #F8F5EB;
        color: #AB6034;
        line-height: 3rem;
        text-align: center;
        cursor: pointer;
        position: relative;
        border: 1px solid #AB6034; }
        .scheduling001 .layout div.choose-box .area-item div {
          font-size: 1rem;
          color: #DBC19E;
          position: absolute;
          height: 1rem;
          width: 1rem;
          line-height: 20px; }
        .scheduling001 .layout div.choose-box .area-item div.icon-lt {
          transform: rotate(270deg);
          left: -0.2rem;
          top: -0.1rem; }
        .scheduling001 .layout div.choose-box .area-item div.icon-rt {
          transform: rotate(0deg);
          right: -0.1rem;
          top: -0.2rem; }
        .scheduling001 .layout div.choose-box .area-item div.icon-lb {
          transform: rotate(180deg);
          left: -0.1rem;
          bottom: -0.2rem; }
        .scheduling001 .layout div.choose-box .area-item div.icon-rb {
          transform: rotate(90deg);
          right: -0.2rem;
          bottom: -0.1rem; }
      .scheduling001 .layout div.choose-box .area-item.cur {
        background-color: #5F929D;
        color: #fff;
        border-color: #5F929D; }
        .scheduling001 .layout div.choose-box .area-item.cur div {
          color: #fff; }
      .scheduling001 .layout div.choose-box .area-item + .area-item {
        margin-left: 1rem; }
    .scheduling001 .layout div.outpatient-tips {
      float: right;
      margin-bottom: 10px; }
      .scheduling001 .layout div.outpatient-tips p {
        font-size: 14px;
        line-height: 20px;
        margin-right: 20px; }
        .scheduling001 .layout div.outpatient-tips p span.tips-text {
          color: #aaa; }
    .scheduling001 .layout div.scheduling-table {
      width: calc(100% + 10px);
      height: 25rem;
      overflow-y: scroll; }
      .scheduling001 .layout div.scheduling-table .empty-table {
        width: 100%;
        height: 360px;
        padding-top: 85px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .scheduling001 .layout div.scheduling-table .empty-table i {
          font-size: 121px;
          color: #E4E4E4; }
        .scheduling001 .layout div.scheduling-table .empty-table p {
          font-size: 18px;
          margin-bottom: 40px;
          margin-top: 20px; }
        .scheduling001 .layout div.scheduling-table .empty-table div.refresh-scheduling {
          height: 40px;
          width: 180px;
          background-color: #50ACAF;
          border-radius: 6px;
          line-height: 40px;
          text-align: center;
          cursor: pointer;
          color: #fff; }
      .scheduling001 .layout div.scheduling-table::-webkit-scrollbar {
        width: 0.5rem;
        height: 0.5rem;
        background-color: inherit; }
      .scheduling001 .layout div.scheduling-table::-webkit-scrollbar-track {
        border-radius: 0.5rem;
        background-color: #D4D4D4; }
      .scheduling001 .layout div.scheduling-table::-webkit-scrollbar-thumb {
        border-radius: 0.5rem;
        background-color: #5F929D; }
      .scheduling001 .layout div.scheduling-table .loading {
        display: none;
        height: 100%;
        width: 100%;
        justify-content: center;
        align-items: center; }
      .scheduling001 .layout div.scheduling-table .table {
        width: 68rem;
        border-collapse: collapse;
        display: none; }
        .scheduling001 .layout div.scheduling-table .table p {
          margin-bottom: 0; }
        .scheduling001 .layout div.scheduling-table .table tr.table-title th {
          position: sticky;
          top: 0;
          z-index: 2023;
          font-size: 0.8rem; }
        .scheduling001 .layout div.scheduling-table .table tr.odd td {
          background-color: #F8F8F8; }
        .scheduling001 .layout div.scheduling-table .table th, .scheduling001 .layout div.scheduling-table .table td {
          border: 1px solid #DBC19E; }
        .scheduling001 .layout div.scheduling-table .table th {
          background-color: #539A9F;
          text-align: center;
          color: #fff;
          height: 3rem;
          line-height: 3rem;
          font-weight: normal;
          font-size: 0.8rem; }
          .scheduling001 .layout div.scheduling-table .table th.week p {
            line-height: 1.2rem; }
        .scheduling001 .layout div.scheduling-table .table td {
          padding: 1.5rem 0;
          background-color: #FFF;
          font-size: 0.8rem; }
        .scheduling001 .layout div.scheduling-table .table td.depart-title, .scheduling001 .layout div.scheduling-table .table td.depart-time {
          vertical-align: center;
          text-align: center; }
        .scheduling001 .layout div.scheduling-table .table td.depart-time {
          width: 5%; }
        .scheduling001 .layout div.scheduling-table .table td.depart-title {
          color: #AB6034;
          font-weight: normal;
          font-size: 0.9rem;
          width: 11%; }
        .scheduling001 .layout div.scheduling-table .table td.depart-doctor {
          width: 12%; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor div {
            position: relative;
            font-size: 0.8rem;
            line-height: 1.8rem;
            text-align: left;
            padding-left: 0.5rem; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.doc-type .type-2 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #4880c6;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.doc-type .type-1 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #60C8B5;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.doc-type .type-3 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #EAB660;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info {
            display: none;
            position: absolute;
            width: auto;
            padding: 20px 20px;
            min-width: 200px;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            z-index: 2024;
            border-radius: 4px;
            top: calc(50% + 40px);
            left: 50%;
            transform: translateX(-50%); }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info div {
              padding: 0; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info {
              display: flex; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                height: 98px;
                width: 70px;
                margin-right: 20px; }
                .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 98px;
                  width: 70px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info p {
              font-size: 14px;
              white-space: nowrap;
              line-height: 1.2rem; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info p u {
                display: inline-block;
                width: 80px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info p.doc-adept {
              white-space: inherit;
              line-height: 1.2rem;
              width: 14.5rem; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 20px;
              width: 28px;
              overflow: hidden;
              top: -20px;
              left: calc(50% - 14px); }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              transform: rotate(45deg);
              transform-origin: left bottom; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-top {
            bottom: calc(50% + 40px);
            top: unset; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-top .tip {
              bottom: -20px;
              top: unset; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-top .tip:after {
                transform: rotate(315deg);
                transform-origin: left top; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-left {
            top: 50%;
            left: unset;
            right: calc(100% + 15px);
            transform: translate(0%, -50%); }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-left .tip {
              left: unset;
              top: calc(50% - 20px);
              right: -20px; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-left .tip:after {
                transform: rotate(45deg) translate(-10px, 7px);
                transform-origin: 50% 50% 0; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-lefttop {
            top: unset;
            left: unset;
            bottom: 50px;
            right: 50%;
            transform: translate(0, 0); }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-lefttop .tip {
              left: unset;
              top: unset;
              bottom: -18px;
              right: 0; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-lefttop .tip:after {
                transform: rotate(315deg);
                transform-origin: left top; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.type-1:before {
            content: '名';
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            font-size: 16px;
            height: 20px;
            width: 20px;
            background-color: #60C8B5;
            color: #fff;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -10px; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.stop a {
            color: #AAAAAA; }
    .scheduling001 .layout .more-btn-box {
      display: block;
      height: 2rem;
      width: 8rem;
      margin: 1.5rem auto 0; }
      .scheduling001 .layout .more-btn-box .more-btn {
        height: 2rem;
        width: 8rem;
        border: 1px solid #50ACAF;
        color: #50ACAF;
        position: relative;
        text-align: center;
        line-height: 1.9rem;
        transition: all 0.2s;
        font-size: 0.8rem; }
        .scheduling001 .layout .more-btn-box .more-btn:hover i {
          opacity: 1;
          transform: translateX(0rem); }
        .scheduling001 .layout .more-btn-box .more-btn:hover span {
          transform: translateX(-0.5rem); }
        .scheduling001 .layout .more-btn-box .more-btn i {
          display: inline-block;
          transform: translateX(-0.5rem);
          position: absolute;
          transition: all 0.4s;
          color: #50ACAF;
          opacity: 0;
          font-size: 1rem;
          top: 0.1rem; }
        .scheduling001 .layout .more-btn-box .more-btn span {
          position: relative;
          display: inline-block;
          transition: all 0.4s; }
        .scheduling001 .layout .more-btn-box .more-btn .btn-style {
          height: 0.6rem;
          width: 0.6rem;
          box-sizing: border-box;
          border-color: #50ACAF;
          border-style: solid;
          position: absolute;
          transition: all 0.2s; }
        .scheduling001 .layout .more-btn-box .more-btn .btn-lt {
          left: 0;
          top: 0;
          border-bottom: 0.15rem;
          border-right: 0.15rem; }
        .scheduling001 .layout .more-btn-box .more-btn .btn-rt {
          right: 0;
          top: 0;
          border-left: 0.15rem;
          border-bottom: 0.15rem; }
        .scheduling001 .layout .more-btn-box .more-btn .btn-lb {
          left: 0;
          bottom: 0;
          border-right: 0.15rem;
          border-top: 0.15rem; }
        .scheduling001 .layout .more-btn-box .more-btn .btn-rb {
          right: 0;
          bottom: 0;
          border-left: 0.15rem;
          border-top: 0.15rem; }
  @media (max-width: 1680px) {
    .scheduling001 .layout {
      width: 1200px; }
      .scheduling001 .layout div.search-box .depart-select {
        width: 14.1rem; }
      .scheduling001 .layout div.search-box .name-search {
        width: 14.1rem; }
      .scheduling001 .layout div.choose-box .area-item {
        width: 14.1rem; }
      .scheduling001 .layout div.scheduling-table .table {
        width: 60rem; } }

@media (max-width: 1440px) {
  .scheduling001 {
    height: 895px;
    position: relative;
    overflow: hidden; }
    .scheduling001 .bg1, .scheduling001 .bg2 {
      height: 479.2px;
      width: 458.4px;
      position: absolute;
      opacity: 0.4; }
    .scheduling001 .bg1 {
      right: 0;
      top: 0; }
    .scheduling001 .bg2 {
      left: 0;
      bottom: 0; }
    .scheduling001 .layout {
      width: 960px;
      padding-top: 60px;
      z-index: 10;
      position: relative; }
      .scheduling001 .layout h2.title {
        text-align: center;
        font-size: 32px;
        font-weight: normal;
        line-height: 32px;
        margin-bottom: 32px; }
      .scheduling001 .layout div.search-box {
        width: 100%;
        height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 24px; }
        .scheduling001 .layout div.search-box p.scheduling-tips {
          font-size: 12.8px; }
        .scheduling001 .layout div.search-box i.clear {
          cursor: pointer;
          display: inline-block;
          position: absolute;
          right: 16px;
          top: 0;
          color: #a7a7a7; }
        .scheduling001 .layout div.search-box i.select {
          cursor: pointer;
          display: inline-block;
          position: absolute;
          right: 16px;
          top: 0;
          color: #B8741A; }
        .scheduling001 .layout div.search-box .depart-select {
          height: 32px;
          width: 220px;
          line-height: 32px;
          box-sizing: border-box;
          padding-left: 16px;
          border: 1px solid #D7D7D7;
          border-radius: 4.8px;
          position: relative; }
          .scheduling001 .layout div.search-box .depart-select .depart-class-detail {
            display: flex;
            flex-wrap: wrap; }
          .scheduling001 .layout div.search-box .depart-select a {
            font-size: 12px;
            color: #333;
            margin-bottom: 15px;
            display: block;
            width: 33.3%;
            line-height: 16px; }
            .scheduling001 .layout div.search-box .depart-select a span {
              color: #333; }
          .scheduling001 .layout div.search-box .depart-select a.depart-msg {
            color: #aaa;
            height: 100%;
            width: 100%;
            line-height: 32px; }
            .scheduling001 .layout div.search-box .depart-select a.depart-msg span {
              color: #333; }
          .scheduling001 .layout div.search-box .depart-select .depart-info {
            display: none;
            width: 520px;
            position: absolute;
            background-color: #fff;
            z-index: 121;
            border-radius: 8px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            padding: 10px;
            left: 0;
            top: 55px; }
            .scheduling001 .layout div.search-box .depart-select .depart-info .tit-bar {
              display: flex;
              height: 32px;
              line-height: 32px; }
          .scheduling001 .layout div.search-box .depart-select .protit-info {
            display: none;
            width: 100%;
            position: absolute;
            background-color: #fff;
            z-index: 2024;
            left: 0;
            top: 55px;
            border-radius: 6px;
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
            .scheduling001 .layout div.search-box .depart-select .protit-info .protit-item {
              height: 28px;
              width: 100%;
              line-height: 28px;
              font-size: 14px;
              cursor: pointer;
              padding: 0 20px;
              box-sizing: border-box; }
            .scheduling001 .layout div.search-box .depart-select .protit-info .protit-item:hover {
              background-color: #5F929D;
              color: #fff; }
        .scheduling001 .layout div.search-box .name-search {
          height: 32px;
          width: 250px;
          border: 1px solid #d7d7d7;
          border-radius: 4.8px;
          box-sizing: border-box;
          padding-left: 16px; }
        .scheduling001 .layout div.search-box .name-search::placeholder {
          color: #aaa;
          font-size: 12.8px; }
        .scheduling001 .layout div.search-box .btn {
          height: 32px;
          width: 140px;
          border: none;
          border-radius: 4.8px;
          background-color: #50ACAF;
          display: flex;
          justify-content: center;
          color: #fff;
          align-items: center;
          font-size: 12.8px; }
          .scheduling001 .layout div.search-box .btn i {
            margin-right: 15px; }
      .scheduling001 .layout div.choose-box {
        width: 100%;
        height: 48px;
        display: flex;
        justify-content: center;
        margin-bottom: 24px; }
        .scheduling001 .layout div.choose-box .area-item {
          box-sizing: border-box;
          height: 48px;
          width: 256px;
          background-color: #F8F5EB;
          color: #AB6034;
          line-height: 48px;
          text-align: center;
          cursor: pointer;
          position: relative;
          border: 1px solid #AB6034; }
          .scheduling001 .layout div.choose-box .area-item div {
            font-size: 16px;
            color: #DBC19E;
            position: absolute;
            height: 16px;
            width: 16px;
            line-height: 20px; }
          .scheduling001 .layout div.choose-box .area-item div.icon-lt {
            transform: rotate(270deg);
            left: -3.2px;
            top: -1.6px; }
          .scheduling001 .layout div.choose-box .area-item div.icon-rt {
            transform: rotate(0deg);
            right: -1.6px;
            top: -3.2px; }
          .scheduling001 .layout div.choose-box .area-item div.icon-lb {
            transform: rotate(180deg);
            left: -1.6px;
            bottom: -3.2px; }
          .scheduling001 .layout div.choose-box .area-item div.icon-rb {
            transform: rotate(90deg);
            right: -3.2px;
            bottom: -1.6px; }
        .scheduling001 .layout div.choose-box .area-item.cur {
          background-color: #5F929D;
          color: #fff;
          border-color: #5F929D; }
          .scheduling001 .layout div.choose-box .area-item.cur div {
            color: #fff; }
        .scheduling001 .layout div.choose-box .area-item + .area-item {
          margin-left: 16px; }
      .scheduling001 .layout div.outpatient-tips {
        float: right;
        margin-bottom: 10px; }
        .scheduling001 .layout div.outpatient-tips p {
          font-size: 14px;
          line-height: 20px;
          margin-right: 20px; }
          .scheduling001 .layout div.outpatient-tips p span.tips-text {
            color: #aaa; }
      .scheduling001 .layout div.scheduling-table {
        width: calc(100% + 20px);
        height: 496px;
        overflow-y: scroll; }
        .scheduling001 .layout div.scheduling-table::-webkit-scrollbar {
          width: 8px;
          height: 8px;
          background-color: inherit; }
        .scheduling001 .layout div.scheduling-table::-webkit-scrollbar-track {
          border-radius: 8px;
          background-color: #D4D4D4; }
        .scheduling001 .layout div.scheduling-table::-webkit-scrollbar-thumb {
          border-radius: 8px;
          background-color: #5F929D; }
        .scheduling001 .layout div.scheduling-table .loading {
          display: none;
          height: 100%;
          width: 100%;
          justify-content: center;
          align-items: center; }
        .scheduling001 .layout div.scheduling-table .table {
          width: 960px;
          border-collapse: collapse;
          display: none; }
          .scheduling001 .layout div.scheduling-table .table p {
            margin-bottom: 0; }
          .scheduling001 .layout div.scheduling-table .table tr.table-title th {
            position: sticky;
            top: 0;
            z-index: 10;
            font-size: 12.8px; }
          .scheduling001 .layout div.scheduling-table .table th, .scheduling001 .layout div.scheduling-table .table td {
            border: 1px solid #DBC19E; }
          .scheduling001 .layout div.scheduling-table .table th {
            background-color: #5F929D;
            text-align: center;
            color: #fff;
            height: 48px;
            line-height: 48px;
            font-weight: normal;
            font-size: 12.8px; }
            .scheduling001 .layout div.scheduling-table .table th.week p {
              line-height: 19.2px; }
          .scheduling001 .layout div.scheduling-table .table td {
            padding: 24px 0;
            background-color: #F0F3F4;
            font-size: 12.8px; }
          .scheduling001 .layout div.scheduling-table .table td.depart-title, .scheduling001 .layout div.scheduling-table .table td.depart-time {
            vertical-align: center;
            text-align: center; }
          .scheduling001 .layout div.scheduling-table .table td.depart-time {
            width: 8%; }
          .scheduling001 .layout div.scheduling-table .table td.depart-title {
            color: #AB6034;
            font-weight: normal;
            font-size: 14.4px;
            width: 15%; }
          .scheduling001 .layout div.scheduling-table .table td.depart-doctor {
            width: 11%; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor div {
              position: relative;
              font-size: 12.8px;
              line-height: 28.8px;
              text-align: left;
              padding-left: 8px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.doc-type .type-2 {
              margin-right: 2px;
              color: #fff;
              border-radius: 3px;
              background-color: #4880c6;
              display: inline-block;
              height: 14px;
              width: 13px;
              text-align: center;
              line-height: 14px;
              font-size: 12px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.doc-type .type-1 {
              margin-right: 2px;
              color: #fff;
              border-radius: 3px;
              background-color: #60C8B5;
              display: inline-block;
              height: 14px;
              width: 13px;
              text-align: center;
              line-height: 14px;
              font-size: 12px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.doc-type .type-3 {
              margin-right: 2px;
              color: #fff;
              border-radius: 3px;
              background-color: #EAB660;
              display: inline-block;
              height: 14px;
              width: 13px;
              text-align: center;
              line-height: 14px;
              font-size: 12px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info {
              display: none;
              position: absolute;
              width: auto;
              padding: 20px 20px;
              min-width: 200px;
              text-align: left;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              z-index: 2022;
              border-radius: 4px;
              top: calc(50% + 40px);
              left: 50%;
              transform: translateX(-50%); }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info div {
                padding: 0; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info {
                display: flex; }
                .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                  height: 98px;
                  width: 70px;
                  margin-right: 20px; }
                  .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                    height: 98px;
                    width: 70px; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info p {
                font-size: 14px;
                white-space: nowrap; }
                .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info p u {
                  display: inline-block;
                  width: 80px; }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .tip {
                position: absolute;
                height: 20px;
                width: 28px;
                overflow: hidden;
                top: -20px;
                left: calc(50% - 14px); }
              .scheduling001 .layout div.scheduling-table .table td.depart-doctor .detail-info .tip:after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: #fff;
                box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
                transform: rotate(45deg);
                transform-origin: left bottom; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.type-1:before {
              content: '名';
              display: flex;
              justify-content: center;
              align-items: center;
              border-radius: 6px;
              font-size: 16px;
              height: 20px;
              width: 20px;
              background-color: #60C8B5;
              color: #fff;
              position: absolute;
              left: 5px;
              top: 50%;
              margin-top: -10px; }
            .scheduling001 .layout div.scheduling-table .table td.depart-doctor div.stop a {
              color: #AAAAAA; }
      .scheduling001 .layout .more-btn-box {
        display: block;
        height: 40px;
        width: 160px;
        margin: 32px auto 0; }
        .scheduling001 .layout .more-btn-box .more-btn {
          height: 40px;
          width: 160px;
          border: 1px solid #50ACAF;
          color: #50ACAF;
          position: relative;
          text-align: center;
          line-height: 40px;
          transition: all 0.2s; }
          .scheduling001 .layout .more-btn-box .more-btn:hover {
            color: #AB6034;
            border-color: #AB6034; }
            .scheduling001 .layout .more-btn-box .more-btn:hover i {
              opacity: 1;
              transform: translateX(0); }
            .scheduling001 .layout .more-btn-box .more-btn:hover span {
              transform: translateX(-8px); }
            .scheduling001 .layout .more-btn-box .more-btn:hover .btn-style {
              border-color: #AB6034; }
          .scheduling001 .layout .more-btn-box .more-btn i {
            display: inline-block;
            transform: translateX(-16px);
            position: absolute;
            transition: all 0.4s;
            color: #AB6034;
            opacity: 0; }
          .scheduling001 .layout .more-btn-box .more-btn span {
            position: relative;
            display: inline-block;
            transition: all 0.4s; }
          .scheduling001 .layout .more-btn-box .more-btn .btn-style {
            height: 9.6px;
            width: 9.6px;
            box-sizing: border-box;
            border-color: #50ACAF;
            border-style: solid;
            position: absolute;
            transition: all 0.2s; }
          .scheduling001 .layout .more-btn-box .more-btn .btn-lt {
            left: 0;
            top: 0;
            border-bottom: 2.4px;
            border-right: 2.4px; }
          .scheduling001 .layout .more-btn-box .more-btn .btn-rt {
            right: 0;
            top: 0;
            border-left: 2.4px;
            border-bottom: 2.4px; }
          .scheduling001 .layout .more-btn-box .more-btn .btn-lb {
            left: 0;
            bottom: 0;
            border-right: 2.4px;
            border-top: 2.4px; }
          .scheduling001 .layout .more-btn-box .more-btn .btn-rb {
            right: 0;
            bottom: 0;
            border-left: 2.4px;
            border-top: 2.4px; } }
@media (max-width: 960px) {
  .scheduling001 {
    height: 416px;
    width: 100%;
    overflow: unset; }
    .scheduling001 .bg1, .scheduling001 .bg2 {
      width: 50%;
      min-width: 180px;
      height: 52vw;
      min-height: 188px; }
    .scheduling001 .bg2 {
      display: none; }
    .scheduling001 .layout {
      padding: 40px 10px 40px;
      box-sizing: border-box;
      width: 100%; }
      .scheduling001 .layout h2.title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 18px; }
      .scheduling001 .layout div.choose-box {
        display: none; }
      .scheduling001 .layout div.outpatient-tips {
        display: none; }
      .scheduling001 .layout .scheduling-table {
        display: none; }
      .scheduling001 .layout div.search-box {
        justify-content: start;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
        height: auto; }
        .scheduling001 .layout div.search-box p {
          font-size: 14px;
          color: #AAAAAA;
          margin-bottom: 5px; }
        .scheduling001 .layout div.search-box .depart-select, .scheduling001 .layout div.search-box .name-search {
          width: 100%;
          height: 50px;
          background-color: #fff;
          margin-bottom: 10px;
          line-height: 50px;
          font-size: 16px; }
        .scheduling001 .layout div.search-box .depart-select a.depart-msg {
          line-height: 50px;
          font-size: 14px; }
        .scheduling001 .layout div.search-box .btn {
          height: 50px;
          width: 100%;
          font-size: 18px; }
      .scheduling001 .layout .more-btn-box .more-btn {
        font-size: 16px; } }
.depart001 {
  height: 32.45rem;
  box-sizing: border-box;
  padding-top: 3rem;
  overflow-x: hidden;
  background-image: url("../images/sdzyy/depart_bg.jpg"); }
  .depart001 .layout h2.title {
    font-size: 1.6rem;
    font-weight: normal;
    color: #fff;
    position: relative;
    text-align: center;
    margin-bottom: 2rem; }
    .depart001 .layout h2.title:after {
      content: '';
      display: block;
      height: 0.2rem;
      width: 3.5rem;
      background-color: #EAB660;
      position: absolute;
      left: 50%;
      margin-left: -1.75rem;
      bottom: -0.5rem; }
  .depart001 .layout div.nav-bar {
    height: 1.3rem;
    width: max-content;
    margin: 0 auto 2rem;
    position: relative;
    display: flex; }
    .depart001 .layout div.nav-bar .tit-item {
      position: relative;
      padding: 0 0.75rem;
      height: 1.2rem; }
      .depart001 .layout div.nav-bar .tit-item a {
        font-size: 0.9rem;
        color: rgba(255, 255, 255, 0.8); }
    .depart001 .layout div.nav-bar .tit-item.cur {
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .depart001 .layout div.nav-bar .tit-item.cur a {
        display: inline-block;
        position: relative;
        font-weight: bold;
        color: #fff; }
        .depart001 .layout div.nav-bar .tit-item.cur a:after {
          content: '';
          display: block;
          background-color: #EAB660;
          height: 2px;
          width: 100%;
          position: absolute;
          bottom: -0.5rem; }
        .depart001 .layout div.nav-bar .tit-item.cur a:before {
          content: '';
          position: absolute;
          bottom: -1rem;
          margin-left: -0.45rem;
          left: 50%;
          border-left: 0.5rem solid transparent;
          border-right: 0.5rem solid transparent;
          border-top: 0.5rem solid #EAB660;
          width: 0;
          height: 0; }
    .depart001 .layout div.nav-bar .tit-item + .tit-item {
      margin-left: 1.85rem; }
      .depart001 .layout div.nav-bar .tit-item + .tit-item:before {
        content: '';
        position: absolute;
        display: block;
        width: 1.85rem;
        height: 0.05rem;
        background-color: rgba(255, 255, 255, 0.5);
        left: -1.85rem;
        top: 0.6rem; }
    .depart001 .layout div.nav-bar:before {
      position: absolute;
      content: '';
      display: block;
      width: 50vw;
      height: 0.05rem;
      background-color: rgba(255, 255, 255, 0.5);
      left: -50vw;
      top: 0.6rem; }
    .depart001 .layout div.nav-bar:after {
      position: absolute;
      content: '';
      display: block;
      width: 50vw;
      height: 0.05rem;
      background-color: rgba(255, 255, 255, 0.5);
      right: -50vw;
      top: 0.6rem; }
  .depart001 .layout div.depart-detail {
    height: 33.75rem;
    width: 1360px;
    background-color: #539A9F;
    position: absolute;
    z-index: 20;
    padding: 1.5rem 4rem;
    box-sizing: border-box; }
    .depart001 .layout div.depart-detail .depart-border {
      width: 2rem;
      height: 34.8rem;
      display: flex;
      flex-direction: column;
      align-items: center;
      position: absolute;
      top: -0.5rem; }
      .depart001 .layout div.depart-detail .depart-border .border-bar {
        height: 0.5rem;
        width: 1.5rem;
        background-color: #684518; }
      .depart001 .layout div.depart-detail .depart-border .bar-top {
        border-top-right-radius: 0.2rem;
        border-top-left-radius: 0.2rem; }
      .depart001 .layout div.depart-detail .depart-border .bar-bottom {
        border-bottom-left-radius: 0.2rem;
        border-bottom-right-radius: 0.2rem; }
      .depart001 .layout div.depart-detail .depart-border .inner-border {
        height: 33.75rem;
        width: 100%;
        box-sizing: border-box;
        padding: 15px 0;
        background-color: #EAB660; }
        .depart001 .layout div.depart-detail .depart-border .inner-border .border-bg {
          height: 100%;
          width: 100%;
          background-color: #5F929D;
          background-image: url("../images/sdzyy/depart_border_bg.png"); }
    .depart001 .layout div.depart-detail .depart-bl {
      left: 0; }
    .depart001 .layout div.depart-detail .depart-br {
      right: 0; }
    .depart001 .layout div.depart-detail .inner-depart-box {
      overflow-y: scroll;
      height: 100%; }
      .depart001 .layout div.depart-detail .inner-depart-box::-webkit-scrollbar {
        width: 0.3rem;
        height: 0.3rem;
        background-color: inherit; }
      .depart001 .layout div.depart-detail .inner-depart-box::-webkit-scrollbar-track {
        border-radius: 0.5rem;
        background-color: rgba(255, 255, 255, 0.4); }
      .depart001 .layout div.depart-detail .inner-depart-box::-webkit-scrollbar-thumb {
        border-radius: 0.5rem;
        background-color: #fff; }
    .depart001 .layout div.depart-detail .inner-depart-detail {
      height: 100%;
      width: 100%;
      box-sizing: border-box;
      display: none; }
      .depart001 .layout div.depart-detail .inner-depart-detail a {
        display: block;
        float: left;
        width: 290px;
        margin-right: 0.25rem;
        font-size: 0.8rem;
        margin-bottom: 1rem;
        line-height: 1;
        color: #fff; }
      .depart001 .layout div.depart-detail .inner-depart-detail a:hover {
        color: #9BEDFF; }
      .depart001 .layout div.depart-detail .inner-depart-detail.cur {
        display: block; }
  @media (max-width: 1440px) {
    .depart001 .layout div.depart-detail {
      width: 60rem; }
      .depart001 .layout div.depart-detail .inner-depart-detail a {
        width: 11.2rem;
        font-size: 0.8rem; } }

@media (max-width: 960px) {
  .depart001 {
    padding-top: 40px;
    height: auto; }
    .depart001 .layout h2.title {
      font-size: 18px;
      margin-bottom: 30px; }
      .depart001 .layout h2.title:after {
        height: 4px;
        width: 40px;
        margin-left: -20px;
        bottom: -10px; }
    .depart001 .layout div.nav-bar {
      width: 100%;
      height: auto;
      margin-bottom: 10px;
      flex-wrap: wrap;
      justify-content: center; }
      .depart001 .layout div.nav-bar:before, .depart001 .layout div.nav-bar:after {
        display: none; }
      .depart001 .layout div.nav-bar .tit-item + .tit-item {
        margin-left: 0; }
        .depart001 .layout div.nav-bar .tit-item + .tit-item:before {
          display: none; }
      .depart001 .layout div.nav-bar .tit-item {
        margin-bottom: 20px; }
        .depart001 .layout div.nav-bar .tit-item a {
          font-size: 16px; }
      .depart001 .layout div.nav-bar .tit-item.cur {
        border: none; }
    .depart001 .layout div.depart-detail {
      width: 100%;
      height: 80vh;
      max-height: 640px;
      padding: 20px 10px 40px 20px;
      box-sizing: border-box;
      position: relative; }
      .depart001 .layout div.depart-detail .inner-depart-box {
        height: 100%;
        width: 100%;
        overflow-y: scroll; }
        .depart001 .layout div.depart-detail .inner-depart-box::-webkit-scrollbar {
          width: 4px;
          background-color: inherit; }
        .depart001 .layout div.depart-detail .inner-depart-box::-webkit-scrollbar-track {
          border-radius: 6px;
          background-color: rgba(255, 255, 255, 0.4); }
        .depart001 .layout div.depart-detail .inner-depart-box::-webkit-scrollbar-thumb {
          border-radius: 6px;
          width: 6px;
          background-color: #fff; }
      .depart001 .layout div.depart-detail .inner-depart-detail {
        padding: 0;
        height: auto; }
        .depart001 .layout div.depart-detail .inner-depart-detail a {
          width: 49%;
          font-size: 16px;
          margin-right: 0; }
      .depart001 .layout div.depart-detail .depart-border {
        display: none; } }
.notice001 {
  background-color: #FBFBFB;
  position: relative;
  overflow: hidden; }
  .notice001 .bg0 {
    height: 29.95rem;
    width: 28.65rem;
    position: absolute;
    opacity: 0.2;
    left: 0;
    top: 7.5rem; }
  .notice001 .bg1 {
    height: 25rem;
    width: 45rem;
    position: absolute;
    opacity: 0.2;
    right: 0;
    bottom: 0; }
  .notice001 .layout {
    position: relative;
    z-index: 10;
    padding-top: 16rem; }
    .notice001 .layout .notice-box {
      height: 32rem;
      width: 100%;
      background-color: #fff;
      box-shadow: 0 0 0.8rem rgba(0, 0, 0, 0.1);
      display: flex; }
      .notice001 .layout .notice-box .inner-notice {
        background-color: #fff;
        height: 100%;
        width: 50%;
        box-sizing: border-box;
        padding: 2.25rem; }
        .notice001 .layout .notice-box .inner-notice .notice-tit {
          display: flex;
          justify-content: space-between;
          align-items: center;
          line-height: 1.6rem; }
          .notice001 .layout .notice-box .inner-notice .notice-tit .tit-msg {
            font-size: 1.6rem;
            font-weight: normal; }
          .notice001 .layout .notice-box .inner-notice .notice-tit .go-more {
            font-weight: normal; }
            .notice001 .layout .notice-box .inner-notice .notice-tit .go-more span {
              font-size: 0.8rem;
              color: #AAAAAA; }
            .notice001 .layout .notice-box .inner-notice .notice-tit .go-more i {
              color: #EAB660;
              font-size: 0.8rem; }
        .notice001 .layout .notice-box .inner-notice .tab-tit, .notice001 .layout .notice-box .inner-notice .r-tab-tit {
          margin-top: 1.5rem;
          margin-bottom: 0.75rem;
          display: flex;
          justify-content: flex-start; }
          .notice001 .layout .notice-box .inner-notice .tab-tit a, .notice001 .layout .notice-box .inner-notice .r-tab-tit a {
            font-size: 20px;
            line-height: 20px;
            color: #8C8C8C;
            position: relative; }
            .notice001 .layout .notice-box .inner-notice .tab-tit a + a, .notice001 .layout .notice-box .inner-notice .r-tab-tit a + a {
              margin-left: 1.5rem; }
            .notice001 .layout .notice-box .inner-notice .tab-tit a.cur, .notice001 .layout .notice-box .inner-notice .r-tab-tit a.cur {
              color: #50ACAF; }
              .notice001 .layout .notice-box .inner-notice .tab-tit a.cur:before, .notice001 .layout .notice-box .inner-notice .r-tab-tit a.cur:before {
                content: '';
                position: absolute;
                bottom: -1rem;
                margin-left: -0.45rem;
                left: 50%;
                border-left: 0.5rem solid transparent;
                border-right: 0.5rem solid transparent;
                border-top: 0.5rem solid #EAB660;
                width: 0;
                height: 0; }
              .notice001 .layout .notice-box .inner-notice .tab-tit a.cur:after, .notice001 .layout .notice-box .inner-notice .r-tab-tit a.cur:after {
                content: '';
                display: block;
                background-color: #EAB660;
                height: 2px;
                width: 100%;
                position: absolute;
                bottom: -0.5rem; }
        .notice001 .layout .notice-box .inner-notice .notice-list {
          display: none; }
          .notice001 .layout .notice-box .inner-notice .notice-list:first-child {
            display: block; }
          .notice001 .layout .notice-box .inner-notice .notice-list li.notice-item {
            height: 6rem;
            box-sizing: border-box;
            padding: 0.5rem 0; }
            .notice001 .layout .notice-box .inner-notice .notice-list li.notice-item span {
              font-size: 0.8rem;
              color: #5898A6;
              display: inline-block;
              margin-bottom: 0.5rem; }
            .notice001 .layout .notice-box .inner-notice .notice-list li.notice-item p {
              font-size: 0.9rem;
              line-height: 27px;
              max-height: 54px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box; }
              .notice001 .layout .notice-box .inner-notice .notice-list li.notice-item p a:hover {
                color: #50ACAF; }
          .notice001 .layout .notice-box .inner-notice .notice-list li + li {
            border-top: 1px solid #D7D7D7; }
    .notice001 .layout .bids-notice {
      height: 9.8rem;
      width: 100%;
      display: flex;
      background-image: url("../images/sdzyy/bids_notice_bg.jpg");
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 3rem 0 5rem; }
      .notice001 .layout .bids-notice p {
        color: #fff;
        font-size: 1.6rem; }
      .notice001 .layout .bids-notice .more-btn-box {
        display: block;
        height: 2rem;
        width: 8rem;
        margin: 1rem auto 0; }
      .notice001 .layout .bids-notice .more-btn {
        height: 2rem;
        width: 8rem;
        border: 1px solid #fff;
        color: #fff;
        position: relative;
        text-align: center;
        line-height: 1.9rem;
        transition: all 0.2s; }
        .notice001 .layout .bids-notice .more-btn:hover i {
          opacity: 1;
          transform: translateX(0); }
        .notice001 .layout .bids-notice .more-btn:hover span {
          transform: translateX(-0.5rem); }
        .notice001 .layout .bids-notice .more-btn i {
          display: inline-block;
          transform: translateX(-1rem);
          position: absolute;
          transition: all 0.4s;
          color: #fff;
          opacity: 0;
          font-size: 1rem;
          top: 0.15rem; }
        .notice001 .layout .bids-notice .more-btn span {
          position: relative;
          display: inline-block;
          transition: all 0.4s;
          font-size: 16px; }
        .notice001 .layout .bids-notice .more-btn .btn-style {
          height: 0.6rem;
          width: 0.6rem;
          box-sizing: border-box;
          border-color: #fff;
          border-style: solid;
          position: absolute;
          transition: all 0.2s; }
        .notice001 .layout .bids-notice .more-btn .btn-lt {
          left: 0;
          top: 0;
          border-bottom: 0.1rem;
          border-right: 0.1rem; }
        .notice001 .layout .bids-notice .more-btn .btn-rt {
          right: 0;
          top: 0;
          border-left: 0.1rem;
          border-bottom: 0.1rem; }
        .notice001 .layout .bids-notice .more-btn .btn-lb {
          left: 0;
          bottom: 0;
          border-right: 0.1rem;
          border-top: 0.1rem; }
        .notice001 .layout .bids-notice .more-btn .btn-rb {
          right: 0;
          bottom: 0;
          border-left: 0.1rem;
          border-top: 0.1rem; }
  @media (max-width: 1440px) {
    .notice001 .layout .notice-box .inner-notice {
      padding: 2rem; } }
  @media (max-width: 960px) {
    .notice001 .layout {
      padding-top: 0; } }

@media (max-width: 960px) {
  .notice001 {
    height: auto;
    width: 100%; }
    .notice001 .layout .notice-box {
      flex-direction: column;
      background-color: inherit;
      height: auto; }
      .notice001 .layout .notice-box .inner-notice {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 30px 20px 30px; }
        .notice001 .layout .notice-box .inner-notice .notice-tit .tit-msg {
          font-size: 18px; }
        .notice001 .layout .notice-box .inner-notice .notice-tit .go-more a {
          font-size: 12px; }
        .notice001 .layout .notice-box .inner-notice .tab-tit, .notice001 .layout .notice-box .inner-notice .r-tab-tit {
          margin-top: 10px; }
          .notice001 .layout .notice-box .inner-notice .tab-tit a, .notice001 .layout .notice-box .inner-notice .r-tab-tit a {
            font-size: 18px; }
        .notice001 .layout .notice-box .inner-notice .notice-list li.notice-item {
          height: 100px;
          padding: 10px 0; }
          .notice001 .layout .notice-box .inner-notice .notice-list li.notice-item span {
            font-size: 14px; }
          .notice001 .layout .notice-box .inner-notice .notice-list li.notice-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; } }
.second-nav-wrap {
  min-width: 1360px;
  margin-top: 160px;
  background-image: url("../images/sdzyy/outpatient_banner.jpg");
  background-position: bottom; }
  .second-nav-wrap h1 {
    padding: 5.5rem 0 4.5rem;
    height: 15rem-3rem;
    line-height: 15rem-3rem;
    color: #fff;
    font-size: 2rem;
    box-sizing: border-box; }
    .second-nav-wrap h1.text-right {
      text-align: right; }
    .second-nav-wrap h1.text-center {
      text-align: center;
      line-height: 15rem-3rem; }
  .second-nav-wrap .second-nav-list {
    position: relative; }
    .second-nav-wrap .second-nav-list ul {
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      .second-nav-wrap .second-nav-list ul li {
        position: relative;
        margin: 0 1rem; }
        .second-nav-wrap .second-nav-list ul li a {
          position: relative;
          display: block;
          height: 3rem;
          line-height: 1rem;
          font-size: 0.8rem;
          color: #fff; }
        .second-nav-wrap .second-nav-list ul li:hover a {
          color: #AB6034; }
        .second-nav-wrap .second-nav-list ul li.cur a {
          font-weight: bold; }
        .second-nav-wrap .second-nav-list ul li.cur:after {
          content: '';
          display: block;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 1.3rem;
          height: 0.2rem;
          background-color: #FFA943; }

.three-nav-wrap {
  background-color: #F8F8F8;
  border-bottom: 1px solid #D7D7D7;
  min-width: 1360px;
  position: relative; }
  .three-nav-wrap .three-nav {
    line-height: 3rem;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .three-nav-wrap .three-nav li {
      box-sizing: border-box;
      height: 3rem;
      text-align: center;
      position: relative;
      margin: 0 1rem; }
      .three-nav-wrap .three-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333; }
        .three-nav-wrap .three-nav li a:hover {
          color: #5F929D; }
      .three-nav-wrap .three-nav li.cur:after {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 0.2rem;
        background-color: #FFA943; }
      .three-nav-wrap .three-nav li.cur a {
        color: #50ACAF;
        font-weight: bold; }

.four-nav-wrap {
  min-width: 1360px;
  background-color: #F2F2F2;
  border-bottom: 1px solid #D7D7D7;
  padding: 0.6rem 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.5rem;
      text-align: center;
      line-height: 1.5rem;
      border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li a {
        display: block;
        font-size: 0.8rem;
        color: #333;
        padding: 0 0.9rem;
        border-radius: 0.2rem; }
      .four-nav-wrap .four-nav li.cur a {
        color: #fff;
        background-color: #50ACAF; }

@media (max-width: 1440px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 1200px; } }
@media (max-width: 1200px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 960px; }

  .second-nav-wrap {
    margin-top: 120px; } }
@media (max-width: 960px) {
  .second-nav-wrap, .three-nav-wrap, .four-nav-wrap {
    min-width: 720px; }

  .second-nav-wrap {
    margin-top: 48px;
    min-height: 120px; }

  .second-nav-wrap .second-nav {
    height: 100%; }

  .second-nav-wrap h1 {
    font-size: 18px;
    font-weight: normal;
    line-height: inherit;
    padding: 42px 0 30px; }
    .second-nav-wrap h1.text-center {
      line-height: inherit; }

  .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; }

  .second-nav-wrap .second-nav-list ul {
    min-height: 46px; }

  .second-nav-wrap .second-nav-list ul li {
    height: 12px;
    margin-bottom: 15px; }

  .second-nav-wrap .second-nav-list ul li a {
    height: auto;
    line-height: 12px; }

  .second-nav-wrap .second-nav-list ul li.cur:after {
    height: 2px;
    bottom: -5px; }

  .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: 360px; }

  .second-nav-wrap .second-nav-list ul,
  .three-nav-wrap .three-nav-box ul {
    min-width: 360px; }

  .second-nav-wrap .second-nav-list ul li,
  .three-nav-wrap .three-nav-box ul li {
    margin-left: 10px;
    margin-right: 10px; } }
.menu-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.05);
  height: 64px; }
  .menu-header .top-bar {
    height: 24px;
    background: linear-gradient(90deg, #EAB660 0%, #C69B59 100%);
    transition: all 0.2s ease-out 0s; }
    .menu-header .top-bar .top-nav.mobile-top-nav {
      display: flex;
      align-items: center;
      font-size: 12px;
      height: 24px;
      padding-right: 12px; }
      .menu-header .top-bar .top-nav.mobile-top-nav a {
        color: #fff; }
      .menu-header .top-bar .top-nav.mobile-top-nav .line {
        margin: 0 10px;
        height: 0.7rem;
        width: 1px;
        background-color: #fff;
        opacity: 0.2; }
        .menu-header .top-bar .top-nav.mobile-top-nav .line:last-of-type {
          display: none; }
  .menu-header .inner-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 8px;
    height: 40px; }
    .menu-header .inner-menu-header .left-logo a {
      height: 30px;
      display: block; }
      .menu-header .inner-menu-header .left-logo a img {
        height: 100%; }
    .menu-header .inner-menu-header .right-back i {
      font-size: 18px;
      font-weight: bold;
      color: #50ACAF; }

.menu-container {
  padding-top: 64px; }
  .menu-container .menu-content .search {
    height: 40px;
    margin: 20px 27px; }
    .menu-container .menu-content .search .change-wrap {
      position: relative; }
      .menu-container .menu-content .search .change-wrap .keyword {
        width: 100%;
        height: 40px;
        padding-left: 8px;
        box-sizing: border-box;
        border: 1px solid rgba(80, 172, 175, 0.4);
        line-height: 40px;
        border-radius: 4px; }
      .menu-container .menu-content .search .change-wrap .search-submit {
        position: absolute;
        height: 100%;
        right: 10px;
        background: none;
        border: none;
        cursor: pointer; }
        .menu-container .menu-content .search .change-wrap .search-submit i {
          font-size: 20px;
          line-height: 40px;
          color: #50ACAF; }
  .menu-container .menu-content .point-nav {
    margin: 20px 0; }
    .menu-container .menu-content .point-nav ul {
      display: flex;
      flex-wrap: wrap;
      border-top: 1px solid #e4e4e4; }
      .menu-container .menu-content .point-nav ul li {
        width: 50%;
        border: 1px solid #e4e4e4;
        border-left: none;
        border-top: none;
        height: 40px;
        box-sizing: border-box; }
        .menu-container .menu-content .point-nav ul li:nth-child(2n) {
          border-right: none; }
        .menu-container .menu-content .point-nav ul li a {
          display: block;
          height: 100%;
          width: 100%;
          box-sizing: border-box;
          padding-left: 20px;
          line-height: 40px;
          color: #333333;
          font-size: 14px; }
  .menu-container .menu-content .min-nav ul {
    width: 100%; }
    .menu-container .menu-content .min-nav ul li {
      width: 100%; }
      .menu-container .menu-content .min-nav ul li .min-nav-item {
        margin: 0 27px;
        height: 60px;
        border-bottom: 1px solid #E4E4E4;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .menu-container .menu-content .min-nav ul li .min-nav-item a {
          color: #333;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 18px;
          line-height: 60px;
          flex: 1; }
        .menu-container .menu-content .min-nav ul li .min-nav-item i {
          cursor: pointer;
          color: #50ACAF;
          transition: all 0.3s; }
      .menu-container .menu-content .min-nav ul li .min-second-nav {
        display: none; }
        .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item .nav-box {
          border-bottom: 1px solid #E4E4E4;
          margin: 0 27px; }
          .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; }
          .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; }
        .menu-container .menu-content .min-nav ul li .min-second-nav .min-second-nav-item.has-threenav {
          background-color: #F8F8F8; }
      .menu-container .menu-content .min-nav ul li:first-child .min-nav-item {
        border-top: 1px solid #E4E4E4; }
      .menu-container .menu-content .min-nav ul li.active .min-nav-item i {
        transform: rotate(180deg); }

.inner-list-content .share {
  cursor: pointer;
  position: relative; }
  .inner-list-content .share:hover .bdsharebuttonbox {
    display: block; }
  .inner-list-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .inner-list-content .share span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    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.4rem;
    z-index: 1;
    background: #fff;
    padding: 0.5rem 0.4rem;
    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: 1rem; }
    .inner-list-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .inner-list-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        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: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .inner-list-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .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: 1rem;
    line-height: 1rem;
    padding-bottom: 1rem;
    padding-top: 2rem;
    border-bottom: 1px solid #c9c9c9; }
    .inner-list-item .inner-list-tit .fl {
      color: #50ACAF;
      font-weight: normal;
      font-size: 1.2rem; }
    .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.7rem;
        position: relative;
        margin-bottom: 0.9rem; }
        .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: #50ACAF; }
  .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: #5F929D; }
    .inner-list-item .inner-list-content .mark {
      color: #5898A6; }
    .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.5rem 0;
      height: 8rem;
      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: 10rem; }
      .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.5rem;
        width: 9rem;
        height: 5rem;
        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.5rem;
          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 {
        color: #333;
        font-family: 微软雅黑; }
        .inner-list-item .inner-list-content .list-news001 li .title h2, .inner-list-item .inner-list-content .list-video001 li .title h2 {
          font-size: 0.9rem;
          font-weight: bold;
          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;
          height: 2.8rem; }
          .inner-list-item .inner-list-content .list-news001 li .title h2 a:hover, .inner-list-item .inner-list-content .list-video001 li .title h2 a:hover {
            color: #5F929D; }
        .inner-list-item .inner-list-content .list-news001 li .title p.content, .inner-list-item .inner-list-content .list-video001 li .title p.content {
          margin-top: 0.5rem;
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #aaa; }
      .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.7rem;
        color: #999;
        line-height: 1.4rem;
        position: absolute;
        bottom: 1.25rem; }
        .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: #50ACAF; }
          .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.5rem;
            font-size: 12px;
            color: #c7c5c5;
            position: relative;
            top: -1px; }
    .inner-list-item .inner-list-content .list-news002 li a {
      padding: 1rem 0;
      border-bottom: 1px solid #e4e4e4;
      display: flex;
      min-height: 6rem;
      box-sizing: border-box; }
      .inner-list-item .inner-list-content .list-news002 li a:hover .img .inner-img img {
        transform: scale(1.1); }
      .inner-list-item .inner-list-content .list-news002 li a .img {
        width: 20%;
        margin-right: 1rem;
        flex-shrink: 0; }
        .inner-list-item .inner-list-content .list-news002 li a .img .inner-img {
          width: 100%;
          padding-bottom: 56%;
          position: relative;
          overflow: hidden; }
          .inner-list-item .inner-list-content .list-news002 li a .img .inner-img img {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            transition: all 0.3s; }
      .inner-list-item .inner-list-content .list-news002 li a .right-info {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .inner-list-item .inner-list-content .list-news002 li a .right-info .tit {
          font-size: 0.9rem;
          font-weight: bold;
          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-news002 li a .right-info .content {
          margin-top: 0.5rem;
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #aaa; }
        .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom {
          margin-top: 0.5rem;
          display: flex;
          align-items: center;
          font-size: 0.7rem;
          line-height: 1; }
          .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom .time {
            color: #50ACAF; }
          .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom .info {
            display: flex;
            color: #999;
            margin-left: 0.5rem;
            border-left: 1px solid #c7c5c5; }
            .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom .info p {
              margin-left: 0.5rem; }
    @media (max-width: 960px) {
      .inner-list-item .inner-list-content .list-news002 li a .img {
        width: 128px; }
      .inner-list-item .inner-list-content .list-news002 li a .right-info .content {
        display: none; }
      .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom .info p span {
        display: none; }
      .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom .info p.author, .inner-list-item .inner-list-content .list-news002 li a .right-info .bottom .info p.photo {
        display: none; } }
    .inner-list-item .inner-list-content .list-news003 li a {
      padding: 1rem 0;
      border-bottom: 1px solid #e4e4e4;
      display: flex;
      min-height: 3rem;
      box-sizing: border-box; }
      .inner-list-item .inner-list-content .list-news003 li a:hover .img .inner-img img {
        transform: scale(1.1); }
      .inner-list-item .inner-list-content .list-news003 li a:hover .right-info .tit:before {
        background-color: #5F929D; }
      .inner-list-item .inner-list-content .list-news003 li a .right-info {
        flex: 1;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .inner-list-item .inner-list-content .list-news003 li a .right-info .tit {
          font-size: 0.9rem;
          font-weight: bold;
          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;
          padding-left: 12px;
          position: relative; }
          .inner-list-item .inner-list-content .list-news003 li a .right-info .tit:before {
            content: '';
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background-color: #333;
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%); }
        .inner-list-item .inner-list-content .list-news003 li a .right-info .content {
          margin-top: 0.5rem;
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #aaa; }
        .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom {
          margin-top: 0.5rem;
          display: flex;
          align-items: center;
          font-size: 0.7rem;
          line-height: 1; }
          .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom .time {
            color: #50ACAF; }
          .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom .info {
            display: flex;
            color: #999;
            margin-left: 0.5rem;
            border-left: 1px solid #c7c5c5; }
            .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom .info p {
              margin-left: 0.5rem; }
    @media (max-width: 960px) {
      .inner-list-item .inner-list-content .list-news003 li a .img {
        width: 128px; }
      .inner-list-item .inner-list-content .list-news003 li a .right-info .content {
        display: none; }
      .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom .info p span {
        display: none; }
      .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom .info p.author, .inner-list-item .inner-list-content .list-news003 li a .right-info .bottom .info p.photo {
        display: none; } }

.list-announce001 li {
  border-bottom: 1px solid #e4e4e4;
  padding: 1.5rem 0;
  position: relative; }
  .list-announce001 li:last-child {
    border-bottom: none; }
  .list-announce001 li .title {
    font-size: 0.9rem;
    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.85rem; }
    .list-announce001 li .title a:hover {
      color: #5F929D; }
  .list-announce001 li h2 {
    font-size: 0.9rem;
    font-weight: bold; }
  .list-announce001 li p {
    color: #797979;
    line-height: 1rem;
    margin-bottom: 0; }
  .list-announce001 li.nothumb .info {
    width: 100%; }
  .list-announce001 li .info {
    font-size: 0.7rem;
    color: #999;
    line-height: 1.4rem; }
    .list-announce001 li .info .mark {
      color: #999; }
      .list-announce001 li .info .mark .time {
        font-family: Arial;
        color: #50ACAF; }
      .list-announce001 li .info .mark u {
        padding: 0 0.5rem;
        font-size: 12px;
        color: #c7c5c5;
        position: relative;
        top: -1px; }

.list-service001 li {
  width: 100%;
  height: 4rem;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  border-radius: 0.2rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 1.5rem;
  background-color: #fff; }
  .list-service001 li i {
    font-size: 0.7rem;
    color: #C9C9C9; }
  .list-service001 li p {
    flex: 1;
    margin: 0 2.15rem 0 0.5rem; }
    .list-service001 li p a {
      font-size: 0.9rem;
      color: #333;
      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; }
    .list-service001 li p:hover a {
      color: #5F929D; }
  .list-service001 li span {
    color: #50ACAF;
    font-size: 0.7rem;
    line-height: 1; }

.list-service001.list-sevice-withnav {
  display: flex;
  justify-content: space-between; }
  .list-service001.list-sevice-withnav .nav3-list {
    width: 14rem; }
    .list-service001.list-sevice-withnav .nav3-list h2 {
      font-size: 0.9rem;
      color: #5F929D;
      height: 3.5rem;
      line-height: 3.5rem;
      padding-left: 1.5rem;
      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: 1rem; }
      .list-service001.list-sevice-withnav .nav3-list ul div {
        height: 2.3rem;
        width: 100%;
        line-height: 2.3rem;
        padding-left: 1.5rem;
        box-sizing: border-box; }
        .list-service001.list-sevice-withnav .nav3-list ul div a {
          display: inline-block;
          color: #555555;
          font-size: 0.8rem;
          position: relative;
          padding-left: 10px; }
          .list-service001.list-sevice-withnav .nav3-list ul div a:before {
            content: '';
            display: block;
            position: absolute;
            height: 0.8rem;
            width: 2px;
            background-color: #EAB660;
            left: 0;
            top: 0.75rem; }
      .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: 44.5rem; }

@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.5rem 0; }

.list-images001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.1rem;
  font-size: 0; }
  .list-images001 li {
    width: 19.25rem;
    margin-right: 1.1rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
    position: relative; }
    .list-images001 li .img {
      display: block;
      width: 100%;
      height: 10.9rem;
      position: relative; }
      .list-images001 li .img img {
        width: 100%;
        height: 100%; }
      .list-images001 li .img .count {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 3rem;
        height: 2rem;
        color: #fff;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 0.7rem;
        text-align: center;
        line-height: 2rem; }
      .list-images001 li .img .video-play {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: 4rem;
        width: 4rem;
        border: 0.3rem solid rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center; }
        .list-images001 li .img .video-play i {
          color: #fff;
          font-size: 1.7rem;
          opacity: 0.7; }
    .list-images001 li .title {
      margin: 10px 0;
      height: 2.7rem;
      color: #333;
      font-size: 0.9rem;
      line-height: 27px;
      max-height: 54px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: normal;
      word-wrap: break-word;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      display: -webkit-box; }
      .list-images001 li .title:hover a {
        color: #5F929D; }
    .list-images001 li .info {
      color: #aaa;
      font-size: 0.7rem;
      height: 0.7rem;
      line-height: 0.7rem; }
      .list-images001 li .info .mark .time {
        display: inline-block;
        margin-right: 1.5rem; }
      .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: -6.75rem; }
        .list-images001 li .info .share .bdsharebuttonbox span {
          display: inline-block;
          color: #555;
          border-bottom: 1px solid #e4e4e4;
          width: 100%;
          height: 1rem; }
        .list-images001 li .info .share .bdsharebuttonbox:before {
          content: "";
          display: inline-block;
          width: 4.65rem;
          height: 1rem;
          position: absolute;
          bottom: -0.75rem;
          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: 3rem; }
  .list-leader-image001 li {
    width: 16.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0.5rem 2rem; }
    .list-leader-image001 li .leader-photo {
      width: 7rem; }
      .list-leader-image001 li .leader-photo img {
        width: 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: 1.2rem;
        font-size: 1.2rem;
        color: #50ACAF;
        font-weight: normal;
        margin: 1rem 0; }
      .list-leader-image001 li .leader-info span {
        font-size: 0.8rem;
        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: 7.2rem;
    height: 10rem;
    flex-shrink: 0; }
    .list-leader-text001 li .leader-photo img {
      width: 100%;
      height: 100%; }
  .list-leader-text001 li .leader-info {
    margin-left: 2rem;
    padding-right: 2rem; }
    .list-leader-text001 li .leader-info .leader-name {
      display: block;
      font-weight: normal;
      color: #50ACAF;
      font-size: 1.2rem;
      margin-bottom: 1.2rem; }
    .list-leader-text001 li .leader-info .leader-protit {
      margin-bottom: 1.6rem; }
      .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: 1rem; }
    .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; }

  .list-service001 li {
    margin-bottom: 8px; }

  .list-service001 li p {
    margin: 0 24px 0 10px; }

  .list-service001 li p a {
    font-size: 16px;
    line-height: 16px;
    max-height: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .list-service001 li span {
    font-size: 12px; }

  .inner-list-content .share span,
  .inner-list-content .share .bdsharebuttonbox a {
    font-size: 12px; }

  .list-images001 li .title {
    font-size: 0.8rem;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .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 {
    margin: 0 10px; }

  .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: 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;
    font-weight: normal; }

  .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-service001 li {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center; }

  .list-service001 li p {
    flex-grow: 0; }

  .list-service001 li i {
    display: none; }

  .list-service001 li p {
    margin: 0 0 10px 0; }

  .list-service001 li p 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; }

  .list-service001 li p:hover a {
    color: #333; }

  .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: 25vw;
    min-height: 90px; }

  .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 - 40px);
    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: 30rem; }
  .list-department001 .inner-layout .container-inner .department-list {
    font-size: 0.8rem; }
    .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: 12rem;
        height: 3rem;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #DBC19E;
        background-color: #F8F5EB;
        position: relative;
        display: inline-block;
        line-height: 3rem;
        text-align: center; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #DBC19E;
          right: 0;
          top: -1.1rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #DBC19E;
          right: 0;
          bottom: -1.1rem;
          transform: rotate(90deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-top {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #DBC19E;
          left: 0;
          top: -1.1rem;
          transform: rotate(270deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          font-size: 0.8rem;
          position: absolute;
          display: inline-block;
          color: #DBC19E;
          left: 0;
          bottom: -1.1rem;
          transform: rotate(180deg); }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line p {
          color: #AB6034;
          font-size: 0.75rem; }
        .list-department001 .inner-layout .container-inner .department-list .area-con .second-line.cur {
          background-color: #50ACAF;
          border-color: #50ACAF; }
          .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: 14.5rem;
        height: 2.5rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.665rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        margin-top: 1.5rem;
        position: relative; }
        .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.4rem;
          width: 0.4rem;
          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.15rem solid #D7D7D7;
          border-left: 0.15rem 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.15rem solid #D7D7D7;
          border-left: 0.15rem 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.15rem solid #D7D7D7;
          border-right: 0.15rem 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.15rem solid #D7D7D7;
          border-bottom: 0.15rem 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: 1rem; }
      .list-department001 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@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); } }
.list-department002 {
  position: relative;
  position: relative;
  min-height: 30rem; }
  .list-department002 .inner-layout .container-inner .department-list {
    font-size: 0.8rem; }
    .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class {
      display: flex;
      flex-wrap: wrap; }
      .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        transition: all 0.3s;
        width: 14.5rem;
        height: 2.5rem;
        border: 1px solid #D7D7D7;
        display: block;
        margin-right: 0.665rem;
        line-height: 2.5rem;
        box-sizing: border-box;
        margin-top: 1.5rem;
        position: relative; }
        .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .border-corner {
          height: 0.4rem;
          width: 0.4rem;
          box-sizing: border-box;
          position: absolute; }
        .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-top {
          top: 0;
          left: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-left-bottom {
          bottom: 0;
          left: 0;
          border-bottom: 0.15rem solid #D7D7D7;
          border-left: 0.15rem solid #D7D7D7; }
        .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-top {
          top: 0;
          right: 0;
          border-top: 0.15rem solid #D7D7D7;
          border-right: 0.15rem solid #D7D7D7; }
        .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line .corner-right-bottom {
          bottom: 0;
          right: 0;
          border-right: 0.15rem solid #D7D7D7;
          border-bottom: 0.15rem solid #D7D7D7; }
      .list-department002 .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-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line:nth-child(4n) {
        margin-right: 0; }
      .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-p {
        padding-left: 1rem; }
      .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class.cur {
        display: flex; }

@media (max-width: 960px) {
  .list-department002 {
    padding: 0 10px; }
    .list-department002 .inner-layout .container-inner .department-list .area-con {
      justify-content: center;
      flex-wrap: wrap; }
      .list-department002 .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-department002 .inner-layout .container-inner .department-list .area-con .second-line .right-top, .list-department002 .inner-layout .container-inner .department-list .area-con .second-line .right-bottom, .list-department002 .inner-layout .container-inner .department-list .area-con .second-line .left-top, .list-department002 .inner-layout .container-inner .department-list .area-con .second-line .left-bottom {
          color: #fff; }
    .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class {
      justify-content: space-between; }
      .list-department002 .inner-layout .container-inner .department-list .depart-content .depart-class .last-second-line {
        margin-right: 0;
        width: calc(50% - 15px); } }
.dm-doctor-list .inner-layout {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
.dm-doctor-list .dm-doc-item {
  height: 17.5rem;
  width: 11.2rem;
  background-color: #fff;
  box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 2rem 2rem 0 2rem;
  margin: 0.5rem 0.4rem; }
  .dm-doctor-list .dm-doc-item .doc-item-info a {
    display: flex;
    width: 7.2rem;
    flex-direction: column;
    align-items: center; }
    .dm-doctor-list .dm-doc-item .doc-item-info a img {
      height: 10rem;
      width: 7.2rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a p.name {
      font-size: 0.9rem;
      margin-top: 0.5rem;
      line-height: 1.6rem; }
    .dm-doctor-list .dm-doc-item .doc-item-info a span.protit {
      font-size: 0.7rem;
      margin-bottom: 0.5rem; }
  .dm-doctor-list .dm-doc-item span.level-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    .dm-doctor-list .dm-doc-item span.level-list u {
      font-size: 0.6rem;
      color: #aaa;
      line-height: 0.7rem; }
    .dm-doctor-list .dm-doc-item span.level-list u + u:before {
      content: '/';
      font-size: 0.6rem;
      color: #aaa; }

@media (max-width: 960px) {
  .dm-doctor-list .dm-doc-item {
    width: 30vw;
    height: 46vw;
    padding: 4vw 0 0;
    min-height: 166px;
    min-width: 114px; }
    .dm-doctor-list .dm-doc-item .doc-item-info a {
      width: 14vw;
      min-width: 50px;
      margin: 0 auto; }
      .dm-doctor-list .dm-doc-item .doc-item-info a img {
        height: 20vw;
        width: 14vw;
        min-width: 50px;
        min-height: 70px; } }
.list-special001 {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1.3rem; }
  .list-special001.list-mygzs li {
    width: 47%; }
    .list-special001.list-mygzs li a .img {
      height: 8.15rem; }
  .list-special001 li {
    margin-right: 1.3rem;
    width: 14rem;
    margin-bottom: 1.5rem; }
    .list-special001 li a {
      width: 100%;
      display: block;
      position: relative; }
      .list-special001 li a .img {
        width: 100%;
        height: 7.9rem; }
        .list-special001 li a .img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .list-special001 li a p {
        width: 100%;
        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;
        font-size: 16px;
        color: #333;
        height: 2rem;
        border-bottom: 1px solid #d7d7d7;
        transition: all 0.5s; }
      .list-special001 li a:after {
        content: "";
        height: 0.1rem;
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        background-color: #50ACAF;
        transition: .3s ease; }
      .list-special001 li a:hover:after {
        width: 100%; }

@media (max-width: 1200px) {
  .list-special001 li a p {
    line-height: 32px;
    max-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 14px; } }
@media (max-width: 960px) {
  .list-special001 li {
    width: 100%; }
    .list-special001 li a .img {
      height: 36vw; } }
.job-list .nodata {
  padding: 100px 0; }

.show-content .share {
  cursor: pointer;
  position: relative; }
  .show-content .share:hover .bdsharebuttonbox {
    display: block; }
  .show-content .share i {
    margin-right: 0.25rem;
    color: #555555;
    width: 0.8rem;
    height: 0.8rem; }
  .show-content .share > span {
    font-size: 0.7rem;
    color: #999999;
    display: block;
    height: 1.4rem;
    position: relative;
    z-index: 2;
    line-height: 1.4rem; }
  .show-content .share .enjoy {
    border-bottom: 1px solid #c9c9c9c9; }
  .show-content .share .bdsharebuttonbox {
    box-sizing: border-box;
    display: none;
    position: absolute;
    right: 0;
    top: 1.4rem;
    z-index: 2;
    background: #fff;
    padding: 0.5rem 0.4rem;
    width: 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .show-content .share .bdsharebuttonbox span {
      display: inline-block;
      color: #555;
      border-bottom: 1px solid #e4e4e4;
      width: 100%;
      height: 1rem; }
    .show-content .share .bdsharebuttonbox a {
      display: block;
      float: none;
      font-size: 0.7rem;
      margin-right: 0;
      width: 100%; }
      .show-content .share .bdsharebuttonbox a.bds_weixin:before {
        content: "\e643";
        font-size: 0.7rem;
        background-color: #70B603; }
      .show-content .share .bdsharebuttonbox a.bds_tsina:before {
        content: "\e642";
        background-color: #D9001B; }
      .show-content .share .bdsharebuttonbox a.copy-link:before {
        content: "\e670";
        font-size: 12px;
        background-color: #F2A141; }
      .show-content .share .bdsharebuttonbox a:before {
        font-family: "iconfont";
        color: #fff;
        width: 1rem;
        height: 1rem;
        border-radius: 50%;
        font-size: 0.8rem;
        display: inline-block;
        text-align: center;
        line-height: 1rem;
        vertical-align: text-top; }
      .show-content .share .bdsharebuttonbox a:after {
        content: attr(title);
        margin-left: 0.25rem; }
  .show-content .share .bdshare-button-style0-16 a {
    background-image: none;
    padding-left: 0;
    height: auto; }
  .show-content .share .bdshare-button-style0-24 a {
    line-height: 16px;
    background-image: none;
    padding-left: 0;
    height: auto; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.4rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #50ACAF;
      border-color: #50ACAF;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

.news-show {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show .list-item.has-right {
    width: 40rem; }
  .news-show .list-item {
    width: 100%; }
    .news-show .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem; }
      .news-show .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444; }
        .news-show .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem; }
        .news-show .list-item .content .news-title p.top-title {
          margin-bottom: 0.5rem; }
        .news-show .list-item .content .news-title p.sub-title {
          margin-top: 0.5rem; }
        .news-show .list-item .content .news-title h1 a {
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.6rem;
          color: #444;
          line-height: 2.4rem; }
        .news-show .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #AAAAAA; }
        .news-show .list-item .content .news-title span.time {
          margin: 1rem 0;
          display: inline-block; }
        .news-show .list-item .content .news-title .news-author span {
          margin-right: 1rem; }
      .news-show .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show .list-item .content .news-content img {
          max-width: 100%;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show .list-item .related-expert ul li .doc-info .depart {
            color: #50ACAF;
            margin-bottom: 0.15rem; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show .list-item .related-expert ul li .doc-info .doc-name, .news-show .list-item .related-expert ul li .doc-info .doc-job, .news-show .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.8rem;
            color: #50ACAF;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show .news-right {
    width: 18rem; }
    .news-show .news-right ul {
      margin-top: 1rem;
      width: 100%; }
      .news-show .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
        padding: 0.5rem;
        position: relative;
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show .news-right ul li .thumb {
          position: absolute;
          left: 0.5rem;
          top: 0.5rem;
          width: 5.5rem;
          height: 4rem;
          overflow: hidden; }
          .news-show .news-right ul li .thumb img {
            display: block;
            width: 100%;
            height: 100%; }
        .news-show .news-right ul li p.title a {
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #444; }
        .news-show .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.5rem; }
        .news-show .news-right ul li.hasthumb {
          padding-left: 6.5rem; }

.images-show .images-info {
  border-bottom: 1px solid #c9c9c9; }
  .images-show .images-info .img-title {
    margin-bottom: 1.5rem; }
    .images-show .images-info .img-title a {
      font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.6rem;
      color: #333;
      line-height: 1.6rem; }
  .images-show .images-info .img-display {
    width: 100%;
    height: 32rem;
    background-color: #333;
    position: relative;
    overflow: hidden; }
    .images-show .images-info .img-display .img-box {
      width: 55.9rem;
      height: 100%;
      background-color: #fff;
      margin: 0 auto; }
      .images-show .images-info .img-display .img-box .inner-img-bg {
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #333;
        height: 32rem; }
      .images-show .images-info .img-display .img-box img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
      .images-show .images-info .img-display .img-box .slick-list {
        height: 100%; }
      .images-show .images-info .img-display .img-box .slick-arrow {
        position: absolute;
        cursor: pointer;
        top: 50%;
        transform: translateY(-50%);
        width: 3rem;
        height: 3.5rem;
        background-color: rgba(0, 0, 0, 0.7);
        color: #fff;
        text-align: center;
        line-height: 3.5rem;
        font-size: 0.9rem;
        z-index: 1; }
        .images-show .images-info .img-display .img-box .slick-arrow.prev {
          left: 0; }
        .images-show .images-info .img-display .img-box .slick-arrow.next {
          right: 0; }
      .images-show .images-info .img-display .img-box.slick-slider {
        position: static; }
    .images-show .images-info .img-display .count {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 5.3rem;
      height: 3rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3rem;
      font-size: 0.9rem; }
  .images-show .images-info .img-intro {
    color: #333;
    font-size: 0.9rem;
    margin: 20px 0;
    line-height: 27px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .images-show .images-info .info {
    font-size: 0.7rem;
    color: #aaa; }
    .images-show .images-info .info .mark {
      display: inline-block; }
    .images-show .images-info .info .time {
      margin-right: 1.5rem; }
  .images-show .images-info .img-slide {
    margin: 1.25rem 0 1.5rem; }
    .images-show .images-info .img-slide .img-item {
      margin: 0.15rem;
      height: 3.8rem;
      box-sizing: border-box;
      overflow: hidden;
      cursor: pointer; }
      .images-show .images-info .img-slide .img-item img {
        width: 100%;
        height: 100%; }
      .images-show .images-info .img-slide .img-item + .img-item {
        margin-left: 0.075rem; }
      .images-show .images-info .img-slide .img-item:hover {
        border: 4px solid #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.35); }
    .images-show .images-info .img-slide .slick-arrow {
      position: absolute;
      cursor: pointer;
      top: 50%;
      transform: translateY(-50%);
      width: 1.1rem;
      height: 3.8rem;
      background-color: rgba(0, 0, 0, 0.7);
      color: #fff;
      text-align: center;
      line-height: 3.8rem;
      font-size: 0.6rem;
      z-index: 1; }
      .images-show .images-info .img-slide .slick-arrow.prev {
        left: 0; }
      .images-show .images-info .img-slide .slick-arrow.next {
        right: 0; }
.images-show .hot-images {
  margin-top: 1.6rem; }
  .images-show .hot-images .hot-images-content {
    margin-top: 1.5rem; }
    .images-show .hot-images .hot-images-content .img-list {
      display: flex;
      flex-wrap: wrap;
      margin-right: -1.1rem;
      font-size: 0; }
      .images-show .hot-images .hot-images-content .img-list li {
        width: 19.25rem;
        margin-right: 1.1rem;
        padding-bottom: 1rem;
        margin-bottom: 1.5rem;
        position: relative; }
        .images-show .hot-images .hot-images-content .img-list li .img {
          display: block;
          width: 100%;
          height: 10.9rem;
          position: relative; }
          .images-show .hot-images .hot-images-content .img-list li .img img {
            width: 100%;
            height: 100%; }
          .images-show .hot-images .hot-images-content .img-list li .img .count {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 3rem;
            height: 2rem;
            color: #fff;
            background-color: rgba(0, 0, 0, 0.5);
            font-size: 0.7rem;
            text-align: center;
            line-height: 2rem; }
        .images-show .hot-images .hot-images-content .img-list li .title {
          margin: 0.5rem 0;
          height: 2.7rem;
          color: #333;
          font-size: 0.9rem;
          line-height: 27px;
          max-height: 54px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .images-show .hot-images .hot-images-content .img-list li .title:hover a {
            color: #5F929D; }

.page-content .news-content p {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
.page-content .news-content img {
  max-width: 100%;
  display: inline-block;
  margin: 10px; }

.fox-video {
  min-height: 33.75rem;
  margin-top: 1.25rem; }

@media (max-width: 1200px) {
  .news-show {
    width: 960px; }

  .news-show .list-item.has-right {
    width: 640px; }

  .news-show .news-right {
    width: 288px; }

  .news-show .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show .list-item .left-tit {
    font-size: 18px; }

  .news-show .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right h2 a.news-type {
    font-size: 24px; }

  .news-show .news-right h2 a.more {
    height: 26px;
    width: 78px; }

  .news-show .news-right h2 a.more span {
    font-size: 12px;
    line-height: 26px; }

  .news-show .news-right h2 a.more i {
    line-height: 26px; }

  .news-show .news-right ul li .thumb {
    width: 88px;
    height: 64px; }

  .news-show .news-right ul li p.title a {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show .news-right ul li .time {
    font-size: 12px; }

  .news-show .news-right ul li {
    height: 80px; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 108px; }

  .images-show .images-info .img-title a {
    font-size: 28px;
    line-height: 28px; }

  .images-show .images-info .img-intro {
    font-size: 14px;
    line-height: 21px;
    max-height: 84px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .info,
  h2.left-tit a.more span,
  .images-show .hot-images .hot-images-content .img-list li .img .count {
    font-size: 12px; }

  h2.left-tit a.news-type {
    font-size: 28px; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 16px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; } }
@media (max-width: 960px) {
  .fox-video {
    height: 60vw;
    min-height: 230px; }

  .news-show {
    display: inherit;
    width: 100%; }

  .news-show .list-item.has-right {
    width: 100%; }

  .news-show .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show .list-item .content .news-title span.time {
    margin: 10px 0; }

  .news-show .list-item .content .news-title span {
    font-size: 12px; }

  .news-show .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show .list-item .content .qr-share {
    display: none; }

  .news-show .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show .list-item .related-depart {
    margin-top: 20px; }

  .news-show .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show .news-right {
    width: 100%;
    margin-top: 20px; }

  .news-show .news-right h2 a.news-type {
    font-size: 18px; }

  .news-show .news-right h2 a.more {
    height: 24px;
    width: 72px; }

  .news-show .news-right h2 a.more i,
  .news-show .news-right h2 a.more span {
    line-height: 24px; }

  .news-show .news-right ul {
    margin-top: 10px; }

  .news-show .news-right ul li {
    box-shadow: none;
    border-bottom: 1px solid #E4E4E4;
    padding: 10px 0;
    height: 64px;
    margin-bottom: 0; }

  .news-show .news-right ul li.hasthumb {
    padding-left: 0; }

  .news-show .news-right ul li .thumb {
    display: none; }

  .news-show .news-right ul li p.title a {
    line-height: 21px;
    max-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-title {
    margin-bottom: 10px; }

  .images-show .images-info .img-title a {
    font-size: 16px;
    line-height: 16px; }

  .images-show .images-info .img-display {
    height: auto; }

  .images-show .images-info .img-display .img-box {
    width: 93%; }

  .images-show .images-info .img-display .img-box .inner-img-bg {
    height: 60vw; }

  .images-show .images-info .img-display .img-box .slick-arrow {
    width: 18px;
    height: 40px;
    line-height: 40px; }

  .images-show .images-info .img-intro {
    line-height: 21px;
    max-height: 210px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .images-show .images-info .img-slide .img-item:hover {
    border-width: 2px; }

  .images-show .hot-images h2.left-tit a.news-type {
    font-size: 16px; }

  .images-show .hot-images h2.left-tit a.more {
    display: none; }

  .images-show .hot-images .hot-images-content .img-list li {
    width: 48%;
    margin-bottom: 0;
    margin-right: 0;
    padding-bottom: 0; }

  .images-show .hot-images .hot-images-content .img-list li .img {
    height: auto; }

  .images-show .hot-images .hot-images-content .img-list {
    justify-content: space-between; }

  .images-show .hot-images .hot-images-content .img-list li .title {
    font-size: 14px;
    line-height: 20px;
    max-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin: 8px 0; }

  .images-show .hot-images .hot-images-content .img-list {
    margin-right: 0; }

  .images-show .images-info .img-slide .img-item {
    height: 48px; }

  .images-show .images-info .img-slide .slick-arrow {
    width: 14px;
    height: 48px;
    line-height: 48px; }

  h2.left-tit a.more:hover {
    background-color: none;
    border-color: #D7D7D7;
    color: #555; }
    h2.left-tit a.more:hover span {
      transform: none; }
    h2.left-tit a.more:hover i {
      opacity: 0;
      transform: translateX(-10px); } }
.news-show003 {
  width: 1200px;
  margin: auto;
  padding-bottom: 4rem;
  display: flex;
  justify-content: space-between; }
  .news-show003 .list-item.has-right {
    width: 40rem; }
  .news-show003 .list-item {
    width: 100%; }
    .news-show003 .list-item .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 1rem;
      position: relative; }
      .news-show003 .list-item .content .news-title {
        text-align: center;
        border-bottom: 1px solid #E4E4E4;
        padding-bottom: 1rem;
        color: #444;
        position: relative; }
        .news-show003 .list-item .content .news-title:after {
          content: "";
          display: block;
          width: 12rem;
          height: 0.1rem;
          background-color: #50ACAF;
          position: absolute;
          bottom: 0;
          left: 0; }
        .news-show003 .list-item .content .news-title p {
          font-size: 0.9rem;
          line-height: 1.35rem;
          text-align: center; }
        .news-show003 .list-item .content .news-title p.top-title {
          margin-bottom: 0.4rem; }
        .news-show003 .list-item .content .news-title p.sub-title {
          margin-top: 0.4rem; }
        .news-show003 .list-item .content .news-title h1 {
          text-align: center; }
          .news-show003 .list-item .content .news-title h1 a {
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 1.6rem;
            color: #444;
            line-height: 2.4rem; }
        .news-show003 .list-item .content .news-title span {
          font-size: 0.7rem;
          color: #888; }
        .news-show003 .list-item .content .news-title span.time {
          margin: 1.5rem 0 0.5rem;
          display: inline-block; }
        .news-show003 .list-item .content .news-title span.comefrom {
          margin: 0 0.75rem; }
        .news-show003 .list-item .content .news-title .news-author {
          font-size: 0; }
          .news-show003 .list-item .content .news-title .news-author span {
            margin-right: 1rem;
            position: relative; }
            .news-show003 .list-item .content .news-title .news-author span + span:before {
              content: "|";
              display: block;
              width: 1px;
              height: 100%;
              position: absolute;
              left: -0.5rem;
              top: 0;
              color: #D7D7D7; }
      .news-show003 .list-item .content .news-content {
        padding-top: 1rem; }
        .news-show003 .list-item .content .news-content p {
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .news-show003 .list-item .content .news-content img {
          max-width: 100%;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .news-show003 .list-item .content .original-title {
        font-size: 0.7rem;
        color: #AAAAAA;
        line-height: 1.05rem;
        margin-top: 2rem; }
      .news-show003 .list-item .content .qr-share {
        display: flex;
        align-items: center;
        margin-top: 2rem; }
        .news-show003 .list-item .content .qr-share .qr i {
          color: #797979;
          font-size: 0.9rem;
          position: relative;
          top: -1px; }
        .news-show003 .list-item .content .qr-share .line {
          display: inline-block;
          width: 1px;
          height: 0.8rem;
          background-color: #E4E4E4;
          margin: 0 0.5rem; }
    .news-show003 .list-item .left-tit {
      font-size: 1.2rem;
      line-height: 1;
      color: #333;
      font-weight: normal; }
    .news-show003 .list-item .related-expert ul {
      border-bottom: 1px solid #797979; }
      .news-show003 .list-item .related-expert ul li {
        display: flex;
        border-bottom: 1px solid #E4E4E4;
        height: 9.1rem;
        box-sizing: border-box;
        padding-top: 1rem; }
        .news-show003 .list-item .related-expert ul li .doc-img {
          width: 4.3rem;
          height: 6rem; }
          .news-show003 .list-item .related-expert ul li .doc-img a {
            display: inline-block;
            width: 4.3rem;
            height: 100%; }
            .news-show003 .list-item .related-expert ul li .doc-img a img {
              width: 100%; }
        .news-show003 .list-item .related-expert ul li .doc-info {
          margin-left: 1rem;
          font-size: 0.7rem;
          line-height: 1;
          color: #333333; }
          .news-show003 .list-item .related-expert ul li .doc-info .depart {
            color: #50ACAF;
            margin-bottom: 0.15rem; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name {
            font-size: 0.8rem;
            line-height: 1;
            font-weight: bold; }
          .news-show003 .list-item .related-expert ul li .doc-info span {
            color: #999999; }
          .news-show003 .list-item .related-expert ul li .doc-info .goodat {
            color: #7F7F7F;
            line-height: 21px;
            max-height: 42px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: normal;
            word-wrap: break-word;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            display: -webkit-box; }
          .news-show003 .list-item .related-expert ul li .doc-info .doc-name, .news-show003 .list-item .related-expert ul li .doc-info .doc-job, .news-show003 .list-item .related-expert ul li .doc-info .protit {
            margin-bottom: 0.5rem; }
        .news-show003 .list-item .related-expert ul li:last-child {
          border-bottom: none; }
    .news-show003 .list-item .related-depart {
      margin-top: 2.8rem; }
      .news-show003 .list-item .related-depart ul {
        border-bottom: 1px solid #797979; }
        .news-show003 .list-item .related-depart ul li {
          padding-top: 1rem; }
          .news-show003 .list-item .related-depart ul li .dep-tit {
            display: inline-block;
            font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
            font-weight: 700;
            font-style: normal;
            font-size: 0.8rem;
            color: #50ACAF;
            line-height: 1;
            margin-bottom: 0.5rem; }
          .news-show003 .list-item .related-depart ul li .dep-intro {
            font-size: 0.7rem;
            color: #AAAAAA;
            line-height: 1.05rem; }
          .news-show003 .list-item .related-depart ul li:last-child {
            border-bottom: none; }
  .news-show003 .news-right {
    width: 18rem; }
    .news-show003 .news-right a.column-tit {
      width: 100%;
      height: 48px;
      background-color: rgba(80, 172, 175, 0.12);
      color: #333333;
      display: flex;
      align-items: center;
      justify-content: space-between;
      box-sizing: border-box;
      padding: 0 20px;
      transition: all 0.5s; }
      .news-show003 .news-right a.column-tit span {
        font-size: 24px; }
      .news-show003 .news-right a.column-tit i {
        font-size: 16px; }
      .news-show003 .news-right a.column-tit:hover {
        background-color: #50ACAF;
        color: #fff; }
    .news-show003 .news-right ul {
      margin-top: 0.5rem;
      width: 100%; }
      .news-show003 .news-right ul li {
        width: 100%;
        height: 5rem;
        box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
        margin-bottom: 0.5rem;
        background-color: #fff; }
        .news-show003 .news-right ul li a {
          width: 100%;
          height: 100%;
          display: block;
          box-sizing: border-box;
          padding: 0.8rem 1rem;
          position: relative; }
          .news-show003 .news-right ul li a:hover p.title {
            color: #AB6034; }
        .news-show003 .news-right ul li p.title {
          font-size: 0.8rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          color: #333333;
          transition: all 0.5s; }
        .news-show003 .news-right ul li .time {
          font-size: 0.7rem;
          color: #AAAAAA;
          display: inline-block;
          line-height: 1;
          position: absolute;
          bottom: 0.8rem; }
  .news-show003 .share-position {
    position: absolute;
    top: 0; }
  .news-show003 .share-box {
    position: absolute;
    top: 0;
    left: -3.8rem;
    width: 2.8rem;
    z-index: 11; }
    .news-show003 .share-box.position {
      position: fixed;
      top: 8.3rem;
      left: 50%;
      margin-left: -33.8rem; }
    .news-show003 .share-box .share-ico {
      width: 2.8rem;
      height: 2.8rem;
      line-height: 2.8rem;
      text-align: center;
      color: #AAAAAA;
      background-color: #E4E4E4;
      cursor: pointer; }
      .news-show003 .share-box .share-ico i {
        font-size: 1.5rem; }
      .news-show003 .share-box .share-ico.close {
        background-color: #50ACAF;
        color: #fff; }
    .news-show003 .share-box .share-container .share-btn {
      display: block;
      background-color: #E4E4E4;
      width: 2.8rem;
      height: 2.8rem;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff; }
      .news-show003 .share-box .share-container .share-btn span {
        display: none;
        font-size: 0.7rem; }
      .news-show003 .share-box .share-container .share-btn i {
        font-size: 1.2rem;
        animation: showSpan 0.5s; }
@keyframes showSpan {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
      .news-show003 .share-box .share-container .share-btn:hover i {
        display: none; }
      .news-show003 .share-box .share-container .share-btn:hover span {
        display: inline-block;
        animation: showSpan 0.5s; }
      .news-show003 .share-box .share-container .share-btn.copy-btn {
        background-color: #F59A23; }
      .news-show003 .share-box .share-container .share-btn.qr-btn {
        background-color: #70B603; }
      .news-show003 .share-box .share-container .share-btn.print-btn {
        background-color: #02A7F0; }

@media (max-width: 1200px) {
  .news-show003 {
    width: 960px; }

  .news-show003 .list-item.has-right {
    width: 640px; }

  .news-show003 .news-right {
    width: 288px; }

  .news-show003 .list-item .content .news-title p {
    font-size: 16px;
    line-height: 24px; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 24px;
    line-height: 36px; }

  .news-show003 .list-item .left-tit {
    font-size: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-info {
    font-size: 12px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show003 .news-right ul li a {
    padding: 12px 16px; }

  .news-show003 .news-right ul li p.title {
    font-size: 14px;
    line-height: 21px;
    max-height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box; }

  .news-show003 .news-right ul li .time {
    font-size: 12px; }

  .news-show003 .news-right ul li {
    height: 90px; }

  .news-show003 .list-item .content {
    padding-bottom: 10px; }

  .news-show003 .share-position {
    position: static; }

  .news-show003 .share-box.position {
    margin-left: -480px; }

  .news-show003 .share-box {
    margin-top: 30px;
    position: static;
    width: 128px;
    display: flex; }
    .news-show003 .share-box .share-ico {
      width: 32px;
      height: 32px;
      line-height: 32px; }
      .news-show003 .share-box .share-ico i {
        font-size: 18px; }
    .news-show003 .share-box .share-container {
      display: flex; }
      .news-show003 .share-box .share-container .share-btn {
        width: 32px;
        height: 32px; }
        .news-show003 .share-box .share-container .share-btn i {
          font-size: 14px; } }
@media (max-width: 960px) {
  .news-show003 {
    display: inherit;
    width: 100%; }

  .news-show003 .list-item.has-right {
    width: 100%; }

  .news-show003 .list-item .content .news-title h1 a {
    font-size: 20px;
    line-height: 30px; }

  .news-show003 .list-item .content .news-title span.time {
    margin: 20px 0 12px; }

  .news-show003 .list-item .content .news-title span {
    font-size: 12px; }

  .news-show003 .list-item .content .original-title {
    font-size: 12px;
    line-height: 18px; }

  .news-show003 .list-item .related-expert ul li .doc-img {
    width: 65px;
    height: 90px; }

  .news-show003 .list-item .related-expert ul li .doc-img a {
    width: 65px; }

  .news-show003 .list-item .related-expert ul li .doc-info .goodat {
    display: none !important; }

  .news-show003 .list-item .related-expert ul li {
    height: 111px;
    padding-top: 10px; }

  .news-show003 .list-item .left-tit {
    margin-bottom: 10px; }

  .news-show003 .list-item .related-depart {
    margin-top: 20px; }

  .news-show003 .list-item .related-depart ul li {
    padding-top: 10px; }

  .news-show003 .list-item .related-depart ul li .dep-intro {
    display: none; }

  .news-show003 .news-right {
    width: 100%;
    margin-top: 30px; }

  .news-show003 .news-right ul li {
    height: 80px; }

  .news-show003 .share-box.position {
    margin-left: 10px;
    left: 0; }

  .news-show003 .share-box .share-container .share-btn:hover i {
    display: block; }
  .news-show003 .share-box .share-container .share-btn:hover span {
    display: none; } }
.list-doctor001 .container-inner {
  padding-top: 3.4rem;
  position: relative; }
.list-doctor001 .doctor-search-box {
  top: 0.9rem;
  position: absolute;
  width: 28.75rem;
  margin-right: -14.375rem;
  right: 50%;
  font-size: 0.9rem;
  color: #333; }
  .list-doctor001 .doctor-search-box p.doc-search-tit {
    line-height: 2.4rem;
    float: left; }
.list-doctor001 .doctor-search {
  width: 24rem;
  box-sizing: border-box;
  border: 1px solid #DCDFE6;
  border-radius: 4px; }
  .list-doctor001 .doctor-search .doctor-name {
    height: 2.4rem;
    width: 100%;
    background-color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #333;
    padding: 0 2rem 0 0.5rem;
    line-height: 2.4rem;
    transition: all .3s;
    vertical-align: middle;
    border-radius: 0.2rem;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    /* width: 100%; */
    box-sizing: border-box; }
    .list-doctor001 .doctor-search .doctor-name::placeholder {
      color: #aaa; }
  .list-doctor001 .doctor-search .btn {
    position: absolute;
    height: 2.4rem;
    background: inherit;
    color: #50ACAF;
    right: 0.7rem; }
    .list-doctor001 .doctor-search .btn i {
      font-size: 1.2rem;
      line-height: 2.4rem;
      color: #50ACAF; }
@media (max-width: 960px) {
  .list-doctor001 .inner-layout {
    margin: 0; }
  .list-doctor001 .container-inner {
    padding-top: 58px; }
  .list-doctor001 .doctor-search-box {
    width: 100%;
    right: 10px;
    margin-right: 0; }
    .list-doctor001 .doctor-search-box p.doc-search-tit {
      display: none; }
  .list-doctor001 .doctor-search {
    width: calc(100% - 20px);
    right: 10px;
    height: 40px; }
    .list-doctor001 .doctor-search .doctor-name {
      height: 40px;
      line-height: 40px; }
    .list-doctor001 .doctor-search .btn {
      height: 40px; } }

.filter {
  margin: 0.75rem 0;
  overflow: hidden;
  background-color: #F8F5EB;
  padding: 0.5rem 1.5rem; }
  .filter dl {
    position: relative;
    font-size: 0.7rem;
    border-top: 1px solid #D7D7D7;
    padding: 0.5rem 0 0.25rem; }
    .filter dl:first-child {
      border-top: none; }
    .filter dl.depart-all dt {
      top: 0.65rem; }
    .filter dl.depart-all .tabs .tab-tit {
      height: 2.5rem;
      line-height: 2.5rem; }
      .filter dl.depart-all .tabs .tab-tit a {
        font-size: 0.8rem;
        overflow: visible; }
        .filter dl.depart-all .tabs .tab-tit a:before {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 0.25rem;
          left: 0;
          bottom: -0.05rem; }
        .filter dl.depart-all .tabs .tab-tit a + a {
          margin-left: 2.75rem; }
        .filter dl.depart-all .tabs .tab-tit a.cur {
          color: #50ACAF; }
          .filter dl.depart-all .tabs .tab-tit a.cur:before {
            background-color: #EAB660; }
    .filter dl.depart-all .tabs .tab-pannel {
      display: block;
      min-height: 2.6rem;
      overflow: hidden; }
      .filter dl.depart-all .tabs .tab-pannel li {
        display: none;
        overflow: hidden;
        padding: 0.25rem 0;
        min-height: 4.2rem;
        text-align: justify;
        width: 100%; }
        .filter dl.depart-all .tabs .tab-pannel li:first-child {
          display: block; }
    .filter dl dt {
      font-size: 0.8rem;
      height: 1.7rem;
      color: #333333;
      line-height: 1.7rem;
      position: absolute;
      left: 0;
      transform: translateY(0.25rem); }
    .filter dl dd {
      margin-left: 5.5rem;
      overflow: hidden;
      box-sizing: border-box; }
      .filter dl dd a {
        box-sizing: border-box;
        overflow: hidden;
        position: relative;
        color: #666;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block; }
      .filter dl dd > a, .filter dl dd .tab-pannel a {
        line-height: 1.3rem;
        height: 1.3rem;
        margin-bottom: 0.25rem;
        margin-top: 0.25rem;
        margin-right: 0.5rem;
        padding: 0 0.5rem;
        border-radius: 4px; }
        .filter dl dd > a.gray, .filter dl dd .tab-pannel a.gray {
          background-color: #f8f8f8 !important;
          color: #b9b9b9 !important;
          cursor: default; }
        .filter dl dd > a.cur, .filter dl dd .tab-pannel a.cur {
          background-color: #50ACAF;
          color: #fff; }
        .filter dl dd > a:hover, .filter dl dd .tab-pannel a:hover {
          color: #50ACAF; }
        .filter dl dd > a.cur:hover, .filter dl dd .tab-pannel a.cur:hover {
          color: #fff; }

.haschosen {
  padding: 0.75rem 0;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
  min-height: 1.75rem;
  margin-bottom: 1rem; }
  .haschosen #formPosition {
    position: absolute;
    top: -7.5rem; }
  .haschosen span, .haschosen .doctor-num {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem; }
  .haschosen .doc-count {
    display: flex;
    justify-content: space-between; }
    .haschosen .doc-count .doctor-num b {
      font-weight: 400;
      color: #50ACAF; }
    .haschosen .doc-count .check-list a {
      display: inline-block;
      height: 1.5rem;
      width: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      border: 1px solid #50ACAF; }
      .haschosen .doc-count .check-list a i {
        font-size: 1rem;
        color: #50ACAF; }
    .haschosen .doc-count .check-list a.cur {
      background-color: #50ACAF; }
      .haschosen .doc-count .check-list a.cur i {
        color: #fff; }
    .haschosen .doc-count .check-list a + a {
      margin-left: 0.5rem; }
  .haschosen .choose-list a {
    display: inline-block;
    font-size: 0.7rem;
    margin-right: 0.25rem;
    line-height: 1.7rem;
    border-radius: 0.15rem;
    margin-bottom: 0.2rem;
    padding: 0 0.5rem;
    background-color: #50ACAF;
    color: #fff; }
    .haschosen .choose-list a i {
      font-size: 0.6rem;
      margin-left: 0.25rem; }

.doctor-filter-mobile {
  height: 40px;
  width: 100%;
  box-shadow: 0 5px 5px #eee;
  margin-bottom: 20px;
  display: none;
  position: relative; }
  .doctor-filter-mobile .filter-title {
    flex: 1;
    text-align: center;
    line-height: 40px; }
    .doctor-filter-mobile .filter-title .filter-name i {
      color: #999999;
      margin-left: 8px;
      transition: all 0.3s;
      display: inline-block; }
    .doctor-filter-mobile .filter-title .filter-content {
      border-top: 1px solid #eee;
      display: none;
      position: absolute;
      top: 40px;
      left: 0;
      background-color: #fff;
      width: 100%;
      z-index: 1;
      box-shadow: 0 5px 5px #eee;
      max-height: 50vh;
      overflow-y: auto; }
      .doctor-filter-mobile .filter-title .filter-content a {
        display: block; }
    .doctor-filter-mobile .filter-title .filter-content.depart-filter {
      overflow: visible; }
      .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs {
        justify-content: space-between;
        display: flex; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit {
          box-sizing: border-box;
          width: 30%;
          border-right: 1px solid #eee;
          max-height: 50vh;
          overflow-y: auto; }
          .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs .tab-tit a {
            display: block; }
        .doctor-filter-mobile .filter-title .filter-content.depart-filter .tabs ul.tab-pannel {
          max-height: 50vh;
          overflow-y: auto;
          width: 70%; }
    .doctor-filter-mobile .filter-title.active .filter-name i {
      transform: rotate(180deg); }

@media (max-width: 960px) {
  .filter {
    display: none; }

  .haschosen {
    display: none; }

  .doctor-filter-mobile {
    display: flex; } }
.doctor-list-wrap .doctor-list li {
  transition: all 0.2s;
  width: 18.9rem;
  height: 12.5rem;
  float: left;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
  padding: 0.95rem;
  margin-right: 1.6rem;
  margin-bottom: 1.5rem;
  position: relative; }
  .doctor-list-wrap .doctor-list li:hover {
    border-color: #50ACAF;
    box-shadow: 0px 0.5rem 1.5rem rgba(80, 172, 175, 0.2); }
  .doctor-list-wrap .doctor-list li .detail {
    position: relative;
    height: 6.5rem;
    padding-left: 5.25rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.45rem;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    transition: all 0.3s; }
    .doctor-list-wrap .doctor-list li .detail .thumb {
      position: absolute;
      top: 0;
      left: 0;
      width: 4.3rem;
      height: 6rem;
      overflow: hidden;
      border-radius: 0.25rem; }
      .doctor-list-wrap .doctor-list li .detail .thumb img {
        display: block;
        width: 100%;
        height: 100%; }
    .doctor-list-wrap .doctor-list li .detail h2 {
      font-size: 0.8rem;
      line-height: 0.8rem;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail h2 a {
        color: #333333; }
        .doctor-list-wrap .doctor-list li .detail h2 a:hover {
          color: #50ACAF; }
    .doctor-list-wrap .doctor-list li .detail .info > div {
      line-height: 1;
      margin-bottom: 0.5rem; }
      .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
        font-size: 0.7rem;
        color: #50ACAF; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info u, .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.depart-info a {
          color: #50ACAF; }
      .doctor-list-wrap .doctor-list li .detail .info > div.doc-position {
        font-size: 0; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u {
          color: #999;
          font-size: 0.7rem; }
        .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u + u {
          margin-left: 0.5rem; }
    .doctor-list-wrap .doctor-list li .detail .info u {
      color: #999; }
    .doctor-list-wrap .doctor-list li .detail p.col-goodat {
      color: #999;
      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;
      display: none; }
  .doctor-list-wrap .doctor-list li p {
    color: #666;
    font-size: 0.7rem;
    line-height: 21px;
    max-height: 63px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-wrap: break-word;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box; }
  .doctor-list-wrap .doctor-list li .code-box {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 1.6rem;
    height: 1.6rem;
    overflow: visible;
    cursor: pointer; }
    .doctor-list-wrap .doctor-list li .code-box i {
      font-size: 1.6rem;
      height: 1.6rem;
      color: #a9a9a9;
      line-height: 1;
      transition: color .3s; }
    .doctor-list-wrap .doctor-list li .code-box .code {
      display: none;
      position: absolute;
      right: 0;
      top: 1px;
      background-color: #fff;
      z-index: 1;
      border: 1px solid #ccc;
      box-shadow: 0 0.25rem 1rem rgba(174, 174, 174, 0.5); }
      .doctor-list-wrap .doctor-list li .code-box .code img {
        display: block;
        margin: 0.5rem; }
      .doctor-list-wrap .doctor-list li .code-box .code u {
        font-size: 0.6rem;
        display: block;
        text-align: center;
        padding: 0.25rem;
        background-color: #f2f2f2; }
    .doctor-list-wrap .doctor-list li .code-box:hover i {
      color: #50ACAF; }
    .doctor-list-wrap .doctor-list li .code-box:hover .code {
      display: block; }
.doctor-list-wrap .doctor-list li:nth-child(3n) {
  margin-right: 0; }
.doctor-list-wrap .doctor-list.col-list {
  margin-right: 0; }
  .doctor-list-wrap .doctor-list.col-list li {
    width: 100%;
    height: auto;
    display: block;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    border-left-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    padding: 0.95rem 0; }
    .doctor-list-wrap .doctor-list.col-list li:hover {
      border-color: #e5e5e5;
      box-shadow: none;
      border-left-color: #fff;
      border-right-color: #fff;
      border-top-color: #fff; }
    .doctor-list-wrap .doctor-list.col-list li .detail {
      border-bottom: none;
      margin-bottom: 0; }
      .doctor-list-wrap .doctor-list.col-list li .detail p.col-goodat {
        display: block; }
    .doctor-list-wrap .doctor-list.col-list li p.raw-goodat {
      display: none; }

@media (max-width: 960px) {
  .doctor-list-wrap {
    padding: 0 10px; }
    .doctor-list-wrap .doctor-list li {
      width: 100%;
      height: 180px;
      margin-bottom: 10px; }
      .doctor-list-wrap .doctor-list li .detail {
        height: 100px; }
      .doctor-list-wrap .doctor-list li 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; }

  .doctor-list-wrap .doctor-list li .detail h2 {
    margin-bottom: 8px;
    font-size: 14px; }

  .doctor-list-wrap .doctor-list li .detail .info > div {
    margin-bottom: 8px; }

  .doctor-list-wrap .doctor-list li .detail .info > div.doc-position u,
  .doctor-list-wrap .doctor-list li .detail .info > div.depart-info {
    font-size: 12px; } }
.outpatient-doctor {
  overflow: hidden;
  background-color: #fff;
  min-height: 19.5rem;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .outpatient-doctor .outpatient {
      padding-top: 6rem; } }
  .outpatient-doctor .outpatient-banner {
    height: 15rem;
    width: 100%;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-size: cover; }
    .outpatient-doctor .outpatient-banner h2 {
      font-size: 2rem;
      line-height: 15rem;
      font-weight: normal;
      color: #fff;
      text-align: center; }
  .outpatient-doctor .inner-content {
    position: relative;
    min-height: 19.5rem; }
    .outpatient-doctor .inner-content .bg1, .outpatient-doctor .inner-content .bg2 {
      height: 24rem;
      width: 48rem;
      position: absolute;
      opacity: 0.4; }
    .outpatient-doctor .inner-content .bg1 {
      left: 0;
      top: 0; }
    .outpatient-doctor .inner-content .bg2 {
      right: 0;
      bottom: 0; }
    .outpatient-doctor .inner-content .inner-layout {
      z-index: 10;
      position: relative; }
      .outpatient-doctor .inner-content .inner-layout .doctor-path {
        height: 4.75rem;
        line-height: 4.75rem; }
        .outpatient-doctor .inner-content .inner-layout .doctor-path span, .outpatient-doctor .inner-content .inner-layout .doctor-path u {
          color: #AAAAAA;
          font-size: 14px; }
        .outpatient-doctor .inner-content .inner-layout .doctor-path a {
          font-size: 0.7rem; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        margin-top: 2rem;
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 10rem;
          width: 7.2rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header img {
            height: 100%;
            width: 100%; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          height: 10rem;
          position: relative;
          overflow: hidden;
          width: 50.8rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg h3 {
            font-size: 1.6rem;
            font-weight: normal;
            margin-bottom: 1rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 0.9rem;
            line-height: 2rem; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg u {
            color: #AAAAAA; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail img.detail-bar {
            height: 0.1rem;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            text-align: right;
            font-size: 0;
            min-height: 12.95rem;
            display: flex; }
            .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img {
              width: 7rem;
              min-height: 11.4rem;
              text-align: center;
              height: 100%;
              box-sizing: border-box;
              margin-left: 1rem;
              color: #999;
              font-size: 0.75rem;
              display: inline-block; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img.internet {
                width: 6.15rem; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img .qr-img-box {
                border: 1px solid #d7d7d7;
                margin: 0 auto 0.75rem; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code .qr-img img {
                width: 100%;
                height: 100%;
                display: block; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .m-doctor-code {
            display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 1rem;
        font-weight: normal;
        margin-top: 0.75rem;
        line-height: 2.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-info .intro-cont {
        text-indent: 2em;
        font-size: 0.8rem;
        line-height: 1.2rem; }
      .outpatient-doctor .inner-content .inner-layout .bar-line {
        width: 100%;
        padding: 1.5rem 0; }
        .outpatient-doctor .inner-content .inner-layout .bar-line img {
          height: 0.1rem;
          width: 100%; }
      .outpatient-doctor .inner-content .inner-layout .out-tit {
        height: 1.6rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .inner-layout .out-tit p {
          line-height: 1.6rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p span {
            font-size: 1rem;
            display: inline-block;
            margin-right: 1rem; }
          .outpatient-doctor .inner-content .inner-layout .out-tit p u {
            font-size: 0.8rem;
            color: #7F7F7F; }
        .outpatient-doctor .inner-content .inner-layout .out-tit a {
          display: block;
          height: 1.6rem;
          width: 4.8rem;
          border-radius: 1.6rem;
          border: 1px solid #D7D7D7;
          position: relative;
          text-align: center;
          line-height: 1.6rem;
          transition: all 0.2s; }
          .outpatient-doctor .inner-content .inner-layout .out-tit a:hover {
            color: #fff;
            border-color: #5898A6;
            background-color: #5898A6; }
            .outpatient-doctor .inner-content .inner-layout .out-tit a:hover i {
              opacity: 1;
              transform: translateX(0); }
            .outpatient-doctor .inner-content .inner-layout .out-tit a:hover span {
              transform: translateX(-0.25rem); }
          .outpatient-doctor .inner-content .inner-layout .out-tit a i {
            display: inline-block;
            transform: translateX(-0.5rem);
            position: absolute;
            transition: transform 0.4s;
            color: #fff;
            opacity: 0;
            font-size: 14px; }
          .outpatient-doctor .inner-content .inner-layout .out-tit a span {
            position: relative;
            display: inline-block;
            transition: transform 0.2s;
            font-size: 0.7rem;
            top: -0.1rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .out-tit {
        margin-bottom: 0.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient p.area-title {
        font-size: 0.9rem;
        line-height: 3.5rem; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient h2.area-tit {
        font-size: 1rem;
        font-weight: normal;
        margin: 0.6rem 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips {
        display: flex;
        flex-direction: row-reverse;
        margin: 0.75rem 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips p {
          font-size: 14px;
          line-height: 20px;
          margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient div.outpatient-tips p span.tips-text {
            color: #aaa; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .mobile-table-box {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table {
        width: 100%;
        border-collapse: collapse; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th, .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th {
          background-color: #539A9F;
          text-align: center;
          color: #fff;
          height: 3rem;
          line-height: 3rem;
          font-weight: normal;
          font-size: 0.8rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table th.week p {
            line-height: 1.2rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td {
          padding: 1.5rem 0;
          background-color: #fff;
          vertical-align: center;
          text-align: center;
          font-size: 0.8rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor {
          position: relative;
          text-align: left;
          width: 11%;
          padding-left: 0.5rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .type-2 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #4880c6;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .type-1 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #60C8B5;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .type-3 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #EAB660;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1 {
            height: 2rem;
            width: 2rem;
            background-color: #54A0EA;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C1:after {
              content: '专家'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C0 {
            height: 2rem;
            width: 2rem;
            background-color: #49a135;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C0:after {
              content: '普通'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C3 {
            height: 2rem;
            width: 2rem;
            background-color: #DF6B79;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C3:after {
              content: '特需'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C9 {
            height: 2rem;
            width: 2rem;
            background-color: #808086;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 0.6rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor p.type-C9:after {
              content: '停诊'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info {
            display: none;
            position: absolute;
            padding: 1rem 1rem;
            min-width: 10rem;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.15);
            z-index: 2022;
            border-radius: 0.2rem;
            top: calc(50% + 2rem);
            left: calc(-7.25rem + 50%); }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info {
              display: flex; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info div {
                padding: 0; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                height: 4.9rem;
                width: 3.5rem;
                margin-right: 1rem; }
                .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 4.9rem;
                  width: 3.5rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p {
              font-size: 0.7rem;
              line-height: 1.8rem;
              white-space: nowrap; }
              .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info p u {
                display: inline-block;
                width: 3.25rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 1rem;
              width: 1.4rem;
              overflow: hidden;
              top: -1rem;
              left: calc(50% - 0.7rem); }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table td.depart-doctor .detail-info .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              transform: rotate(45deg);
              transform-origin: left bottom; }
      .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile {
        width: 100%;
        border-collapse: collapse;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th, .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th {
          background-color: #539A9F;
          color: #fff;
          height: 40px;
          line-height: 40px;
          text-align: center;
          font-weight: normal;
          font-size: 12px; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile th.title-keshi {
          width: 25%; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td {
          font-size: 12px;
          text-align: center;
          height: 30px;
          position: relative; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td .type-2 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #4880c6;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td .type-1 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #60C8B5;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td .type-3 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #EAB660;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C0 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #54A0EA; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C0:after {
              content: '专家'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C1 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #49a135; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C1:after {
              content: '普通'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C3 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #DF6B79; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C3:after {
              content: '特需'; }
          .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C9 {
            line-height: 20px;
            margin: 10px auto;
            height: 20px;
            width: 55%;
            color: #fff;
            border-radius: 10px;
            background-color: #808086; }
            .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-mobile td p.type-C9:after {
              content: '停诊'; }
      @media (max-width: 960px) {
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .table-box {
          display: none; }
        .outpatient-doctor .inner-content .inner-layout .doc-outpatient .mobile-table-box {
          display: block; } }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        margin-top: 0.75rem;
        width: 100%;
        height: 20.5rem; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item {
          height: 17.5rem;
          width: 11.2rem;
          background-color: #fff;
          box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 2rem 2rem 0 2rem;
          margin: 10px auto; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a {
            display: flex;
            width: 7.2rem;
            flex-direction: column;
            align-items: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a img {
              height: 10rem;
              width: 7.2rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a p.name {
              font-size: 0.9rem;
              margin-top: 0.5rem;
              line-height: 1.6rem;
              white-space: nowrap; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item .doc-item-info a span.protit {
              font-size: 0.7rem;
              margin-bottom: 0.5rem; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u {
              font-size: 0.6rem;
              color: #aaa;
              line-height: 0.7rem; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .doc-item span.level-list u + u:before {
              content: '/';
              font-size: 0.6rem;
              color: #aaa; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots {
          display: none;
          bottom: -20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li {
            height: 8px;
            width: 8px;
            border-radius: 50%;
            background-color: #D7D7D7; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li button:before {
              content: ''; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick .slick-dots li.slick-active {
            background-color: #FAAD69; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: 0;
        visibility: hidden;
        margin: 0; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group {
          display: flex;
          flex-wrap: wrap; }
          .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
            background-color: #fff;
            box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);
            width: calc(33vw - 25px);
            height: calc(46vw - 10px);
            padding: 4vw 0 0;
            min-height: 166px;
            min-width: 114px;
            box-sizing: border-box;
            margin: 10px; }
            @media (max-width: 960px) {
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
                margin: 3px; } }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a {
              display: flex;
              flex-direction: column;
              align-items: center;
              min-width: 50px;
              margin: 0 auto; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a p.name {
                font-size: 0.9rem;
                margin-top: 0.5rem;
                line-height: 1.6rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a span.protit {
                font-size: 0.7rem;
                margin-bottom: 0.5rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a img {
                height: 20vw;
                width: 14vw;
                min-width: 50px;
                min-height: 70px; }
            .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list {
              display: flex;
              flex-wrap: wrap;
              justify-content: center; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list u {
                font-size: 0.6rem;
                color: #aaa;
                line-height: 0.7rem; }
              .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item span.level-list u + u:before {
                content: '/';
                font-size: 0.6rem;
                color: #aaa; }
        .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile .slick-dots {
          bottom: -20px; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          height: 5.25rem;
          width: 29rem;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item:nth-child(-n+2) {
            border-bottom: 1px solid rgba(215, 215, 215, 0.51); }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            height: 3.25rem;
            width: 3rem;
            border-radius: 0.2rem;
            text-align: center; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box u {
              display: block;
              height: 1rem;
              line-height: 1rem;
              font-size: 0.6rem;
              color: #fff;
              width: 100%;
              border-top-right-radius: 0.2rem;
              border-top-left-radius: 0.2rem;
              background-color: #50ACAF; }
            .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box span {
              display: block;
              height: 2.2rem;
              width: 100%;
              background-color: #EEEEEE;
              line-height: 2.2rem;
              border-bottom-left-radius: 0.2rem;
              border-bottom-right-radius: 0.2rem;
              font-size: 1.2rem;
              color: #50ACAF; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            width: 25rem;
            font-size: 0.8rem;
            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; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        height: 170px;
        justify-content: center;
        display: none; }
        .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img {
          width: 7rem;
          min-height: 11.4rem;
          text-align: center;
          height: 100%;
          box-sizing: border-box;
          margin-left: 1rem;
          color: #999;
          font-size: 0.75rem;
          display: inline-block; }
          .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code .qr-img img {
            width: 7rem;
            height: 7rem;
            display: block;
            margin: 0 auto 0.75rem; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: none; }
  @media (max-width: 960px) {
    .outpatient-doctor .inner-content {
      padding: 0 10px; }
      .outpatient-doctor .inner-content .inner-layout .basic-msg {
        justify-content: start; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-header {
          height: 170px;
          width: 120px;
          margin-right: 10px; }
        .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail {
          width: auto;
          flex: 1;
          height: 170px;
          display: flex;
          justify-content: space-between;
          overflow: visible; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doctor-code {
            display: none; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .m-doctor-code {
            display: block; }
            .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .m-doctor-code .qr-img {
              position: relative;
              border: 1px solid #50ACAF;
              border-radius: 4px;
              text-align: center;
              margin-bottom: 5px;
              line-height: 20px; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .m-doctor-code .qr-img .qr-img-box {
                width: 100px;
                height: 100px;
                background-color: #fff;
                box-sizing: border-box;
                padding: 5px;
                box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
                position: absolute;
                top: 25px;
                z-index: 1;
                display: none;
                right: 0; }
                .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .m-doctor-code .qr-img .qr-img-box img {
                  width: 100%;
                  height: 100%; }
              .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .m-doctor-code .qr-img span {
                font-size: 12px;
                cursor: pointer;
                color: #50ACAF;
                padding: 0 4px; }
          .outpatient-doctor .inner-content .inner-layout .basic-msg .doc-detail .doc-msg p {
            font-size: 14px;
            line-height: 16px;
            margin-bottom: 14px; }
      .outpatient-doctor .inner-content .inner-layout .doc-info h4 {
        font-size: 16px; }
      .outpatient-doctor .inner-content .inner-layout .out-tit p u {
        display: none; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick {
        visibility: hidden;
        height: 0;
        min-height: 0;
        margin: 0; }
      .outpatient-doctor .inner-content .inner-layout .doc-slick-box .doc-slick-mobile {
        height: auto;
        visibility: visible;
        margin-bottom: 30px; }
      .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont {
        justify-content: start;
        flex-direction: column; }
        .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item {
          border-bottom: 1px solid rgba(215, 215, 215, 0.51);
          width: 100%; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .time-box {
            margin-right: 20px; }
          .outpatient-doctor .inner-content .inner-layout .doc-news .doc-news-cont li.doc-news-item .news-title {
            flex: 1; }
      .outpatient-doctor .inner-content .inner-layout .doctor-mobile-code {
        display: flex; }
      .outpatient-doctor .inner-content .inner-layout .slick-bar-line {
        display: block; } }

/* 新闻中心频道页start */
.category-news .news-container {
  background-color: #F8F5EB;
  padding: 3rem 0 2.2rem;
  overflow-x: hidden; }
  .category-news .news-container .inner-news .inner-news-content {
    display: flex;
    justify-content: space-between; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news {
      width: 36rem;
      height: 22rem;
      position: relative;
      margin-bottom: 0; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 36rem;
        height: 22rem;
        position: relative; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a {
          display: block;
          width: 100%;
          height: 100%;
          font-size: 0.8rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a img {
            display: block;
            width: 100%;
            height: 100%; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
            width: 100%;
            height: 11rem;
            background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.7));
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            box-sizing: border-box;
            padding-left: 1.5rem; }
            .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
              width: 33rem;
              height: 3rem;
              font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
              font-weight: 700;
              font-style: normal;
              font-size: 1rem;
              color: #FFFFFF;
              line-height: 30px;
              max-height: 60px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: normal;
              word-wrap: break-word;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              display: -webkit-box;
              position: absolute;
              bottom: 3rem; }
            .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
              font-family: 'Arial Normal', 'Arial', sans-serif;
              font-weight: 400;
              font-style: normal;
              font-size: 0.8rem;
              color: #FFFFFF;
              line-height: 0.8rem;
              position: absolute;
              bottom: 1.3rem; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots {
        text-align: right;
        width: auto;
        padding: 0 1rem;
        bottom: 0.5rem;
        right: 0; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li {
          width: 2.5rem;
          height: 0.4rem;
          border-radius: 0;
          background-color: rgba(255, 255, 255, 0.6); }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li.slick-active {
            background-color: #ffb64a; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .slick-dots li button:before {
            content: none; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news-dots {
      width: 24rem;
      height: 22rem;
      background-color: #fff;
      margin-bottom: 0; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .slick-list {
        overflow: visible; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot {
        height: 5.5rem;
        display: block;
        position: relative;
        padding: 1rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        cursor: pointer; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
          width: 22rem;
          height: 2.4rem;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.8rem;
          letter-spacing: normal;
          color: #333333;
          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-bottom: 0.4rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot .news-dot-mark {
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.7rem;
          letter-spacing: normal;
          color: #5F929D;
          line-height: 0.7rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:after {
          content: "";
          display: block;
          width: 22rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 1rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:before {
          content: "";
          display: block;
          width: 0;
          height: 0;
          font-size: 0;
          border: 1rem solid transparent;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          left: -2rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot:last-child:after {
          display: none; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current {
          width: 25rem !important;
          transform: translateX(-10px);
          background-color: #EAB660;
          padding-left: 1.5rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current a .news-dot-title, .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current a .news-dot-mark {
            color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot.slick-current:before {
            border-right-color: #EAB660; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li {
        position: relative;
        transition: width 0.3s;
        height: 5.5rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item {
          display: block;
          padding: 1rem;
          height: 100%; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item p {
            width: 22rem;
            height: 2.4rem;
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.8rem;
            letter-spacing: normal;
            color: #333333;
            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-bottom: 0.4rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li .text-news-item span {
            font-family: 'Arial Normal', 'Arial', sans-serif;
            font-weight: 400;
            font-style: normal;
            font-size: 0.7rem;
            letter-spacing: normal;
            color: #5F929D;
            line-height: 0.7rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:after {
          content: "";
          display: block;
          width: 22rem;
          height: 1px;
          box-sizing: border-box;
          border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
          position: absolute;
          bottom: 0;
          left: 1rem; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:last-child:after {
          display: none; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover {
          width: 500px;
          transform: translateX(-10px);
          background-color: #EAB660; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover .text-news-item {
            padding-left: 1.5rem; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover p {
            color: #fff; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news-dots li:hover:before {
            content: "";
            display: block;
            width: 0;
            height: 0;
            font-size: 0;
            border: 1rem solid transparent;
            border-right-color: #EAB660;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            left: -2rem; }
  .category-news .news-container .inner-news .mobile-news-list {
    display: none; }
    .category-news .news-container .inner-news .mobile-news-list a li {
      width: 100%;
      height: 90px;
      padding: 10px 0;
      box-sizing: border-box;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
      .category-news .news-container .inner-news .mobile-news-list a li p {
        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; }
      .category-news .news-container .inner-news .mobile-news-list a li span {
        font-size: 12px;
        color: #5F929D; }
  .category-news .news-container .inner-news .more {
    margin-top: 1rem;
    text-align: right;
    display: block; }
    .category-news .news-container .inner-news .more span {
      font-family: 'Arial Normal', 'Arial', sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 0.8rem;
      color: #5F929D;
      line-height: 0.8rem; }
    .category-news .news-container .inner-news .more i {
      color: #FFA943;
      font-size: 1.05rem;
      position: relative;
      top: 0.1rem;
      margin-left: 0.25rem; }
    .category-news .news-container .inner-news .more:hover span {
      color: #50ACAF; }
    .category-news .news-container .inner-news .more:hover i {
      color: #50ACAF; }
  @media (max-width: 960px) {
    .category-news .news-container .inner-news .inner-news-content .news-img-news {
      width: 100%;
      height: 57vw; }
      .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item {
        width: 100%;
        height: 57vw; }
        .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark {
          height: 50%;
          padding: 0 20px; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
            width: calc(100% - 60px);
            font-size: 14px;
            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;
            bottom: 40px; }
          .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark span {
            bottom: 12px; }
    .category-news .news-container .inner-news .inner-news-content .news-img-news-dots {
      visibility: hidden;
      width: 0;
      height: 0; }
    .category-news .news-container .inner-news .mobile-news-list {
      display: block; }
    .category-news .news-container .inner-news .more span {
      font-size: 16px; }
    .category-news .news-container .inner-news .more:hover i {
      color: #FFA943; } }
@media (max-width: 960px) {
  .category-news .news-container {
    height: auto;
    padding: 20px 0; } }
.category-news .video-container {
  height: auto;
  padding-top: 3rem;
  padding-bottom: 3rem;
  box-sizing: border-box; }
  .category-news .video-container .video-top .top-news-list {
    display: flex;
    flex-wrap: wrap; }
    .category-news .video-container .video-top .top-news-list .top-news-item {
      margin-right: 1rem;
      width: 19rem;
      height: 5.5rem;
      box-sizing: border-box;
      padding: 1rem 0; }
      .category-news .video-container .video-top .top-news-list .top-news-item span {
        font-size: 0.7rem;
        color: #5F929D; }
      .category-news .video-container .video-top .top-news-list .top-news-item p {
        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;
        font-size: 0.8rem; }
        .category-news .video-container .video-top .top-news-list .top-news-item p:hover a {
          color: #50ACAF; }
    .category-news .video-container .video-top .top-news-list .top-news-item:nth-child(-n+3) {
      border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
    .category-news .video-container .video-top .top-news-list .top-news-item:nth-child(3n) {
      margin-right: 0; }
  .category-news .video-container .video-bottom .tab-tit {
    margin: 1rem 0 1.5rem; }
  .category-news .video-container .video-bottom .bottom-video-list {
    display: flex;
    justify-content: space-between; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item {
      display: block;
      width: 19rem;
      height: 14rem; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img {
        height: 10.7rem;
        width: 19rem;
        margin-bottom: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background-size: cover; }
        .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img .video-play {
          height: 3.5rem;
          width: 3.5rem;
          border: 0.4rem solid rgba(255, 255, 255, 0.7);
          border-radius: 50%;
          display: flex;
          justify-content: center;
          align-items: center; }
          .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img .video-play i {
            font-size: 1.5rem;
            color: #fff;
            opacity: 0.7; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item p {
        font-size: 0.8rem;
        line-height: 24px;
        max-height: 48px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:hover p {
        color: #50ACAF; }
@media (max-width: 960px) {
  .category-news .video-container {
    height: auto;
    padding: 30px 0 0; }
    .category-news .video-container .video-top .top-news-list {
      display: block; }
      .category-news .video-container .video-top .top-news-list .top-news-item {
        width: 100%;
        margin-right: 0;
        height: 100px;
        border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
        .category-news .video-container .video-top .top-news-list .top-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; }
        .category-news .video-container .video-top .top-news-list .top-news-item p:hover a {
          color: #333; }
      .category-news .video-container .video-top .top-news-list .top-news-item:nth-last-child(1) {
        border-bottom: none; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item {
      display: none;
      width: calc(50vw - 20px);
      height: auto; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item .video-img {
        height: 25vw;
        width: 100%; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item p {
        font-size: 16px; }
      .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:hover p {
        color: #333; }
    .category-news .video-container .video-bottom .bottom-video-list .bottom-video-item:nth-child(-n+2) {
      display: block; } }
.category-news .hos-report-container {
  height: 32.1rem;
  background: url("../images/sdzyy/news_category/report_bg.jpg"); }
  .category-news .hos-report-container .tab-tit {
    margin: 0 0 1.5rem;
    padding-top: 3rem; }
    .category-news .hos-report-container .tab-tit h2 a {
      color: #fff; }
    .category-news .hos-report-container .tab-tit a.get-more {
      color: #fff; }
      .category-news .hos-report-container .tab-tit a.get-more i {
        color: #fff; }
      .category-news .hos-report-container .tab-tit a.get-more:hover i {
        color: #fff; }
  .category-news .hos-report-container .report-list {
    display: flex; }
    .category-news .hos-report-container .report-list .report-item {
      display: block;
      height: 17.75rem;
      width: 11.05rem;
      margin-right: 1.2rem; }
      .category-news .hos-report-container .report-list .report-item img {
        height: 15.9rem;
        width: 11.05rem; }
      .category-news .hos-report-container .report-list .report-item p {
        text-align: center;
        color: #fff; }
@media (max-width: 960px) {
  .category-news .hos-report-container {
    height: auto;
    padding: 0 0 60px; }
    .category-news .hos-report-container .report-list {
      justify-content: space-between; }
      .category-news .hos-report-container .report-list .report-item {
        display: none;
        height: auto;
        width: calc(50vw - 20px);
        margin: 0 auto; }
        .category-news .hos-report-container .report-list .report-item img {
          height: 63.8vw;
          width: 100%; }
        .category-news .hos-report-container .report-list .report-item p {
          font-size: 16px; }
      .category-news .hos-report-container .report-list .report-item:nth-child(-n+2) {
        display: block; } }
.category-news .tab-tit {
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between; }
  .category-news .tab-tit h2 a.cur {
    color: #5898A6; }
    .category-news .tab-tit h2 a.cur:after {
      content: '';
      display: block;
      position: absolute;
      height: 0.1rem;
      width: 3rem;
      background-color: #FFA943;
      left: 0;
      bottom: -0.5rem; }
  .category-news .tab-tit h2 a {
    font-size: 1.6rem;
    color: #555555;
    display: inline-block;
    position: relative;
    font-weight: normal; }
  .category-news .tab-tit h2 a + a {
    margin-left: 30px; }
    .category-news .tab-tit h2 a + a:before {
      content: '';
      display: block;
      position: absolute;
      height: 0.5rem;
      width: 0.5rem;
      background-color: #aaa;
      border-radius: 50%;
      left: -1rem;
      top: 50%;
      margin-top: -0.25rem; }
  .category-news .tab-tit a.get-more {
    font-size: 0.8rem;
    color: #5F929D;
    line-height: 1.6rem; }
    .category-news .tab-tit a.get-more i {
      display: inline-block;
      margin-left: 0.25rem;
      color: #FFA943;
      font-size: 1.05rem;
      position: relative;
      top: 0.1rem; }
    .category-news .tab-tit a.get-more:hover span {
      color: #50ACAF; }
    .category-news .tab-tit a.get-more:hover i {
      color: #50ACAF; }
@media (max-width: 960px) {
  .category-news .tab-tit h2 a {
    font-size: 20px; }
  .category-news .tab-tit h2 a + a {
    margin-left: 6px; }
    .category-news .tab-tit h2 a + a:before {
      height: 4px;
      width: 4px;
      left: -8px;
      margin-top: -2px; }
  .category-news .tab-tit a.get-more {
    font-size: 16px;
    line-height: 30px; } }

@media (max-width: 1200px) {
  .category-news .news-container .inner-news .inner-news-content .news-img-news-dots .news-dot p {
    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; }

  .category-news .news-container .inner-news .inner-news-content .news-img-news .news-img-news-item a .mark .news-tit {
    font-size: 18px;
    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; } }
/* 新闻中心频道也end */
.container-ztzwz {
  font-size: 16px;
  font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
  background: url("../images/bg6.jpg") center top no-repeat;
  background-size: 100%; }
  .container-ztzwz .top {
    height: 20rem;
    width: 100%; }
    @media (max-width: 960px) {
      .container-ztzwz .top {
        height: 22vw; } }
  .container-ztzwz .center-img img {
    display: block;
    width: 100%;
    height: auto; }
  .container-ztzwz .three-nav-wrap {
    background-color: #f51e1b;
    min-width: auto;
    display: flex;
    justify-content: space-between; }
    .container-ztzwz .three-nav-wrap .three-nav {
      justify-content: left; }
    .container-ztzwz .three-nav-wrap ul li a {
      color: #fff; }
    .container-ztzwz .three-nav-wrap ul li.cur a {
      color: #fff; }
    .container-ztzwz .three-nav-wrap .change-wrap {
      line-height: 3rem; }
      .container-ztzwz .three-nav-wrap .change-wrap input {
        height: 1.5rem; }
      .container-ztzwz .three-nav-wrap .change-wrap button {
        margin-right: 1rem;
        border-radius: 25px;
        background-color: transparent; }
        .container-ztzwz .three-nav-wrap .change-wrap button i {
          background-color: #f51e1b;
          color: #fff; }
    @media (max-width: 960px) {
      .container-ztzwz .three-nav-wrap {
        padding: 0;
        justify-content: center; }
        .container-ztzwz .three-nav-wrap .search {
          display: none; }
        .container-ztzwz .three-nav-wrap .three-nav li {
          margin: 0.6rem 0.5rem; } }
  .container-ztzwz .home-news079 {
    padding-top: 0.5rem;
    background-color: #fff; }
    .container-ztzwz .home-news079 .layout {
      display: flex;
      width: auto;
      justify-content: space-between; }
      .container-ztzwz .home-news079 .layout h1 {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .container-ztzwz .home-news079 .layout h1 .left-tit001 a {
          display: block;
          font-size: 16px;
          font-weight: bold;
          line-height: 40px;
          height: 40px; }
        .container-ztzwz .home-news079 .layout h1 .more001 {
          padding-right: 0.25rem; }
          .container-ztzwz .home-news079 .layout h1 .more001 span {
            display: block;
            font-size: 14px;
            line-height: 36px;
            font-weight: normal; }
      .container-ztzwz .home-news079 .layout .time {
        font-size: 0.8rem;
        line-height: 1;
        display: block;
        color: #666; }
      .container-ztzwz .home-news079 .layout .left-box {
        width: calc(67% - 20px);
        padding-left: 20px; }
        .container-ztzwz .home-news079 .layout .left-box .inner-news {
          margin-top: 0.5rem;
          display: flex;
          justify-content: space-between; }
          .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider {
            width: 57%;
            margin-right: 3%;
            margin-bottom: 0; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .img .inner-img {
              width: 100%;
              padding-bottom: 56%;
              position: relative;
              overflow: hidden;
              background-color: #f51e1b; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .img .inner-img img {
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                transition: all 0.3s; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .bottom-info {
              padding: 1.73rem 0;
              border-bottom: 1px dashed #ccc;
              position: relative; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .bottom-info .tit {
                font-size: 1rem;
                line-height: 33px;
                max-height: 66px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 3.3rem;
                margin-top: 0.4rem; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .bottom-info .content {
                font-size: 0.8rem;
                line-height: 24px;
                max-height: 48px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 2.4rem;
                margin-top: 0.4rem;
                color: #666; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .bottom-info:after {
                width: 50px;
                height: 3px;
                background-color: #f51e1b;
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: -2px;
                -webkit-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                z-index: 1; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item:hover .img .inner-img img {
              transform: scale(1.1); }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item:hover .bottom-info .tit {
              color: #f51e1b; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item:hover .bottom-info:after {
              width: 100%; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .slick-dots {
              bottom: 11.65rem;
              z-index: 2;
              font-size: 0; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .slick-dots li {
                width: 0.6rem;
                height: 0.6rem;
                border-radius: 50%;
                margin: 0 0.3rem;
                border: 1px solid #fff; }
                .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .slick-dots li.slick-active {
                  background-color: #fff; }
                .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .slick-dots li button {
                  display: none; }
          .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list {
            flex: 1; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li:last-child a {
              border-bottom: 1px dashed #ccc; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li a {
              display: block;
              padding: 0.925rem 0;
              border-top: 1px dashed #ccc;
              position: relative; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li a:after {
                width: 50px;
                height: 3px;
                background-color: #f51e1b;
                content: "";
                display: block;
                position: absolute;
                left: 0;
                bottom: -2px;
                -webkit-transition: all 0.3s ease-out 0s;
                transition: all 0.3s ease-out 0s;
                z-index: 1; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li a .tit {
                font-size: 0.9rem;
                line-height: 27px;
                max-height: 54px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: normal;
                word-wrap: break-word;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                display: -webkit-box;
                height: 2.7rem;
                margin-bottom: 0.5rem; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li a:hover .tit {
                color: #f51e1b; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li a:hover:after {
                width: 100%; }
      .container-ztzwz .home-news079 .layout .right-box {
        width: calc(30% - 20px);
        padding-right: 20px; }
        .container-ztzwz .home-news079 .layout .right-box ul {
          margin-top: 0.5rem; }
          .container-ztzwz .home-news079 .layout .right-box ul li {
            margin-bottom: 0.95rem;
            height: 5.2rem; }
            .container-ztzwz .home-news079 .layout .right-box ul li a {
              display: flex;
              align-items: center;
              background-color: #fff;
              box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
              height: 100%;
              transition: all 0.3s;
              border-radius: 4px; }
              .container-ztzwz .home-news079 .layout .right-box ul li a .label {
                width: 30%;
                height: 100%;
                padding: 0.25rem;
                border-right: 1px solid #b7d9ee;
                flex-shrink: 0;
                background-clip: content-box;
                background-color: #b7d9ee;
                display: flex;
                align-items: center;
                justify-content: center;
                color: #0259a5;
                font-size: 1.1rem; }
                .container-ztzwz .home-news079 .layout .right-box ul li a .label .inner-img {
                  width: 100%;
                  height: 100%;
                  overflow: hidden; }
                  .container-ztzwz .home-news079 .layout .right-box ul li a .label .inner-img img {
                    width: 100%;
                    height: 100%;
                    transition: all 0.3s; }
              .container-ztzwz .home-news079 .layout .right-box ul li a .right-info {
                padding: 1rem; }
                .container-ztzwz .home-news079 .layout .right-box ul li a .right-info .tit {
                  font-size: 0.9rem;
                  line-height: 27px;
                  max-height: 54px;
                  overflow: hidden;
                  text-overflow: ellipsis;
                  white-space: normal;
                  word-wrap: break-word;
                  -webkit-line-clamp: 2;
                  -webkit-box-orient: vertical;
                  display: -webkit-box;
                  height: 2.7rem;
                  margin-bottom: 0.5rem; }
              .container-ztzwz .home-news079 .layout .right-box ul li a:hover {
                background-color: #f51e1b; }
                .container-ztzwz .home-news079 .layout .right-box ul li a:hover .label .inner-img img {
                  transform: scale(1.1); }
                .container-ztzwz .home-news079 .layout .right-box ul li a:hover .right-info .tit {
                  color: #fff; }
                .container-ztzwz .home-news079 .layout .right-box ul li a:hover .right-info .time {
                  color: #fff; }
    @media (max-width: 960px) {
      .container-ztzwz .home-news079 .layout {
        display: block; }
        .container-ztzwz .home-news079 .layout .left-box {
          width: 100%; }
          .container-ztzwz .home-news079 .layout .left-box .inner-news {
            margin-top: 10px;
            display: block; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider {
              width: 100%;
              margin-right: 0; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .bottom-info .content {
                height: auto;
                line-height: normal; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .news-slider .news-item .bottom-info .tit {
                height: auto;
                line-height: normal; }
            .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list {
              width: 100%; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li a .tit {
                height: auto;
                line-height: normal; }
              .container-ztzwz .home-news079 .layout .left-box .inner-news .right-list li:first-child a {
                border-top: none; }
        .container-ztzwz .home-news079 .layout .right-box {
          width: 100%;
          margin-top: 10px; }
          .container-ztzwz .home-news079 .layout .right-box ul {
            margin-top: 10px; }
            .container-ztzwz .home-news079 .layout .right-box ul li a .right-info .tit {
              height: auto;
              line-height: normal; } }
  .container-ztzwz .ztzz-news002 {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
    flex-wrap: wrap; }
    .container-ztzwz .ztzz-news002 .left,
    .container-ztzwz .ztzz-news002 .right {
      width: 49%; }
      .container-ztzwz .ztzz-news002 .left h1,
      .container-ztzwz .ztzz-news002 .right h1 {
        width: 100%;
        background-color: #f51e1b;
        display: flex;
        justify-content: space-between;
        padding: 0 1rem;
        box-sizing: border-box; }
        .container-ztzwz .ztzz-news002 .left h1 .left-tit001,
        .container-ztzwz .ztzz-news002 .right h1 .left-tit001 {
          display: flex; }
          .container-ztzwz .ztzz-news002 .left h1 .left-tit001 a,
          .container-ztzwz .ztzz-news002 .right h1 .left-tit001 a {
            font-size: 16px;
            font-weight: bold;
            color: #fff;
            line-height: 36px;
            font-weight: normal; }
        .container-ztzwz .ztzz-news002 .left h1 .more001 span,
        .container-ztzwz .ztzz-news002 .right h1 .more001 span {
          display: block;
          font-size: 14px;
          line-height: 36px;
          color: #fff; }
      .container-ztzwz .ztzz-news002 .left .list,
      .container-ztzwz .ztzz-news002 .right .list {
        margin-top: 1rem; }
        .container-ztzwz .ztzz-news002 .left .list ul,
        .container-ztzwz .ztzz-news002 .right .list ul {
          padding-left: 1rem; }
          .container-ztzwz .ztzz-news002 .left .list ul li,
          .container-ztzwz .ztzz-news002 .right .list ul li {
            margin-bottom: 0.75rem;
            padding-bottom: 0.75rem;
            border-bottom: 1px dashed #e5e5e5;
            list-style-type: square;
            color: #0099ff; }
            .container-ztzwz .ztzz-news002 .left .list ul li a:hover,
            .container-ztzwz .ztzz-news002 .right .list ul li a:hover {
              color: #f51e1b; }
            .container-ztzwz .ztzz-news002 .left .list ul li a .tit,
            .container-ztzwz .ztzz-news002 .right .list ul li a .tit {
              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) {
      .container-ztzwz .ztzz-news002 .left,
      .container-ztzwz .ztzz-news002 .right {
        width: 100%; } }
  .container-ztzwz .footer {
    background-color: #f51e1b; }
    .container-ztzwz .footer .links {
      background-color: #f37e7c; }
    .container-ztzwz .footer .footer-info .right-info .address-left p u {
      color: #fff; }
    .container-ztzwz .footer .footer-info .left-info .site-info p u {
      color: #fff; }
    .container-ztzwz .footer .footlinks .right-author {
      color: #fff; }
  .container-ztzwz .aside-s-001 {
    display: none; }

h2.left-tit {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit a.news-type {
    font-size: 1.4rem;
    line-height: 1;
    color: #333; }
  h2.left-tit a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0; }
    h2.left-tit a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: transform 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: transform 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit a.more:hover {
      background-color: #50ACAF;
      border-color: #50ACAF;
      color: #fff; }
      h2.left-tit a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

h2.left-tit-tab {
  font-weight: normal;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  h2.left-tit-tab .news-type {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    line-height: 1; }
    h2.left-tit-tab .news-type a {
      color: #555;
      position: relative; }
      h2.left-tit-tab .news-type a:after {
        content: '';
        display: block;
        position: absolute;
        height: 2px;
        bottom: -0.5rem;
        width: 0px;
        background-color: #FFA943;
        transition: all 0.3s; }
      h2.left-tit-tab .news-type a.cur {
        color: #50ACAF; }
        h2.left-tit-tab .news-type a.cur:after {
          width: 2.8rem; }
    h2.left-tit-tab .news-type .circle {
      display: inline-block;
      height: 0.45rem;
      width: 0.45rem;
      border-radius: 50%;
      background-color: #AAAAAA;
      margin: 0 10px; }
      h2.left-tit-tab .news-type .circle:last-of-type {
        display: none; }
  h2.left-tit-tab a.more {
    display: block;
    width: 4.8rem;
    height: 1.6rem;
    line-height: 1;
    border: 1px solid #D7D7D7;
    border-radius: 1000px;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s;
    color: #555;
    font-size: 0;
    background-color: #fff; }
    h2.left-tit-tab a.more span {
      font-size: 0.7rem;
      display: inline-block;
      transition: all 0.3s;
      position: relative;
      line-height: 1.6rem; }
    h2.left-tit-tab a.more i {
      font-size: 12px;
      opacity: 0;
      position: absolute;
      transition: all 0.3s;
      transform: translateX(-10px);
      line-height: 1.6rem; }
    h2.left-tit-tab a.more:hover {
      background-color: #50ACAF;
      border-color: #50ACAF;
      color: #fff; }
      h2.left-tit-tab a.more:hover span {
        transform: translateX(-5px); }
      h2.left-tit-tab a.more:hover i {
        opacity: 1;
        transform: translateX(-2px); }

h2.center-tit {
  font-weight: normal;
  text-align: center;
  font-size: 32px;
  line-height: 1; }
  h2.center-tit a {
    color: #333; }

@media (max-width: 960px) {
  h2.center-tit {
    font-size: 20px; } }
.yntszj-category {
  padding-bottom: 5rem;
  position: relative; }
  .yntszj-category .dep-bg {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1; }
  .yntszj-category .special-intro {
    background-color: #F8F5EB;
    padding: 3rem 0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box; }
    .yntszj-category .special-intro > img {
      opacity: 0.4;
      position: absolute; }
    .yntszj-category .special-intro .intro-bg01 {
      left: 0;
      top: 0; }
    .yntszj-category .special-intro .intro-bg02 {
      right: 0;
      bottom: 0; }
    .yntszj-category .special-intro .inner-dep-intro {
      display: flex;
      justify-content: space-between;
      z-index: 1;
      position: relative; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro {
        width: 100%; }
        .yntszj-category .special-intro .inner-dep-intro .dep-intro .dep-intro-content {
          font-size: 16px;
          color: #333333;
          line-height: 32px;
          max-height: 192px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 6;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          margin-top: 1rem;
          min-height: 9.8rem; }
        .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more {
          display: block;
          width: 10rem;
          height: 2.5rem;
          border: 1px solid #61A4B4;
          text-align: center;
          line-height: 2.5rem;
          color: #61A4B4;
          font-family: 'Arial Normal', 'Arial', sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 16px;
          position: relative;
          left: 50%;
          transform: translateX(-50%);
          margin-top: 3rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span {
            position: absolute;
            display: block;
            position: absolute;
            width: 0.6rem;
            height: 0.6rem; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(1) {
              top: 0;
              left: 0;
              border-top: 3px solid #61A4B4;
              border-left: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(2) {
              top: 0;
              right: 0;
              border-top: 3px solid #61A4B4;
              border-right: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(3) {
              bottom: 0;
              left: 0;
              border-bottom: 3px solid #61A4B4;
              border-left: 3px solid #61A4B4; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more span:nth-child(4) {
              bottom: 0;
              right: 0;
              border-right: 3px solid #61A4B4;
              border-bottom: 3px solid #61A4B4; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more u {
            font-size: 16px;
            display: inline-block;
            transition: all 0.3s;
            position: relative;
            line-height: 2.5rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more i {
            font-size: 22px;
            opacity: 0;
            position: absolute;
            transition: all 0.3s;
            transform: translateX(-10px);
            line-height: 2.5rem; }
          .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover {
            border: 1px solid #AB6034;
            color: #AB6034; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(1) {
              border-top-color: #AB6034;
              border-left-color: #AB6034; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(2) {
              border-top-color: #AB6034;
              border-right-color: #AB6034; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(3) {
              border-bottom-color: #AB6034;
              border-left-color: #AB6034; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover span:nth-child(4) {
              border-right-color: #AB6034;
              border-bottom-color: #AB6034; }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover u {
              transform: translateX(-10px); }
            .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more:hover i {
              opacity: 1;
              transform: translateX(2px); }
  @media (max-width: 960px) {
    .yntszj-category .special-intro {
      padding: 30px 0; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro .dep-intro-content {
        font-size: 14px;
        line-height: 24px;
        max-height: 192px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: normal;
        word-wrap: break-word;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        display: -webkit-box; }
      .yntszj-category .special-intro .inner-dep-intro .dep-intro .page-more {
        margin-top: 25px; } }
  .yntszj-category .ynzj-menu {
    margin-bottom: 4rem; }
    .yntszj-category .ynzj-menu h2.center-tit {
      padding: 3rem 0 1.5rem; }
    .yntszj-category .ynzj-menu .inner-ynzj-menu {
      height: 28.4rem;
      width: 100%;
      display: flex; }
      .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class {
        width: 50%;
        padding: 2rem;
        position: relative;
        box-sizing: border-box; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .left-bar {
          width: 2rem;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          border-right: 1px solid #FFFFFF;
          overflow: hidden; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .left-bar .left-bar-item {
            width: 100%;
            height: 4.05rem;
            border-bottom: 1px solid #FFFFFF; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content {
          height: 100%;
          box-sizing: border-box;
          padding-left: 1.5rem; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content h2 {
            font-size: 1.2rem;
            color: #fff;
            font-weight: normal;
            margin-bottom: 2rem; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            align-content: flex-start;
            height: 100%; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li {
              padding-left: 12px;
              font-size: 14px;
              position: relative;
              box-sizing: border-box;
              width: 7.6rem;
              margin-right: 0.75rem;
              margin-bottom: 1.5rem; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li a {
                color: #fff; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:before {
                content: '';
                display: block;
                height: 14px;
                width: 2px;
                position: absolute;
                left: 0;
                top: 0.1rem;
                background-color: #fff; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover {
              color: #FFE0CE; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover a {
                color: #FFE0CE; }
              .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li:hover:before {
                background-color: #FFE0CE; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(1) {
          background-color: #EAB660; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) {
          background-color: #F8F5EB; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content h2 {
            color: #555555; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li a {
            color: #555555; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:before {
            background-color: #EAB660; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover {
            color: #5F929D; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover a {
              color: #5F929D; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .menu-class-content .menu-class-list li:hover:before {
              background-color: #5F929D; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .left-bar {
            border-right: 1px solid #DBC19E; }
            .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class:nth-child(2) .left-bar .left-bar-item {
              border-bottom: 1px solid #DBC19E; }
  @media (max-width: 960px) {
    .yntszj-category .ynzj-menu .inner-ynzj-menu {
      height: auto;
      flex-direction: column; }
      .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class {
        width: 100%;
        height: auto; }
        .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list {
          flex-direction: row;
          flex-wrap: wrap;
          align-content: flex-start; }
          .yntszj-category .ynzj-menu .inner-ynzj-menu .menu-class .menu-class-content .menu-class-list li {
            width: calc(50% - 20px); } }
  .yntszj-category .ynzj-news-list {
    display: flex;
    justify-content: space-between; }
    .yntszj-category .ynzj-news-list .ynzj-news-item {
      height: 12rem;
      width: 19rem;
      background-size: 100%;
      background-position: center;
      transition: all 0.3s; }
      .yntszj-category .ynzj-news-list .ynzj-news-item a {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        width: 100%;
        font-size: 1.6rem;
        color: #fff; }
    .yntszj-category .ynzj-news-list .ynzj-news-item:hover {
      background-size: 110%; }
  @media (max-width: 960px) {
    .yntszj-category .ynzj-news-list {
      flex-direction: column; }
      .yntszj-category .ynzj-news-list .ynzj-news-item {
        width: 100%;
        height: 59.7vw;
        margin-bottom: 10px; } }

.map-search {
  font-size: 0;
  text-align: center; }
  .map-search a {
    width: 5rem;
    height: 2rem;
    text-align: center;
    line-height: 2rem;
    display: inline-block;
    font-size: 0.8rem;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    margin-left: 0.4rem;
    margin-right: 0.4rem;
    margin-bottom: 0.5rem; }
    .map-search a:hover {
      background-color: #50ACAF;
      border-color: #50ACAF;
      color: #fff; }

.map-area-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 1.75rem; }
  .map-area-tab .map-area-name {
    height: 3rem;
    width: 16rem;
    background-color: #F8F5EB;
    color: #AB6034;
    line-height: 3rem;
    text-align: center;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px solid #DBC19E;
    position: relative; }
    .map-area-tab .map-area-name div {
      font-size: 1rem;
      color: #DBC19E;
      position: absolute;
      height: 1rem;
      width: 1rem;
      line-height: 20px; }
    .map-area-tab .map-area-name div.icon-lt {
      transform: rotate(270deg);
      left: -0.2rem;
      top: -0.1rem; }
    .map-area-tab .map-area-name div.icon-rt {
      transform: rotate(0deg);
      right: -0.1rem;
      top: -0.2rem; }
    .map-area-tab .map-area-name div.icon-lb {
      transform: rotate(180deg);
      left: -0.1rem;
      bottom: -0.2rem; }
    .map-area-tab .map-area-name div.icon-rb {
      transform: rotate(90deg);
      right: -0.2rem;
      bottom: -0.1rem; }
  .map-area-tab .map-area-name + .map-area-name {
    margin-left: 20px; }
  .map-area-tab .map-area-name.cur {
    background-color: #50ACAF;
    color: #fff;
    border: none; }
    .map-area-tab .map-area-name.cur div {
      color: #fff; }

.contactUs-content {
  width: 100%;
  margin-bottom: 2rem; }
  .contactUs-content .contactUs-content-item.active {
    display: block; }
  .contactUs-content .contactUs-content-map .position-map {
    height: 500px;
    z-index: 0; }
    .contactUs-content .contactUs-content-map .position-map .BMapLib_trans {
      top: auto !important; }
  .contactUs-content .contactUs-content-item {
    height: 500px;
    width: 100%;
    display: none; }

.category-cooperation001 .ylt-container {
  background-color: #F8F5EB;
  height: 42.5rem;
  padding-top: 3rem;
  box-sizing: border-box;
  position: relative; }
  .category-cooperation001 .ylt-container > img {
    position: absolute;
    opacity: 0.4; }
    .category-cooperation001 .ylt-container > img.ylt_bg0 {
      top: 0;
      left: 0; }
    .category-cooperation001 .ylt-container > img.ylt_bg1 {
      bottom: 0;
      right: 0; }
  .category-cooperation001 .ylt-container .inner-ylt {
    height: 36.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 11; }
    .category-cooperation001 .ylt-container .inner-ylt .left-city {
      height: 100%;
      width: 27rem;
      background-color: #EAB660;
      display: flex; }
      .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar {
        width: 2rem;
        border-right: 1px solid #fff; }
        .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item {
          width: 100%;
          height: 4.5rem;
          border-bottom: 1px solid #fff; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item:first-child, .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item:last-child {
            height: 6rem; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .left-bar .bar-item:last-child {
            border-bottom: none; }
      .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content {
        box-sizing: border-box;
        padding: 2rem 0.9rem 4.6rem; }
        .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content h1 {
          font-size: 1.6rem;
          line-height: 1.6rem;
          color: #fff;
          font-weight: normal;
          margin-bottom: 1.2rem; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content h1 a {
            color: #fff; }
        .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul {
          height: 27.75rem;
          display: flex;
          flex-direction: column;
          flex-wrap: wrap; }
          .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li {
            width: 10rem;
            height: 2.3rem;
            display: flex;
            align-items: center;
            padding-left: 1.65rem;
            margin-right: 0.9rem;
            cursor: pointer; }
            .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li p {
              font-size: 0.8rem;
              line-height: 0.8rem;
              color: #fff;
              position: relative;
              margin-right: 0.2rem; }
              .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li p:before {
                content: "";
                display: block;
                position: absolute;
                width: 2px;
                height: 0.8rem;
                background-color: #fff;
                left: -0.6rem;
                top: 50%;
                transform: translateY(-50%); }
            .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li span {
              display: inline-block;
              padding: 0 0.2rem;
              background-color: rgba(255, 255, 255, 0.3);
              color: #fff;
              border-radius: 2px;
              font-size: 0.7rem;
              line-height: 0.9rem; }
            .category-cooperation001 .ylt-container .inner-ylt .left-city .city-content ul li.cur {
              background-color: #AB6034; }
    .category-cooperation001 .ylt-container .inner-ylt .right-hos {
      width: 32rem;
      height: 100%;
      overflow-y: auto; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos::-webkit-scrollbar {
        width: 0.8rem; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos::-webkit-scrollbar-track {
        box-shadow: 2px 2px 10px rgba(195, 195, 195, 0.35);
        background: rgba(215, 215, 215, 0.5);
        border-radius: 8px; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos::-webkit-scrollbar-thumb {
        height: 4.9rem;
        border-radius: 7px;
        box-shadow: 2px 2px 10px rgba(195, 195, 195, 0.35);
        background: #AAAAAA; }
      .category-cooperation001 .ylt-container .inner-ylt .right-hos ul {
        width: 100%;
        display: none; }
        .category-cooperation001 .ylt-container .inner-ylt .right-hos ul:first-child {
          display: block; }
        .category-cooperation001 .ylt-container .inner-ylt .right-hos ul li {
          width: 100%;
          height: 3rem;
          margin-bottom: 0.5rem;
          background-color: #fff;
          box-shadow: 2px 2px 10px rgba(195, 195, 195, 0.35);
          border-radius: 4px; }
          .category-cooperation001 .ylt-container .inner-ylt .right-hos ul li a {
            display: block;
            width: 100%;
            height: 100%;
            box-sizing: border-box;
            line-height: 3rem;
            padding: 0 1rem;
            color: #333333;
            font-size: 0.8rem; }
            .category-cooperation001 .ylt-container .inner-ylt .right-hos ul li a:hover {
              color: #5898A6; }
.category-cooperation001 .specialist-container {
  padding: 3rem 0;
  position: relative; }
  .category-cooperation001 .specialist-container > img {
    position: absolute;
    right: 0;
    bottom: 0; }
  .category-cooperation001 .specialist-container .inner-specialist {
    position: relative;
    z-index: 11; }
  .category-cooperation001 .specialist-container h1.left-tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
    margin-bottom: 1.5rem; }
    .category-cooperation001 .specialist-container h1.left-tit a.col-tit {
      font-size: 1.6rem;
      line-height: 1.6rem;
      color: #000000; }
    .category-cooperation001 .specialist-container h1.left-tit a.more {
      font-size: 0.8rem;
      line-height: 0.8rem;
      color: #5F929D; }
      .category-cooperation001 .specialist-container h1.left-tit a.more i {
        color: #FFA943;
        font-size: 0.7rem;
        margin-left: 0.5rem; }
  .category-cooperation001 .specialist-container .specialist-content {
    display: flex;
    justify-content: space-between;
    height: 24.35rem; }
    .category-cooperation001 .specialist-container .specialist-content .left-img-content {
      width: 29rem;
      height: 100%;
      box-shadow: 2px 2px 8px rgba(210, 210, 210, 0.35); }
      .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots {
        text-align: right;
        bottom: 9.35rem; }
        .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots li {
          width: 2.5rem;
          height: 0.4rem;
          background-color: #D7D7D7; }
          .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots li button:before {
            display: none; }
          .category-cooperation001 .specialist-container .specialist-content .left-img-content .slick-dots li.slick-active {
            background-color: #EAB660; }
    .category-cooperation001 .specialist-container .specialist-content .left-img {
      display: block;
      width: 29rem;
      height: 100%; }
      .category-cooperation001 .specialist-container .specialist-content .left-img:hover .img img {
        transform: scale(1.03); }
      .category-cooperation001 .specialist-container .specialist-content .left-img:hover .bottom-tit p {
        color: #5F929D; }
      .category-cooperation001 .specialist-container .specialist-content .left-img .img {
        width: 100%;
        height: 16.5rem;
        overflow: hidden; }
        .category-cooperation001 .specialist-container .specialist-content .left-img .img img {
          width: 100%;
          transition: all 0.3s; }
      .category-cooperation001 .specialist-container .specialist-content .left-img .bottom-tit {
        height: 7.85rem;
        background-color: #fff;
        box-sizing: border-box;
        padding: 1.5rem 1.5rem 0; }
        .category-cooperation001 .specialist-container .specialist-content .left-img .bottom-tit p {
          font-size: 1rem;
          line-height: 1.5rem;
          color: #333333;
          line-height: 30px;
          max-height: 60px;
          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: 1rem; }
        .category-cooperation001 .specialist-container .specialist-content .left-img .bottom-tit span {
          font-size: 0.8rem;
          line-height: 0.8rem;
          color: #5F929D; }
    .category-cooperation001 .specialist-container .specialist-content .info-list {
      width: 29rem; }
      .category-cooperation001 .specialist-container .specialist-content .info-list li {
        width: 100%;
        padding: 1rem 0 0.5rem;
        border-bottom: 1px solid #D4D4D4;
        font-size: 0; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li span {
          font-family: 微软雅黑, sans-serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.7rem;
          color: #5f929d;
          line-height: 0.7rem; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li p {
          font-size: 0.8rem;
          margin-top: 0.5rem;
          line-height: 24px;
          max-height: 48px;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          display: -webkit-box;
          height: 2.4rem; }
          .category-cooperation001 .specialist-container .specialist-content .info-list li p a {
            color: #000000; }
          .category-cooperation001 .specialist-container .specialist-content .info-list li p:hover a {
            color: #5F929D; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li:first-child {
          padding-top: 0; }
        .category-cooperation001 .specialist-container .specialist-content .info-list li:last-child {
          border-bottom: none; }
.category-cooperation001 .video-top {
  background-color: #F0F3F4;
  padding: 2.9rem 4rem; }
  .category-cooperation001 .video-top .tab-tit {
    display: flex;
    margin-bottom: 0.5rem;
    justify-content: space-between; }
    .category-cooperation001 .video-top .tab-tit h2 {
      font-size: 0; }
      .category-cooperation001 .video-top .tab-tit h2 .tit-item {
        display: inline-block;
        position: relative; }
        .category-cooperation001 .video-top .tab-tit h2 .tit-item.cur a {
          color: #5898A6; }
          .category-cooperation001 .video-top .tab-tit h2 .tit-item.cur a:after {
            content: '';
            display: block;
            position: absolute;
            height: 0.1rem;
            width: 3rem;
            background-color: #FFA943;
            left: 0;
            bottom: -0.5rem; }
      .category-cooperation001 .video-top .tab-tit h2 a {
        font-size: 1.6rem;
        color: #555555;
        display: inline-block;
        position: relative;
        font-weight: normal; }
      .category-cooperation001 .video-top .tab-tit h2 .tit-item + .tit-item {
        margin-left: 30px; }
        .category-cooperation001 .video-top .tab-tit h2 .tit-item + .tit-item:before {
          content: '';
          display: block;
          position: absolute;
          height: 0.5rem;
          width: 0.5rem;
          background-color: #aaa;
          border-radius: 50%;
          left: -1rem;
          top: 50%;
          margin-top: -0.25rem; }
    .category-cooperation001 .video-top .tab-tit a.get-more {
      font-size: 0.8rem;
      color: #5F929D;
      line-height: 1.6rem; }
      .category-cooperation001 .video-top .tab-tit a.get-more i {
        display: inline-block;
        margin-left: 0.5rem;
        color: #FFA943; }
      .category-cooperation001 .video-top .tab-tit a.get-more:hover i {
        color: #5F929D; }
  .category-cooperation001 .video-top .top-news-list {
    display: flex;
    flex-wrap: wrap; }
    .category-cooperation001 .video-top .top-news-list .top-news-item {
      margin-right: 1rem;
      width: 19rem;
      height: 5.5rem;
      box-sizing: border-box;
      padding: 1rem 0; }
      .category-cooperation001 .video-top .top-news-list .top-news-item span {
        font-size: 0.7rem;
        color: #5F929D; }
      .category-cooperation001 .video-top .top-news-list .top-news-item p {
        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;
        font-size: 0.8rem; }
        .category-cooperation001 .video-top .top-news-list .top-news-item p:hover a {
          color: #50ACAF; }
    .category-cooperation001 .video-top .top-news-list .top-news-item:nth-child(-n+3) {
      border-bottom: 1px solid rgba(170, 170, 170, 0.5); }
    .category-cooperation001 .video-top .top-news-list .top-news-item:nth-child(3n) {
      margin-right: 0; }

.list-ynbgdh .display_none {
  display: none; }
.list-ynbgdh .inner-layout .inner-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -1rem; }
  .list-ynbgdh .inner-layout .inner-column .column-item {
    width: 11rem;
    height: 8.25rem;
    display: block;
    box-sizing: border-box;
    padding: 1rem;
    margin-right: 1rem;
    position: relative;
    background-color: #61c789;
    margin-bottom: 1rem; }
    .list-ynbgdh .inner-layout .inner-column .column-item h1 {
      font-size: 1.8rem;
      color: #50ACAF; }
    .list-ynbgdh .inner-layout .inner-column .column-item .arrow {
      color: #50ACAF;
      font-size: 2.5rem; }
    .list-ynbgdh .inner-layout .inner-column .column-item h2 {
      font-size: 18px;
      line-height: 1;
      color: #fff;
      position: relative;
      width: fit-content; }
      .list-ynbgdh .inner-layout .inner-column .column-item h2:after {
        content: "";
        width: 1.5rem;
        height: 2px;
        background-color: #fff;
        position: absolute;
        left: 0;
        bottom: -1rem;
        transition: all 0.5s; }
    .list-ynbgdh .inner-layout .inner-column .column-item .icon {
      color: rgba(255, 255, 255, 0.2);
      font-size: 5rem;
      position: absolute;
      bottom: 0.5rem;
      right: 0.5rem; }
    .list-ynbgdh .inner-layout .inner-column .column-item:hover h2:after {
      width: 100%; }
    .list-ynbgdh .inner-layout .inner-column .column-item:first-child {
      padding: 0;
      background-color: transparent; }
    .list-ynbgdh .inner-layout .inner-column .column-item:nth-child(2) {
      background-color: #3aa794; }
    .list-ynbgdh .inner-layout .inner-column .column-item:nth-child(3) {
      background-color: #02a7f0; }
    .list-ynbgdh .inner-layout .inner-column .column-item:nth-child(4) {
      background-color: #f09a4b; }
    .list-ynbgdh .inner-layout .inner-column .column-item:nth-child(2n) {
      background-color: #3aa794; }
    .list-ynbgdh .inner-layout .inner-column .column-item:nth-child(3n) {
      background-color: #02a7f0; }
    .list-ynbgdh .inner-layout .inner-column .column-item:nth-child(4n) {
      background-color: #f09a4b; }

@media (max-width: 960px) {
  .list-ynbgdh .inner-layout .inner-column {
    margin-right: 0;
    justify-content: space-between; }
    .list-ynbgdh .inner-layout .inner-column .column-item {
      margin-right: 0;
      width: 48%;
      margin-top: 20px; }
      .list-ynbgdh .inner-layout .inner-column .column-item h1 {
        font-size: 26px; }
      .list-ynbgdh .inner-layout .inner-column .column-item .icon {
        font-size: 60px; } }

/*# sourceMappingURL=style_new.css.map */
