.scallop-banner {
  width: 100%;
  height: 70px;
  background-color: #6fa6ee;
  margin-top: 0;
  -webkit-mask: radial-gradient(circle at 50% 100%, transparent 20px, #000 21px) 0 0 / 40px 100%;
  mask: radial-gradient(circle at 50% 100%, transparent 20px, #000 21px) 0 0 / 40px 100%;
}
.pub-list {
  max-width: 860px;
  margin: 0 auto;
  padding: 40px 40px 60px;
}

.pub-item {
  margin-bottom: 28px;
}

.pub-item p {
  font-size: 16px;
  line-height: 1.6;
  color: #111;
  margin: 0;
}

.pub-item a {
  color: #2f59df;
  text-decoration: none;
}

.pub-item a:hover {
  color: #e61d89;
}