.title-section {
  height: 260px;
}
@media (max-width: 991px) {
  .title-section {
    height: 215px;
  }
}
@media (max-width: 767px) {
  .title-section h1 {
    width: 308px;
  }
}

.list-section {
  margin-top: 260px;
  margin-bottom: 80px;
}
.list-section .wrap:first-child .loading {
  display: none;
}
.list-section ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-section li {
  width: 31%;
  margin-bottom: 20px;
}
.list-section li:not(:nth-child(3n)) {
  margin-right: 3%;
}
.list-section li:nth-child(3n+2) {
  margin-top: 88px;
}
.list-section li:nth-child(3n+1) {
  margin-top: 40px;
}
.list-section li:nth-child(3n) {
  margin-top: 8px;
}
.list-section a {
  display: block;
}
@media (min-width: 768px) {
  .list-section a:hover .imgwrap img {
    bottom: 0px;
    right: 0px;
  }
}
.list-section .imgwrap {
  margin-bottom: 16px;
  position: relative;
  background-color: #001e6a;
  width: 100%;
  height: 0;
  padding-bottom: 62%;
}
.list-section .imgwrap img {
  width: 100%;
  position: absolute;
  bottom: 8px;
  right: 8px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.list-section .f18-m {
  margin-bottom: 4px;
  height: 25px;
  overflow: hidden;
}
.list-section .f16-r {
  height: 66px;
  overflow: hidden;
  color: #d9d9d9;
}
.list-section .wrap.is-animating .loading {
  display: none;
}
.list-section .loading {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-section .loading img {
  width: 64px;
  height: 64px;
}
@media (max-width: 991px) {
  .list-section {
    margin-top: 235px;
    margin-bottom: 40px;
  }
  .list-section li {
    width: 100%;
    margin-bottom: 48px;
  }
  .list-section li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-section li:nth-child(3n+2) {
    margin-top: 0;
  }
  .list-section li:nth-child(3n+1) {
    margin-top: 0;
  }
  .list-section li:nth-child(3n) {
    margin-top: 0;
  }
}