/* 党建中心 */
.djzx-box {
  margin-bottom: 103px;
  width: 927px;
  /* height: 368px; */
}

.djzx-content {
  display: flex;
}

.djzx-content {
  display: flex;
  justify-content: space-between
}

.djzx-box ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  min-height: 819px;
}

.djzx-box ul li {
  width: 287px;
  height: 368px;
  margin-right: 32px;
  box-shadow: 0px 0px 25px 0px rgba(153,187,218,0.31);
  cursor: pointer;
  margin-bottom: 18px;
  position: relative;
}

.djzx-box ul li:nth-child(3n) {
  margin-right: 0;
}

.djzx-box ul li img {
  width: 287px;
  height: 215px;
  object-fit: cover; 
}

.djzx-box ul li .bottom {
  height: 153px;
  width: 100%;
  padding: 13px 24px 0px 25px;
  box-sizing: border-box;
}

.djzx-box ul li .bottom .time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #949494;
  margin-bottom: 12px;
}

.djzx-box ul li .bottom .title {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 16px;
  color: #404040;
  line-height: 30px;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2; /* 控制显示的行数 */
  text-overflow: ellipsis;
}

.djzx-box ul li .bottom .title-more {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.djzx-box ul li .bottom .title-more .more-text {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #BD1A2D;
  margin-right: 10px;
}

.djzx-box ul li .bottom .title-more .more-icon {
  width: 40px;
  height: 25px;
  display: inline-block;
  background-image: url(../images/ckxq_red.png);
  background-size: 100% 100%;
}

.djzx-box ul li:hover {
  box-shadow: 0px 0px 25px 0px #959595;
  border-radius: 0px 0px 0px 0px;
}

.djzx-box ul li:hover .bottom {
  background: #BD1A2D;
}

.djzx-box ul li:hover .bottom .time {
  color: rgba(255,255,255,0.6);
}

.djzx-box ul li:hover .bottom .title {
  color: #FFFFFF;
}

.djzx-box ul li:hover .bottom .title-more .more-text {
  color: #FFC766;
}

.djzx-box ul li:hover .bottom .title-more .more-icon {
  background-image: url(../images/ckxq_yellow.png);
}