.jxcg-wrap {
  padding-top: 20px;
  padding-bottom: 70px;
}
.jxcg-wrap .jxcglist1 {
  margin-bottom: 40px;
}
.jxcg-wrap .jxcglist1 .title1 {
  position: relative;
  padding: 16px 0;
  padding-left: 30px;
  padding-right: 50px;
  background: #98130a;
  color: white;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
}
.jxcg-wrap .jxcglist1 .title1::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background: url(../images/arrow_down.png) no-repeat center;
}
.jxcg-wrap .jxcglist1 .jxcglist2 {
  margin: 30px;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .title2 {
  background: #f0f0f0;
  padding: 15px 30px;
  color: #940f16;
  font-weight: bold;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .title2.iscontent {
  color: #333;
  font-weight: normal;
  line-height: 30px;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 {
  margin: 30px 40px;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 .jxcglist3 {
  position: relative;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 .jxcglist3 .title3 {
  margin-left: 40px;
  font-size: 18px;
  color: #940f16;
  font-weight: bold;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 .jxcglist3 .title3::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 13px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: url(../images/circle.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 .jxcglist3 .bottom3 {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: justify;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 .jxcglist3 .has-title3 {
  padding-top: 9px;
  padding-bottom: 25px;
  margin: 15px;
  margin-left: 11px;
  padding-left: 29px;
  border-left: 1px dashed #940f16;
}
.jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 .jxcglist3:last-child .has-title3 {
  padding-bottom: 0;
  border-left: 0;
}
.jxcg-wrap .on .title1::after {
  -webkit-transform: rotate(180deg) translateY(50%);
          transform: rotate(180deg) translateY(50%);
}

@media screen and (max-width: 768px) {
  .jxcg-wrap .jxcglist1 .title1 {
    padding: 12px 0;
    padding-left: 20px;
    padding-right: 50px;
    font-size: 16px;
  }
  .jxcg-wrap .jxcglist1 .jxcglist2 {
    margin: 20px;
  }
  .jxcg-wrap .jxcglist1 .jxcglist2 .title2 {
    padding: 10px 20px;
  }
  .jxcg-wrap .jxcglist1 .jxcglist2 .bottom2 {
    margin: 15px 20px;
  }
}/*# sourceMappingURL=jxcg.css.map */