.yjACD DL{
	border-top:solid 1px #c00; 
	border-bottom: solid 1px #c00;
	margin: 16px 0px;
	padding: 8px 0;
	}

.yjDT {
  font-decoration: none;
  font-weight:normal;
  cursor: pointer;
  padding: 4px 4px;
  text-align: left;
  outline: none;
  transition: 0.3s;
  line-height:160%
   }

.yjDTactive, .yjDT:hover {
  background-color: #f5f5f5;
  }

/****yj add a diamond bullet at the front
.yjDT::before {
  content: "\2756";
  color: #999;
  margin: 0 4px;
  }
  ****/
.yjDT:hover:after, .yjDT:hover:before {color:#c30;}

.yjDT::after {
  content: "\2295";
  font-size: 20px;
  line-height:24px;
  color: #aaa;
	white-space:nowrap;
  float: right;
  margin-right: 4px;
   }


.yjDTactive::after {
  content: "\2296";
}

.yjACD DD {
  padding: 0 12px;
  margin:0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height;
     }
