.times {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  gap: 8px;
  color: #262933;
  height: 44px;
  font-size: 16px;
  width: 100%;
  padding: 12px 16px;
  background: #f8f9fb;
  box-sizing: border-box;
  margin-bottom: 8px;
  border-radius: 4px;
}
.times .timeline {
  font-weight: 500;
  color: #2e384d;
  margin-left: 5px;
}
.info {
  padding: 12px 0;
  margin-bottom: 10px;
}
.info:hover {
  background-color: #f5f6f7;
  border-radius: 8px;
}
.info_des {
  display: flex;
  width: 100%;
  align-items: flex-start;
  gap: 16px;
  padding: 0px 16px;
  box-sizing: border-box;
}
.des_auth {
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  align-items: flex-start;
}
.auth_con {
  display: flex;
  gap: 8px;
  flex: 1 0 0%;
  -webkit-box-align: center;
  align-items: center;
}
.enqIgt {
  position: relative;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: initial;
  height: initial;
  border-radius: 50%;
}
.auth_icon {
  border-radius: 50%;
  font-weight: 600;
  color: #fff;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  border: none;
}
.auth_name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #8e949e;
  gap: 4px;
  width: 136px;
}
.firstName {
  line-height: 150%;
  font-weight: 600;
  text-align: inherit;
  font-size: 14px;
}
.lastName {
  line-height: 150%;
  font-weight: 400;
  text-align: inherit;
  font-size: 12px;
}

.des_info {
  flex: 1 1 0%;
}
.info_title {
  color: #070808;
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
}
.describe {
  color: #84888c;
  font-size: 16px;
  position: relative;
}
.describe_con {
  position: relative;
  overflow: hidden;
  padding-right: 25px;
  max-height: 48px;
  transition: all 0.3s;
  display: -webkit-box; /* 使用弹性盒子模型 */
  -webkit-line-clamp: 1; /* 限制显示的行数 */
  -webkit-box-orient: vertical; /* 设置盒子方向为垂直 */
}
.maxHeight {
  max-height: inherit !important;
  display: block;
}
.des_des {
  line-height: 150%;
  font-weight: 400;
  text-align: inherit;
  color: #84888c;
  font-size: 16px;
}
.describe_icon {
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 0px;
  bottom: 5px;
  display: block;
  transform-origin: center center;
  color: #262933;
}
.describe_icon svg {
  display: block;
  color: #84888c;
}
.describe_icon svg:hover path {
  fill: #0068ff !important;
}
.expand {
  transform: rotate(180deg);
}
.color1 {
  background-color: #2bc287;
}
.color2 {
  background-color: #0068ff;
}
.color3 {
  background-color: #ff9447;
}

.SubscriptionBtn{
    width: 100%;
    /* border: none;
    background-color: #0068ff;
    color: #fff; */
}