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

/* 案例选树所有css */
.dx-nav__detail--collect {
  background: url("../images/bg-banner-2.png") no-repeat center center / cover;
}
.dx-nav__detail--vote {
  background: url("../images/bg-banner-3.png") no-repeat center center / cover;
}
.dx-nav__detail--broadcasting {
  background: url("../images/bg-banner-4.png") no-repeat center center / cover;
}
.dx-nav__detail--bj1 {
  background: url("../images/bg-banner-8.png") no-repeat center center / cover;
}
.dx-nav__detail--bj2 {
  background: url("../images/bg-banner-9.png") no-repeat center center / cover;
}
.dx-nav__detail--bj3 {
  background: url("../images/bg-banner-10.png") no-repeat center center / cover;
}
.dx-nav__detail--bj4 {
  background: url("../images/bg-banner-11.png") no-repeat center center / cover;
}
.dx-nav__detail--bj5 {
  background: url("../images/bg-banner-12.png") no-repeat center center / cover;
}
/** 案例征集 */
.case-collect {
  overflow: hidden;
}
.case-collect__content {
  list-style: none;
}
.case-collect__item {
  display: flex;
  padding: 24px 0px 28px 0px;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
}
.case-collect__item .date {
  color: rgba(175, 1, 8, 1);
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 300;
  margin-right: 60px;
}
.case-collect__item .year {
  font-size: 12px;
  width: 16px;
  display: inline-block;
  word-wrap: break-word;
  margin-right: 6px;
}
.case-collect__item .title {
  line-height: 22px;
  margin-right: 60px;
  flex: 1;
}
.case-collect__item .author {
  color: #010101;
  width: 200px;
}

/** 案例投票&案例展播 将来样式有分歧时再把展播单独拎出去 */
.case-card {
  display: flow-root;
}
.case-card__content {
  display: flex;
  flex-wrap: wrap;
}
.case-card__item {
  width: 288px;
  height: 298px;
  background: #ffffff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}
.case-card__item:not(:nth-child(4n)) {
  margin-right: calc(4% / 3.6);
}

.case-card__item .case-card__item-hd .image {
  width: 288px;
  height: 180px;
  border: none;
}
.case-card__item .case-card__item-bd {
  box-sizing: border-box;
  padding: 0px 25px;
}
.case-card__item .case-card__item-bd .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  margin-top: 12px;
  display: block;
  width: 100%;
}
.case-card__item .case-card__item-bd .sub-title {
  font-size: 12px;
  color: rgba(68, 68, 68, 1);
  margin-top: 4px;
  display: block;
  width: 100%;
}
.case-card__item-bd .handle {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  align-items: center;
}
.case-card__item-bd .handle a {
  font-size: 14px;
  color: #AF0108;
}
.case-card__item-bd .handle .vote-num {
  font-size: 14px;
  color: #AF0108;
  display: flex;
}
.case-card__item-bd .handle span {
  align-self: center;
}
.case-card__item-bd .vote-num .image {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.case-card__item-bd .handle .view-num {
  color: rgba(139, 99, 101, 1);
  font-size: 14px;
  display: flex;
}
.case-card__item-bd .view-num .image {
  width: 24px;
  height: 16px;
	margin-right: 4px;
}
.case-card__item-bd .handle .vote-btn {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 100px;
  border: 1px solid #AF0108;
}