.news-board {
  width: 1040px;
  /*height: 1360px;*/
  padding: 80px 120px;
  margin: 52px auto;
  background-color: #fff;
  box-shadow: 0 0 30px #ccc;
  justify-content: flex-start;
}

.news-item {
  margin: 40px 0;
  cursor: pointer;
}

.news-content {
  margin-left: 30px;
}

.news-title {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
}

.news-desc {
  height: 60px;
  margin-top: 26px;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}

.news-tips {
  margin-top: 19px;
}

.news-tips .tip-item {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
  font-size: 16px;
}

.news-tips .tip-read::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-color: red;
  background: url("/themes/quick_start/public/assets/images/eyes.png") no-repeat center center;
}

.news-tips .tip-date::before {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 14px;
  background-color: red;
  background: url("/themes/quick_start/public/assets/images/clock.png") no-repeat center center;
}

#pagi {
  margin-top: 170px;
}<!--ºÄÊ±1753003772.1638Ãë-->