.btm-box {
  position: relative;
  padding: 19px 24px;
  background: url('../images/bg.png?v=123') no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  margin-top: 16px;
}
.btm-box .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.btm-box .box-l h3 {
  font-family: b;
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF !important;
  margin-bottom: 10px !important;
}
.btm-box .box-l .der {
  display: flex;
}
.btm-box .box-l .der img {
  width: 24px;
  height: 24px;
  margin-right: 6px;
}
.btm-box .box-l .der span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
.btm-box .btn {
  width: 122px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 21px 21px 21px 21px;
  text-align: center;
  line-height: 40px;
}
.btm-box .btn span {
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.btm-box .btn img {
  width: 16px;
  height: 16px;
}
.related {
  margin-bottom: 24px;
}
.related h3 {
  font-size: 24px;
  font-family: b;
  font-weight: 600;
  color: #333333;
  margin-bottom: 16px;
  position: relative;
}
.related h3 a {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: r;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.related .lb {
  width: 100%;
  padding: 12px;
  background: #F8F8F8;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: space-between;
}
.related .lb .related-item {
  width: calc((100% - 12px) / 2);
  display: flex;
  align-items: center;
}
.related .lb .related-item img {
  width: 143px;
  height: 80px !important;
  margin-right: 8px;
  border-radius: 8px 8px 8px 8px;
}
.related .lb .related-item .item-r h4 {
  width: 215px;
  height: 48px;
  font-family: b;
  font-weight: 600;
  font-size: 16px;
  color: #333;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 8px;
}
.related .lb .related-item .item-r span {
  font-family: r;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.related .lb .related-item:hover .item-r h4 {
  color: #006FF1;
}
