/* 面包屑 */
.banner-info .banner-info-breadcrumb {
    position: absolute;
    top: 15px;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  /*  */

  .main_body {
    padding-bottom: 77px !important;
    display: block !important;
  }
  .e-more__wrapper {
    padding-top: 65px;
  }
  .e-more-header {
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
  }
  .e-more-header__right {
    font-size: 17px;
    font-weight: bold;
  }
  .e-more-header__left {
    font-size: 14px;
    color: #005096;
    font-weight: bold;
    cursor: pointer;
  }
  .e-more-content ul {
    display: flex;
  }
  .e-more-content ul li {
    width: 33.3%;
  }
  .e-more-content ul li:nth-child(2) {
    margin: 0 15px;
  }
  .e-more-content ul li img {
    width: 100%;
    height: 220px;
    object-fit: cover;
  }
  .e-more-content ul li .issuer {
    color: #005096;
    font-size: 12px;
    margin-top: 22px;
    font-weight: bold;
  }
  .e-more-content ul li .title {
    color: #333333;
    font-size: 16px;
    margin-top: 14px;
  }