/** 教育学习栏目下所有css */
@import "../../plugins/layui/css/layui.css";
@import "./dx-header.css";
@import "./dx-footer.css";
@import "./dx-pagination.css";

.dx-nav__detail--gxsp, .dx-nav__detail--msjt, .dx-nav__detail--xckc {
  background: url("../images/bg-banner-6.png") no-repeat center center / cover;
}
.dx-nav__detail--xxxx {
  background: url("../images/bg-banner-7.png") no-repeat center center / cover;
}

/** 特殊处理 */
.edu-card .h44 {
  height: 44px;
}

.edu-card {
  display: flow-root;
}
.edu-card__content {
  display: flex;
  flex-wrap: wrap;
}
.edu-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;
}
.edu-card__item--person {
  height: 364px;
}
.edu-card__item:not(:nth-child(4n)) {
  margin-right: calc(4% / 3.6);
}

.edu-card__item .edu-card__item-hd .image {
  width: 288px;
  height: 180px;
}
.edu-card__item--person .edu-card__item-hd .image {
  height: 248px;
}
.edu-card__item .edu-card__item-bd {
  box-sizing: border-box;
  padding: 20px 25px 22px 25px;
}
.edu-card__item .edu-card__item-bd .title {
  font-size: 16px;
  font-weight: 500;
  color: rgba(26, 26, 26, 1);
  /*margin-top: 12px;*/
  max-width: 100%;
}
.edu-card__item .edu-card__item-bd .user-name {
  font-size: 22px;
  text-align: center;
  width: 100%;
  margin-top: 14px;
}
.edu-card__item .edu-card__item-bd .sub-title {
  font-size: 12px;
  color: rgba(68, 68, 68, 1);
  margin-top: 4px;
  display: inline-block;
  max-width: 100%;
}
.edu-card__item .edu-card__item-bd .introduce {
  text-align: center;
  width: 100%;
  margin-top: 0px;
}
.edu-card__item-bd .handle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.edu-card__item-bd .handle a {
  font-size: 14px;
  color: #AF0108;
}
.edu-card__item-bd .handle .date {
  color: rgba(68, 68, 68, 1);
}
.edu-card__item-bd .handle .view-num {
  color: rgba(139, 99, 101, 1);
  font-size: 14px;
  display: flex;
}
.edu-card__item-bd .view-num .image {
  width: 24px;
  height: 16px;
  margin-right: 4px;
}