.main{
  background-color: #f5f5f5;
}

.jsDetail {
  padding: 30px 30px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.goodIcon {
  display: block;
  margin: 10px auto;
  margin-top: 10px;
  max-width: 30%;
}

.bqhjsBanner {
  margin-top: 10px;
  max-width: 100%;
}

.jsTitle {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  color: #000;
}

.jsItem .jsItemName {
  position: relative;
  margin-bottom: 15px;
  color: #000;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  padding: 0 8px 0 0;
}

.jsItem .jsItemName::before {
  content: '';
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 95%;
  background-color: #2A893A;
}

.jsItem .jsItemContent {
  margin-bottom: 15px;
  text-indent: 2em;
  line-height: 24px;
  font-size: 14px;
}

.jsItem .jsItemContent.noIndent {
  text-indent: 0;
}

.table .tableTr {
  border-bottom: 1px dashed #99999940;
}

.table .tableTr {
  overflow: hidden;
}

.table .tableTr .tableItem {
  float: left;
  overflow: hidden;
  width: 50%;
  font-size: 12px;
  line-height: 26px;
}

.table .tableTr .tableItem .tableItemName {
  float: left;
  width: 20%;
  color: #999;
  font-weight: 700;
  overflow: hidden;
  padding: 0 5px 0 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table .tableTr .tableItem .tableItemContent {
  float: left;
  width: 80%;
}

@media screen and (max-width:768px) {
  .jsTitle {
    font-size: 24px
  }
  .table .tableTr .tableItem{
    width: 100%;
    border-bottom: 1px dashed #99999940;
  }

  .table .tableTr .tableItem .tableItemName{
    width: 100px;
  }
  .table .tableTr .tableItem .tableItemContent{
    width: calc(100% - 100px);
  }

  .table .tableTr{
    border: none;
  }
}