.news-list {
  list-style: none;
  padding: 0;
}
.news-list-item {
  padding: 0px 0;
}
@media (max-width: 991px) {
  .news-list-item {
    padding: 10px 0;
  }
}
.news-list-item > a {
  display: block;
  padding: 40px ;
  transition: all .5s;
}
.news-list-item > a.active,
.news-list-item > a:hover {
  background-color: #EEF2F5;
}
.news-list-item > a.active .media-body h5,
.news-list-item > a:hover .media-body h5 {
  color: #f80c0c;
}
.news-list-item > a.active .date,
.news-list-item > a:hover .date {
  background-color: #f80c0c;
}
.news-list-item .media-body .meta {
  color: #808080;
}
.news-list-item .media-body .meta-item {
  margin-right: 20px;
}
.news-list-item .media-body h5 {
  font-weight: bold;
  font-size: 21px;
  line-height: 31px;
  color: #373737;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-list-item .media-body .text {
  height: 50px;
  font-size: 16px;
  line-height: 28px;
  color: #8e8e8e;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list-item .media-body .more {
  margin-left: auto;
  width: 157px;
  line-height: 43px;
  border: solid 1px #aaaaaa;
  font-size: 18px;
  display: block;
  text-align: center;
  letter-spacing: 0px;
  color: #a0a0a0;
  transition: all .5s;
}
.news-list-item .media-body .more:hover {
  color: #29165B;
  border-color: #29165B;
}
@media (max-width: 576px) {
  .news-list-item .media-thumbnail {
    width: 100%;
  }
}
.news-list-item .date {
  width: 110px;
  height: 110px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #2071C2;
  box-sizing: content-box;
  text-align: center;
  transition: all .5s;
}
@media (max-width: 768px) {
  .news-list-item .date {
    display: none;
  }
}
.news-list-item .date .day {
  font-weight: bold;
  font-size: 44px;
  line-height: 1.2;
  color: #FFF;
}
.news-list-item .date .year {
  font-size: 14px;
  line-height: 22px;
  color: #FFF;
}
.newstransverse-list {
  list-style: none;
  padding: 0;
}
.newstransverse-list-item > a {
  overflow: hidden;
  display: block;
}
.newstransverse-list-item .date {
  z-index: 10;
  color: #FFF;
  position: absolute;
  background-color: #D5473B;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px;
}
.newstransverse-list-item .date .day {
  font-size: 24px;
  font-weight: bold;
}
/*# sourceMappingURL=partyBuilding.less.map */<!--ºÄÊ±1763856810.8247Ãë-->