@charset "UTF-8";

.excellent .year {
  overflow: hidden;
  margin-bottom: 0px;
  margin-top: 100px;
}
.excellentSlide .item {
  width: 24.05%;
  height: 0;
  padding-bottom: 24.05%;
}
.excellentSlide .item:nth-child(4n) {
  margin: 0 0 1.25% 0;
}
.excellentSlide .item:nth-child(5n) {
  margin: 0 1.25% 1% 0;
}
.excellentSlide .item .pic {
  width: 100%;
  background-color: #000;
}
.excellentSlide .item .pic img {
  position: absolute;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  margin: auto;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 800px) {
  .excellentSlide .item {
    width: 49%;
    height: auto;
    padding-bottom: 0;
    margin: 0 2% 2% 0;
  }
  .excellentSlide .item .pic {
    height: 0;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
  }
}
