#help-list .con1 {
  padding-top: 30px;
  width: 1200px;
  margin: 0 auto 20px;
  height: 14px;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #7a7c7f;
  line-height: 14px;
}
#help-list .con2 {
  zoom: 1;
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
}
#help-list .con2 .left {
  width: 200px;
  float: left;
}
#help-list .con2 .left .item {
  display: block;
  width: 200px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: #929395;
  line-height: 50px;
  text-align: center;
  border: 1px solid #dededf;
  margin-top: 10px;
}
#help-list .con2 .left .item:hover {
  background: rgba(36, 207, 185, 0.4);
  color: #ffffff;
  border: 1px solid rgba(36, 207, 185, 0.4);
}
#help-list .con2 .left .item.active {
  background: #24cfb9;
  border: 1px solid #24cfb9;
  color: #ffffff;
}
#help-list .con2 .right {
  float: left;
  margin-left: 26px;
}
#help-list .con2 .right .list {
  border-radius: 4px;
  width: 972px;
  border: 1px solid #f1f2f2;
  min-height: 300px;
  margin: 0 auto;
}
#help-list .con2 .right .list .item {
  display: block;
  width: 932px;
  height: 54px;
  border-bottom: 1px solid #f1f2f2;
  line-height: 54px;
  margin: 0 auto;
  padding-left: 21px;
  padding-right: 21px;
}
#help-list .con2 .right .list .item:hover {
  background: rgba(36, 207, 185, 0.4);
}
#help-list .con2 .right .list .item:hover .title,
#help-list .con2 .right .list .item:hover .date {
  color: #ffffff;
}
#help-list .con2 .right .list .item:last-child {
  border-bottom: none;
}
#help-list .con2 .right .list .item span:first-child {
  float: left;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.8);
}
#help-list .con2 .right .list .item span:last-child {
  float: right;
  font-size: 14px;
  font-family: Microsoft YaHei, serif;
  font-weight: 400;
  color: rgba(23, 28, 37, 0.61);
}
#help-list .con2 .right .pages {
  text-align: center;
  width: 800px;
  height: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
}
#help-list .con2 .right .pages a {
  text-decoration: none;
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #f1f2f2;
  border-radius: 4px;
  color: #000000;
  margin-left: 6px;
}
#help-list .con2 .right .pages a.active {
  color: #ffffff;
  background: #24cfb9;
}
/*# sourceMappingURL=list.css.map */