:root {
  --header-height: 83px; }

.banner {
  margin-top: var(--header-height); }
  .banner img {
    max-height: 624px;
    width: 100%;
    height: auto;
    object-fit: cover; }

.content {
  margin: 55px 0px 40px 0px; }
  .content .introduce {
    margin-bottom: 50px; }
    .content .introduce .content-item {
      margin-bottom: 20px; }
      .content .introduce .content-item .page-content-title {
        margin-bottom: 31px; }
        .content .introduce .content-item .page-content-title h3 {
          font-size: 16px;
          font-style: italic;
          position: relative; }
          .content .introduce .content-item .page-content-title h3 span {
            background-color: white;
            padding-right: 10px; }
          .content .introduce .content-item .page-content-title h3::after {
            position: absolute;
            content: '';
            width: 100%;
            height: 1px;
            border: 1px solid #336699;
            background-color: #336699;
            z-index: -1;
            top: 10px;
            right: 0; }
      .content .introduce .content-item .page-content .page-content-item {
        display: flex;
        align-items: center;
        margin-bottom: 11px; }
        .content .introduce .content-item .page-content .page-content-item .li-item-icon {
          background-color: #336699;
          font-size: 11.44px;
          height: 22.1px;
          width: 22.1px;
          margin-right: 9.1px;
          border-radius: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
          .content .introduce .content-item .page-content .page-content-item .li-item-icon i {
            color: white; }
        .content .introduce .content-item .page-content .page-content-item .li-item-content {
          font-size: 13px; }
  .content .our-partner {
    margin-bottom: 40px; }
    .content .our-partner .title {
      margin-bottom: 20px; }
      .content .our-partner .title h3 {
        font-family: 'Antic Slab';
        font-size: 16px;
        font-style: italic;
        position: relative;
        text-align: center;
        font-weight: 600; }
        .content .our-partner .title h3 span {
          background-color: white;
          padding: 0px 45px; }
        .content .our-partner .title h3::after {
          position: absolute;
          content: '';
          width: 100%;
          height: 1px;
          border: 1px solid #336699;
          background-color: #336699;
          z-index: -1;
          top: 10px;
          right: 0; }
