.home .today-box {
  overflow-x: unset;
}
.home .today-intro .txt {
  position: relative;
  line-height: 30px;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  padding-bottom: 0;
}
.home .today-intro .txt:before {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 64px;
  height: 27px;
  background: linear-gradient(to right, rgba(232, 231, 232, 0.7) 0%, rgb(232, 231, 232) 100%);
}
.home .today-intro .txt.hide {
  max-height: 60px;
  overflow: hidden;
}
.home .today-intro .txt.hide::before {
  display: block;
}
.home .today-intro .txt.hide .more-content {
  display: block;
}
.home .today-intro .txt.open {
  padding-bottom: 1.8rem;
}
.home .today-intro .txt.open .more-content {
  display: block;
}
.home .today-intro .txt .more-content {
  display: none;
  position: absolute;
  text-decoration: none;
  bottom: 0;
  right: 0;
}
.home.en .today-btn .listen-now a {
  background-size: cover;
  width: 275px;
  height: 55px;
  background-image: url(../image/listen-btn-bg-en.png);
}
.home.en .today-btn .listen-now a span {
  flex: 1;
  margin-left: 0;
  margin-right: -36px;
  display: block;
  font-weight: bolder;
  font-size: 25px;
}