.service_guide .content .flex .left .button .type {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0px 5px;
  border-bottom: 1px solid #F0F0F0;
}
.service_guide .content .flex .left .button .type .li {
  color: #8c939d;
  font-weight: bold;
  padding: 8px 0px;
  margin: 0 5px;
  font-size: 16px;
}
.service_guide .content .flex .left .button .type .active {
  color: #1068DD;
  border-bottom: 2px solid #1068DD;
}
.service_guide .content .flex .left .list .li {
  display: block;
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #F0F0F0;
}
.service_guide .content .flex .left .list .li .title {
  width: 100%;
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  /* 不换行 */
  text-overflow: ellipsis;
}
.service_guide .content .flex .left .list .li .time {
  color: #7C879B;
  font-size: 14px;
  margin-top: 10px;
}
/*# sourceMappingURL=service_guide.css.map */