/* CSS Document */
.newsList .item .Img .dateBox, .newsList .item .Img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.newsInfoBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
}
.newsInfoBox .dateBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.newsInfoBox .dateBox .year {
  font-size: 14px;
  color: #aaaaaa;
}
.newsInfoBox .dateBox .month {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding-right: 13px;
  position: relative;
}
.newsInfoBox .dateBox .month::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffb1a2;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsInfoBox .dateBox .date {
  font-size: 18px;
  font-weight: 700;
}
.newsInfoBox .classBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 1180px) {
  .newsInfoBox .classBox {
    margin: 0;
  }
}
.newsInfoBox .classBox .title {
  padding-right: 20px;
}
.newsInfoBox .classBox .classTitle {
  padding: 0 20px;
  position: relative;
}
.newsInfoBox .classBox .classTitle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #c9c9c9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.newsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.newsList .newsItem {
  width: 33.3333333333%;
  padding: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1180px) {
  .newsList .newsItem {
    width: 50%;
  }
}
@media (max-width: 640px) {
  .newsList .newsItem {
    width: 100%;
  }
}
.newsList .item {
  max-width: 470px;
}
@media (min-width: 1181px) {
  .newsList .item:hover .Img img {
    -webkit-filter: brightness(80%);
            filter: brightness(80%);
  }
  .newsList .item:hover .Img .dateBox {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
  }
}
.newsList .item .Img {
  position: relative;
}
.newsList .item .Img img {
  border-radius: 20px;
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.newsList .item .Img .dateBox {
  position: absolute;
  bottom: -25px;
  right: 20px;
  z-index: 2;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.newsList .item .Img .dateBox .year {
  font-size: 14px;
  color: #aaaaaa;
}
.newsList .item .Img .dateBox .month {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  padding-bottom: 13px;
  position: relative;
}
.newsList .item .Img .dateBox .month::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffb1a2;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.newsList .item .Img .dateBox .date {
  font-size: 18px;
  font-weight: 700;
}
.newsList .item .Txt {
  padding: 25px;
}
.newsList .item .Txt .classBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #333333;
}
@media (max-width: 1180px) {
  .newsList .item .Txt .classBox {
    margin: 0;
  }
}
.newsList .item .Txt .classBox .title {
  padding-right: 20px;
}
.newsList .item .Txt .classBox .classTitle {
  padding: 0 20px;
  position: relative;
}
.newsList .item .Txt .classBox .classTitle::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: #c9c9c9;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.newsList .item .Txt .textBox .title {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.5;
  margin: 10px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.newsList .item .Txt .textBox .text {
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}