.common_banner {
  height: unset; }

.section {
  background: #F7F7F8;
  padding: 40px 0 93px; }
  .section .wrap .control {
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #FFF;
    margin-bottom: 25px; }
    .section .wrap .control .control_top {
      padding: 16px 24px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      display: flex; }
      .section .wrap .control .control_top .h5 {
        color: #0454F4;
        font-size: 18px;
        font-weight: 600;
        position: relative; }
        .section .wrap .control .control_top .h5:after {
          content: "";
          width: 100%;
          height: 2px;
          position: absolute;
          background: #0454F4;
          bottom: -17px;
          left: 0; }
    .section .wrap .control .control_bottom {
      padding: 20px 24px; }
      .section .wrap .control .control_bottom .links {
        display: flex;
        gap: 23px;
        flex-wrap: wrap; }
        .section .wrap .control .control_bottom .links a {
          display: flex;
          align-items: center;
          height: 32px;
          border-radius: 4px;
          padding: 0 14px;
          color: #333;
          font-size: 16px;
          font-weight: 400;
          transition: 0.6s; }
          .section .wrap .control .control_bottom .links a:hover {
            color: #0454F4; }
          .section .wrap .control .control_bottom .links a.on {
            font-weight: bold;
            color: #FFFFFF;
            background: #0454F4; }
  .section .wrap .list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 26px; }
    .section .wrap .list .item {
      display: block;
      width: 340px;
      border-radius: 8px;
      background: #FFF;
      overflow: hidden; }
      .section .wrap .list .item .img {
        width: 100%;
        height: 191px;
        overflow: hidden; }
        .section .wrap .list .item .img img {
          display: block;
          width: 100%;
          height: 100%;
          transition: 3s; }
      .section .wrap .list .item .item_bottom {
        padding: 8px 12px 13px; }
        .section .wrap .list .item .item_bottom .item_bottom_h5 {
          color: #333;
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 6px; }
        .section .wrap .list .item .item_bottom .flex {
          display: flex;
          justify-content: space-between; }
          .section .wrap .list .item .item_bottom .flex .label {
            display: flex;
            align-items: center;
            height: 25px;
            border-radius: 4px;
            border: 1px solid #E4E4E7;
            background: rgba(247, 247, 248, 0.5);
            color: #666;
            font-size: 12px;
            font-weight: 400;
            padding: 0 6px; }
          .section .wrap .list .item .item_bottom .flex .btn {
            display: flex;
            align-items: center;
            height: 25px;
            border-radius: 4px;
            border: 1px solid #0454F4;
            background: rgba(247, 247, 248, 0.5);
            color: #0454F4;
            font-size: 12px;
            font-weight: 400;
            padding: 0 13px;
            transition: 0.6s; }
      .section .wrap .list .item:hover .img img {
        transform: scale(1.1); }
      .section .wrap .list .item:hover .item_bottom .flex .btn {
        background: #0454F4;
        color: #FFFFFF; }
