.tit {
  display: flex;
  justify-content: space-between;
  margin-top: 3rem !important;
  margin-bottom: 2rem !important;
}
.tit .title {
  display: flex;
  justify-content: space-between;
}
.tit .title h1 {
  padding-top: 1.5rem;
  cursor: pointer;
  color: #000;
  font-size: 1rem;
  margin: 0 1.5rem;
  color: #9c9c9c;
  position: relative;
}
.tit .title h1::before {
  content: "";
  width: 0%;
  position: absolute;
  height: 1px;
  background-color: #a1ca22;
  bottom: 0;
  left: 0;
  transition: all 1s;
}
.tit .title h1::after {
  content: "";
  width: 1px;
  height: 1rem;
  background-color: #9c9c9c;
  position: absolute;
  right: -1.5rem;
}
.tit .title h1:last-of-type::after {
  display: none;
}
.tit .title .on {
  color: #000;
  font-size: 1rem;
}
.tit .title .on::before {
  width: 100%;
}
.content .con {
  display: none;
  flex-wrap: wrap;
}
.content .con a {
  width: calc(92% / 3);
  margin-right: 4%;
}
.content .con a .item {
  position: relative;
  margin-bottom: 3rem;
  cursor: pointer;
}
.content .con a .item .img {
  width: 100%;
  height: 12rem;
}
.content .con a .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .con a .item .text h1 {
  font-size: 1rem;
  font-weight: bold;
  line-height: 2;
  margin: 1rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.5s;
}
.content .con a .item .text .cen {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.5s;
  opacity: 1;
}
.content .con a .item .text .cen p {
  font-size: 1.1rem;
  color: #999;
}
.content .con a .item .text .cen .right {
  display: none;
}
.content .con a .item .text .cen .right span {
  padding-left: 1rem;
}
.content .con a .item .text p {
  font-size: 0.8rem;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 1s;
}
.content .con a .item .text .con {
  justify-content: space-between;
  align-items: center;
  display: flex;
  transition: all 1s;
  opacity: 0;
}
.content .con a .item .text .con p {
  font-size: 1.1rem;
  color: #999;
}
.content .con a .item .text .con .right span {
  padding-left: 1rem;
  color: #a1ca22;
}
.content .con a .item::after {
  content: "";
  width: 2px;
  height: 20%;
  position: absolute;
  background-color: #e6e6e6;
  top: 0;
  right: -1.5rem;
  transition: all 1s;
}
.content .con a .item::before {
  content: "";
  width: 2px;
  height: 0%;
  position: absolute;
  background-color: #a1ca22;
  top: 0;
  right: -1.5rem;
  transition: all 1s;
}
.content .con a .item:hover .text h1 {
  color: #a1ca22;
}
.content .con a .item:hover::after {
  height: 100%;
}
.content .con a .item:hover::before {
  height: 30%;
  z-index: 2;
}
.content .con a .item:hover p {
  transform: translateY(-2rem);
}
.content .con a .item:hover .cen {
  opacity: 0;
  transform: translateY(-1rem);
}
.content .con a .item:hover .con {
  display: flex;
  transform: translateY(-1rem);
  opacity: 1;
}
.content .con a .item:hover .con p {
  transform: translateY(0);
}
.content .con a:nth-of-type(3n) {
  margin-right: 0;
}
.content .con.on {
  display: flex;
}
.paged {
  margin-top: 1rem !important;
}
@media screen and (max-width: 768px) {
  .tit {
    display: block;
  }
  .tit .main-title {
    text-align: center;
  }
  .tit .title {
    margin-top: 1rem;
    justify-content: center;
  }
  .tit .title .on {
    padding-top: 0;
    padding-bottom: 1rem;
  }
  .tit .title h1 {
    padding-top: 0;
  }
  .content .con.on {
    display: block;
  }
  .content .con.on a .item {
    width: 100%;
    display: flex;
    margin-right: 1rem;
    align-items: center;
    margin-bottom: 2rem;
  }
  .content .con.on a .item::before {
    display: none;
  }
  .content .con.on a .item::after {
    display: none;
  }
  .content .con.on a .item a {
    width: 40%;
    flex-shrink: 0;
  }
  .content .con.on a .item a .img {
    height: 8rem;
  }
  .content .con.on a .item .text {
    padding: 0 2%;
  }
  .content .con.on a .item .text h1 {
    margin: 0 0;
    font-size: 0.9rem;
  }
  .content .con.on a .item .text .con {
    display: none;
  }
  .content .con.on a .item .img {
    width: 40%;
    height: 8rem;
    flex-shrink: 0;
    margin-left: 2%;
  }
  .content .con.on a .item:hover .con {
    transform: translateY(-2rem);
  }
}
