.list-leader {
  display: flex;
  flex-wrap: wrap;
}
.list-leader .item {
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 0.3rem;
  cursor: pointer;
}
.list-leader .item:nth-of-type(10n + 9) {
  margin-right: 0;
}
.list-leader .item figure {
    width: 100%;
  margin: auto;
}
.list-leader .item figure img {
    width: 100%;
    height: 2.4rem;
    object-fit: cover;
}
.list-leader .item figure .level {
  position: absolute;
  right: -5px;
  bottom: -5px;
  width: 100px;
  height: 50px;
  font-size: 16px;
  color: #ffffff;
  background: #003f87;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 5px 0 5px 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
.list-leader .item h4 {
  margin-bottom: 10px;
}
.list-leader .item .under {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  width: 44px;
  height: 2px;
  background: #bdd7ee;
  opacity: 0.5;
  margin: 0 auto;
}
.list-leader .item:hover h4 {
  font-weight: bold;
}
.list-leader .item:hover .under {
  background-color: #0071c6;
  opacity: 1;
  width: 88px;
}
.list-leader .modal-content {
  position: relative;
  border-radius: 20px;
}
.list-leader .modal-content .icon-btn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.list-leader .modal-content .border ul li {
  list-style-type: disc;
}
@media screen and (max-width: 1350px) {
  .list-leader .item:nth-of-type(10n + 9) {
    margin-right: 2.6%;
  }
  .list-leader .item {
    width: 23%;
    margin-right: 2.6%;
  }
  .list-leader .item:nth-of-type(8n + 7) {
    margin-right: 0%;
  }
  .list-leader .item figure img {
      height: 2.8rem;
  }
}
@media screen and (max-width: 1100px) {
  .list-leader .item:nth-of-type(10n + 9) {
    margin-right: 3.5%;
  }
  .list-leader .item:nth-of-type(8n + 7) {
    margin-right: 3.5%;
  }
  .list-leader .item {
    width: 31%;
    margin-right: 3.5%;
  }
  .list-leader .item:nth-of-type(6n + 5) {
    margin-right: 0%;
  }
    .list-leader .item figure img {
        height: 3.47rem;
    }
}
@media screen and (max-width: 1050px) {
    .list-leader .item figure img {
        width: 230px;
        height: 269px;
    }
}
@media screen and (max-width: 780px) {
  .list-leader .item:nth-of-type(10n + 9) {
    margin-right: 4%;
  }
  .list-leader .item:nth-of-type(8n + 7) {
    margin-right: 4%;
  }
  .list-leader .item:nth-of-type(6n + 5) {
    margin-right: 4%;
  }
  .list-leader .item {
    width: 48%;
    margin-right: 4%;
  }
  .list-leader .item:nth-of-type(4n + 3) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 520px) {
  .right>div:nth-child(1)> .list-leader .item:nth-child(5)::before {
    display: none;
  }
  .list-leader .item:nth-of-type(10n + 9) {
    margin-right: 0%;
  }
  .list-leader .item:nth-of-type(8n + 7) {
    margin-right: 0%;
  }
  .list-leader .item:nth-of-type(6n + 5) {
    margin-right: 0%;
  }
  .list-leader .item {
    width: 100%;
    margin-right: 0%;
  }
  .list-leader .item figure img {
    width: auto;
    height: auto;
   min-width: 60%;
    max-width: 300px;
  }
}
