.main {
  margin-top: 0.45rem;
}
.part-header {
  width: 100%;
  min-height: 2.53rem;
  height: fit-content;
  overflow: hidden;
  background-image: url(https://nfcms-mainsiteoss.southcn.com/infoguangdong/__tpl_asset/columns/image/events-bg.jpg);
  background-size: 100% 100%;
  background-position: top center;
  position: relative;
}
.part-header .zi-info-gd {
  position: absolute;
  top: 0.24rem;
  right: 0;
  width: 5rem;
  z-index: 1;
}
.part-header .event-title {
  position: absolute;
  bottom: 0.24rem;
  right: 0;
  width: 3.35rem;
  height: 1.23rem;
  z-index: 2;
}
.part-header .header-container {
  width: 7.18rem;
  padding-top: 0.38rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}
.part-header .calender {
  width: fit-content;
  min-height: 2.2rem;
  height: fit-content;
  border: 2px solid #1976d291;
  border-bottom: 0;
  border-radius: 0.34rem 0.34rem 0 0;
  padding: 0.24rem 0.28rem;
  position: relative;
}
.part-header .calender .calendar-header {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.part-header .calender .calendar-title {
  font-size: 0.19rem;
  font-weight: bold;
  color: #1976d2;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 0 0.2rem;
  white-space: nowrap;
  width: fit-content;
  background: linear-gradient(to top, #d4eef7 0%, #cbeaf6 100%);
}
.part-header .calender .calendar-table .calendar-row {
  display: flex;
  column-gap: 0.1rem;
  row-gap: 0.01rem;
}
.part-header .calender .calendar-table .calendar-row > div {
  height: 0.3rem;
  width: 0.3rem;
  line-height: 0.3rem;
  text-align: center;
  font-size: 0.15rem;
  color: #999999;
  position: relative;
}
.part-header .calender .calendar-table .calendar-row > div:empty {
  background: none;
  cursor: default;
}
.part-header .calender .calendar-table .calendar-row > div:not(:empty):hover {
  background: #e3f0fc;
  border-radius: 50%;
  cursor: pointer;
}
.part-header .calender .calendar-table .calendar-row > div.actived {
  background: #1088ff;
  color: #fff;
  border-radius: 50%;
  font-weight: bold;
  box-shadow: 0 2px 8px #1976d244;
}
.part-header .calender .calendar-table .calendar-row > div.actived:hover {
  background: #1976d2;
}
.part-header .calender .calendar-table .calendar-weekdays > div {
  width: 0.3rem;
  height: 0.3rem;
  text-align: center;
  font-size: 0.15rem;
  color: rgba(77, 77, 77, 0.894);
}
.part-columns {
  margin-top: 0.21rem;
}
.part-columns .common-container {
  width: 6.67rem;
}
.part-columns .column-list {
  display: flex;
  column-gap: 0.6rem;
}
.part-columns .column-item {
  font-size: 0.13rem;
  color: #000000;
  padding-bottom: 0.06rem;
  cursor: pointer;
}
.part-columns .column-item.actived {
  font-weight: bold;
  border-bottom: 0.03rem solid #1088ff;
}
.part-list {
  margin: 0 auto;
  margin-top: 0.2rem;
  width: 6.67rem;
}
.part-list .article-item {
  background-color: #f5f5f5;
  margin-bottom: 0.31rem;
}
.part-list .article-item.item-Exhibition {
  border-top: 5px solid #8cb3fb;
}
.part-list .article-item.item-Onstage {
  border-top: 5px solid #fad719;
}
.part-list .article-item.item-Community {
  border-top: 5px solid #69e4ce;
}
.part-list .article-item.item-FestivalActivities {
  border-top: 5px solid #ff5a7b;
}
.part-list .article-item a {
  display: flex;
  column-gap: 0.31rem;
  padding-right: 0.3rem;
}
.part-list .article-item .breath {
  position: relative;
  width: 2.87rem;
  height: 1.61rem;
  flex-shrink: 0;
}
.part-list .article-item .info {
  padding-top: 0.1rem;
}
.part-list .article-item .info .title-box {
  height: 0.48rem;
}
.part-list .article-item .info .desc-box {
  height: 0.4rem;
}
.part-list .article-item .info .title {
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.15rem;
  color: #000000;
}
.part-list .article-item .info .desc {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 0.08rem;
  color: #000000;
}
.part-list .article-item .info .time {
  margin-top: 0.05rem;
}
.part-list .article-item .info .address {
  margin-top: 0.05rem;
}
.part-list .article-item .info .time,
.part-list .article-item .info .address {
  display: flex;
  align-items: center;
  column-gap: 0.12rem;
  font-size: 0.1rem;
  color: #151515;
}
.part-list .article-item .info .time .icon-clock,
.part-list .article-item .info .address .icon-clock {
  width: 0.11rem;
  height: 0.11rem;
}
.part-list .article-item .info .time .icon-address,
.part-list .article-item .info .address .icon-address {
  width: 0.09rem;
  height: 0.12rem;
}
.part-list .article-item .category-name {
  left: 0;
  top: 0;
  position: absolute;
  font-size: 0.1rem;
  z-index: 99;
  padding: 0 0.1rem 0.04rem;
  background: black;
  color: #ffffff;
  width: fit-content;
}
.part-list .article-item .category-name.category-Exhibition {
  background: #8cb3fb;
}
.part-list .article-item .category-name.category-Onstage {
  background: #fad719;
}
.part-list .article-item .category-name.category-Community {
  background: #69e4ce;
}
.part-list .article-item .category-name.category-FestivalActivities {
  background: #ff5a7b;
}
.empty {
  font-size: 0.15rem;
  color: #4a4b4c44;
  text-align: center;
  margin: 0.2rem auto 0.5rem;
}
