.ai-guofuvalve-list-right-3 {
  width: 280px;
  flex-grow: 0;
  flex-shrink: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip ul {
  width: 100%;
  margin-top: 15px;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip ul li {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-left: 22px;
  margin-bottom: 14px;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip ul li a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: #333333;
  font-size: 16px;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip ul li a:hover {
  color: #00CBA2;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5.5px;
  width: 15px;
  height: 15px;
  background: url(../../images/icon-add-ask.png) center center no-repeat;
  background-size: contain;
}
.ai-guofuvalve-list-right-3 .ai-guofuvalve-list-right-3-tip ul li:last-child {
  margin-bottom: 0;
}
.ai-guofuvalve-list-right-3-title {
  display: flex;
  font-size: 20px;
  line-height: 36px;
  color: #1E2129;
  font-weight: bold;
  justify-content: space-between;
  margin-bottom: 12px;
}
.ai-guofuvalve-list-right-3-title .ai-guofuvalve-list-right-3-more_demo {
  font-size: 14px;
  color: #999;
  font-weight: normal;
  line-height: 36px;
  display: flex;
  align-items: center;
}
.ai-guofuvalve-list-right-3-title .ai-guofuvalve-list-right-3-more_demo img {
  width: 12px;
}
/*# sourceMappingURL=list_right_3.css.map */