.publicity-list-wrap {
  background: #F7F7F7;
  padding: 60px 0;
}
.publicity-list-wrap li + li {
  margin-top: 20px;
}
.publicity-list-wrap a {
  display: flex;
  align-items: center;
  padding: 26px 0;
  background: #fff;
  transition: background .3s ease;
}
.publicity-list-wrap a .head {
  padding: 35px 60px;
  margin-right: 60px;
  border-right: 1px solid #ddd;
  text-align: right;
}
.publicity-list-wrap a .content {
  flex: 1;
  width: 0%;
  padding-right: 60px;
}
.publicity-list-wrap a h2 {
  margin: 35px 0 0;
  font-size: 24px;
  color: #333;
  position: relative;
}
.publicity-list-wrap a h2::after {
  content: "";
  position: absolute;
  top: -20px;
  right: 0;
  width: 21px;
  height: 3px;
  background: var(--main-color);
}
.publicity-list-wrap a h3 {
  margin: unset;
  font-size: 18px;
  color: #333;
}
.publicity-list-wrap a small {
  color: #999;
}
.publicity-list-wrap a p {
  margin: 16px 0;
  font-size: 14px;
  line-height: 1.8;
  height: 76px;
  color: #666;
}
.publicity-list-wrap a span {
  font-size: 18px;
  color: #999;
}
.publicity-list-wrap a:hover {
  background: var(--main-color);
}
.publicity-list-wrap a:hover h2::after {
  background: #fff;
}
.publicity-list-wrap a:hover h2,
.publicity-list-wrap a:hover h3,
.publicity-list-wrap a:hover small,
.publicity-list-wrap a:hover p,
.publicity-list-wrap a:hover span {
  color: #fff;
}



@media screen and (max-width: 640px) {
  .publicity-list-wrap {
    padding: 50px 0 0;
  }
  .publicity-list-wrap a {
    display: block;
  }
  .publicity-list-wrap a .head {
    margin: unset;
    border-right: unset;
    display: flex;
    padding: 0 20px 10px;
  }
  .publicity-list-wrap a h2 {
    font-size: 12px;
    color: #666;
    margin: 0 0 0 5px;
  }
  .publicity-list-wrap a h2::after {
    display: none;
  }
  .publicity-list-wrap a .content {
    width: unset;
    padding: 0 15px 15px;
  }
}
