.catholicUpcoming {
  width: 100%;
  min-width: 1050px;
  background: #F4F4F4;
  padding: 58px 0 60px;
}
.catholicUpcoming-main {
  width: 1050px;
  margin: 0 auto;
  /*display: flex;*/
  /*margin-bottom: 80px;*/
}
.catholicUpcoming-main-container {
  width: 506px;
  height: 513px;
  padding: 15px;
  background: #ffffff;
  position: relative;
  display: inline-block;
  margin: 8px 8px;
}
.catholicUpcoming-main-container:hover {
  background: #6EA63F;
}
.catholicUpcoming-main-container-tag {
  width: 100px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #BC9B73;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  font-style: normal;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.catholicUpcoming-main-container-content {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 12px 15px;
  flex-direction: column;
  justify-content: flex-end;
  background-size: cover;
  background-position: center;
  position: relative;
  gap: 12px;
}
.catholicUpcoming-main-container-content-title {
  height: 27px;
  font-family: SourceHanSansSC, SourceHanSansSC;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 27px;
  text-align: left;
  font-style: normal;
  z-index: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.catholicUpcoming-main-container-content-line {
  z-index: 1;
  display: flex;
  align-items: center;
}
.catholicUpcoming-main-container-content-line-item {
  width: 38px;
  height: 1px;
  border: 4px solid #BC9B73;
}
.catholicUpcoming-main-container-content-line-itemWhite {
  width: 100%;
  height: 2px;
  border: 1px solid #FFFFFF;
  opacity: 0.3;
}
.catholicUpcoming-main-container-content-desc {
  height: 36px;
  font-family: PingFangHK, PingFangHK;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 18px;
  text-align: justify;
  font-style: normal;
  z-index: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catholicUpcoming-main-container-content-time {
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
}
.catholicUpcoming-main-container-content-time-item {
  display: flex;
  height: 16px;
  font-family: PingFangHK, PingFangHK;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: justify;
  font-style: normal;
  align-items: center;
}
.catholicUpcoming-main-container-content-time-btn {
  width: 90px;
  height: 30px;
  background: #BC9B73;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: MicrosoftYaHei;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
  letter-spacing: 1px;
  text-align: left;
  font-style: normal;
}

.icon-arrow {
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.icon-time {
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  opacity: 0.7;
}
.dialog{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* 设置背景颜色为半透明黑色 */
  z-index: 9999; /* 设置 z-index 值确保遮罩层位于其他元素之上 */
  justify-content: center;
}
.content {
  position: absolute;
  top: 20%;
  left: 25%;
  z-index: 10000;
  background-color: #fff;
  width: 50%;
  height: 60%;
  padding: 1% 1% 5% 1%;
}
.dialog_img_item{
  width: 60%;
  height: 60%;
  margin-left: 20%;
  margin-top: 15%;
}
.content img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.content .off{
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  display: inline;
  color: #bac0c2;
  float: right;
  border: 1px solid #bac0c2;
  border-radius: 50%;
  cursor: pointer;
}