.main-1 {
  padding-top: 0 !important;
  background-color: #FAFAFA;
}
.main-1 .content1 {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(2, auto);
  gap: 1rem;
  margin-top: 4rem;
}
.main-1 .link {
  background-color: #fff;
}
.main-1 .link:first-of-type {
  grid-column-start: 1;
  grid-column-end: 3;
}
.main-1 .link .img {
  height: 14.2rem;
}
.main-1 .link .text {
  padding: 2rem 1.5rem;
}
.main-1 .link .text > p {
  color: #999;
}
.main-1 .link .text h6 {
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
  line-height: 1.2;
  max-height: 4.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.main-1 .link .text .o {
  display: flex;
  justify-content: space-between;
}
.main-1 .link .text .o span {
  color: #999;
}
.main-1 .link .text .o i {
  font-size: 1rem;
}
.main-1 .content2 {
  margin-top: 4rem;
  background-color: #fff;
  padding: 0 5rem;
}
.main-1 .content2 .t {
  padding: 2rem 0;
  border-bottom: 1px solid #ebebeb;
}
.main-1 .content2 .t h1 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 1rem;
}
.main-1 .content2 .t .time {
  display: flex;
  justify-content: center;
}
.main-1 .content2 .t .time p {
  margin: 0 2rem;
}
.main-1 .content2 .info {
  padding: 2rem 0;
}
.main-1 .content2 .info * {
  line-height: 2;
}
.main-1 .content2 .other {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 2rem 0;
  border-top: 1px solid #ebebeb;
}
.main-1 .content2 .other > a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .main-1 .content1 {
    grid-template-columns: repeat(1, 100%);
    gap: 1rem;
  }
  .main-1 .content1 .link:first-of-type {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  .main-1 .content2 {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .main-1 .content2 .t h1 {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .main-1 .content2 .t .time p {
    margin: 0 0.5rem;
  }
  .main-1 .content2 .other {
    flex-direction: column;
    padding: 1rem 0;
  }
  .main-1 .content2 .other p {
    margin-bottom: 1rem;
  }
  .main-1 .content2 .other > a {
    display: none;
  }
}
