body {
  background: #F3F4F8; }

.section {
  padding: 120px 0 59px; }
  .section .wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .section .wrap .l {
      width: 260px;
      position: sticky;
      position: -webkit-sticky;
      top: 100px; }
      .section .wrap .l .title {
        font-family: 'Handel Gothic BT';
        font-weight: 400;
        font-size: 24px;
        color: #004178;
        text-transform: uppercase;
        margin-bottom: 12px; }
      .section .wrap .l .select_box .item {
        border-bottom: 1px solid #D9DBE3; }
        .section .wrap .l .select_box .item.item_active .block:after {
          transform: scaleX(1); }
        .section .wrap .l .select_box .item.item_active .block .icon {
          transform: rotate(90deg); }
        .section .wrap .l .select_box .item .block {
          display: flex;
          align-items: center;
          gap: 0 20px;
          padding: 14px 0;
          position: relative;
          cursor: pointer; }
          .section .wrap .l .select_box .item .block:after {
            content: "";
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #D9DBE3;
            transform: scaleX(0);
            transform-origin: left;
            transition: 1s; }
          .section .wrap .l .select_box .item .block .icon {
            display: block;
            width: 16px;
            transition: 0.6s; }
          .section .wrap .l .select_box .item .block p {
            width: 220px;
            font-weight: 400;
            font-size: 16px;
            color: #004178;
            text-transform: capitalize;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
        .section .wrap .l .select_box .item .none {
          display: none;
          padding: 10px 0 10px 37px; }
          .section .wrap .l .select_box .item .none a {
            display: block;
            font-weight: 400;
            font-size: 16px;
            color: #004178;
            line-height: 45px;
            padding: 0 0 0 17px;
            position: relative; }
            .section .wrap .l .select_box .item .none a:after {
              content: "";
              width: 7px;
              height: 2px;
              background: #D9DBE3;
              border-radius: 2px;
              position: absolute;
              left: 0;
              top: 50%;
              transform: translateY(-50%);
              transition: 0.6s; }
            .section .wrap .l .select_box .item .none a:hover:after, .section .wrap .l .select_box .item .none a.on:after {
              background: #004178; }
    .section .wrap .r {
      width: 1180px; }
      .section .wrap .r form {
        width: 512px;
        height: 42px;
        border-radius: 4px;
        border: 1px solid #D9DBE3;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 19px 0 0;
        margin-bottom: 20px; }
        .section .wrap .r form input {
          padding: 0 20px;
          width: 460px;
          height: 100%;
          background: unset;
          border: none;
          font-weight: 400;
          font-size: 16px;
          color: #111111; }
          .section .wrap .r form input::placeholder {
            color: #999; }
        .section .wrap .r form button img {
          display: block;
          width: 16px; }
      .section .wrap .r .list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px; }
        .section .wrap .r .list .item {
          width: 380px;
          background: #FFFFFF;
          border-radius: 6px;
          padding: 40px 30px 32px;
          position: relative; }
          .section .wrap .r .list .item:after {
            content: "";
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #D9DBE3;
            pointer-events: none;
            border-radius: 6px;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0);
            transition: 0.6s; }
          .section .wrap .r .list .item .item_title {
            font-family: 'Handel Gothic BT';
            font-weight: 400;
            font-size: 20px;
            color: #004178;
            text-transform: uppercase;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis; }
          .section .wrap .r .list .item .item_text {
            margin: 15px 0 25px;
            font-weight: 400;
            font-size: 16px;
            color: #004178;
            line-height: 20px;
            height: 40px;
            -webkit-line-clamp: 2;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            overflow: hidden; }
          .section .wrap .r .list .item .item_label {
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .section .wrap .r .list .item .item_label .item_logo {
              width: 88px; }
              .section .wrap .r .list .item .item_label .item_logo img {
                display: block;
                width: 100%; }
            .section .wrap .r .list .item .item_label .label {
              display: flex;
              align-items: center;
              gap: 0 7px; }
              .section .wrap .r .list .item .item_label .label .cir {
                width: 10px;
                height: 10px;
                border-radius: 50%; }
              .section .wrap .r .list .item .item_label .label p {
                font-weight: 400;
                font-size: 16px;
                color: #004178; }
          .section .wrap .r .list .item .item_img {
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 66px;
            margin: 39px 0 48px; }
            .section .wrap .r .list .item .item_img img {
              display: block; }
          .section .wrap .r .list .item .btns {
            display: flex;
            justify-content: space-between; }
            .section .wrap .r .list .item .btns .add, .section .wrap .r .list .item .btns .more {
              width: 140px;
              height: 34px;
              background: #FFFFFF;
              border-radius: 20px 20px 20px 20px;
              border: 1px solid #004178;
              display: flex;
              align-items: center;
              justify-content: center;
              gap: 0 11px;
              transition: 0.6s;
              cursor: pointer; }
              .section .wrap .r .list .item .btns .add p, .section .wrap .r .list .item .btns .more p {
                font-weight: 400;
                font-size: 16px;
                color: #004178;
                transform: translateX(10px);
                transition: 0.6s; }
              .section .wrap .r .list .item .btns .add .icon, .section .wrap .r .list .item .btns .more .icon {
                display: block;
                width: 14px;
                transform: translateX(10px);
                transition: 0.6s; }
              .section .wrap .r .list .item .btns .add:hover, .section .wrap .r .list .item .btns .more:hover {
                background: #004178; }
                .section .wrap .r .list .item .btns .add:hover p, .section .wrap .r .list .item .btns .more:hover p {
                  color: #FFFFFF; }
                .section .wrap .r .list .item .btns .add:hover .icon, .section .wrap .r .list .item .btns .more:hover .icon {
                  filter: brightness(0) invert(1); }
            .section .wrap .r .list .item .btns .more p {
              transform: unset; }
            .section .wrap .r .list .item .btns .more .icon {
              width: 11px;
              transform: unset; }
          .section .wrap .r .list .item:hover:after {
            border: 1px solid transparent;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

.page {
  margin: 73px 0 0; }

/*# sourceMappingURL=proList.css.map */
