.jgszsy-bgbg {
  width: 100%;
}
.jgszsy-bgbg ul {
  width: 100%;
}
.jgszsy-bgbg li {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.jgszsy-bgbg li h4 {
  height: 40px;
  line-height: 40px;
  width: 100%;
  padding-left: 20px;
  border-left: 2px solid #009990;
  color: #009990;
  font-size: 16px;
  background-color: rgba(0, 153, 68, 0.1);
}
.jgszsy-bgbg li .tag-bg {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 20px;
}
.jgszsy-bgbg li .tag-bg img {
  float: left;
  margin-top: 4px;
  width: 12px;
  height: 12px;
}
.jgszsy-bgbg li .tag-bg p {
  display: inline-block;
  padding: 0 5px;
  width: calc(100% - 15px);
  color: #444444;
}
.jgszsy-bgbg li .tag-bg p span {
  cursor: pointer;
  margin-left: 10px;
  color: #009990;
  font-size: 14px;
}
.tag-bg:hover {
  cursor: pointer;
}
.tag-bg:hover .details {
  display: block;
}
.details {
  display: none;
  margin: 0 3px;
  padding: 15px 15px;
  margin-top: 0px;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  color: #666;
}
.details .item-bg {
  width: 100%;
  margin-bottom: 5px;
}
.details .item-bg .lines {
  float: left;
  margin-top: 10px;
  width: 6px;
  height: 1px;
  background-color: #666;
}
.details .item-bg .item-txt {
  display: inline-block;
  margin-left: 5px;
  width: calc(100% - 12px);
}
.details .item-bg:hover {
  cursor: pointer;
  font-weight: bold;
  color: #009990;
}
.details .item-bg:hover .item-txt {
  text-decoration: underline;
}
