   .section5 {
       position: relative;
       padding: 145px 75px;
   }

   .Box5 {
       position: relative;
       width: 100%;
       height: 680px;
       display: flex;
       justify-content: space-between;
   }

   .Box5List {
       width: 350px;
       height: 100%;
       background: url(/assets/images/bj1.png) no-repeat center;
       background-size: cover;
       background-color: #F9FAFA;
       border-radius: 0px 0px 0px 20px;
       position: relative;
       z-index: 3;
       display: flex;
       flex-direction: column;
   }

   .list5 {
       padding-left: 75px;
       height: 100%;
       border-bottom: 1px solid #E8E8E8;
       position: relative;
       display: flex;
       flex-direction: column;
       justify-content: center;
   }

   .list5 i {
       display: none;
       color: #000;
       position: absolute;
       left: calc(100% - 6px);
   }

   .list5.cur {
       background: var(--jb);
   }

   .list5.cur i {
       display: block;
       color: #00c562;
   }

   .list5.cur * {
       color: #fff;
   }

   .list5:last-child {
       border-bottom: 0px;
       border-radius: 0px 0px 0px 20px;
   }

   .list5 h1 {
       font-weight: 700;
       font-size: 22px;
       line-height: 1;
       color: #848484;
   }

   .list5 h2 {
       font-weight: 700;
       font-size: 14px;
       line-height: 1;
       text-transform: capitalize;
       color: #C0C0C0;
       margin-top: 10px;
   }



   .Box5item {
       width: calc(100% - 365px);
       overflow: hidden;
       border-radius: 0px 20px 20px 0px;
   }

   .item5 {
       width: 100%;
       height: 100%;
       display: none;
   }

   .item5 img {
       width: 100%;
       height: 100%;
       object-fit: cover;
   }

   .item5.cur {
       display: block;
   }

   @media (max-width: 1600px) {
       .Box5 {
           height: 560px;
       }
   }

   @media (max-width:1440px) {
       .section5 {
           position: relative;
           padding: 90px 75px;
       }

       .Box5List {
           width: 250px;
       }

       .Box5item {
           width: calc(100% - 265px);
           overflow: hidden;
       }

       .list5 {
           padding-left: 45px;
       }
   }

   @media (max-width:1200px) {
       .section5 {
           position: relative;
           padding: 60px 45px;
       }

       .Box5 {
           height: auto;
           flex-wrap: wrap;
       }

       .Box5List {
           width: 100%;
           background: none;
           display: flex;
           flex-direction: row;
       }

       .list5 {
           background-color: #F9FAFA;
           border: 0px;
           margin: 3px;
           padding: 15px;
           align-items: center;
       }

       .list5 h1 {
           font-size: 18px;
       }

       .list5 h2 {
           text-align: center;
       }

       .list5 i {
           left: auto;
           top: calc(100% - 9px);
           transform: rotate(90deg);
           color: #00a453 !important;
       }

       .Box5item {
           width: 100%;
           overflow: hidden;
           border-radius: 0px 0px 20px 20px;
       }
   }

   @media (max-width:992px) {
       .section5 {
           padding: 60px 0;
       }

       .list5 h1 {
           font-size: 16px;
           font-weight: 100;
       }

       .list5 h2 {
           font-size: 12px;
           font-weight: 100;
       }

       .list5:last-child {
           border-bottom: 0px;
           border-radius: 0px 0px 0px 0;
       }
   }

   @media (max-width:720px) {
       .list5 i {
           display: none !important;
       }

       .Box5List {
           display: flex;
           flex-wrap: wrap;
           justify-content: space-between;
       }

       .list5 {
           margin: 5px 0;
           width: calc(33.333% - 5px);
       }
   }

   @media (max-width:460px) {
       .list5 {
           width: calc(50% - 5px);
       }
   }