

.show-news001 {
  padding: 0.4rem 0.4rem 0;
  display: flex;
  justify-content: space-between; }
  .show-news001 .inner-news.has-right {
    width: 10rem; }
  .show-news001 .inner-news {
    width: 100%; }
    .show-news001 .inner-news .content {
      width: 100%;
      border-bottom: 1px solid #AAAAAA;
      padding-bottom: 0.2rem;
      position: relative; }
      .show-news001 .inner-news .content .news-title {
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.2rem;
        position: relative; }
        .show-news001 .inner-news .content .news-title .bottom-line {
          content: "";
          display: block;
          width: 1.42rem;
          height: 0.02rem;
          background-color: var(--ruifox-color-primary-1);
          position: absolute;
          bottom: 0;
          left: 0; }
        .show-news001 .inner-news .content .news-title p {
          font-size: 0.18rem;
          line-height: 1.5;
          text-align: center; }
          .show-news001 .inner-news .content .news-title p.top-title {
            margin-bottom: 0.1rem; }
          .show-news001 .inner-news .content .news-title p.sub-title {
            margin-top: 0.1rem; }
        .show-news001 .inner-news .content .news-title h1 {
          text-align: center;
          font-family: 'Arial Negreta', 'Arial Normal', 'Arial', sans-serif;
          font-weight: normal;
          font-style: normal;
          font-size: 0.32rem;
          line-height: 1.5; }
        .show-news001 .inner-news .content .news-title .news-info {
          margin-top: 0.4rem;
          font-size: 0.14rem;
          color: #888;
          line-height: 1; }
          .show-news001 .inner-news .content .news-title .news-info span {
            display: inline-block; }
            .show-news001 .inner-news .content .news-title .news-info span + span {
              margin-left: 0.1rem;
              padding-left: 0.1rem;
              border-left: 1px solid #D7D7D7; }
      .show-news001 .inner-news .content .apply-box {
        height: 3.4rem;
        box-sizing: border-box;
        border: 1px solid #D7D7D7;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        padding: 0.4rem;
        margin-top: 0.4rem;
        position: relative; }
        .show-news001 .inner-news .content .apply-box .pro-info p {
          font-size: 0.16rem;
          color: #333;
          margin-bottom: 0.2rem;
          line-height: 0.008remrem;
          max-height: 0.008remrem;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: normal;
          word-wrap: break-word;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          display: -webkit-box; }
          .show-news001 .inner-news .content .apply-box .pro-info p span {
            font-weight: bold;
            color: #333; }
          .show-news001 .inner-news .content .apply-box .pro-info p.status {
            color: #85be21; }
            .show-news001 .inner-news .content .apply-box .pro-info p.status.gray {
              color: #c9c9c9; }
        .show-news001 .inner-news .content .apply-box .apply-btn {
          display: flex;
          flex-direction: column;
          align-items: flex-end; }
          .show-news001 .inner-news .content .apply-box .apply-btn > span {
            font-size: 0.16rem;
            color: #AAAAAA; }
            .show-news001 .inner-news .content .apply-box .apply-btn > span u {
              font-weight: bold;
              color: #FF0C0C; }
            .show-news001 .inner-news .content .apply-box .apply-btn > span.red u {
              color: #FF0C0C; }
          .show-news001 .inner-news .content .apply-box .apply-btn a.btn {
            width: 1.6rem;
            height: 0.5rem;
            border-radius: 4px;
            background-color: #9CC301;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            margin-top: 0.22rem; }
            .show-news001 .inner-news .content .apply-box .apply-btn a.btn.gray {
              background-color: #b1b2b2; }
            .show-news001 .inner-news .content .apply-box .apply-btn a.btn span {
              font-size: 0.2rem; }
            .show-news001 .inner-news .content .apply-box .apply-btn a.btn i {
              font-size: 0.2rem;
              margin-left: 0.1rem; }
      .show-news001 .inner-news .content .news-content {
        padding-top: 0.4rem;
        word-break: break-all; }
        .show-news001 .inner-news .content .news-content p {
          margin-bottom: 0.08rem;
          font-size: 0.16rem;
          line-height: 1.5;
          font-family: "Microsoft YaHei UI","Microsoft YaHei",Arial,SimSun,"Segoe UI",Tahoma,Helvetica,sans-serif; }
        .show-news001 .inner-news .content .news-content img {
          max-width: 100% !important;
          display: block;
          margin-right: auto;
          margin-left: auto;
          height: auto !important; }
      .show-news001 .inner-news .content .share-box {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 0.2rem;
        font-size: 0; }
        .show-news001 .inner-news .content .share-box span {
          font-size: 0.14rem;
          line-height: 1;
          display: inline-block; }
        .show-news001 .inner-news .content .share-box .share-btn {
          margin-left: 0.1rem;
          font-size: 0.2rem;
          line-height: 1;
          color: #7F7F7F; }
          .show-news001 .inner-news .content .share-box .share-btn:hover {
            color: var(--ruifox-color-primary-1); }
  @media (max-width: 960px) {
    .show-news001 {
      display: block;
      padding: 20px 20px 0; }
      .show-news001 .inner-news.has-right {
        width: 100%; }
      .show-news001 .inner-news .content .news-title h1 {
        font-size: 0.24rem !important;
        text-align: left; }
      .show-news001 .inner-news .content .news-title .news-info {
        margin-top: 20px; }
        .show-news001 .inner-news .content .news-title .news-info span {
          margin-right: 10px; }
          .show-news001 .inner-news .content .news-title .news-info span + span {
            border-left: none;
            padding-left: 0;
            margin-left: 0;
            margin-top: 4px; }
      .show-news001 .inner-news .content .apply-box {
        padding: 20px; }
        .show-news001 .inner-news .content .apply-box .apply-btn {
          bottom: 20px;
          right: 20px; }
          .show-news001 .inner-news .content .apply-box .apply-btn a.btn {
            height: 30px;
            width: 110px; }
      .show-news001 .inner-news .content .news-content {
        padding-top: 20px; } }

/*# sourceMappingURL=show-news003.css.map */
