 /* 详情页专用样式 */
    .info-banner {
      position: relative;
      height: 4.53rem;
      background: url(../sztsg_img_library/banner.png) no-repeat center;
      background-size: cover;
      display: flex;
      align-items: flex-end;
    }
    .info-banner .container {
      position: relative;
      z-index: 1;
      padding-bottom: 20px;
    }
    .info-banner .column-title {
      width: 5.93rem;
      height: 1rem;
      background: linear-gradient(90deg, #78C8EF, #0072AA);
      border-radius: 0px 0.32rem 0px 0px;
      position: relative;
      bottom: -0.7rem;
    }
    .info-banner .column-title h2 {
      position: absolute;
      right: 1.36rem;
      top: 50%;
      transform: translateY(-50%);
      font-size: 0.3rem;
      color: #fff;
    }
    .breadcrumb {
      width: 100%;
      height: 0.7rem;
      background: rgba(234, 242, 255, 1);
      padding: 0.1rem 0;
      font-size: 0.14rem;
      color: #666;
      font-size: 0.16rem;
    }
    .breadcrumb .container {
      max-width: 14rem !important;
      height: 100%;
      display: flex;
      align-items: center;
      justify-content: end;
      margin: 0 auto;
      padding: 0;
    }
    .breadcrumb a {
      color: #1A1A1A;
      margin: 0 0.05rem;
      font-size: 0.16rem;
    }
    .breadcrumb a:hover {
      color: rgba(0, 114, 170, 1);
    }
    .breadcrumb .current {
      color: rgba(0, 114, 170, 1);
      margin-left: 0.05rem;
      font-size: 0.16rem;
    }
    .info-content {
      background: #fff;
    }
    .info-main {
      max-width: 14rem;
      margin: 0 auto;
    }
    .info-title {
      font-size: 0.26rem;
      font-weight: bold;
      color: #333;
      text-align: center;
      margin-top: 0.4rem;
      margin-bottom: 0.19rem;
      line-height: 1.5;
    }
    .info-meta {
      text-align: center;
      color: #999;
      font-size: 0.12rem;
      height: 0.4rem;
      margin-bottom: 0.3rem;
      border-bottom: 1px solid #eee;
      background: rgba(247, 247, 247, 1);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .info-meta span {
      margin: 0 0.1rem;
    }
    .info-body {
      font-size: 0.16rem;
      line-height: 1.8;
      color: #333;
    }
    .info-body p {
      margin-bottom: 0.2rem;
      text-indent: 2em;
    }
    .info-body img {
      max-width: 100%;
      display: block;
      margin: 20px auto;
    }
    .info-nav {
      margin-top: 0.4rem;
      padding-top: 0.2rem;
      border-top: 1px solid #eee;
    }
    .info-nav p {
      font-size: 0.16rem;
      color: #666;
      margin-bottom: 0.1rem;
    }
    .info-nav a {
      font-size: 0.16rem;
      color: rgba(16, 69, 145, 1);
    }
    .info-nav a:hover {
      text-decoration: underline;
    }