.container-title {
  margin-top: 6.5333vw;
  text-align: center;
  font-size: 2.9333vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.container-subtitle {
  margin-top: 1.3333vw;
  text-align: center;
  font-size: 1.6vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
}

.container {
  margin: 0 0.4rem 0.8rem 0.4rem;
}

.selecttype {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 4vw;
}

.selecttype > ul > li {
  text-align: center;
  display: inline-block;
  font-size: 2.6667vw;
  /* font-family:PingFang-SC-Regular; */
  font-weight: 400;
  color: #606060;
  border: 0.013333rem solid #002a5c;
  margin: 0vw 1.9792vw;
  padding: 1.3333vw 3.3333vw;
}

.select {
  color: #ffffff;
  background: #002a5c;
}

.welfare-list {
  display: flex;
  flex-direction: column;
  margin-top: 5.3333vw;
}

.welfare-list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.welfare-list-item .item-image {
  width: 100%;
  height: auto;
}

.welfare-list-item .item-image img {
  width: 100%;
  height: auto;
}

.welfare-item-image {
  display: block;
  width: 100%;
}

.welfare-item-title {
  margin-top: 5.7333vw;
  font-size: 4vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
}

.welfare-item-line {
  margin-top: 4vw;
  display: block;
  width: 8vw;
  height: 0.2667vw;
}

.welfare-item-desc {
  margin-top: 4vw;
  font-size: 2.6667vw;
  line-height: 0.506667rem;
  font-family: PingFang-SC-Regular;
  font-weight: 400;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.welfare-item-more {
  margin: 7.3333vw 0;
  display: block;
  width: 1.866667rem;
  height: 0.666667rem;
}

.item-image {
  position: relative;
}

.welfare-date {
  position: absolute;
  right: 4vw;
  bottom: -6.4vw;
  width: 14vw;
  height: 12.8vw;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: white;
  text-align: center;
}

.welfare-date > .year {
  margin-top: 1.3333vw;
  font-size: 5.3333vw;
  font-family: PingFang-SC-Bold;
  font-weight: bold;
  color: #b61c22;
}

.welfare-date > .date {
  margin-top: 1.3333vw;
  font-size: 1.8667vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #b61c22;
}

.loadmore {
  text-align: center;
  font-size: 2.6667vw;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #959595;
  margin-bottom: 8.8vw;
}

.NEWS_SCHOOL_img {
  width: 100%!important;
  height: auto!important;
}

.NEWS_SCHOOL_img img {
  width: 100%!important;
  height: auto!important;
}