html,body{
  height: auto;
}
.xly {
  background-color: #efefef;
  padding: 30px 30px 0;
}
.xly-item {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.xly-item a {
  display: block;
  position: relative;
}
.list-item {
  padding: 0 15px;
}
.list-title {
  padding: 20px 0;
  font-size: 28px;
  border-bottom: 1px solid #efefef;
}
.list-say {
  padding: 20px 0;
  font-size: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
