.ai-guofuvalve-index-list-3 {
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  padding-top: 10px;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main {
  width: 1200px;
  margin: 30px auto 0 auto;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a {
  display: block;
  width: 386px;
  background-color: #ffffff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 20px 20px 14px 20px;
  margin: 0 20px 20px 0;
  border: 1px solid transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: all 0.2s ease-in-out;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) {
  display: flex;
  width: 100%;
  height: 72px;
  justify-content: space-between;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) > div:nth-child(1) {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  border: 1px solid #EEEEEE;
  overflow: hidden;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) > div:nth-child(1) img {
  width: 72px;
  height: 72px;
  border-radius: 12px;
  transition: 1s;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) > div:nth-child(1) img:hover {
  transform: scale(1.2, 1.2);
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) > div:nth-child(2) {
  width: 255px;
  height: 100%;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) > div:nth-child(2) > div:nth-child(1) {
  line-height: 26px;
  font-size: 18px;
  color: #333;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(1) > div:nth-child(2) > div:nth-child(2) {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #666;
  font-size: 14px;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(2) {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px 8px 14px;
  background: #F7FAF9;
  border-radius: 10px;
  margin-top: 15px;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(2) div {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #999;
  line-height: 30px;
  font-size: 14px;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(2) div img {
  width: 14px;
  height: 14px;
  margin-right: 3px;
  margin-top: -2px;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(3) {
  width: 100%;
  line-height: 46px;
  text-align: center;
  font-size: 14px;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a > div:nth-child(3) span {
  padding-right: 9px;
  background: url(../../images/icon-right-green2x.png) no-repeat right / 6px 9px;
  color: #00CBA2;
  line-height: 46px;
  text-align: center;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a:nth-child(3n) {
  margin-right: 0;
}
.ai-guofuvalve-index-list-3 .ai-guofuvalve-index-list-3-main .ai-guofuvalve-index-list-3-list a:hover {
  box-shadow: 0 0 12px #b3d8ff;
  border: 1px solid #b3d8ff;
}
.ai-guofuvalve-index-list-3-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ai-guofuvalve-index-list-3-title .ai-guofuvalve-index-list-3-title-name {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  display: flex;
  flex-direction: column;
}
.ai-guofuvalve-index-list-3-title .ai-guofuvalve-index-list-3-title-name:after {
  content: "";
  width: 100%;
  height: 7px;
  background: linear-gradient(to right, #f39010, transparent);
  margin-top: 6px;
}
.ai-guofuvalve-index-list-3-title .ai-guofuvalve-index-list-3-title-more {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.ai-guofuvalve-index-list-3-title .ai-guofuvalve-index-list-3-title-more .ai-guofuvalve-index-list-3-title-more-text {
  font-size: 16px;
  color: #999;
}
.ai-guofuvalve-index-list-3-title .ai-guofuvalve-index-list-3-title-more img {
  width: 16px;
  height: 16px;
  display: block;
  margin-left: 4px;
}
/*# sourceMappingURL=index_list_3.css.map */