.news-banner img {
  width: 100%;
  height: 720px;
}

.box .item {
  width: 1400px;
  height: 380px;
  cursor: pointer;
  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: 487px;
  height: 335px;
}

.box .item .right {
  margin-left: 70px;
  display: flex;
  flex-direction: column;
  height: 270px;
  min-width: 788px;
  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: 0px;
  height: 170px;
  font-size: 16px;
  width: 766px;
  line-height: 31px;
  color: #000;
}

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