.reserch ul.tab {
  width: 80%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 30px;
  list-style: none;
  font-size: 2rem;
  position: relative;
  z-index: 80;
}
@media screen and (max-width: 1024px) {
  .reserch ul.tab {
    gap: 0;
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .reserch ul.tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
.reserch ul.tab a {
  background-color: #FFEFF2;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  box-sizing: border-box;
  color: #666666;
}
.reserch ul.tab a i {
  margin-right: 10px;
}
@media screen and (max-width: 1024px) {
  .reserch ul.tab a {
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
  }
}
@media screen and (max-width: 768px) {
  .reserch ul.tab a {
    width: 50%;
  }
}
.reserch ul.tab a.active {
  background-color: #D6909D;
  color: #ffffff;
}
.reserch ul.tab a:hover {
  background-color: #D6909D;
  color: #ffffff;
}

.year {
  display: flex;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
.year a {
  display: block;
  background-color: #edeafc;
  color: #000;
  padding: 10px 15px;
  margin: 10px;
  border-radius: 5px;
}
.year a:hover {
  background-color: #D6909D;
}

.reseach {
  font-size: 1.5rem;
  list-style-type: decimal-leading-zero;
  padding-left: 0;
  width: 80%;
  margin: 20px auto;
}
.reseach li {
  margin: 10px 0;
  line-height: 1.5;
}

.y2025 .select2025 {
  background-color: #D6909D !important;
  color: white;
}

.y2024 .select2024 {
  background-color: #D6909D !important;
  color: white;
}

.y2023 .select2023 {
  background-color: #D6909D !important;
  color: white;
}

.y2022 .select2022 {
  background-color: #D6909D !important;
  color: white;
}

.y2021 .select2021 {
  background-color: #D6909D !important;
  color: white;
}

.y2020 .select2020 {
  background-color: #D6909D !important;
  color: white;
}

.y2019 .select2019 {
  background-color: #D6909D !important;
  color: white;
}

.y2018 .select2018 {
  background-color: #D6909D !important;
  color: white;
}

.y2017 .select2017 {
  background-color: #D6909D !important;
  color: white;
}

.y2016 .select2016 {
  background-color: #D6909D !important;
  color: white;
}

.y2015 .select2015 {
  background-color: #D6909D !important;
  color: white;
}

.y2014 .select2014 {
  background-color: #D6909D !important;
  color: white;
}/*# sourceMappingURL=reserch.css.map */