.main-body {
  padding: 4rem 0;
}

.news-list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 2px solid #aaa;
  padding: 1.125rem 0;
  padding-left: 4rem;
  color: #000;
}
.news-list .item:first-child {
  border-top: 2px solid #aaa;
}
.news-list .item .title-image {
  position: relative;
  width: 25%;
}
.news-list .item .title-image::before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 0;
  padding-bottom: 56.9491525424%;
}
.news-list .item .title-image > * {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.news-list .item .title-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-list .item .body {
  display: flex;
  align-items: start;
  justify-content: space-between;
  align-self: stretch;
  flex-direction: column;
  padding: 1rem 0;
  margin-left: 2rem;
  flex-grow: 1;
}
.news-list .item .body .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #000;
  margin-bottom: 1rem;
}
.news-list .item .body .text {
  flex-grow: 1;
  font-size: 1rem;
  color: #666;
  max-width: 500px;
}
.news-list .item .body .date {
  font-size: 1rem;
  color: #666;
  margin-bottom: 0;
}
.news-list .item .goto {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
}
.news-list .item .goto .icon-box {
  background: url("/assets/images/btn_black_jiantou.png") no-repeat center;
  background-size: 100%;
  width: 35px;
  height: 35px;
}
.news-list .item:hover {
  color: unset;
  font-weight: unset;
}
.news-list .item:hover .title {
  color: rgb(1, 147, 222);
}
.news-list .item:hover .goto .icon-box {
  background-image: url("/assets/images/btn_black_jiantou2.png");
}

.pagination {
  padding-top: 15px;
  padding-left: 4rem;
}
.pagination .num {
  font-size: 1.4rem;
}

/*# sourceMappingURL=news.css.map */
