@import "../../plugins/layui/css/layui.css";
@import "./dx-header.css";
@import "./dx-footer.css";
@import "./dx-pagination.css";

/* 党建宣传所有 */

/** 案例征集 */
.Party-conduct {
  overflow: hidden;
}
.Party-conduct__content {
  list-style: none;
}
.Party-conduct__item {
  display: flex;
  justify-content: space-between;
  padding: 24px 0px 28px 0px;
  align-items: center;
  font-size: 16px;
}
.Party-conduct__item .date {
  color: rgba(175, 1, 8, 1);
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-right: 60px;
}
.Party-conduct__item .year {
  font-size: 12px;
  width: 16px;
  display: inline-block;
  word-wrap: break-word;
  margin-right: 6px;
}
.Party-conduct__item .title {
  width: 640px;
  line-height: 22px;
  flex: 1;
  margin-right: 60px;
}
.Party-conduct__item .author {
  color: #010101;
  width: 200px;
}
.Party-conduct__item .pay-btn {
  width: 150px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  border: 1px solid #AF0108;
}