.wenhua {
  position: relative;
}

.wenhua .wenhua1 {
  width: 1400px;
  height: 868px;
}

.wenhua .wenhua-txt {
  position: absolute;
  top: 0px;
  width: 880px;
  height: 100px;
  left: 500px;
  font-size: 16px;
  line-height: 28px;
}

.box .item {
  cursor: pointer;
  width: 1400px;
  height: 320px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
  margin-top: 13px;
  padding-left: 30px;
  padding-right: 30px;
}

.box .item .left img {
  width: 412px;
  height: 270px;
}

.box .item .right {
  margin-left: 70px;
  display: flex;
  flex-direction: column;
  height: 270px;
  min-width: 888px;
  justify-content: space-between;
}

.box .item .right .title {
  font-size: 30px;
  color: #000;
}

.box .item .right .time {
  position: relative;
  font-size: 16px;
  color: #878787;
}

.box .item .right .time::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../imgs/time-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
}

.box .item .right .time span {
  margin-left: 20px;
  line-height: 16px;
  display: block;
}

.box .item .right .content {
  padding-top: 20px;
  height: 170px;
  font-size: 18px;
  color: #000;
}

.box .item .right .more {
  background-image: url("../imgs/more-icon.png");
  background-size: cover;
  height: 12px;
  width: 68px;
  cursor: pointer;
}
