.news-layout {
  width: 1210px;
  margin: 0 auto;
  margin-top: 50px;
}

.news-board {
  width: 780px;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 30px #ccc;
}

.news-layout .news-board{
  margin: 0 !important;
}
.more-item-img{
  width: 240px;
}
.news-title {
  font-size: 24px;
  font-weight: 400;
  color: rgba(51, 51, 51, 1);
}

.news-board .news-tips {
  margin: 0 auto;
  margin-top: 20px;
}

.news-tips .tip-item {
  position: relative;
  padding-left: 30px;
  margin-right: 20px;
}

.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;
}

.divide-line {
  box-sizing: border-box;
  width: 100%;
  padding: 0 50px;
  height: 1px;
  margin: 40px 0;
  background-color: #eee;
}

.news-board .article-img {
  margin: 40px 0;
}

.news-board .outline,
.news-board .article {
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  line-height: 30px;
}

/* 更多新闻 */
.more-news {
  width: 240px;
  padding: 30px;
  /* height: 840px; */
  margin-left: 20px;
  background-color: #fff;
}

.more-title {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
}

.more-title-en {
  font-size: 14px;
  color: #d9d9d9;
  margin-top: 10px;
}

.more-news .divide-line {
  padding: 0 30px;
  margin: 20px auto;
  margin-left: -30px;
}

.more-news .more-item {
  display: inline-block;
  padding: 30px 0;
  border-bottom: 1px solid #ededed;
  cursor: pointer;
}

.more-news .more-item:last-child {
  border: 0 none;
}

.more-item-title {
  margin-top: 20px;
  color: #333;
}<!--耗时1753005207.2449秒-->