.technology-list {
  width: 9.4667rem;
  box-sizing: border-box;
  margin-bottom: 0.8rem;
}
.technology-list a {
  text-decoration: none;
}
.technology-list .technology-item {
  width: 9.4667rem;
  height: 2.5867rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
}
.technology-list .technology-item img {
  width: 2.6667rem;
  height: 2rem;
  border-radius: 0.1333rem;
  margin-right: 0.2667rem;
}
.technology-list .technology-item .info {
  width: 6.2667rem;
  height: 1.7333rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.technology-list .technology-item .info .title {
  font-size: 0.4rem;
  line-height: 1;
  color: #444;
  width: 5.9467rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.technology-list .technology-item .info .details {
  font-size: 0.3467rem;
  line-height: 1.38461538;
  color: #999;
  height: 0.8533rem;
  overflow: hidden;
  width: 6.2667rem;
}
.details-info {
  width: 9.4667rem;
  margin-top: 0.5333rem;
  margin-bottom: 0.2667rem;
}
.details-info .title {
  font-size: 0.4533rem;
  color: #565656;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 0.4267rem;
}
.details-info .time {
  font-size: 0.2667rem;
  line-height: 1;
  color: #999;
  margin-bottom: 0.1333rem;
}
.details-info .details {
  line-height: 0.9333rem;
}
